.breadcrumbs {
}
.category-products .sold-soon, .category-products .product_hide {
    padding: 0px;
}
.desc-box {
    background: none repeat scroll 0 0 #ffffff;
    padding: 10px;
    width: 100%;
    padding: 20px 0px;
}
body.loaded {
    overflow-y: auto;
}
.popular-products .product {padding: 20px;}
.page_loading {
	/*
	background: rgb(12,68,42);
	background: linear-gradient(180deg, rgb(28 108 71) 0%, #062215 100%);
	*/
	position: fixed;
	z-index: 10000;
	content: "";
	height: 100vh;
	width: 100vw;
	display: -webkit-box;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	top: 0;
	left: 0;
	visibility: visible;
	opacity: 1;
	transition: 1s;
}
.page_loading figure {
	margin: 0;
}
body.loaded .page_loading {
	animation-delay: 1s;
	visibility: hidden;
	opacity: 0;
}
.draw_leaf {
    width: 324px;
    height: 87px;
    background-repeat: no-repeat;
    background-size: contain;
}
ul.products-grid {
    clear: both;
}
.desc-img {
    width: 100%;
    position: relative;
    padding-bottom: 10px;
}
.desc-image img {
    width: 100%;
}
.products-grid .product-info {
    clear: both;
}
.desc-title a {
    color: var(--color-black);;
		font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -1px;
}

/* PRODUCT DETAILS PAGE */

.product-view {
    border: 0px solid #c4c6c8;
    padding-top: 0px;
}
.product-essential {
    padding: 0 10px;
    margin: 0 auto;
	width:100%;
    /*max-width: 1268px;*/
}
.product-img-box {
	/*padding-right: 20px;*/
}
.product-view .product-img-box {
    /*width: 49%;*/
    position: relative;
	float:left;
}
.product-shop {
    float: right;
}
.product-name {
    margin: 0;
    font-size: 1em;
    font-weight: normal;
	color: var(--color-black);
}
.brand {
    padding-bottom: 5px;
    min-height: 25px;
	font-size:12px;
}
.lineage {
    font-size: 1.2em;
    color: rgb(101,95,95);
    font-family: 'Open Sans', sans-serif;;
    background: none;
    padding: 0 0px 10px 0;
}
.product_detail_filters {
    font-size: 0.9em;
    color: rgb(101,95,95);
    font-family: 'Open Sans', sans-serif;;
    background: none;
    padding: 0 0px 10px 0;
}

.product-ingredients {
    margin: 7px 0 0px;
    padding-bottom: 20px;
    border-bottom: 0px solid #dddddd;
	padding-left:20px;
}
.offer {
    font-size: 2em;
    color: #4a3246;
}
.price-box {
    margin: 10px 0;
}
.regular-price {
    color: #c76200;
}
.regular-price .price {
    font-weight: bold;    
	font-size: 2em;
    color: var(--color-black);;
}

.product-options {
    margin: 20px 0 0;
    padding: 10px 15px 20px;
    position: relative;
    background-color: #f6f6f6;
    border: 1px solid #e4e4e4;
}
.product-options {
    margin: 20px 0 0;
    padding: 0px;
    padding-bottom: 20px;
    background-color: transparent;
    border: 0px solid #e4e4e4;
    margin-top: 2% !important;
}

.qty-option, .qty-section {
    float: left;
}
.product-options-bottom {
    background-color: transparent;
    padding: 0px;
    border: 0px;
}
.add-to-cart {
    float: left;
    margin-top: 3%;
}
.add-to-cart button.button, .buttons-set button.button, .ez-button {
    margin: 0px;
    background-color: var(--color-green);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    padding: 10px 16px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;;
    font-size: 16px !important;
}

ul.products {
    display: flex;
    flex-flow: row wrap;
}

ul.products-grid {
    clear: both;
}
.products-grid.last {
    border-bottom: 0;
}

.iphoneproducts-grid, .breadcrumbs>ul, .form-list {
    list-style: none;
}
.breadcrumbs>ul>li {
    float: left;
	padding-left: 5px;
}

