

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap');


/*
@font-face {
	font-family: 'Avocado Sans Regular';
	src: url('../fonts/Avocado Sans Regular.eot');
	src: local('☺'), url('../fonts/Avocado Sans Regular.woff') format('woff'), url('../fonts/Avocado Sans Regular.ttf') format('truetype'), url('../fonts/Avocado Sans Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Avocado Sans Bold';
	src: url('../fonts/Avocado Sans Bold.eot');
	src: local('☺'), url('../fonts/Avocado Sans Bold.woff') format('woff'), url('../fonts/Avocado Sans Bold.ttf') format('truetype'), url('../fonts/Avocado Sans Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Avocado Sans Thin';
	src: url('../fonts/Avocado Sans Thin.eot');
	src: local('☺'), url('../fonts/Avocado Sans Thin.woff') format('woff'), url('../fonts/Avocado Sans Thin.ttf') format('truetype'), url('../fonts/Avocado Sans Thin.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/

html,body{
	/*font-family: 'Avocado Sans Regular';*/
	font-family: 'Source Sans Pro', sans-serif;
}


.layout-header3 .main-menu .menu-right .icon-block ul .mobile-user{
	cursor: pointer;
}


.contact-page .theme-form input.has-error{
	border-color: #ff0000;
}


.product-reviews h3{
	color: #000;
}

.product-reviews .author-content h4{
	padding: 0 0 10px 0;
}

.product-reviews img{
	width: 30px;
	height: 30px;
	object-fit: cover;
	display: inline-block;
	margin: 0 10px 0 0;
	border-radius: 50%;
}

.product-reviews a{
	color: rgba(0,0,0,0.5);
}


.product-reviews .rating{
		height: 18px;
		
		width: calc(19px * 5);
		display: inline-block;
		vertical-align: middle;
		margin: -4px 0 0 10px;
		opacity: 1;
		position: relative;
}

.product-reviews .rating::before,
.product-reviews .rating::after{
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: calc(19px * 5);
	height: 100%;
	z-index: 1;
	background: url("../images/icon-star.png") repeat-x left center;
	opacity: 0.2;
}

.product-reviews .rating::after{
	opacity: 0.7;
	z-index: 2;
}

.product-reviews .rating.star1::after{
	width: 19px;
}

.product-reviews .rating.star2::after{
	width: calc(19px * 2);
}

.product-reviews .rating.star3::after{
	width: calc(19px * 3);
}

.product-reviews .rating.star4::after{
	width: calc(19px * 4);
}

.product-reviews .rating.star5::after{
	width: calc(19px * 5);
}

.clink{
	text-transform: uppercase;
    cursor: pointer;
    color: #777;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.clink.inner{
	text-transform: none;
}

.clink.inner.l3{
	padding-left: 20px;
}

.clink.inner.l4{
	padding-left: 40px;
}
/*
.products-pagination > div{
	display: none; 
}
*/

.home-slider img{
	width: 100%;
	height: auto;
}

.checkout-page .checkout-form select.has-error{
	border-color: #ff0000;
}

.services .service-block .media img {
    width: 30px;
    height: 30px;
    fill: #fff;
    margin-right: 12px;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}

.home_img{
	width: 100%;
	height: 260px;
	object-fit: contain;
}

.woocommerce-product-details__short-description ul{
	padding: 10px 0;
	font-size: inherit;
}

.woocommerce-product-details__short-description li{
	list-style-type: disc;
	margin: 3px 0 3px 25px;
	display: list-item;
	font-size: inherit;
}

.product .product-box .product-detail.detail-center .detail-title .detail-right{
	padding-top: 5px;
	justify-content: space-between;
}

.product .product-box .product-detail.detail-center .detail-title .detail-right .price{
	margin: 0px;
	font-size: 17px;
}

.product .product-box .product-detail.detail-center .detail-title .detail-right .free-shipping{
	float: right;
	background: #d3e8d6;
	padding: 2px 6px;
	font-size: 13px;
	color: #000;
	border-radius: 3px;
	font-weight: 600;
}

.col-grid-box.cat{
	margin-bottom: 20px;
}

.bg-light {
    background-color: #f1ebdd !important;
}

