body{
	font-family: 'Karla', sans-serif;
	text-rendering: optimizeLegibility;
	min-height:100vh;
	position:relative;
	padding-bottom:400px;
}

@media (min-width: 1200px){
    .fs-1 {
    font-size: 2.5rem!important;
    }
}
.fs-1 {
    font-size: calc(1.375rem + 1.5vw)!important;
}

.header_container{
	z-index:1021;
}

.header_container .ajax_search_container .fa-search{
	position:absolute;
	left: 20px;
	top:12px;
	font-size:120%;
}

.show_search{
	cursor:pointer;
}

.md_search_container{
display:none;
}

.autocomplete-suggestions-container{
	top:100%;
	text-align: left !important;
	overflow: hidden;
}

.autocomplete-suggestion{
	cursor:pointer;
}

.autocomplete-suggestion:hover{
	background:#f8f9fa;
}

.autocomplete-suggestions-container .suggestion-thumb, .autocomplete-suggestions-container .suggestion-title{
	display:inline-block;
	vertical-align: middle;
}

.autocomplete-suggestions-container .suggestion-thumb{
	width:90px;
}


.rainbow {
    background-image: -webkit-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet);
    background-image: -o-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet);
    background-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet); 
    border:0px !important;
}

.cart_target{
	cursor:pointer;
}
	
.cart_number_container{
font-size:60%;
position:absolute !important;
right:0px;
top:-5px;
}

.delete_but{
	position:absolute;
	top:-12px; 
	left:-18px;
	cursor:pointer;
}

.category_name{
	color:inherit !important;
}

.category_name:hover{
	color:#333 !important;
	text-decoration:none !important;
	background:#F5F5F5;
}

.supplier_logo{
	height:150px;
}

.product_image{
	height:250px;
}

.product_container .price_container{
	min-width:150px;
}

.product_container .qty{
	width:60px !important;
}


#cart_modal .cart_picture{
	width:90px;
	height:90px;
}

#cart_modal .cart_qty{
width:120px
}

#cart_modal .cart_price{
	width:130px;
}

.modal-footer .cart_price{
	font-size:150%;
}

.checkout-order-review {
background-color: #f8f8f8;
background-image: url(/checkout-border.png);
background-position: left top;
background-repeat: repeat-x;
padding: 40px 30px;
margin-top: 8px;
}

.stotal{
font-size:1.2em;
}

.total{
font-size:1.5em;
}

.loading_overlay{
	display:none;
	top:0px; 
	left:0px; 
	z-index: 1000; 
	background-color: rgb(255, 255, 255);
	background-image: url("/loading.gif");
	opacity: 0.6; 
	cursor: wait; 
	background-position: center center; 
	background-repeat: no-repeat;
}

.loading .loading_overlay{
	display:block;
}


.prod_image{
	width:auto;
	max-width:100%;
	height:auto;
	max-height:100%;
}

.product_option, .product_details .add_to_cart_container{
	width:250px;
	max-width:100%;
}

.product_details .product_price{
	font-size:3.5em;
	font-weight:300;
    line-height: normal;
}

.footer{
left:0px;
bottom:0px;
z-index:1021;
}
