/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}

legend {
	font-size: 18px;
	padding: 7px 0px;
}
@media (max-width: 767px) {
	legend {
		font-size: 16px;
	}
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding: 30px 0px 20px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 20px 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
@media (max-width: 767px) {
	.breadcrumb > li {
		padding: 0 10px;
	}
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}

/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;

}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
/* .product-thumb .image a:hover {
	opacity: 0.8;
} */
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}
.product-thumb h4 {
	font-weight: bold;
	padding-top: 10px;
}
.product-thumb .caption {
	padding: 0 20px;
}

@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}

.product-thumb .button-group{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.product-thumb .button-group button {
	width: 100%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails > img {
	width: 100%;
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (max-width: 1199px) and (min-width: 992px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
		width: 100%;
	}
	
	#column-left + #content .product-layout .col-md-3 {
		width: 50%;
	}
	
	#column-left + #content + #column-right .product-layout .col-md-3 {
		width: 100%;
	}
	
    #content + #column-right .product-layout .col-md-3 {
		width: 100%;
	}
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.owl-nav > *{
	position: absolute;
	top: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	
	width: 24px;
	height: 100%;
}

.owl-nav > * > i{
	-webkit-align-self: center;
	    -ms-flex-item-align: center;
	            -ms-grid-row-align: center;
	        align-self: center;
	font-size: 18px;
}

.owl-nav > *:nth-child(1){
	left: 0px;
}
.owl-nav > *:nth-child(2){
	right: 0px;
}

.owl-dots{
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 14px;
	left: 0px;
}

.owl-dots > *{
	display: inline-block;
	margin:  4px;
	vertical-align: top;
	background: #e1e1e1;
	border-radius: 50%;
	width: 10px;
	height: 10px;
}

.owl-dots > *:hover, 
.owl-dots > *.active:hover,
.owl-dots > *.active{ 
	background: #999;
}

html .live-search .result-text{ 
	line-height: 34px; 
}

html .live-search ul{
	margin-bottom: 34px;
}

.gmap > div{
	height: 100% !important;
}

#ToTopHover {
	position: fixed;bottom: 20px;right: 20px;
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAABmCAYAAABm4qluAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OThENzgzMjVCNzRCMTFFM0EzRDU5MjlENjBGMTBDRUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OThENzgzMjZCNzRCMTFFM0EzRDU5MjlENjBGMTBDRUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5OEQ3ODMyM0I3NEIxMUUzQTNENTkyOUQ2MEYxMENFQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5OEQ3ODMyNEI3NEIxMUUzQTNENTkyOUQ2MEYxMENFQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl4ggucAAAtuSURBVHjazFwLcBbV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) no-repeat left -51px;width: 51px;height: 51px;display: block;overflow: hidden;float: left;opacity: 0;-moz-opacity: 0;filter: alpha(opacity=0);}
	#ToTop {display: none;text-decoration: none;position: fixed;bottom: 20px;right: 20px;overflow: hidden;width: 51px;height: 51px;border: none;text-indent: -999px;background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAABmCAYAAABm4qluAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OThENzgzMjVCNzRCMTFFM0EzRDU5MjlENjBGMTBDRUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OThENzgzMjZCNzRCMTFFM0EzRDU5MjlENjBGMTBDRUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5OEQ3ODMyM0I3NEIxMUUzQTNENTkyOUQ2MEYxMENFQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5OEQ3ODMyNEI3NEIxMUUzQTNENTkyOUQ2MEYxMENFQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl4ggucAAAtuSURBVHjazFwLcBbV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) no-repeat left top;
}

@media (min-width: 1200px){
	.pull-lg-right{
		float: right;
	}
	.pull-lg-right{
		float: right;
	}
}

@media (min-width: 992px){
	.pull-md-right{
		float: right;
	}
	.pull-md-right{
		float: right;
	}
}

@media (min-width: 768px){
	.pull-sm-right{
		float: right;
	}
	.pull-xs-right{
		float: right;
	}
}

#product-filter-replace{
	position: relative;
}

#product-filter-replace #product-filter-loading-overlay{
	display: none;
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}


@media (max-width: 768px){
	.text-danger {
	    width: 250px;
	}
}

  .pd-t15 {
	padding-top: 15px;
  }
  
  .pd-b15 {
	padding-bottom: 15px;
  }
  
  .pd-l15 {
	padding-left: 15px;
  }
  
  .pd-r15 {
	padding-right: 15px;
  }
  
  .pd-30 {
	padding: 30px;
  }
  
  @media (max-width: 1300px) {
	.pd-30 {
	  padding: 20px;
	}
  }
  
  .pd-t30, .pagination {
	padding-top: 30px;
  }
  
  @media (max-width: 1300px) {
	.pd-t30, .pagination {
	  padding-top: 20px;
	}
  }
  
  .pd-b30 {
	padding-bottom: 30px;
  }
  
  @media (max-width: 1300px) {
	.pd-b30 {
	  padding-bottom: 20px;
	}
  }
  
  .pd-l30 {
	padding-left: 30px;
  }
  
  @media (max-width: 1300px) {
	.pd-l30 {
	  padding-left: 20px;
	}
  }
  
  .pd-r30 {
	padding-right: 30px;
  }
  
  @media (max-width: 1300px) {
	.pd-r30 {
	  padding-right: 20px;
	}
  }
  
  .pd-40 {
	padding: 40px;
  }
  
  @media (max-width: 1300px) {
	.pd-40 {
	  padding: 30px;
	}
  }
  
  .pd-t40 {
	padding-top: 40px;
  }
  
  @media (max-width: 1300px) {
	.pd-t40 {
	  padding-top: 30px;
	}
  }
  
  .pd-b40 {
	padding-bottom: 40px;
  }
  
  @media (max-width: 1300px) {
	.pd-b40 {
	  padding-bottom: 30px;
	}
  }

  .no-border {
		border: none !important;
	}  
	
	.z1 { 
		z-index: 1; 
	}

	.bootstrap-datetimepicker-widget .datepicker .day.disabled{
		opacity: 0.2;
	}

/* corner badge (currently use for gift card badge) */
.corner-badge {
	color: #fff;
}
.corner-badge::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	right: 0;
	/* border width to be changed  */
	border-width: 60px;
	border-style: solid;
	/* border color to be changed  */
	border-color: #000 #000 transparent transparent;
	z-index: 1;
}
  
@media (max-width: 1300px) {
	.corner-badge::after {
		border-width: 60px;
	}
}

@media (max-width: 767px) {
	.corner-badge::after {
		border-width: 40px;
	}
}

.corner-badge-price {
	padding-top: 30px;
	padding-right: 15px;
	/* color to be changed  */
	color: #fff;
	/* font size to be changed  */
	font-size: 20px;
}

@media (max-width: 1300px) {
	.corner-badge-price {
		padding-top: 15px;
		padding-right: 10px;
	}
}

@media (max-width: 767px) {
	.corner-badge-price {
		padding-top: 5px;
		padding-right: 5px;
	}
}