.products-grid li.item {
    float: left;
    /* width: 276px; */
    padding: 12px 10px 20px;
	min-height: 575px;
}
.desc-box .col-lg-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin: 0 auto;
}
.products-container {
    background-color: #ffffff;
    /* float: left; */
    padding: 13px;
    position: relative;
    /* width: 100%; */
}
.products-grid .products-container {
    float: left;
    /* box-shadow: 1px 1px 1px 1px #a498a2; */
    border: 1px solid #bbbbbb;
    width: 100%;
}
.desc-img {
    width: 100%;
    position: relative;
    padding-bottom: 10px;
}
.desc-image img {
    width: 100%;
}
#category-header {
    background-color: var(--color-black);;
    color: #d9d5d8;
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;;
    padding: 24px 0px;
    width: 100%;
    margin-bottom: 24px;
}
.main-contain {
    /* width: 100%; */
    max-width: 1268px;
    margin: 0 auto;
    padding: 0 0px;
}

.desc-title, .product-view .box-up-sell h2.desc-title {
    color: var(--color-black);;
    font-size: 28px;
    font-weight: lighter;
    line-height: 1.4;
    clear: both;
    padding-bottom: 6px;
}
.main-container h2, .cmask {
    margin: 0px !important;
}

.products-grid .desc-title {
    height: 50px;
    line-height: 0.4;
    overflow-x: hidden;
    overflow-y: hidden;
}
.desc-ingred {
    background-color: rgb(230, 230, 230);
    float: left;
    width: 100%;
    min-height: 51px;
}
.desc-ingred > ul {
float: right !important;
    padding: 6px 6px 6px 0px;
    float: left;
}
.desc-ingred ul li {
    display: table-footer-group;
    font-family: Arial;/*opensans-regular*/
    font-size: 10px;/*1em*/
    font-weight: normal;/*bold*/
    margin-top: 10px;
    padding-left:0px;
    padding-right: 4px;
}

.iplus, .splus, .hplus, .cplus {
    display: inline-block;
    float: left;
    padding: 10px 5px 10px 10px;
}
.cplus img {
    background-color: green;
}
.hplus img {
    background-color: #97c845;
}
.iplus img {
    background-color: #a757a7;
}
.splus img {
    background-color: #e99e1d;
}
.products-grid .products-container .floatoption1 {
    min-height: 59px;
}

.price-btn {
    float: left;
    padding: 10px 0 0;
    width: 100%;
	list-style:none;
}
.price-btn > li {
    display: inline-block;
    float: left;
    padding: 2px;
    text-align: center;
    width: 65px;
}
.price-btn li {
    /* border-radius: 6px; */
    color: #a498a2;
    margin: 2px;
    display: inline-block;
		font-weight: 600;
    font-size: 14px;
    line-height: 1;
    padding: 2px 0px 1px;
    /*width: 100%;*/
    /* cursor: pointer; */
    border-style: solid;
    border-color: #a498a2;
    border-width: 1px;
}
.price-btn span {
    display: block;
    font-size: 10px;
    line-height: 1;
    padding-top: 4px;
    text-transform: uppercase;
    color: rgb(75,50,70);
}

.prod-btm-buttons>ul {
	list-style:none;
}

.desc-btn {
padding-left: 0px;
}
.desc-btn li {
    display: inline-block;
    padding-top: 0px;
    width: 100%;
}

.notifyme a {
	background-color: var(--color-green);
    padding-top: 8px!important;
    padding-bottom: 8px!important;
}
.detail-btn a {
    /* background-color: rgb(153, 153, 153); */
    background-color: var(--color-green);
    border-radius: 2px;
    color: #ffffff !important;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;;
    font-size: 12px;
    font-weight: normal;
    padding: 9px 37px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.product-avail {
    left: -20px;
    position: absolute;
    top: -20px;
}
.product-avail2 {
    position: absolute;
    margin-left: -22px;
    margin-top: -20px;
}
.categoryActive {
    box-shadow: 1px 2px 31px -14px var(--color-green);
}

.ribbon {
    position: absolute;
    right: -94px;
    top: 0px;
    z-index: 1;
    overflow: hidden;
    width: 91px;
    height: 91px;
    text-align: right;
    background: transparent !important;
}
.prdct-type-img, .salebanner {
    z-index: 9000;
	border: none!important;
}
.no-display {
    display: none;
}
.product-img-box .product-image {
    position: relative;
}
.product-view .product-img-box .product-image {
    float: right;
	margin: 0 0 13px;
}

@media (max-width: 800px) {
	.product-view .product-img-box .product-image {
		float: none;
	}
}


#lofslidecontent, #wrap {
    width: 100%;
    background: url(/image/gal-shadow.png) center -1px #cecdc6 no-repeat;
    height: auto;
}
.product-img-box .product-avail {
    left: -5px;
    position: absolute;
    top: -5px;
    z-index: 11000;
}