.product-right .free-shipping{
	display: inline-block;
	background: #d3e8d6;
	padding: 2px 6px;
	font-size: 17px;
	color: #000;
	border-radius: 3px;
	font-weight: 600;
	margin: 0 0 20px 0;
}


/* //////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////// */




.enm-header{
	position: relative;
	/*font-family: 'Avocado Sans Regular';*/
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
}


.enm-header .enm-top-bar{
	background: #106193;
	color: #fff;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
}

.enm-header .enm-top-bar span{
	background: url("../images/icon-flag-us.png") no-repeat center center;
	background-size:contain;
	width: 40px;
	height: 29px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.enm-product-categories{
	background: #106193;
	color: #fff;
	height: 25px;
	line-height: 25px;
}

.enm-product-categories a{
	font-size: 16px;
	/*font-family: 'Avocado Sans Regular';*/
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	display: inline-block;
	margin: 0 10px;
}


.enm-header-main{
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	font-size: 0px;
}

.enm-header-main .enm-col{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	margin: 0 22px;
	padding: 5px 0;
}

.enm-header-main .enm-col.enm-first{
	margin-left: 0px;
}

.enm-header-main .enm-col.enm-last{
	margin-right: 0px;
}


.enm-header-main .enm-logo{
	display: inline-block;
	vertical-align: middle;
	background: url("../images/logo.png") no-repeat center center;
	background-size:contain;
	width: 170px;
	height: 100px;
}

.enm-header-main .enm-search-title{
	font-size: 30px;
	color: #106193;	
	text-align: left;
	padding: 0 0 5px 0;
}

.enm-header-main .enm-search{
	width: 575px;
	height: 44px;
	font-size: 0px;
	border: 1px solid #106193;
	border-radius: 3px;
	overflow: hidden;
}

.enm-header-main .enm-search .enm-input{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 50px);
	height: 44px;
	line-height: 44px;
	border: 0px;
	padding: 0 10px;
	font-size: 19px;
	color: #106193;
	/*font-family: 'Avocado Sans Regular';*/
	font-family: 'Source Sans Pro', sans-serif;
	outline: none;
}



.enm-header-main .enm-search .enm-input::-webkit-input-placeholder {
  color: #b9babc;
  opacity: 1;
}

.enm-header-main .enm-search .enm-input:-ms-input-placeholder {
  color: #b9babc;
  opacity: 1;
}

.enm-header-main .enm-search .enm-input::placeholder {
  color: #b9babc;
  opacity: 1;
}





.enm-header-main .enm-search .enm-submit{
	width: 50px;
	height: 44px;
	display: inline-block;
	vertical-align: middle;
	border: 0px;
	cursor: pointer;
	background:#106193 url("../images/icon-search.png") no-repeat center center;
	background-size:17px 17px;
}

.enm-header .enm-phones{
	color: #932910;
	font-size: 26px;
	/*font-family: 'Avocado Sans Regular';*/
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	text-align: right;
	height: 70px;
	line-height: 40px;
}

.enm-header .enm-phones a{
	color: #932910;
	white-space: nowrap;
}

.enm-header .enm-phones span{
	font-size: 22px;
	/*font-family: 'Avocado Sans Regular';*/
	font-family: 'Source Sans Pro', sans-serif;
}

.enm-header .enm-phones::before{
	content: "";
	background: url("../images/icon-phone.png") no-repeat center center;
	background-size:contain;
	width: 26px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0 4px 0;
}


.enm-header .enm-head-links{
	height: 44px;
	line-height: 44px;
	text-align: right;
}

.enm-header .enm-head-links a{
	font-size: 18px;
	color: #106193;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 10px;
	background: url("../images/icon-header-account.png") no-repeat left center;
	background-size:24px 26px;
	padding: 0 0 0 30px;
}

.enm-header .enm-head-links a.enm-my-cart{
	background-image: url("../images/icon-header-cart.png");
}

.enm-header .enm-head-links a.enm-live-help{
	background-image: url("../images/icon-header-chat.png");
	background-size:24px 29px;
	color: #932910;
	/*font-family: 'Avocado Sans Regular';*/
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
}