/* fix flex-group on firefox and other browser */
#coupon-content input, #voucher-content input {
    min-width: 0px;
}
/* fix flex-group on firefox and other browser */

/* quickcheckout loading UI related */
.quickcheckout-checkout .blockUI.blockMsg h1{
    margin: 15px 0;
}

@media screen and (max-width: 540px){
    .quickcheckout-checkout .blockUI.blockMsg{
        width: 80%!important;
        left: 50%!important;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    .quickcheckout-checkout .blockUI.blockMsg h1{
        margin: 5px 0;
        font-size: 24px;
    }
}
/* quickcheckout loading UI related */
@font-face {
	font-family: poppins;
	src: url(fonts/poppins/Poppins-Regular.ttf);
}
@font-face {
	font-family: poppins-bold;
	src: url(fonts/poppins/Poppins-Bold.ttf);
}
@font-face {
	font-family: roboto;
	src: url(fonts/roboto-regular.ttf);
}
header{
	font-family:poppins;
	background:#f7f7f7 !important;
	font-size:11px;
	position:relative;
}
header .header-logo{
	width: 80% !important;
}
header .container{
	width:100%;
	padding:0 5%;
}
header #main-menu a{
	margin-right: 1.4em !important;
	border-bottom:2px solid transparent;
	padding: 3em 5% !important;
	border-radius:unset !important;
}
header #main-menu a:hover{
	border-color:#80bb28
}
header #main-menu > li > a{
	font-weight:bold !important;
	letter-spacing:1px;
	text-transform:uppercase;
}
header #main-menu > li > ul {
	display:none !important;
}
header #main-menu > li > a .sub-arrow{
	display:none;
}
header .search_container{
	margin-right:13em

}
.header-container #search-container{
	position:absolute;
	margin-top: -3em;
	z-index:1;
	/*display: none;*/
	margin-left:-1em;
	height: 60px;
	padding: 1em;
}
.header-container .search-custom img{
	cursor:pointer;
}
.header-container .header-top img:hover{
	opacity:0.7;
	-webkit-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.header-container #search-container .search-box {
	width:165px;
}
.header-container #search-container .search-box span{
	padding:3px 10px;
	position:absolute;
	right:1em;
}
.header-container #search-container .search-box span:hover{
	opacity:0.7;
	cursor:pointer;
}
.header-container #search-container .search-box #search-query{
	width:90% !important;
}
.header-container #search-container .search-box #search-query input{
	width:100%;
}
#menu_categories{
	background:#f7f7f7;
	position:absolute;
	width:70vw;
	right:13%;
	border-top:1px solid #ddd;
}
#menu_info{
	background:#f7f7f7;
	position:absolute;
	width:190px;
	right:55em;
	border-top:1px solid #ddd;
}
#menu_categories .menu_categories_container,
#menu_info .menu_info_container{
	padding:1em;
	width:100%;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex
}
#menu_categories .menu_categories_container .parent_categories{
	-webkit-flex-basis:100%;
	    -ms-flex-preferred-size:100%;
	        flex-basis:100%;
	text-align:center;
	border-right:1px solid #eee;
}
#menu_categories .menu_categories_container .parent_categories:last-child{
	border:none;
}
#menu_categories .menu_categories_container .parent_categories p{
	text-transform:uppercase;
	letter-spacing:1.5px;
	color:#000;
	font-size:16px;
}
#menu_categories .menu_categories_container .child_categories{
	text-align:left;
}
#menu_categories .menu_categories_container .child_categories .child_list,
#menu_info .menu_info_container .info_list{
	list-style:none;
	padding-left:1em;
}
#menu_info .menu_info_container .info_list{
	text-align:center;
	width:100%;
	text-transform:uppercase;
}
#menu_categories .menu_categories_container .child_categories img{
	width:1.2em;
	margin-right:7px;
	max-height:1.5em;
}
#menu_categories .menu_categories_container .child_categories .child_list a,
#menu_info .menu_info_container a{
	color:#000;
	font-size:15px;
}
#menu_info .menu_info_container a{
	letter-spacing:2px;
	line-height:2em;
}
#menu_categories .menu_categories_container .child_categories .child_list a:hover,
#menu_info .menu_info_container a:hover{
	color:#80bb28;
}
#menu_categories .menu_categories_container .child_categories .child_cat_last{
	list-style:none;
	padding-left:1.5em;
	height:0;
	overflow:hidden;
	padding-top: 3px;
    display: block;
}
#menu_categories .menu_categories_container .child_categories .child_list a:hover + .child_cat_last{
	height:auto !important;
}
#menu_categories .menu_categories_container .child_categories .child_cat_last:hover{
	height:auto !important;
}
footer{
	background:#f7f7f7;
	color:#000 !important;
	font-family:poppins;
	padding-bottom:0;
}
footer .footer-upper-contet{
	padding-bottom:3em;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
}
footer .footer-upper-contet .footer-contact-links a,
footer .footer-upper-contet .footer-contact-links h5{
	color:#000 !important;
}
footer .logo_footer{
	width:15em;
	margin-bottom:1em;
}
footer .footer-contact-links{
	font-size:10px;
	line-height:1.5em;
	color:#555;
}
footer .footer-contact-links li{
	margin-bottom:3.5px !important
}
footer .footer-contact-links a{
	letter-spacing:2px;
	font-size:10px;
}
footer .footer-contact-links h5{
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:2.5px;
	margin-bottom:1em;
}
footer .footer-contact-links:not(:first-child){
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	max-width:20%;
}
footer .footer-contact-links:last-child{
	min-width:10% !important;
}
footer .footer-contact-links:first-child{
	padding-right:5em;
}
footer .fcs a{
	font-weight:bold;
	text-decoration:none;
}
footer > div:last-child p{
	margin:0;
	padding:5px 0;
}
footer > div:last-child .container{
	width:90%;
	padding:0;
}
footer > div:last-child .container p,
footer > div:last-child .container a{
	font-size:11px !important;
	color:#000 !important
}
.slideshow .slider-slideshow-description-texts{
	text-align:center;
	font-family:poppins;
}
.slideshow .slider-slideshow-description-texts span:first-child{
	font-size:55px !important;
	letter-spacing:5px;
	margin-bottom:10px;
}
.slideshow .slider-slideshow-description-texts span{
	font-size:15px !important;
	line-height:2em;
	letter-spacing:2px;
}
.fcategory h3,
.section_title{
	text-align:center;
	font-family:poppins;
	text-transform:uppercase;
	letter-spacing:5px;
	position:relative;
	z-index:1;
}
.section_title{
	position:relative;
	margin-bottom:1.5em;
	font-size:24px;
}
.section_title img{
	position:absolute;
	width:2em;
	top:-0.5em;
	margin-left:-1em;
	z-index:-1;
}
.fcategory .product-thumb{
	border:none;
	position:relative;
}
.fcategory .product-thumb .image{
	position:relative;
}
.fcategory .product-thumb h4{
	position:absolute;
	bottom:2em;
}
.fcategory .product-thumb h4 a{
	color:#000;
	text-transform:uppercase;
	font-size:18px !important;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}