.product-view .product-img-box .more-views li a {
    float: left;
    width: 56px;
    height: 56px;
    border: 2px solid #ddd;
    overflow: hidden;
}

.product-view .product-img-box .more-views li a {
    width: 100px;
    height: 100px;
    border: 0px solid #ddd;
}

.noncarousel .more-views li {
    padding: 17px 0px;
}
.product-view .product-img-box .more-views li {
    float: left;
    margin: 0 0 8px 9px;
}
.product-view .product-img-box .more-views li {
    float: none;
    margin: 0px;
    overflow: hidden;
}
.noncarousel .more-views li:nth-child(1) {
    padding-top: 0px !important;
}

.product-options .input-box {
    width: 150px;
    /* overflow: hidden; */
    border-right: 0px solid #bebebe;
}
.qty-option {
    float: left;
	padding-top: 24px;
}
.qty-section input.qty {
    text-align: center;
}
.qty-section input {
    width: 45px !important;
}

.product-options dd select, .qty-section input.qty {
    border: 1px solid #bebebe;
    color: #6e6e6e;
    font-size: 1em;
    padding: 0px 10px;
    line-height: 30px;
    font-size: 1em;
    background-color: #dddddd;
    font-family: 'Open Sans', sans-serif;;
    background-color: #fff;
}

.product-options .input-box select {
    /*width: 180px;*/
    /* position: relative; */
    max-width: 100%;
    text-indent: 0.01px;
    text-overflow: "";
    /* width: 100% !important; */
    height: 32px;
}


#product-options-wrapper dl {
    float: left;
    width: auto;
    margin-right: 1em;
}

dl {
    margin-bottom: 0 !important;
}
#cart_title h3 {
    font-size: 1.3em;
    	font-weight: 300;
}

.data-table thead th {
    background-color: rgb(51, 51, 51);
    height: auto;
    padding: 5px 15px;
		font-weight: 600;
}
.data-table tr.last th, .data-table tr.last td {
    border-bottom: 0;
}
#shopping-cart-table th {
    color: #fff;
}
dl dt {
    margin-bottom: 0px;
}
button.button {
    overflow: visible;
    /* width: 115px; */
    margin: 0px;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
	min-width: inherit;
}
button.button {
    overflow: visible;
    /* width: 115px; */
    margin: 0px;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
}
.cart-table .btn-continue {
    float: left;
}
#continue_shop {
    float: right;
    background-color: var(--color-green);
    border-radius: 2px;
    color: #fff;
    float: right;
    	font-weight: 300;
    padding: 8px 14px;
    margin-top: 7px;
    text-transform: uppercase;
}
#continue_shop {
    padding: 8px 18px;
}
.button.btn-proceed-checkout.btn-checkout {
    margin-right: -5px;
    background-color: var(--color-green);
    border-radius: 2px;
    margin-right: -5px;
	padding: 6px 24px;
	font-weight:bold;
}

.btn-checkout:disabled {
	background-color: #47894b91!important;
}
/*
.btn-checkout:disabled span span {
	color: #d5d5d5;
}
*/

button.btn-checkout span {
    height: 40px;
    border: 0;
    font: bold 15px/40px Arial, Helvetica, sans-serif;
    color: #fff;
}

#product_update {
    float: left;
    float: left;
    background-color: var(--color-green);
    border-radius: 2px;
    padding: 6px 10px;
    color: rgb(255, 255, 255);
}

.product_update {
    float: left;
    float: left;
    background-color: var(--color-green) !important;
    border-radius: 2px;
    padding: 6px 10px !important;
    color: rgb(255, 255, 255) !important;
}
.product_remove {
    float: left;
    float: left;
    background-color: rgb(176, 51, 51) !important;
    border-radius: 2px;
    padding: 6px 10px !important;
    color: rgb(255, 255, 255) !important;
}


.cart-table .btn-update {
    margin-left: 4px;
}

.product-name {
    margin: 0;
    font-size: 1em;
    font-weight: normal;
}
.main-container h2, .cmask {
    margin: 0px !important;
}
.productcart h2 {
    /*min-height: 50px;*/
}
.cart-table .product-name {
    font-weight: bold;
    margin: 5px 0px 5px;
    color: #2f2f2f;
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	max-width: 255px;
}
.cart-table .product-name a {
    color: #2f2f2f;
}
#shopping-cart-table .a-right {
    text-align: center !important;
}

