/*
	File: Main Stylesheet
	Author: Kiel
*/
.profile-box{
	border: 1px solid #ddd;
    margin-bottom: 20px;
	width: 100%;
	padding: 20px;
}
.profile-box h3{
	font-size: 20px;
    font-weight: 700;
    color: #0e0e0f;
    text-align: center;
    display: block;
}
.profile-box p{
	font-size: 14px;
	color: #555;
}
.profile-box p>i{
	margin-right: 10px;
	min-width: 14px;
}
.profile-box p>span{ font-weight: 800; }
#search-form{
	display: flex;
    position: relative;
    padding: 0;
	width: 200px;
}
#search-form input{
    border-radius: 3px 0 0 3px;
	font-size: 15px;
    padding-left: 5px;
	
	-webkit-appearance: none;
    background-color: #fff;
    font: 400 12px helvetica neue,Helvetica,Arial,sans-serif;
    color: #777;
    border-top: 1px #b2b2b2 solid;
	border-right: none;
    border-bottom: 1px #b2b2b2 solid;
    border-left: 1px #b2b2b2 solid;
    margin: 0;
    resize: none;
	height: 30px;
    box-sizing: border-box;
}
#search-form button{
	display: block;
    font-size: 14px;
    text-shadow: none;
    border-radius: 0 3px 3px 0;
	flex-shrink: 0;
	background-color: #de4b39;
	font: 700 16px/16px "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    border: 1px solid transparent;
	margin: 0;
	height: 30px;
	box-sizing: border-box;
	transition: all .2s;
}
#search-form button:hover{
	color: #de4b39;
	background: none;
	border: 1px solid #de4b39;
}


 
/* START: General Styles */
.align-center{ text-align: center !important; }
.hover-pointer{ cursor: pointer !important; }
.bold{ font-weight: bold; }
.btn-theme-color{
	/*background-color: #de4b39 !important;*/
	background-color: #fe980f !important;
	color: #fff;
}

.btn {
	font-weight: 300;
	border: 0;
	padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn.btn-primary {
  background-color: #DE4B39;
}
.btn:hover,
.btn.btn-primary:hover,
.btn.btn-primary.active {
  background-color: #1586c3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
}
.glyphicon {
	color: #de4b39;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* START: Banner Style */
#banner{
	background-image: url(../images/Cart/Group.png) !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	padding-top: 80px !important;
	padding-bottom: 20px !important;
}

/* START: Supplier Details */
#supplier-image{
	max-width: 150px !important; 
	margin-left: auto !important;
	margin-right: auto !important;
	display: block;
}
.supplier-info,
#supplier-name,
.description,
#banner h2,
#calendar-wrapper small{ color: #fff !important; }
.description{ text-align: justify !important; }
.supplier-legends,
#description-heading{ color: #f07d35 !important; }
.browse-calendar{
	font-size: 25px !important;
    margin-top: 10px !important;
}

/* START: Tab Options */
#tab-options{
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
#tab-options .active{
	color: #fff !important;
	/*background-color: #de4b39 !important;*/
	background-color: #fe980f !important;
}
/*#tab-options .active:hover{ background-color: #de4b39 !important; }*/
#tab-options .active:hover{ background-color: #fe980f !important; }
.tab-option{
	background-color: #e5e5e5 !important;
    color: black;
	border: 1px solid #d3d1d2 !important;
	border-radius: 1px !important;
	padding: 5px !important;
	font-size: 13px !important;
	transition: all 0.2s !important;
	width: 95px !important;
}
.tab-option:hover{
	cursor: pointer !important;
	background-color: #fe980f !important;
	color: #fff;
}

/* START: Product Grid */
#product-grid{ padding-top: 30px !important; }
.product-grid-item{
	position: relative !important;
	border: 1px solid #FE980F !important;
	/*border: 1px solid #e6e1e0 !important;
	border: 1px solid #e84b3a !important;*/
	overflow: hidden !important;
	margin-bottom: 30px !important;
}
.product-grid-item img{
	min-height: 190px !important;
	width: 100%;
}
.product-grid-item .level-options{
	position: absolute !important;
	top: 30px !important;
	left: 0 !important;
	
	max-width: 120px!important;
	background: rgba(222, 75, 57, 0.75)!important;
	/*background: rgba(29, 191, 115, 0.75)!important;*/
	color: white!important;
	border: 0px!important;
	border-radius: 0px!important;
	z-index: 3 !important;
}
.product-grid-item .product-details-s1{
	position: absolute !important;
	bottom: -35px !important;
	height: 120px !important;
	width: 100% !important;
	background-color: #fff !important;
	overflow: hidden !important;
	transition: all 0.5s !important;
}
.product-grid-item:hover .product-details-s1{
	bottom: 48px !important;
}
.product-grid-item p{
	font-size: 12px !important;
	text-align: justify !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.add-to-cart-button-wrapper{
	background-color: #fff !important;
	padding: 10px !important;
	position: relative !important;
	z-index: 3 !important;
}

/* START: Calendar */
table.calendar{ border-left:1px solid #999; }
tr.calendar-row{ background: #eceff5; }
td.calendar-day{
	min-height:80px;
	font-size:11px;
	position:relative;
	transition: all 0.2s;
}
* html div.calendar-day{ height:80px; }
td.calendar-day:hover{
	background: #dee2e6;
	cursor: pointer;
}
td.calendar-day-np{
	background:#eee;
	min-height:80px;
}
* html div.calendar-day-np { height:80px; }
td.calendar-day-head{
	background:#ccc;
	font-weight:bold;
	text-align:center;
	width:120px;
	padding:5px;
	border-bottom:1px solid #999;
	border-top:1px solid #999;
	border-right:1px solid #999;
}
div.day-number{
	background:#999;
	padding:5px;
	color:#fff;
	font-weight:bold;
	float:right;
	margin:-5px -5px 0 0;
	width:20px; 
	text-align:center;
}
td.calendar-day,
td.calendar-day-np{
	width:120px; 
	padding:5px;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}
.cart-icon{
	position:absolute;
	top:0;
	right:0;
	padding:5px;
	font-size:18px;
	background-color:#de4b39;
	color:#fff;
}