.fcategory .product-thumb h4 a:after{
	content:'find out more';
	display:block;
	font-size:11px;
	margin-top:5px;
}
.fcategory .product-thumb .image .product-thumb_cover{
	position:absolute;
	width:100%;
	height:100%;
	background:#000;
	top:0;
	opacity:0;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
	cursor:pointer;
}
.fcategory .product-thumb:hover .image .product-thumb_cover{
	opacity:0.5;
}
.fcategory .product-thumb:hover .image + h4 a{
	color:#fff !important;
}
.fcategory .product-layout{
	padding:0 0.6em;
}
.fcategory{
	padding:4em 0 1em !important;
}
.featured{
	padding:4em 0 1em !important;
	background:#fcfbf4;
}
.product-block{
	position:relative;
	background:transparent !important;
	border:none !important;
}
.product-block .sale{
	position:absolute;
	z-index:2;
	right:0;
	background:#e21f26;
	color:#fff;
	top:0;
	padding:6px 1.5em 6px 2em;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
.product-block .outofstock{
	position:absolute;
	z-index:1;
	right:0;
	background:rgba(250,250,250,0.7);
	color:#6f6f6f;
	top:0;
	font-family:poppins-bold;
	width:100%;
	height:100%;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	padding: 35% 2em 0;
	letter-spacing:2px;
	line-height:1.2em;
	vertical-align: middle;
}
.product-block .new{
	position:absolute;
	z-index:1;
	right:0;
	background:#80bc42;
	color:#fff;
	top:0;
	padding:6px 1.5em 6px 2em;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
.product-block .product-name{
	text-transform:uppercase;
	font-family:poppins;
	padding-bottom:0 !important;
}
.product-block .product-name .category_name{
	margin-bottom:0 !important;
	font-size:11px;
	line-height: 1em;
}
.product-block .product-name a{
	color:#000;
	font-weight:bold;
	margin-bottom:0 !important;
	font-family:poppins-bold;
	font-size:14px;
}
.product-block .product-details{
	padding-top:0 !important;
	margin-top:0 !important;
}
.product-block .product-details .price span:not(.price-main){
	display:block;
	line-height:1.3em;
}
.product-block .product-details .price span{
	font-size:16px !important;
	font-weight:bold;
}
.product-block .product-details .price span.price-main{
	color:#80bc42;
}
.product-block .product-details .price span.price-new{
	color:#e21f26;
}
.product-block .product-details .price span.price-old{
	text-decoration:line-through;
}
.product-block:hover .product-button{
	opacity:0 !important;
}
.product-block .product-image-block:hover .product-button{
	opacity:1 !important;
}
.product-block .product-button button{
	border:none;
	background:transparent;
}
.product-block .product-button button img{
	width:1.3em !important;
}
.product-block .product-image-block .image_cover{
	width:100%;
	height:100%;
	position:absolute;
	background:rgba(0,0,0,0.5);
	top:0;
	opacity:0;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}
.product-block .product-image-block:hover .image_cover{
	opacity:1;
}
.product-block .product-image-block:hover img{
	-webkit-transform:unset;
	    -ms-transform:unset;
	        transform:unset
}
.featured .slick-nav .fa{
	font-size:3em !important;
	color:#000;
	margin-bottom:2em;
}
.featured .slick-nav.prev{
	margin-left:-2em !important;
}
.featured .slick-nav.next{
	margin-right:-2em !important;
}
.handy {
	padding:0 !important;
	text-align:center;
	font-family:poppins;
}
.handy .handy_container{
	padding:3em 25% 7%;
}
.handy .handy_container h3,
.handy .handy_container a,
.handy .handy_container p{
	color:#fff
}
.handy .handy_container h3{
	font-size:37px;
	letter-spacing:3px;
}
.handy .handy_container p{
	text-align:justify;
	font-size:12px;
	margin-bottom:3em;
}
.handy .handy_container a{
	border:2px solid #fff;
	padding:0.8em 5em;
	font-size:12px
}
.breadcrumb{
	border:none;
	background:none;
}
.breadcrumb li{
	padding:0 1em;
}
.breadcrumb li:first-child img{
	width:1.5em;
}
.breadcrumb li a {
	color:#000;
}
.information-information.iid-4 #content{
	padding:0 15%;
	font-family:poppins;
}
.information-information.iid-4 #content .des_about p:first-child{
	font-size:17px;
	color:#000;
	text-transform:uppercase;
	line-height:1.5em;
	font-family:poppins-bold
}
.information-information.iid-4 #content .des_about p{
	font-size:12px;
	color:#000;
	line-height:1.5em;
	margin-bottom:0;
}
.information-information.iid-4 #content .img_about:before{
	content:'';
	background:#85c22b;
	position:absolute;
	height:75%;
	width:190%;
	z-index:-1;
	right:-5%;
	top:18%;
}
.page-banner .page-banner-title{
	display:none;
}
#product-filter-detect #side-categories .list-group-item.item-header,
#product-filter-detect  #side-manufacturer .list-group-item.item-header,
#product-filter-detect  #side-price .list-group-item.item-header,
#product-filter-detect  #side_filter .list-group-item.item-header{
	border:none !important;
	font-family:poppins-bold;
	font-size:22px;
}
#product-filter-detect #side-categories .list-group-item.item-header:before,
#side_filter .list-group.Color .list-group-item.item-header:before{
	content:'Shop by ';
}
#product-filter-detect  #side-price .list-group-item.item-header:after{
	content:' Range';
}
#product-filter-detect  #side-price .list-group-item:not(.item-header){
	border:none !important;
}
#product-filter-detect #side-categories .list-group-item .side-categories-level-1 .item.level-1{
	border:1px solid #85c22b;
	margin:1.5em 0;
}
#product-filter-detect #side-categories .list-group-item,
#product-filter-detect #side-categories .list-group-item .side-categories-level-1,
#product-filter-detect #side-categories .list-group-item .sub{
	border:none !important;	
	font-size:11px;
}
#product-filter-detect #side-categories .list-group-item .sub{
	padding-left:1.5em
}
#product-filter-detect #side-categories .list-group-item .side-categories-level-1 .item{
	-webkit-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	padding:0 1em!important;
}
#product-filter-detect #side-categories .list-group-item .side-categories-level-1 .item:hover a{
	color:#85c22b;
}
#product-filter-detect #side-categories .list-group-item .side-categories-level-1 .item.level-1:hover a{
	color:#fff;
}
#product-filter-detect #side-categories .list-group-item .side-categories-level-1 .sub .group{
	border:none !important;
}
#product-filter-detect #side-categories .list-group-item .side-categories-level-1 .item a{
	color:#5a5a5a;
	font-family:poppins;
	font-weight:bold;
	font-size: 16px;
}
#product-filter-detect #side-categories .list-group-item .item.level-1:hover{
	background:#85c22b;
}
#product-filter-detect #side-categories .list-group-item .side-categories-level-1:hover .item > a{
	background:none !important;
}
#product-filter-detect #side-categories .list-group-item .side-categories-level-1 .toggle,
#side-manufacturer .list-group-item,
#side_filter,
#side_filter .list-group,
#side_filter .list-group .list-group-item
{
	border:none !important;
	-webkit-box-shadow:none !important;
	        box-shadow:none !important
}
#side_filter .list-group{
	border-bottom:1px solid #bbb !important;
	padding-bottom:2em;
}
#product-filter-detect #side-categories .list-group-item .side-categories-level-1 .toggle:hover{
	background:none;
}
#product-filter-detect #side-categories .list-group-item .side-categories-level-1 .toggle .caret{
	display:none;
}
#product-filter-detect #side-categories .list-group-item .side-categories-level-1 .toggle.plus:after{
	content:'\f067';
	font-family:fontawesome;
	margin-left:1.5em;
	font-size:10px;
}
#product-filter-detect #side-categories .list-group-item .side-categories-level-1 .toggle.min:after{
	content:'\f068';
	font-family:fontawesome;
	margin-left:1.5em;
	font-size:10px;
}
#product-filter-detect #side-categories{
	border-bottom:1px solid #bbb !important;
	padding-bottom:1.5em;
}
#product-filter-detect #side-manufacturer .list-group-item:not(.item-header),
#side_filter .list-group.Type .list-group-item:not(.item-header){
	height:9em;
	overflow-y:scroll;
}
#product-filter-detect #side-manufacturer input[type=checkbox]:after,
#side_filter .list-group.Type input[type=checkbox]:after{
	content:'';
	position:absolute;
	width:14px;
	height:14px;
	background:#fff;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #888;
	border-top:1px solid #888;
	cursor:pointer;
}
#side_filter .list-group.Color div.checkbox{
	display:inline-block;
	margin-right:0.5em
}
#side_filter .list-group.Color div.checkbox span{
	display:none
}
#side_filter .list-group.Color input[type=checkbox]:after{
	content:'';
	position:absolute;
	width:23px;
	height:23px;
	background:#fff;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #888;
	border-top:1px solid #888;
	cursor:pointer;
}
#side_filter .list-group.Color input[type=checkbox]:checked:after{
	border-bottom:2px solid #85c22b;
	border-right:2px solid #85c22b;
	border-left:2px solid #85c22b;
	border-top:2px solid #85c22b;
}
#product-filter-detect #side-manufacturer input[type=checkbox]:checked:after,
#side_filter .list-group.Type input[type=checkbox]:checked:after{
	background:#85c22b;
}
#product-filter-detect #side-manufacturer .list-group-item.item-header:before,
#side_filter .list-group.Type .list-group-item.item-header:before{
	content:'Filter by ';
}
#product-filter-detect #side-manufacturer .list-group-item > label,
#side_filter .list-group.Type .list-group-item{
	margin-bottom:0.7em;
	font-family:poppins;
	font-size:#5a5a5a;
}
/* width */
#side-manufacturer .list-group-item:not(.item-header)::-webkit-scrollbar,
#side_filter .list-group-item:not(.item-header)::-webkit-scrollbar {
  width: 12px;
}