#shopping-cart-table .cart_lineage{
    clear: both;
}
#shopping-cart-table .item-options dd{
    float: none;
}
#shopping-cart-table dl.item-options{
    /*margin: 10px 0px;*/
}
#shopping-cart-table .price {
    color: rgb(101, 95, 95);
		font-weight: 600;
    font-size: 16px;
}
#shopping-cart-table .item-options dt, #shopping-cart-table .item-options dd {
    font-style: lighter;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;;
    color: rgb(135, 135, 135);
    font-size: 1.1em;
    line-height: 1;
    display: inline;
    font-style: normal;
}

#shopping-cart-table #cart_edit {
    /*padding-top: 10px;*/
    width: 140px;
}
#shopping-cart-table .item-options {
    font-size: 11px;
}
#cart_edit input {
    float: left;
}
input.qty {
    width: 3.5em !important;
	height: 33px;
}
#shopping-cart-table .price {
    color: rgb(101, 95, 95);
		font-weight: 600;
    font-size: 1.2em;
}
.price {
    white-space: nowrap !important;
}

.customer-account-login .col2-set .col-1.new-users {
    width: 50%;
}

.sub-head {
    color: var(--color-black);;
    font-size: 35px;
    padding-bottom: 20px;
    /* padding-top: 45px; */
    letter-spacing: -1px;
    line-height: 32px;
    padding-top: 20px;
}


.form-list li { margin:0 0 8px; }
/*.my-account .required{display: none;}*/
.form-list label { float:left; color:#666; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:100%; }
.form-list .field { float:left; width:100%; max-width: 100%;}
.form-list input.input-text { width:100%; max-width: 100%; }
.form-list textarea { width:254px; height:10em; max-width: 100%; }
.form-list select { width:260px; max-width: 100%; }
.form-list li.wide .input-box { width:100%; max-width: 100%; }
.form-list li.wide input.input-text { width:100%; max-width: 100%; }
.form-list li.wide textarea { width:100%; max-width: 100%; }
.form-list li.wide select { width:100%;max-width: 100%;  }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

/******css changes for login page*********/
 .col2-set .col-2.registered-users{
    float: left;
    width: 50%;
}
.col2-set .col-1.new-users{
    float: right;
}
.account-login .content,.account-login .content{
    background: none;
    border:none;
    min-height: 236px;
    padding:14px 0px;
    padding-top: 0px;
}
.account-login .page-title{
    display: none;
}
.account-login .registered-users h2,.account-login .new-users h2{
    background:none;
    border:none;
    text-transform: none;
    margin: 0px;
    padding: 0px;
    color: #552b47;
    font-size: 3em;
    font-weight: normal;    
    padding: 0.7em 0em;
    	font-weight: 300
    padding-top: 0px;
}
.registered-users .buttons-set a{
    color:#DD7327;    
    position: relative;
    top: -18px;
}
.form-list label{
    color: #333333;
    font-weight: normal;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 600 !important;
}
.account-login .buttons-set{
    padding: 0px;
}
button.button span{
    padding: 0px;
    height: auto;
    line-height: normal !important;
    border-radius: none;
    /*background:none !important;*/
    font-weight: normal;
    font-family:'Open Sans', sans-serif;;
}
.account-login .content {
    min-height: 345px;
    padding: 14px 21px;
    background: #faf7ee url(../images/bkg_login-box.gif) 0 0 repeat-x;
    border: 1px solid #bbb6a5;
    border-bottom: 0;
}
.account-login .content, .account-login .content {
    background: none;
    border: none;
    min-height: 136px;
    padding: 14px 0px;
    padding-top: 0px;
}

.account-login .registered-users .content, .account-login .registered-users .buttons-set {
    border-right: 1px solid rgb(153, 153, 153);
    padding-right: 20%;
}

.col2-set .col-2.registered-users {
    float: left;
    width: 50%;
}
.customer-account-login .col2-set .col-2 {
    margin-left: 0px;
	padding-right: 25px;
}

.col2-set .col-1.new-users {
    float: right;
}
.account-login .buttons-set{
    background: none;
    border:none !important;
}
.col-main {
padding-top: 18px;
}
.clearBoth {
    clear: both;
    height: 0;
    overflow: hidden;
}
#checkoutbutton a {
    background-color: var(--color-green-secondary);
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    padding: 8px 25px;
    text-transform: uppercase;
    }
#shopnowbutton a {
    background-color: var(--color-green);
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    padding: 8px 25px;
    text-transform: uppercase;
    }