.enm-header .enm-head-links .burger-menu{
	display: none;
}

.layout-header3 .main-menu{
	padding: 0px;
}

.layout-header3{
	background: #106193;
}

@media screen and (max-width: 1380px) {

	.enm-header-main .enm-search-title{
		font-size: 24px;
	}

	.enm-header-main .enm-search{
		width: 450px;
	}

	.enm-header .enm-phones{
		font-size: 23px;
	}
	.enm-header .enm-phones span{
		font-size: 20px;
	}

	.enm-header-main .enm-col{
		margin: 0 10px;
	}

	.enm-product-categories a {
	    margin: 0 5px;
	}

}

@media screen and (max-width: 1139px) {

	.enm-header-main .enm-col.enm-last{
		width: 350px;
	}

	.enm-header-main .enm-logo{
		width: 140px;
	}

	.enm-header-main .enm-search-title{
		font-size: 20px;
	}

	.enm-header-main .enm-search{
		width: 380px;
	}

	.enm-header .enm-phones{
		line-height: 30px;
	}

	.enm-header .enm-head-links a{
		font-size: 16px;
	}

	.enm-product-categories a {
	    font-size: 14px;
	    margin: 0 4px;
	}


}

@media screen and (max-width: 959px) {

	.enm-header-main .enm-search-title{
		font-size: 16px;
	}

	.enm-product-categories{
		display: none;
	}

	.enm-header .enm-top-bar{
		font-size: 14px;
	}

	.enm-header-main .enm-search {
	    width: 300px;
	}

	.enm-header-main .enm-col.enm-sec{
		
	}

	.enm-header-main .enm-logo {
	    width: 120px;
	}

	.enm-header-main .enm-col.enm-last {
	    width: 290px;
	}

	.enm-header .enm-phones {
    	font-size: 20px;
	}

	.enm-header .enm-head-links a{
		font-size: 0px;
	}

}

@media screen and (max-width: 767px) {
	.enm-header-main .enm-col.enm-sec,
	.enm-header .enm-phones{
		display: none;
	}

	.enm-header-main .enm-col.enm-first{
		width: auto;
	}
	.enm-header-main .enm-col.enm-last{
		width: calc(100% - 140px);
	}

	.enm-header-main .enm-logo {
    	width: 100px;
		height: 60px;
	}

	.enm-header .enm-top-bar{
		font-size: 11px;
	}

	.enm-header .enm-top-bar span {
	    width: 25px;
	    height: 29px;
	    margin: 0 4px 0 0;
	}



	.enm-header .enm-head-links a.burger-menu{
		display: inline-block;
		vertical-align: middle;
		background: none;
		padding: 0px;
		font-size: 20px;
	}

	.layout-header3 .main-menu{
		padding: 2px;
	}


}



/* //////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////// */


.enm-footer{
	position: relative;
	/*font-family: 'Avocado Sans Regular';*/
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	border-bottom: 14px solid #fff;
}

.enm-footer .enm-hold{
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
}

.enm-footer .enm-top-bar{
	background: #106193;
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	text-align: left;
}