/* Track */
#side-manufacturer .list-group-item:not(.item-header)::-webkit-scrollbar-track,
#side_filter .list-group-item:not(.item-header)::-webkit-scrollbar-track {
  background: #f1f1f1;
}
 
/* Handle */
#side-manufacturer .list-group-item:not(.item-header)::-webkit-scrollbar-thumb,
#side_filter .list-group-item:not(.item-header)::-webkit-scrollbar-thumb {
  background: #9b9b9b;
}

/* Handle on hover */
#side-manufacturer .list-group-item:not(.item-header)::-webkit-scrollbar-thumb:hover,
#side_filter .list-group-item:not(.item-header)::-webkit-scrollbar-thumb:hover {
  background: #777;
}
#product-filter-detect  #side-price .list-group-item:not(.item-header){
	padding:1em 2em 0 0 !important
}
#product-filter-detect  #side-price .list-group-item:not(.item-header) input{
	border:none;
	-webkit-box-shadow:none;
	        box-shadow:none;
	padding:0;
}
#product-filter-detect  #side-price .list-group-item:not(.item-header) .price-container label{
	display:none;
}
#product-filter-detect  #side-price .list-group-item:not(.item-header) .price-container .input-group input{
	background:transparent;
	font-weight:bold;
	font-family:poppins-bold;
	font-size:14px;
}
#product-filter-detect  #side-price .list-group-item:not(.item-header) .price-container .input-group{
	width:4em;
	position:relative;
}
#product-filter-detect  #side-price .list-group-item:not(.item-header) .price-container .input-group:before{
	content:'$';
	font-size:14px;
	position:absolute;
	left:1px;
	font-weight:bold;
	font-family:poppins-bold;
}
#product-filter-detect  #side-price .list-group-item:not(.item-header) .price-container .input-group:last-child{
	float:right !important;
}
#side-price #slider-price .ui-slider-range,
#side-price #slider-price .ui-slider-handle{
	background: #85c22b !important;
}
#side-price #slider-price .ui-slider-handle{
	border:1px solid #fff;
	width:15px;
	height:15px;
}
#side-price #slider-price{
	background:#4d4d4d !important;
	height:3px;
}
#product-filter-detect .product_semi_filter{
	position:relative;
	padding-right:15px;
}
#product-filter-detect .product_semi_filter > div:first-child{
	float:right;
}
#product-filter-detect .product_semi_filter select{
	border-color:#eee !important;
	-webkit-box-shadow:none;
	        box-shadow:none;
	height:2.2em;
}
.product-category #content{
	padding-top:5em;
}
.product-special .product-view>*, .product-category .product-view>*{
	width:calc(25% - 10px) !important;
}
.product-special .product-view>*:not(:nth-child(3n+1)):not(:first-child), .product-category .product-view>*:not(:nth-child(3n+1)):not(:first-child){
	margin-left:0 !important;
}
.product-special .product-view>*:not(:nth-child(4n+1)):not(:first-child), .product-category .product-view>*:not(:nth-child(4n+1)):not(:first-child){
	margin-left:10px !important;
}
#pagination-demo{
	text-align:center;
	margin-top:2em;
	padding-left:0;
}
#pagination-demo > li{
	display:inline-block;
	padding:0 1em;
	font-family:poppins;
	cursor:pointer;
}
#pagination-demo > li.disabled a,
#pagination-demo > li.disabled span{
	color:#bbb !important;
}
#pagination-demo > li.active a,
#pagination-demo > li.active span{
	color:#85c22b !important;
}
#pagination-demo > li a,
#pagination-demo > li{
	color:#000;
	font-weight:bold;
	font-size:12px;
}
#pagination-demo > li:hover a,
#pagination-demo > li:hover span{
	color:#9ce234 !important;
	cursor:pointer !important;
}
#pagination-demo > li.disabled:hover a{
	cursor:not-allowed !important;
}
#pagination-demo > li a i,
#pagination-demo > li a span{
	font-size:18px !important;
}
#pagination-demo > li.first,
#pagination-demo > li.prev,
#pagination-demo > li.next,
#pagination-demo > li.last{
	padding:0 0.2em;
}
#pagination-demo > li.prev{
	padding-right:1em;
}
#pagination-demo > li.next{
	padding-left:1em;
}
.product-product #content{
	padding:0 10%;
}
.product-product .product-image-main-container img{
	/*height:300px;*/
	width:100%;
}
.product-product .product-image-additional-container{
	padding:0;
}
.product-product .product-image-additional-container .slick-slide{
	margin:0 2px;
}
.product-product .product-image-additional-container .slick-slide img{
	border:none !important;
}
.product-product .product-image-main-container{
	margin-bottom:0.5em;
}
.product-product .category-name{
	font-family:poppins;
	font-size:11px;
	margin:0;
	font-weight:bold;
	text-transform:uppercase;
}
.product-product .product-name{
	font-family:poppins;
	font-weight:bold !important;
	font-size:20px;
	text-transform:uppercase
}
.product-product .product-price.old-prices{
	font-size:24px;
	font-family:poppins;
	font-weight:bold;
	color:#85c22b;
	padding-left: 0;
}