#logoutbutton a {
    background-color: #428bca;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    padding: 8px 25px;
    text-transform: uppercase;
    }

.quickaddtocart {
    position: absolute;
    z-index: 20;
    background-color: #f8f7fd;
    padding: 15px;
    bottom: 100px;
    width: calc(100% - 26px);
    border: solid 1px #929292;
}
.quickaddsuccess {
	color: #d66f0f;
	text-align:center;
}

#scquantity {
	color: white;
    padding-top: 3px;
    padding-left: 7px;
}
.categorytext {
	text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.categoryboxes {
	border: solid 1px darkgrey;
    margin: 9px -5px;
}
.quickaddsuccess {
	position: absolute;
    width: calc(100% - 24px);
    background-color: white;
    bottom: 63px;
    height: 38px;
    border: 1px solid #a7a7a7;
    padding-top: 7px;	
}
.quickaddinput {
	width:25px;height: 32px; text-align:center;
}
.quickadd_removeqty {
	padding: 1px 11px!important;
}
.quickadd_addqty {
	padding: 1px 11px!important;
}
.quickadd_add {
	padding: 7px 12px!important;
}
.selectable>li { cursor:pointer;}


@media (max-width: 1657px) {
	.notifyme a {
		padding-top: 8px!important;
		padding-bottom: 8px!important;
		padding: 3px 0px;
	}
}

@media (min-width: 1380px) {
	.categorytopboxes {
		-ms-flex: 0 0 14%;
		flex: 0 0 14%;
		max-width: 14%;
	}
}
.ui-selected {
	border: #333333 1px solid!important;	
}

#cartsidebar_back {
    z-index:99990;
    top:0;
    position:fixed;
    display:none;
    height:100%;
    width:100%;
    background-color:#00000091;	
}
#cartsidebar {
    display:none;
    position: fixed;
    background-color: white;
    right: 0px;
    z-index: 2147483647;
    top: 0px;
    padding-top: 25px;
    height: 100%;
	overflow-y: auto;
	transition: 1s;
	min-width: 300px;
	max-width: 100%;
}
.noscrollbody {overflow:hidden!important;}
.allshoppingtypes {text-align:center!important;}

#proteus_topnavinformation {
	display:inline; 
	float:right;
	margin-top: -8px;
	padding-bottom: 15px;
}
#proteus_topnavshoppingtype {
	display:inline;float:left;margin-top: 2px; padding-left: 7px;
}

#currentlocation {
    color: white;
    float: right;
    text-align: right;
}
#shop_rightside form {
    text-align: right;
    padding-bottom: 10px;
}

.menu-link {
	color: #000;
	font-family: 'PT Sans',sans-serif;
	font-size: 13px;
	line-height: 44px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-right:5px;
	padding-right: 10px;
	border-right: 1px solid black;
}


<!--- jpages css --->
.holder {
	margin: 15px 0;
}
.holder a {
	font-size: 12px;
	cursor: pointer;
	margin: 0 5px;
	color: #333;
}
.holder a:hover {
	background-color: #222;
	color: #fff;
}
.holder a.jp-previous { margin-right: 15px; }
.holder a.jp-next { margin-left: 15px; }

.holder a.jp-next::after {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f105";
}
.holder a.jp-previous::before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f104";
}

.holder a.jp-last::after {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f101";
}
.holder a.jp-first::before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f100";
}


.holder a.jp-current, a.jp-current:hover { 
	color: #FF4242;
	font-weight: bold;
}
.holder a.jp-disabled, a.jp-disabled:hover {
	color: #bbb;
}
.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {
	cursor: default; 
	background: none;
}
.holder span { margin: 0 5px; }

.showsubcatnav {
	/*transition: 1s;display:block!important;*/
}
.detail-btn-notavail a {padding: 7px!important;}

/* end jpages css */

@media (max-width: 767px) {
	
	#proteuscart_categoryboxes .category_box .category_body, .product_category_sec .category_box .category_body img.shop_bg {
		display:none;
		
	}
	
}
.activeWeightBtn {
	background-color:#8cba6d!important;
} 
.weightbuttons {
	color:white; 
	border-style:none;
	padding: 7px;
    margin: 0px 2px;
	background-color:#cf4300;	
}
.product-image img {
	border-radius: 8px;
    transition: .5s ease-in-out;
    border: 1px solid var(--color-border);
}

#shopping-cart-table .product-image img {
	scale: 85%;
}