.enm-footer .enm-top-bar span{
	background: url("../images/icon-flag-us.png") no-repeat center center;
	background-size:contain;
	width: 40px;
	height: 29px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.enm-footer .enm-bottom-bar{
	color: #106193;
	font-size: 22px;
	height: 40px;
	line-height: 40px;
}

.enm-footer .enm-row{
	font-size: 0px;
	padding: 10px 0;
}

.enm-footer .enm-row .enm-col{
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	width: 25%;
}

.enm-footer .enm-row.enm-r2 .enm-col{
	vertical-align: top;
}

.enm-footer .enm-row.enm-r2{
	background: #faf7f1;
	padding: 30px 0;
}

.enm-footer .enm-row.enm-r2 .enm-col.enm-first{
	width: 32%;
}

.enm-footer .enm-row.enm-r2 .enm-col.enm-sec{
	width: 52%;
}

.enm-footer .enm-row.enm-r2 .enm-col.enm-last{
	width: 16%;
}

.enm-footer .enm-row.enm-r2 .enm-col.enm-first .enm-links{
	column-count: 1;
}

.enm-footer .enm-row.enm-r2 .enm-col.enm-sec .enm-links{
	column-count: 3;
}

.enm-footer .enm-row .enm-col .enm-title{
	font-size: 22px;
	color: #106193;
	/*font-family: 'Avocado Sans Regular';*/
	font-family: 'Source Sans Pro', sans-serif;
	padding: 0 0 5px 0;
	color: #932910;
}

.enm-footer .enm-row .enm-col .enm-links a{
	font-size: 18px;
	color: #106193;
	display: block;
	/*font-family: 'Avocado Sans Regular';*/
	font-family: 'Source Sans Pro', sans-serif;
}

.enm-footer .enm-row.enm-r2 .enm-col{
	line-height: 25px;
	font-size: 21px;
	color: #106193;
	
}

.enm-footer .enm-row .enm-col .enm-text{
	min-height: 110px;
	padding: 0 0 20px 0;
	/*font-family: 'Avocado Sans Regular';*/
	font-family: 'Source Sans Pro', sans-serif;
}

.enm-footer .enm-row .enm-col .enm-social{
	font-size: 0px;
	padding: 5px 0 0 0;
}

.enm-footer .enm-row .enm-col .enm-social a{
	display: inline-block;
	vertical-align: middle;
	background: url("../images/icon-social-fb.png") no-repeat center center;
	background-size:contain;
	width: 40px;
	height: 39px;
	margin: 0 3px 0 0;
}

.enm-footer .enm-row .enm-col .enm-social a.in{ background-image: url("../images/icon-social-in.png");  }
.enm-footer .enm-row .enm-col .enm-social a.pi{ background-image: url("../images/icon-social-pi.png");  }
.enm-footer .enm-row .enm-col .enm-social a.yt{ background-image: url("../images/icon-social-yt.png");  }



.enm-footer .enm-logo{
	display: inline-block;
	vertical-align: middle;
	background: url("../images/logo.png") no-repeat center center;
	background-size:contain;
	width: 150px;
	height: 90px;
}




.enm-footer .enm-live-help{
	display: inline-block;
	vertical-align: middle;
	background: url("../images/icon-footer-live-chat.png") no-repeat left center;
	background-size:41px 51px;
	padding: 0 0 0 60px;
	color: #932910;
	font-size: 37px;
	/*font-family: 'Avocado Sans Regular';*/
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
}

.enm-footer .enm-phones,
.enm-footer .enm-emails{
	display: inline-block;
	vertical-align: middle;
	background: url("../images/icon-footer-phones.png") no-repeat left center;
	background-size:45px 45px;
	padding: 0 0 0 65px;
	line-height: 30px;
	
}

.enm-footer .enm-emails{
	background-image: url("../images/icon-footer-emails.png");
	background-size:44px 34px;
	padding: 0 0 0 65px;
}

.enm-footer .enm-phones a,
.enm-footer .enm-emails a{
	font-size: 26px;
	color: #932910;
	/*font-family: 'Avocado Sans Regular';*/
	font-family: 'Source Sans Pro', sans-serif;
	display: block;
	line-height: 30px;
}


@media screen and (max-width: 1139px) {


	.enm-footer .enm-phones a, .enm-footer .enm-emails a{
		font-size: 20px;
	}

	.enm-footer .enm-row .enm-col .enm-links a{
		font-size: 18px;
	}
}

@media screen and (max-width: 959px) {
	.enm-footer .enm-row.enm-r1 .enm-col.enm-first{
		display: block;
		width: auto;
		text-align: center;
		padding: 20px 0;
	}

	.enm-footer .enm-row.enm-r1 .enm-col.enm-sec,
	.enm-footer .enm-row.enm-r1 .enm-col.enm-third,
	.enm-footer .enm-row.enm-r1 .enm-col.enm-last{
		width: 33.33%;
	}

	.enm-footer .enm-row.enm-r2 .enm-col{
		display: block !important;
		width: auto !important;
		padding: 0 0 20px 0;
	}

	.enm-footer .enm-row.enm-r2 .enm-col.enm-first .enm-links{
		column-count: 4;
	}

	.enm-footer .enm-row.enm-r2 .enm-col.enm-sec .enm-links{
		column-count: 4;
	}

}

@media screen and (max-width: 767px) {
	
	
	.enm-footer .enm-row.enm-r1 .enm-col.enm-sec,
	.enm-footer .enm-row.enm-r1 .enm-col.enm-third,
	.enm-footer .enm-row.enm-r1 .enm-col.enm-last{
		width: auto;
		display: block;
		padding: 20px 0;
	}

	.enm-footer .enm-top-bar,
	.enm-footer .enm-bottom-bar{
		font-size: 14px;
		line-height: normal;
		height: auto;
		padding: 5px 0;
	}

	.enm-footer .enm-row.enm-r2 .enm-col.enm-first .enm-links,
	.enm-footer .enm-row.enm-r2 .enm-col.enm-sec .enm-links{
		column-count: 2;
	}

	.enm-footer .enm-live-help{
		font-size: 30px;
	}

	.enm-footer .enm-row.enm-r2 .enm-col.enm-last br{
		display: none;
	}
}

/* //////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////// */



.home-top-categories,
.home-my-products{
	position: relative;
    padding-right: 15px;
    padding-left: 15px;
    border-bottom: 10px solid #fff;
}

.home-top-categories h4,
.home-my-products h4{
	text-align: center;
	color: #106193;
	font-size: 40px;
	/*font-family: 'Avocado Sans Regular';*/
	font-family: 'Source Sans Pro', sans-serif;
	padding: 10px 0;
}


.home-top-categories .items,
.home-my-products .items{
	position: relative;
	max-width: 1634px;
    margin: 0 auto;
    font-size: 0px;
    padding: 0 0 15px 0;
}


.home-top-categories .items .item,
.home-my-products .items .item{
	display: inline-block;
	vertical-align: top;
	width: calc(20% - 14px);
	position: relative;
	background: #baa77f;
	margin: 0 7px 14px 7px;
}

.home-my-products .items .item{
	width: calc(33.33% - 14px);
}

.home-top-categories .items .item .item-photo,
.home-my-products .items .item .item-photo{
	width: 100%;
	background: #fff;
}

.home-top-categories .items .item .item-photo img,
.home-my-products .items .item .item-photo img{
	width: 100%;
	object-fit: contain;
	height: 316px;
}

.home-my-products .items .item .item-photo img{
	height: 363px;
}

.home-top-categories .items .item .item-title,
.home-my-products .items .item .item-title{
	position: relative;
	color: #fff;
	padding: 10px 20px;
	font-size: 20px;
	/*font-family: 'Avocado Sans Regular';*/
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	min-height: 80px;
	align-content: center;
}

.home-my-products .items .item .item-title{
	background: #106193;
}


.enm-multi-product-categories{
	background: #106193;
	color: #fff;
	position: relative;
	font-size: 0px;
}

.enm-multi-product-categories .custom-container{
	position: relative;
}

.enm-multi-product-categories .item{
	display: inline-block;
	vertical-align: top;
}

.enm-multi-product-categories .item .pop{
	position: absolute;
	top: 100%;
	left: 50%;
	width: 100%;
	background: #fff;
	z-index: 50;
	display: none;
	padding: 15px 5px 0 5px;
	border-bottom: 3px solid #106093;
	font-size: 0px;
	max-width: 930px;
	width: calc(100% - 20px);
	-ms-transform: translate(-50%, -0%);
	-webkit-transform: translate(-50%, -0%);
	transform: translate(-50%, -0%);
}


.enm-multi-product-categories .item .pop a{
	width: calc(25% - 10px);
	display: inline-block;
	vertical-align: top;
	height: 175px;
	border: 1px solid #dcdcdc;
	margin: 0 5px 15px 5px;
	background: #fff;
	padding: 0px;
	position: relative;
}

.enm-multi-product-categories .item .pop a img{
	display: block;
	width: 100%;
	height: 150px;
	object-fit: contain;
}

.enm-multi-product-categories .item .pop a .title{
	background: #f5f5f5;
	color: #116194;
	font-size: 12px;
	/*font-family: 'Avocado Sans Regular';*/
	font-family: 'Source Sans Pro', sans-serif;
	border-bottom: 1px solid #dcdcdc;
}

.enm-multi-product-categories .item .pop a .all-title{

	color: #116194;
	font-size: 20px;
	/*font-family: 'Avocado Sans Regular';*/
	font-family: 'Source Sans Pro', sans-serif;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	padding: 0 20px;
	-ms-transform: translate(-0%, -50%);
	-webkit-transform: translate(-0%, -50%);
	transform: translate(-0%, -50%);

}

.enm-multi-product-categories .item:hover .pop{
	display: block;
}

.enm-multi-product-categories a{
	font-size: 16px;
	/*font-family: 'Avocado Sans Regular';*/
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	display: inline-block;
	margin: 0 0px;
	padding: 0 10px;
}

.enm-multi-product-categories a:hover{
	background: #1b8fc2;
}



.product-options{

}

.product-options .row{
	font-size: 0px;
	padding: 0 20px;
}

.product-options .col{
	display: inline-block;
	vertical-align: top;
	width: 70%;
	font-size: 15px;
	padding: 10px;
	text-align: left;
	background: #f3f0e8;
	border-bottom: 1px solid #ddd;
}

.product-options .row:nth-child(1) .col{
	border-top: 1px solid #ddd;
}


.product-options .col.last{
	width: 30%;
	text-align: right;
}

.product-options .row:nth-child(even) .col{
	background: #f9f8f6;
}

.select-code select{
	width: 100%;
}


@media (max-width: 1679px){
	
	.home-top-categories .items,
	.home-my-products .items{
		max-width: 1420px;
	}
}



@media (max-width: 1459px){
	
	.home-top-categories .items,
	.home-my-products .items{
		padding-right: 30px;
    	padding-left: 30px;
	}
}


@media (max-width: 1300px){
	
	.home-top-categories .items .item, .home-my-products .items .item{
		width: calc(33.33% - 14px);
		
	}
}

@media (max-width: 1199px){
	
	.enm-multi-product-categories a {
	    font-size: 13px;
	    padding: 0 7px;
	}
}

@media (max-width: 959px){
	
	.home-top-categories .items .item, .home-my-products .items .item{
		width: calc(50% - 14px);
		
	}

	.home-top-categories .items, .home-my-products .items {
	    padding-right: 5px;
	    padding-left: 5px;
	}

	.enm-multi-product-categories .item .pop,
	.enm-multi-product-categories .item:hover .pop{
		display: none !important;
	}
}

@media (max-width: 767px){
	
	.home-top-categories .items .item, .home-my-products .items .item{
		width: calc(100% - 14px);
		
	}

	.home-top-categories .items, .home-my-products .items {
	    padding-right: 0px;
	    padding-left: 0px;
	}

	.home-top-categories, .home-my-products {
	    padding-right: 8px;
	    padding-left: 8px;
	}

	.enm-multi-product-categories{
		display: none;
	}

}




.order-box .qty .product-title{
	max-width: 50%;
}


/* //////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////// */



.breadcrumb-main{
	padding: 15px 0;
}

.product .product-box .product-imgbox{
	display: block;
}



.order-zip-button,
.order-zip-guest-button{
	padding: 15px;
	font-size: 12px;
	outline: none;
}

.order-zip-button.loading, 
.order-zip-guest-button.loading{
	background:#fff url("../images/ajax-loader.gif") no-repeat center center;
	background-size: 220px auto;
	color: rgba(255,255,255,0) !important;

}


label.empty-label{
	display: block;
}

@media (max-width: 767px){
	label.empty-label{
		display: none;
	}

	.order-zip-button,
	.order-zip-guest-button{
		display: block;
		width: 100%;
		margin: 0 0 20px 0;
	}
}



.pop-loader{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background:rgba(255,255,255,0.8) url("../images/ajax-loader.gif") no-repeat center center;
	background-size: 220px auto;
}


.product-reviews.mob{
	display: none;
}


@media (max-width: 767px){
	.main-product-list-wrapper .collection-filtercategory-page-side {
		display: none !important;
	}

	.product-right img{
		max-width: 100%;
	}

	.product-reviews{
		display: none;
	}

	.product-reviews.mob{
		display: block;
	}
}





