.input-group .input-group-addon {
    padding-left: 0;
}

.product-product .product-description p{
	font-family:poppins;
	font-size:11px;
	color:#666 !important;
	margin-bottom:3em;
}
.product-product .product-description > p:before{
	content:'Product Description';
	color:#000;
	font-weight:bold;
	font-size:12px;
	display:block;
	margin-bottom:8px;
}
.product-product #product .option_Color > label,
.product-product #product .option_Color > div{
	display:inline-block
}
.product-product #product .form-group > label:before{
	content:'';
}
.product-product #product .option_Color .radio{
	display:inline-block;
}
.product-product #product .option_Color .radio label{
	padding-left:0;
}
.product-product #product .option_Color input{
	display:none !important
}
.product-product #product .option_Color img{
	border-color:eee;
	border-radius:0;
	width:27px;
	padding:1px;
}
.product-product #product .option_Color .radio label span:after{
	content:'';
	width:34px;
	height:34px;
	position:absolute;
	border-bottom:1px solid #eee;
	-webkit-transform:translateY(8px)translateX(-19px)rotate(135deg)
}
.product-product #product .option_Color input:checked + img{
	border-color:#000;
}
.product-product #product .option_Color input:checked ~ span:after{
	border:none !important;
}
.product-product #product > .form-group{
	margin-bottom:0.5em;
}
.product-product #product > .form-group > label,
.product-product #product > .form-group > select{
	display:inline-block !important;
}
.product-product #product > .form-group > select option:first-child{
	display:none
}
.product-product #product > .form-group > label{
	width:16.5%;
}
.product-product #product > .form-group > select{
	width:82%;
	border-color:#000;
	border-radius:2px;
}
.product-product #product .form-group .input-group .input-group-btn button{
	background:#85c22b !important;
	color:#fff;
	border:1px solid #000;
}
.product-product #product .form-group .input-group input{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
.product-product #product .form-group .input-group .input-group-btn:hover button{
	background:#000 !important;
	color:#fff
}
.product-product #product .form-group .input_share img{
	padding:0 5px;
}
.product-product #product .form-group .input_share{
	margin: 1em 0;
}
.product-product #product #button-cart{
	background:#85c22b;
	border-color:#85c22b;
	font-size:11px;
	font-family:poppins;
	min-height:3.5em !important;
	height:3.5em !important;
	width:65% !important;
	min-width:65% !important;
	padding:0 !important;
	margin:0 2px;
}
.product-product #product #button-cart:hover{
	background:#666;
	border-color:#666;
}
.product-product #product .custom_back_btn,
.product-product .custom_back_btn1{
	padding:0 !important;
	font-family:poppins;
	min-height:2.75em !important;
	height:2.75em !important;
	min-width:10% !important;
	width:15% !important;
	background:transparent;
	border-color:#bbb !important;
}
.product-product #product .custom_back_btn:after{
	content:'\f104';
	font-family:fontawesome;
	font-size:25px;
	color:#666
}
.product-product #product .custom_back_btn:hover,
.product-product #product .custom_wish_btn:hover,
.product-product .custom_back_btn1:hover{
	background:#bbb;
	border-color:#bbb;
}
.product-product .custom_back_btn1{
	min-width:9% !important;
	width:9% !important;
	height:2.5em !important;
	min-height:2.5em !important;
	margin-top:-3px;
}
.product-product #product .custom_wish_btn{
	width:15% !important;
	min-width:15% !important;
	padding:0 !important;
	min-height:2.75em !important;
	height:2.75em !important;
}
.product-product #product-tabs{
	border-color:#eee;
}
.product-product #product-tabs > li{
	border:1px solid #eee;
	min-width:130px;
	text-align:center;
}
.product-product #product-tabs > li a{
	border:none;
	background:transparent;
	color:#888;
	text-transform:uppercase;
	font-size:11px;
	letter-spacing:2px;
	font-family:poppins;
	font-weight:bold;
}
.product-product #product-tabs > li.active{
	border:1px solid #85c22b;
	background:#85c22b;
}
.product-product #product-tabs > li.active a{
	color:#fff;
}
.product-product .tab-content .tab_content_title{
	color:#222;
	font-family:poppins;
	font-weight:bold;
	font-size:14px;
}
.product-product .tab-content .tab_content_title.title_Description:before{
	content:'Product ';
}
.product-product .tab-content .tab_content_title.title_Others:after{
	content:' Details';
}
.product-product .tab-content p{
	font-size:12px;
	font-family:roboto;
	color:#666;
	line-height:1.5em;
}
.product-product .tab-content{
	padding-bottom:2em;
	border-bottom:1px solid #eee
}
.product-product .featured.relative{
	background:transparent !important;
}
.product-product .featured_related_products_{
	padding-top:5em;
}
.product-product .product-image-main-container{
	position:relative;
}
.product-product .product-image-main-container .sale{
	position:absolute;
	z-index:2;
	right:0;
	background:#e21f26;
	color:#fff;
	top:1em;
	padding:8px 1.5em 8px 1.5em;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}
.product-product .product-image-main-container .outofstock{
	position:absolute;
	z-index:2;
	right:0;
	background:#6f6f6f;
	color:#fff;
	top:1em;
	padding:8px 1.5em 8px 1.5em;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}
.product-product .product-image-main-container .new{
	position:absolute;
	z-index:2;
	right:0;
	background:#80bc42;
	color:#fff;
	top:1em;
	padding:8px 1.5em 8px 1.5em;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}