.product-view .product-image img {
	width: 100%;
	max-height:450px;
}
.product-image {
	margin: 0px 20px 13px!important;
}

.primary_btn:hover { color: white;}
#shopping-cart-table .product-name { padding-right:5px;}
#productGrid { height: 100%; width:100%;}
.item_view { margin-top:25%!important; font-size:13px;}
.item_view_div {
	max-height: 300px;
	overflow:hidden;
	border-radius: 8px;
	border: 1px solid var(--color-border);
	transition: .5s ease-in-out;
	
	min-height: 150px;
	min-width: 100%;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	background-position: center!important;
	
}
.product_short_description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.browse .product {
	position:relative;
}

/*
.mydivoverlap{
position: relative;
z-index: 1;
}
.mybuttonoverlap{
	position: absolute;
	z-index: 2;
	top: 44px;
	display: none;
	left: 59px;	
}
.browse .product:hover .mybuttonoverlap{ 
	display:block;
}
*/

.category-img {max-width: 200px;}
#getproducts .category-img {max-width: unset;}

p.product_name {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	padding-bottom: 0px!important;
}
#sidebar_removebtn {
	float: inherit; 
	margin: 5px 0px 0px 5px;
}
#shopping-cart-table {width:100%;}
#getproducts .col-md-12 { padding:0px;}
@media only screen and (max-width: 576px){
	#sidebar_removebtn {
		margin-left: 4px;
		margin-right: 5px;
	}
	#shopping-cart-table #cart_edit {
	    width: 95px;
	}
	/*#cartsidebar {width:100%;}*/
	
	#getproducts .col-md-12 { padding:15px;padding-bottom:0px;}
	#productGrid { padding:15px 0px;}	
	.browse .filters {margin-bottom:0px;}
	#sidebarFilters { padding-top:15px;}
}
.pagination {
	display: contents;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
	.item_view_div {
		min-height: 225px;
	}
	.pagination.page-item:first-of-type {
	  padding-left: 10px;
	}
	
	p.product_name {
		font-size: 20px;
	}
	
}
.checkout_totals {background-color: #ececec}
#invoice_detail_table {color:black;}
.products_view {display:flex;}
.products_view .product {display: inline-block; }

.myaccountbuttons {
    background-color: #764886;
    color: #ffffff;
    background-image: linear-gradient(to bottom,#764886 0,#9e51b9 100%);
    width: calc(25% - 3px);
    height: 175px;
    font-weight: normal;
    padding: 0px;
    margin-bottom: 15px;
    font-size: 15px;
    max-width: 100%;
    border-radius: 6px;
	white-space: unset;
	display: inline-block;
}
.myaccountbuttons div {
	display: flex;
	flex-direction: column;
}
.myaccountbuttons:hover {
    color: #ffa54b;
}
.product-avail1 {
    left: 13px;
    position: absolute;
    top: -8px;
    z-index: 2;
	width: calc(100% - 12px);
	font-size: 12px;
}
.discountdisclaimer {
	margin-left: -10px;
	background-color: #ffffffe8;
}
.couponbanner {
    background-color: #ff8412;
    margin-top: 7px;
    margin-left: -13px;
    color: white;
    padding: 3px;
    opacity: 0.80;
}
#p420cart_image {cursor: pointer}
#shop_searchtop {display:none;}
.max-width-90 {max-width:90px;}

.todaysdeal_image {width: 50%}
.todaysdeal_text {vertical-align: middle;text-align: right;}

.relatedproducts .product-image img {
    max-width: 125px;
    max-height: 125px;
	min-height: 125px;
    object-fit: fill;
    width: 100%;
}

.specs .labinfo {
    border-right: 1px solid black;
    padding-right: 4px;
}
.specs .labinfo:last-child{
    border-right: none;
}
.couponType img {max-width: 80px}

.lab-item {
	display: inline-flex;
	align-items: stretch;
}

.lab-label {
	display: flex;
	align-items: center;
	padding: 0px 5px;
	color: white;
	border-radius: 0.25rem 0 0 0.25rem;
	font-size: 0.875rem;
	line-height: 1.5;
	white-space: nowrap;
	border: 1px solid;
}

.lab-value {
	display: flex;
	align-items: center;
	padding: 0px 4px 0px 6px;
	color: #333;
	border-radius: 0 0.25rem 0.25rem 0;
	font-size: 0.875rem;
	line-height: 1.5;
	border: 1px solid;
	border-left: none;
	min-height: calc(1.5em + 0.75rem + 2px);
}