.product-product .product-special-price{
	color:#e21f26;
	font-family:poppins-bold;
	font-weight:bold;
	font-size:20px;
	padding-left:5px;
}
.product-product .old-prices{
	font-family:poppins-bold;
	font-weight:bold;
	font-size:14px;
	padding-left:5px;
	color:#999;
}
.product-product #waiting_list{
	width:70%;
	display:inline-block;
}
.product-product #waiting_list .waiting_list_container{
	border:none;
	padding-left:0;
}
.product-product #waiting_list .waiting_list_container .waiting_list_description{
	padding-bottom:0 !important;
	font-family:roboto;
	font-size:12px;
	color:#343434;
	font-weight:bold;
	padding-left:5px;
}
.product-product #waiting_list .waiting_list_container > .flex-group{
	height:2.5em;
	width:130%;
	padding-left:5px;
}
.product-product #waiting_list .waiting_list_container > .flex-group input{
	margin:0;
	widht:100% !important;
	max-width:100% !important;
	padding-left:1em;
}
.product-product #waiting_list .waiting_list_container > .flex-group button{
	height:100% !important;
	min-height:100% !important;
	padding:0 !important;
	min-width:25% !important;
	width:25% !important;
	background:#80bc42;
	border-color:#80bc42;
	font-size:11px;
	font-family:roboto;
	letter-spacing:1px;
}
.product-product #waiting_list .waiting_list_container > .flex-group button:hover{
	background:#666;
	border-color:#666;
}
.news-ncategory .bnews-list .artblock{
	height:350px;
}
.news-ncategory .bnews-list .artblock a{
	height:100%;
}
.news-ncategory .bnews-list .artblock img{
	margin-bottom:0;
	display:block;
	height:100% !important;
	width:100%;

}
.news-ncategory .bnews-list .artblock .promotions_description,
.news-article .promotions_description{
	text-align:center;
}
.news-ncategory .bnews-list .artblock .promotions_description .name a,
.news-article .promotions_description .name a{
	font-family:poppins;
	font-size:38px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:2px;
}
.news-ncategory .bnews-list .artblock .promotions_description .description p,
.news-article .promotions_description .description p{
	font-size:poppins;
	font-size:20px;
	color:#fff;
	padding-top:10px;
}
.news-article .promotions_image{
	position:relative;
}
.news-article .promotions_image img{
	padding:0 !important;
}
.news-ncategory .bnews-list .artblock .promotions_image{
	position:relative;
	height:100% !important;
}
.news-ncategory .bnews-list .artblock .promotions_image .limited_time_only,
.news-article .promotions_image .limited_time_only{
	position:absolute;
	top:0;
	right:0;
	background:#e21f26;
	color:#fff;
	font-size:13px;
	padding:12px 25px;
	text-transform:uppercase;
	font-weight:bold;
}
.news-ncategory .bnews-list .artblock .promotions_cover,
.news-article .promotions_cover{
	position:absolute;
	top:0;
	height:100%;
	width:100%;
	background:rgba(0,0,0,0.7);
	opacity:0;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
	padding-top:15%;
	cursor:pointer;
}
.news-ncategory .bnews-list .artblock .promotions_cover:hover,
.news-article .promotions_cover:hover{
	opacity:1;
}
.news-ncategory #content{
	padding:0;
}
.news-ncategory > .container{
	width:90%;
}
.news-ncategory .bnews-list .artblock_main_des{
	padding:0 10px;
	font-family:roboto;
	color:#717171;
	line-height:1.7em;
	font-size:13px;
	margin-bottom:5em;
}
.news-article .artblock_main_des{
	font-family:roboto;
	color:#717171;
	line-height:1.7em;
	font-size:13px;
	margin:1em 0 5em;
}
.news-ncategory .bnews-list .artblock_main_des:before,
.news-article .artblock_main_des:before{
	content:'Promotion Info';
	display:block;
	font-size:18px;
	font-weight:bold;
	color:#000;
	letter-spacing:1px;
	line-height:2em;;
}
.news-article .product-thumb .product-button button{
	min-width:0 !important;
}
.news-article .product-thumb .product-button{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity:0;
}
.news-article .product-thumb .image{
	position:relative;
}
.news-article .product-thumb .image:hover .product-button{
	opacity:1 !important;
}
.news-article .product-thumb img{
	width:100%;
}
.product-block .image_cover{
	width:100%;
	height:100%;
	position:absolute;
	background:rgba(0,0,0,0.5);
	top:0;
	opacity:0;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}
.product-block .image:hover .image_cover{
	opacity:1
}
.news-article .product-thumb{
	border:none;
}
.news-article .product-block .price span:not(.price-main){
	display:block;
	line-height:1.3em;
}
.news-article .product-block .price span{
	font-size:16px !important;
	font-weight:bold;
}
.news-article .product-block .price span.price-main{
	color:#80bc42;
}
.news-article .product-block .price span.price-new{
	color:#e21f26;
}
.news-article .product-block .price span.price-old{
	text-decoration:line-through;
	margin:0;
}
.news-article .product-layout{
	margin:0 10%;
}
.news-article .product-layout .pointer.slick-nav{
	background:none !important;
	color:#000 !important;
	font-size:25px;
}
.news-article .product-layout .pointer.slick-nav.prev{
	margin-left:-15%;
}
.news-article .product-layout .pointer.slick-nav.next{
	margin-right:-15%;
}
.news-article .product-layout .product-block img{
	max-height:250px;
}
.news-article .product-layout .product-block{
	padding:0 1.5em;;
}
.news-article .share_promo_container .share_promo_title{
	font-family:poppins;
	font-weight:bold;
	font-size:18px;
	display:inline-block;
	margin-right:5px;
}
.news-article .share_promo_container .share_images{
	display:inline-block;
}
.news-article .share_promo_container .share_images img{
	width:2em;
	-webkit-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.news-article .share_promo_container .share_images img:hover{
	opacity:0.5;
}
.news-article .big-divider{
	margin: 5em 0;
}
#cart .dropdown-menu.pull-right{
    top: 5.65em !important;
    height: 60% !important;
    width:325px;
    min-width:23%;
    background:#f7f7f7
}
#cart .dropdown-menu.pull-right .cart-header button{
	display:none
}
#cart .dropdown-menu.pull-right .cart-header{
	background:#80bc42;
	color:#fff;
	padding:1em 0
}
#cart .dropdown-menu.pull-right .cart-header span{
	font-size:10px;
	font-weight:unset !important;
	padding:0 1em;
}
#cart .dropdown-menu.pull-right .cart-header span strong{
	font-weight:bold;
	padding-left:5px;
}
#cart.open-custom > a:before{
	content:'';
	background:none !important;
	height:0 !important;
}
#cart .dropdown-menu.pull-right .cart-header .cart-header-text{
	width:60% !important;
	display:inline-block !important;
	margin:0;	
}
#cart .dropdown-menu.pull-right .cart-header a.btn{
	min-width:40% !important;
	display:inline-block !important;
	font-size:11px;
	padding:8px 1.7em !important;
	height:auto !important;
	min-height:unset !important;
	min-width:unset !important;
	font-family:poppins-bold;
	font-weight:bold;
}
#cart .dropdown-menu.pull-right .cart-dorpdown-indicator{
	display:none
}
#cart .dropdown-menu.pull-right .cart-dropdown-order-totals table tr td{
	padding-top:1.5em;
	text-transform:uppercase;
	font-size:12px;
}
#cart .dropdown-menu.pull-right .cart-dropdown-order-totals table tr:last-child{
	display:none;
}
#cart .dropdown-menu.pull-right .cart-dropdown-order-totals table tr td strong{
	font-weight:unset;
	color:#000;
}
#cart .dropdown-menu.pull-right .cart-dropdown-order-totals table tr td.text-right{
	font-weight:bold !important;
	font-family:poppins-bold;
}
#cart .dropdown-menu.pull-right .item button{
	display:none !important
}
#cart .dropdown-menu.pull-right .item{
	font-family:poppins;
	font-size:12px;
	position:relative
}
#cart .dropdown-menu.pull-right .cart-dorpdown-item-charges > span:last-child{
	position:absolute;
	top:1em;
	right:0;
	font-weight:bold;
	font-family:poppins-bold
}
#cart .dropdown-menu.pull-right .cart-dorpdown-item-charges span,
#cart .dropdown-menu.pull-right a{
	color:#000 !important
}
#cart .badge{
	background:none !important;
	color:#000;
	font-weight:bold;
	margin-top:-0.7em;
	margin-left:5px;
}
#cart .badge span{
	font-size:12px !important;
}

.information-contact .store_details{
	border:none;
	-webkit-box-shadow:none;
	        box-shadow:none;
	padding:0;
}
.information-contact .store_details > *{
	padding-left:0;
}
.information-contact .store_details div.col-sm-12 strong{
	color:#000 !important;
	font-weight:unset;
	font-size:14px;
}
.information-contact .store_details .email_custom{
	color:#80bc42 !important;
}
.information-contact .store_details div.col-sm-12,
.information-contact .store_details div.col-sm-12 a{
	color:#000;
	font-size:12px;
}
.information-contact .store_details h3,
.information-contact .form_custom h3{
	color:#000;
	font-weight:bold;
	font-family:poppins;
	font-size:20px;
	margin:1em 0;
}
.information-contact .store_details .panel-body{
	padding-top:0;
}
.information-contact .form_custom label,
.information-bulk #content .form_custom label{
	display:none;
}
.information-contact .form_custom .form-group,
.information-bulk .form_custom .form-group{
	margin:0 0.5em 1em ;
}
.information-contact .form_custom .form-group input,
.information-contact .form_custom .form-group textarea,
.information-bulk .form_custom .form-group input,
.information-bulk .form_custom .form-group textarea,
.information-bulk .form_custom .form-group select{
	-webkit-box-shadow:none;
	        box-shadow:none;
	border-color:#eee
}
.information-contact .note_contact{
	color:#888;
	font-family:poppins;
	font-size:12px;
	margin-top:2em;
}
.information-contact .g-recaptcha{
	-ms-transform:scale(0.6) !important;
	    transform:scale(0.6) !important;
	-webkit-transform:scale(0.6) !important;
	margin-left:-28%;
	margin-top:-1.1em;
}
.information-bulk .g-recaptcha{
	-ms-transform:scale(0.6) !important;
	    transform:scale(0.6) !important;
	-webkit-transform:scale(0.6) !important;
	margin-bottom:-3em;
	margin-left:-25%;
}
.information-contact .submit_contact,
.information-bulk .submit_contact{
	background:#80bc42;
	border:none;
	text-transform:uppercase;
	font-family:poppins;
	padding:13px 4em;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
	border:2px solid #80bc42;
}
.information-bulk .submit_contact{
	margin-top:-3em;
}
.information-contact .submit_contact:hover,
.information-bulk .submit_contact:hover{
	background:#666;
	font-weight:bold;
	border-color:#666
}
.page-banner{
	margin-bottom:3em;
}
.slideshow .owl-dots{
	display:none
}
.product-category .product_semi_filter select{
	max-width:6em;
}
.product-block .product-button{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.checkout-cart #content > .row > div table tr:first-child td{
	padding-top:3em !important
}
.checkout-cart #content > .row > div *{
	border:none !important;
}
.checkout-cart #content > .row > div table{
	border:1px solid #eee !important;
	border-top:none !important;
	border-bottom:none !important;
}
.checkout-cart #cartTotals tbody tr:last-child td{
	font-size:16px;
	font-weight:bold;
	font-family:poppins-bold;
}
.checkout-cart #content > .buttons{
	margin:0 !important;
	border:1px solid #eee;
	border-top:none;
	padding:3em 1em 1em;
	font-family:poppins;
}
.checkout-cart #content > .buttons .update_cart,
.checkout-cart #content > .buttons .check_out{
	background:#80bc42;
	color:#fff;
	border-color:#80bc42;
	font-size:12px;
}
.checkout-cart #content > .buttons .update_cart:hover,
.checkout-cart #content > .buttons .check_out:hover{
	background:#666;
	border-color:#666
}
.checkout-cart #content > .buttons .continue_cart{
	background:#666;
	color:#fff;
	font-size:12px;
	margin-right:2em
}
.checkout-cart #content > .buttons .continue_cart:hover{
	background:#fff;
	color:#666;
}
.checkout-cart table.table .cart-quantity .input-group > span button{
	padding:0 5px !important;
	border-color:#ddd !important;
}
.checkout-cart table.table .cart-quantity .input-group > span button span{
	font-size:10px;
}
.checkout-cart table.table .cart-quantity .input-group > span:first-child button{
	border-right:none !important;
}
.checkout-cart table.table .cart-quantity .input-group > span:last-child button{
	border-left:none !important;
}
.checkout-cart table.table .cart-quantity .input-group input{
	-webkit-box-shadow:none !important;
	        box-shadow:none !important;
	padding:0 !important;
	border-color:#ddd !important;
	width:20px !important;
	min-width:unset !important;
}
.checkout-cart table.table tbody td a{
	color:#666;
}
@media(min-width:768px){
	.checkout-cart #content{
	padding:0 10em;
}
.checkout-cart table.table{
	border:1px solid #eee;
	margin:0;
	border-bottom:none !important;
}
.checkout-cart table.table thead td{
	padding:1em !important;
	text-transform:capitalize !important;
	color:#000;
}

.checkout-cart #content > .row > div table tr:first-child td{
	padding-top:3em !important
}
.checkout-cart table.table *{
	border-color:#eee !important;
}
.checkout-cart table.table tbody img{
	width:5em;
	border:1px solid #eee !important;
}
.checkout-cart table.table tr td:first-child{
	padding-left:1.5em;
}
.checkout-cart table.table tbody td a{
	color:#666;
}
.checkout-cart table.table .cart-quantity .input-group > span button{
	padding:0 5px !important;
	border-color:#ddd !important;
}
.checkout-cart table.table .cart-quantity .input-group > span button span{
	font-size:10px;
}
.checkout-cart table.table .cart-quantity .input-group > span:first-child button{
	border-right:none !important;
}
.checkout-cart table.table .cart-quantity .input-group > span:last-child button{
	border-left:none !important;
}
.checkout-cart table.table .cart-quantity .input-group input{
	-webkit-box-shadow:none !important;
	        box-shadow:none !important;
	padding:0 !important;
	border-color:#ddd !important;
	width:15px !important;
	min-width:unset !important;
}
.checkout-cart #cartTotals tbody tr td{
	padding-top: 0!important;
}
.checkout-cart #cartTotals tbody tr:first-child td{
	font-size:12px;
	font-weight:bold;
	font-family:poppins;
}
.checkout-cart #cartTotals tbody tr:last-child td{
	font-size:16px;
	font-weight:bold;
	font-family:poppins-bold;
}
.checkout-cart #content > .buttons{
	margin:0 !important;
	border:1px solid #eee;
	border-top:none;
	padding:3em 1em 1em;
	font-family:poppins;
}
.checkout-cart #content > .buttons .update_cart,
.checkout-cart #content > .buttons .check_out{
	background:#80bc42;
	color:#fff;
	border-color:#80bc42;
	font-size:12px;
}
.checkout-cart #content > .buttons .update_cart:hover,
.checkout-cart #content > .buttons .check_out:hover{
	background:#666;
	border-color:#666
}
.checkout-cart #content > .buttons .continue_cart{
	background:#666;
	color:#fff;
	font-size:12px;
	margin-right:2em
}
.checkout-cart #content > .buttons .continue_cart:hover{
	background:#fff;
	color:#666;
}
}
@media(max-width:1199px){
	.information-information .img_about{
		clear:unset !important
	}
}
@media(max-width:1070px){
	header .container{
		padding:0 2%;
	}
}
@media(max-width:991px){
	footer .footer-contact-links:first-child{
		width:100%;
		max-width:unset !important;
	}
	footer .footer-contact-links:not(:first-child){
		max-width:unset !important;
		width:auto !important;
	}
	.footer-upper-contet>*{
		-webkit-box-flex:1 !important;
		-webkit-flex:auto !important;
		    -ms-flex:auto !important;
		        flex:auto !important;
		margin-top:1.5em;
	}
	.header-container .header-top{
		-ms-grid-column:2 !important;
		-ms-grid-column-span:2 !important;
		grid-column:2 / 4 !important;
	}
	.product-special .product-view>*, .product-category .product-view>*{
		width:calc(33.33333% - 10px) !important;
	}
	.product-special .product-view>*:not(:nth-child(2n+1)):not(:first-child), .product-category .product-view>*:not(:nth-child(2n+1)):not(:first-child){
		margin-left:0 !important;
	}
	.product-special .product-view>*:not(:nth-child(3n+1)):not(:first-child), .product-category .product-view>*:not(:nth-child(3n+1)):not(:first-child){
		margin-left:10px !important;
	}
	.product-category #filter-groups{
		padding-left:1em;
	}
	.checkout-cart #content{
		padding:0 1em;
	}
}
@media(max-width:767px){
	footer > div:last-child .container p, footer > div:last-child .container a{
		text-align:center;
	}
	.information-information .img_about{
		display:none !important;
	}
	.information-contact .g-recaptcha{
		margin-left:-26.3%;
		margin-top:-1.1em;
	}
	.information-bulk .g-recaptcha{
		margin-left:-25%;
		margin-top:-1.1em;
	}
	.information-bulk .submit_contact{
		margin-top:2em !important;
		margin-left:0.7em
	}
	.checkout-cart #content > .buttons{
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;
	}
	.checkout-cart #content > .buttons > div{
		margin:auto;
		-webkit-box-flex:1;
		-webkit-flex:1;
		    -ms-flex:1;
		        flex:1;
	}
	#cartSummary tbody > tr{
		border-bottom:1px solid #ddd
	}
	#cartSummary tbody > tr > td:first-child+*{
		padding-left:3em !important
	}
	#cartSummary > thead tr > td:not(:first-child){
		width:auto !important;
	}
}
@media(max-width:540px){
	.information-contact .g-recaptcha{
		margin-left:-2%;
		margin-top:-1.1em;
	}
	.information-bulk .g-recaptcha{
		margin-left:0%;
		margin-top:-1.1em;
	}
}
@media(max-width:600px){
	.handy .handy_container{
		padding:3em 5% 7%;
	}
	.product-special .product-view>*, .product-category .product-view>*{
		width:calc(50% - 10px) !important;
	}
	.product-special .product-view>*:not(:nth-child(1n+1)):not(:first-child), .product-category .product-view>*:not(:nth-child(1n+1)):not(:first-child){
		margin-left:0 !important;
	}
	.product-special .product-view>*:not(:nth-child(2n+1)):not(:first-child), .product-category .product-view>*:not(:nth-child(2n+1)):not(:first-child){
		margin-left:10px !important;
	}
	.checkout-cart #content > .buttons{
		display:block;
	}
	.checkout-cart #content > .buttons > div{
		margin:auto;
		display:inline-block;
		margin:0.5em;
	}
}
@media(max-width:425px){
	.slideshow .slider-slideshow-description-texts span{
		font-size:12px !important;
	}
	.slideshow .slider-slideshow-description-texts span:first-child{
		font-size:35px !important;
	}
	header .header-logo{
		width:100% !important;
	}
	.information-information.iid-4 #content{
		padding:0 1em;
	}
	.news-article .product-layout .pointer.slick-nav.prev{
		margin-left:-35%;
	}
	.news-article .product-layout .pointer.slick-nav.next{
		margin-right:-35%;
	}
}
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../../../../../image/gif/Preloader_3.gif) center no-repeat #fff;
}

#welcome-modal  .modal-header .close {
	opacity: 1 !important;
	margin-top: -11px !important;
	    color: black !important;
}

#welcome-modal * {
	color: white !important;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
	border-bottom: none;
}

#welcome-modal section {
	text-shadow: 1px 1px 4px rgba(150, 150, 150, 1);
}

#welcome-modal .modal-content {
	background: unset !important;
}

.contact-body input, .contact-body textarea {
	border-color: #8b8b8b !important;
	font-weight: bold !important;
	font-size: 14px !important;
}

.top-header {
	background-color: #80BB28;
	color: white !important;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px !important;
	letter-spacing: 0.2rem;
}



/*edit 20200303 */

.product-product #product {
     max-width: 350px !important; 
}

.product-product #product .input-group{
        max-width: 250px;
}

.product-product #product .custom_back_btn, .product-product .custom_back_btn1 {
    color: #333;
}


.product-product #product .custom_back_btn span{

        vertical-align: middle;
}

.product-product #product .custom_back_btn:before {
    content: '\f104';
    font-family: fontawesome;
    font-size: 25px;
    color: #666;
        vertical-align: middle;
}


.product-product #product .custom_back_btn:after {
    display: none;
}

.product-product #product .custom_back_btn, .product-product .custom_back_btn1 {
    width: 20% !important;
}

.product-product #product .custom_wish_btn {
    width: 31% !important;
}

.product-product #product #button-cart {
    width: 45% !important;
    min-width: 45% !important;
}



 @media (min-width: 992px) {
	#welcome-modal	.modal-lg {
	    width: 900px;
	    height: 70%;
	}
}


.header-container .header-menu #main-menu a {
    font-size:14px !important;
}
#pagination-demo li {
    list-style: none !important;
    padding: 1em !important;
}