/*Container @ desktop size is 1170 so divided by 2 = 585 - 15px (padding)*/

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;
	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);
	-moz-transform: rotate(-45deg);
	-o-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: 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 (min-width: 992px) and (max-width: 1199px) {
	#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: flex;
	justify-content: center;
	
	width: 24px;
	height: 100%;
}

.owl-nav > * > i{
	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;
        transform: translateX(-50%);
    }
    .quickcheckout-checkout .blockUI.blockMsg h1{
        margin: 5px 0;
        font-size: 24px;
    }
}
/* quickcheckout loading UI related */
@font-face {
	font-family: mont;
	src: url(fonts/montserrat/Montserrat-Regular.otf);
}
@font-face {
	font-family: mont-light;
	src: url(fonts/montserrat/Montserrat-Light.otf);
}
@font-face {
	font-family: mont-thin;
	src: url(fonts/montserrat/Montserrat-Thin.otf);
}
@font-face {
	font-family: mont-sb;
	src: url(fonts/montserrat/Montserrat-SemiBold.otf);
}
@font-face {
	font-family: mont-bold;
	src: url(fonts/montserrat/Montserrat-Bold.otf);
}
@font-face {
	font-family: mont-black;
	src: url(fonts/montserrat/Montserrat-Black.otf);
}

.header-container .header-top .search_container{
	margin-left:1em;
}
.header-container .header-top .search-custom{
	padding:0;
}
.header-container .header-top #account,
.header-container .header-top #enquiry,
.header-container .header-top #cart{
	width:2.6em !important;
	z-index:-1;
}
.header-container #search-container{
	position:absolute;
	margin-top: -3em;
	z-index:1;
	margin-left:-1.5em;
	/*display: none;*/
	height: 60px;
	padding: 1em;
}
.header-container .search-custom img{
	cursor:pointer;
}
.header-container .header-top img:hover{
	opacity:0.7;
	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%;
}
.header-container .header-top .search_img_background{
	background:#bababa !important;
	position:relative;
	display:inherit;
	padding:2px 8px 6px 8px;
	border-radius:100%;
	cursor:pointer;
}
.header-container .header-top .other_background_icon{
	background:#17c8f4;
	padding:2px 8px 6px 8px;
	border-radius:100%;
}
.header-container #enquiry>a .badge, .header-container #cart>a .badge{
	background:#bababa !important;
	display:none
}
.header-container #main-menu li{
	border-right:1px solid;
}
.header-container #main-menu li:last-child{
	border:none !important;
}
.header-container #main-menu li > a{
	padding:0 2.5em !important;
	font-family:mont;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:1px;
}
.header-container #main-menu li > a:hover,
.header-container #main-menu li.active{
	color:#7ab039;
}
.fixed-header{
	padding:0.5em 0;
}
.fixed-header .container{
	width:75% !important;
}
.slideshow .slider-slideshow-description > .container{
	width:100%;
	padding-left:13.5%;
}
.slideshow .slider-slideshow-description{
	top:100px !important;
	/* margin-left:5% */
}
.slideshow .slider-slideshow-description .slider-slideshow-description-texts > span:first-child{
	color:#222222;
	font-family:mont-light;
	font-size:25px;
}
.slideshow .slider-slideshow-description .slider-slideshow-description-texts > span:not(:first-child){
	color:#8cc34b;
	font-family:mont-sb;
	text-transform:uppercase;
	font-size:32px;
}
.slideshow .slider-slideshow-description .slider-slideshow-description-link > a{
	background:#17c8f4;
	border-color:#17c8f4;
	border-radius:50px;
	font-family:mont-light;
	font-size:12px;
	padding:12px 25px !important;
	min-width:unset !important;
	min-height:unset !important;
	height:auto !important;
}
.slideshow .slider-custom-dots .owl-dot.active{
	width:10px !important;
	background-color:#7ab039 !important;
}
footer{
	background:#363636 !important;
	padding-bottom:0;
}
footer .footer-upper-contet{
	display:flex;
}
footer .footer-contact-links:not(:first-child){
	font-size:10px;
	font-weight:bold;
	max-width:20%;
	font-family:mont-light;
}
footer .footer-contact-info{
	font-size:10px;
	font-family:mont-light;
	max-width:40%;
}
footer .footer-contact-links h5,
footer .footer-contact-info h5{
	text-transform:uppercase;
	letter-spacing:1px;
	color:#fff !important;
}
footer .footer-contact-links ul a,
footer .footer-contact-info{
	color:#dfdfdf !important;
	font-weight:100;
	font-size:9px !important;
	font-family:mont-thin;
}
footer .footer-contact-links:last-child{
	min-width:10% !important;
}
footer .container{
	padding:1em 7em;
}
footer > .container div.row p,
footer > .container div.row span{
	color:#dfdfdf !important;
	font-size:10px !important;
	font-family:mont-thin;
	text-transform:unset !important;
}
.fcategory{
	padding:5px 0 0 !important;
	margin-bottom:-0.4em;
}
.fcategory .product-thumb{
	border-color:#fff;
	position:relative;
	margin-bottom:0;
	border-bottom:none !important;
}
.fcategory .product-thumb .title_ribbon{
	position:absolute;
	bottom:15%;
	background:rgba(33,91,129,0.9);
	padding:1em 40% 1em 2em !important;
	border-top-right-radius:50px;
	border-bottom-right-radius:50px;
	font-family:mont-thin;
	font-weight:unset !important;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:1px;
}
.fcategory .product-thumb .title_ribbon a{
	color:#fff;
	font-weight:unset !important;
}
.section-space.brands{
	background-image:url('../../../../../image/catalog/2_2/SLICING/home/bg2.png');
	background-size:100% 100%;
	background-repeat:no-repeat;
	padding:60px 0 !important;
	text-align:center;
}
.section-space.brands h3{
	color:#fff;
	text-transform:uppercase;
	font-family:mont-sb;
	font-size:25px;
	letter-spacing:1px;
	margin-bottom:1.5em;
	position:relative;
}
.section-space.brands h3 span{
	font-family:mont-light;
	text-transform:capitalize !important;
}
.section-space.brands > .container{
	width:100% !important;
}
.section-space.brands .brands_container .brands_img{
	width:140px !important;
	transition:0.5s;
	padding:0;
	height:auto !important;
	margin:0 auto !important;
}
.section-space.brands .brands_container a:hover .brands_img{
	opacity:0.5;
}
.section-space.brands h3:after{
	content:'';
	width:26px;
	border:1px solid #fff;
	position:absolute;
	bottom:-15px;;
	left:50%;
	transform: translate(-50%, -50%);
}
.fcategory .pointer,
.application .pointer,
.featured .pointer,
.industry-inapplication .inapps_lower .pointer{
	background:none !important;
}
.fcategory .pointer > div,
.application .pointer > div,
.featured .pointer > div,
.industry-inapplication .inapps_lower .pointer > div{
	background:#363636;
	padding:10px 20px;
	border-radius:100%;
	transition:0.5s;
	color:#fff;
}
.fcategory .pointer.next{
	right:2em !important;
}
.fcategory .pointer.prev{
	left:2em !important;
}
.fcategory .pointer > div:hover,
.application .pointer > div:hover,
.featured .pointer > div:hover,
.industry-inapplication .inapps_lower .pointer > div:hover{
	cursor:pointer;
	opacity:0.4;
}
.application .slick-track .slick-slide{
	margin:0 1em;
}
.application .slick-track a.main_apps:hover .apps_thumb{
	-webkit-transform:rotateY(360deg);
    -moz-transform:rotateY(360deg); 
    -o-transform:rotateY(360deg);
    transform:rotateY(360deg);
}
.application .apps_thumb{
	position:relative;
	height:450px;
	transition:1s
}
.application .apps_main_des.odd{
	position:absolute;
	top:0;
	height:50%;
	width:100%;
	text-align:center;
	padding-top:7em;
}
.application .apps_main_des.even{
	position:absolute;
	bottom:0;
	height:50%;
	width:100%;
	text-align:center;
	padding-top:4em;
}
.application{
	background-image:url('../../../../../image/catalog/2_2/SLICING/home/bg1.png');
	padding-top:80px !important;
	
}
.application .apps_thumb img{
	height:100% !important;
	width:100% !important;
}
.application .container{
	padding:0 9em !important
}
.application .apps_main_des h3{
	font-family:mont-sb;
	font-size:14px;
	text-transform:uppercase;
	position:relative;
	margin-bottom:3em;
}
.application .apps_main_des h3:after{
	content:'';
	width:20px;
	border:1px solid #7ab039;
	position:absolute;
	bottom:-15px;;
	left:50%;
	transform: translate(-50%, -50%);
}
.application .apps_main_des p{
	font-family:mont-light;
	font-size:12px;
	color:#222222;
	padding:0 26%;
}
.application span.apps_number.odd{
	font-family:mont-black;
	color:#e3e3e3;
	position:absolute;
	top:25%;
	left:50%;
	transform: translate(-50%, -50%);
	font-size:150px;
	z-index:0;
}
.application span.apps_number.even{
	font-family:mont-black;
	color:#e3e3e3;
	position:absolute;
	bottom:30%;
	left:50%;
	transform: translate(-50%, -50%);
	font-size:150px;
	z-index:0;
}
.application .pointer.next,
.featured .pointer.next,
.industry-inapplication .inapps_lower .pointer.next{
	right:-5em !important;
}
.application .pointer.prev,
.featured .pointer.prev,
.industry-inapplication .inapps_lower .pointer.prev{
	left:-5em !important;
}
.application .container > h3{
	font-family:mont-light;
	text-align:center;
	font-size:25px;
	position:relative;
	margin-bottom:2em;
}
.application .container > h3:after{
	content:'';
	width:26px;
	border:1px solid #7ab039;
	position:absolute;
	bottom:-15px;;
	left:50%;
	transform: translate(-50%, -50%);
}
.featured.section-space{
	padding:4em 0 !important;
}
.featured .container{
	padding:0 5em !important
}
.image-zoom .image-container img, .image-zoom-hover .image-container img{
	transform:scale(1.08) !important;
}
.product-block{
	border:2px solid #fff !important;
	transition:0.3s;
	position:relative;
}
.product-block:hover{
	border-color:#7ab039 !important
}
.product-block .product-name{
	padding-bottom:0 !important;
}
.product-block .product-name a{
	font-family:mont-light;
	color:#222222;
	font-size:12px;
}
.product-block .product-name .category_name{
	color:#888888;
	font-size:12px;
	margin-bottom:5px;
}
.product-block .product-details .price{
	color:#215b81;
	font-family:mont-light;
	font-size:14px !important;
}
.product-block .product-details a.btn-primary{
	padding:13px 30px !important;
	min-width:unset !important;
	min-height:unset !important;
	height:auto !important;
	border-radius:50px;
	background:#17c8f4;
	border-color:#17c8f4;
	margin-top:1em;
	font-family:mont-light;
	font-size:12px;
}
.product-block .product-details a.btn-primary:hover{
	background:#04a7cf;
	border-color:#04a7cf;
}
#section_title{
	font-family:mont-sb;
	text-align:center;
	font-size:25px;
	position:relative;
	margin-bottom:2em;
	text-transform:uppercase
}
#section_title > span{
	text-transform:capitalize !important;
	font-family:mont-light;
}
#section_title:after{
	content:'';
	width:26px;
	border:1px solid #7ab039;
	position:absolute;
	bottom:-15px;;
	left:50%;
	transform: translate(-50%, -50%);
}
.page-banner-title{
	display:none;
}
.breadcrumb{
	background:transparent;
	border:none;
	font-family:mont;
	margin-top:0;
}
.breadcrumb li::after{
	content:'/' !important;
}
.breadcrumb li{
	padding:0 5px !important;
}
.breadcrumb li a{
	color:#888888 !important;
	font-size:12px;
}
.breadcrumb li a:hover{
	text-decoration:underline;
}
.information-information > .container{
	padding:0 !important;
	width:100% !important;
}
.information-services .services{
	padding-bottom:5em;
	padding-top:0;
}
.about_background,
.services_background{
	padding:0 15em;
	margin-bottom:-0.7em !important;
}
.services_background .services_container{
	margin-bottom:3em;
}
.services_background .services_container:last-child{
	margin-bottom:0;
}
.about_background .about_container row,
.services_background .services_container row{
	width:100% !important;
	display:flex !important;
}
.about_background .about_container row > div,
.services_background .services_container row > div{
	flex-basis:100% !important;
}
.services_background .services_container .services_des p{
	margin-bottom:0 !important;
}
.about_background .about_container .about_des p,
.services_background .services_container .services_des p{
	margin-bottom:3px;
	font-size:11px;
	font-family:mont;
	font-weight:bold;
	color:#000;
}
.about_background .about_container .about_des p:first-child,
.services_background .services_container .services_des p:first-child{
	font-family:mont-bold;
	font-size:13px;
	color:#79ae39;
}
.about_background .about_container .about_des h4,
.services_background .services_container .services_des h4{
	font-family:mont-bold;
	text-transform:uppercase;
	font-size:22px;
}
.about_background.even,
.services_background.even{
	padding:4em 15em;
}
.about_background.even img{
	max-width:350px;
}
.services_background.even img{
	max-width:450px;
}
.toolsedge_btn{
	background: #17c8f4 !important;
	border-color: #17c8f4 !important;
	border-radius:50px !important;
	font-family:mont-light;
	font-size:12px;
	padding:12px 25px !important;
	min-width:unset !important;
	min-height:unset !important;
	height:auto !important;
	border: 1px solid #17c8f4;
	color:#fff;
	transition:0.5s;
}
.toolsedge_btn:hover{
	background:#04a7cf !important;
	border-color:#04a7cf !important;
}
.about_background .toolsedge_btn{
	font-size:11px !important;
	margin-top:2em;
}
.information-information{
	padding-bottom:290px !important
}
.industry-inapplication > .container{
	width:100%;
}
.industry-inapplication > .container #content{
	padding:0;

}
.industry-inapplication > .container .inapps_upper{
	padding:0 17em;
}
.industry-inapplication .inner_apps .apps_image img{
	transform:scale(1.08);
}
.industry-inapplication .inner_apps .apps_filter .apps_pro_name{
	font-family:mont-bold;
	font-size:20px;
	text-transform:uppercase;
}
.industry-inapplication .inner_apps .apps_filter .apps_name{
	font-family:mont-bold;
	color:#8cc34b;
}
.industry-inapplication .inner_apps .apps_filter > span p{
	font-family:mont;
	font-size:10px;
	margin-bottom:3px;
	font-weight:bold;
	color:#000;
}
.industry-inapplication .inner_apps .apps_filter .apps_icon_filter{
	display:flex;
	margin-top:2em
}
.industry-inapplication .inner_apps .apps_filter .apps_icon_filter .icon_filter{
	margin:0 5px;
}
.industry-inapplication .inner_apps .apps_filter .apps_icon_filter .icon_filter img{
	transition:0.5s;
	border:2px solid #fff;
	border-radius:100%;
}
.industry-inapplication .inner_apps .apps_filter .apps_icon_filter .icon_filter:hover img{
	transform:rotate(360deg);
	border-color:#8cc34b;
	background:#8cc34b;
}
.industry-inapplication .inner_apps .apps_filter .apps_icon_filter .icon_filter img.active{
	border-color:#8cc34b;
	background:#8cc34b;
}
.industry-inapplication .inapps_lower{
	padding:5em 16em;
}
.industry-inapplication .apps_image #section_title:after{
	content:none !important;
}
.industry-inapplication .apps_filter .no_app{
	display:block;
	margin-bottom:2em;
	font-family:mont-bold; 
}
.industry-inapplication .apps_filter .no_app + .apps_icon_filter{
	padding-bottom:3em;
}
.industry-inapplication,
.product-product{
	padding-bottom:20em !important;
}
#main-menu > li > ul{
	display:none !important;
}
#main-menu > li > a > span.sub-arrow{
	display:none !important
}
.product-product .product_name{
	font-family:mont-light;
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
}
.product-product .product-special-price,
.product-product .now-prices{
	font-family:mont-sb;
	color:#215b81;
	font-size:20px;
	padding-right:1em;
}
.product-product .old-prices{
	font-family:mont;
	color:#888888;
}
.product-product .stock_in{
	color:#8cc34b;
	margin-top:1em;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	font-family:mont-light;
}
.product-product .stock_out{
	color:#d20000;
	margin-top:1em;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	font-family:mont;
}
.product-product .product-description{
	font-family:mont;
	font-size:11px;
	color:#000;
	margin-bottom:1.5em;
}
.product-product .product-description strong{
	font-family:mont-sb;
}
.product-product .product-description p{
	margin-bottom:3px;
}
.product-product #product label::before{
	content:'';
}
.product-product #product label{
	font-family:mont-sb;
	color:#000
}
.product-product #product .form-group{
	margin-bottom:1em;
}
.product-product #product .form-group select,
.product-product #product .form-group > .input-group{
	width:60% !important;
}
.product-product #product .form-group > .input-group button{
	background:#cccc;
}
.product-product #product .form-group > .input-group button:hover{
	background:#aaa
}
.product-product #product .toolsedge_btn{
	margin-top:2em;
	font-size:11px;
	font-family:mont;
}
.product-product #product #product_buttons{
	display:flex;
}
.product-product #product #product_buttons button{
	flex-basis:100%;
	margin-right:5px
}
.product-product #product #product_buttons .custom_back_btn{
	background:#888 !important;
	border-color:#888 !important;
}
.product-product #product #product_buttons .custom_back_btn:hover{
	background:#555 !important;
	border-color:#555 !important;
}
.product-product > .container{
	width:100% !important;
}
.product-product #content{
	padding:0 15em;
}
.product-product .product-image-additional-container{
	padding:0 !important;
}
.product-product .product-image-additional-container img,
.product-product .product-image-main img{
	border:none !important;
	transform:scale(1.1);
}
.product-product .product-image-additional-container .slick-slide,
.product-product .product-image-main .slick-slide{
	border:1px solid #bbb !important;
	overflow:hidden !important;
}
.product-product #product-tabs{
	border-bottom:2px solid #ccc;
}
.product-product #product-tabs > li.active a{
	background:#eee !important;
}
.product-product #product-tabs > li a{
	border-radius:unset !important;
	border:2px solid #ccc;
	border-bottom:none !important;
	margin-right:0;
	border-right:none !important;
	color:#222;
	font-family:mont;
	font-size:12px;
	transition:0.5s;
}
.product-product #product-tabs > li:last-child a{
	border-right:2px solid #ccc !important;
}
.product-product #product-tabs > li{
	margin:0 !important;
	width:120px;
	text-align:center;
}
.product-product .tab-content{
	padding:0.5em 3em 2em;
	border-bottom:2px solid #ccc;
	margin-bottom:2em;
}
.product-product .featured-module #section_title > span{
	display:none
}
.product-product .featured-module #section_title:after{
	content:unset;
}
.product-product .featured-module #section_title{
	text-align:left;
	font-size:16px !important;
	font-family:mont-bold;
	text-transform:capitalize;
	padding-top: 5em;
}
.product-product .featured-module .featured.section{
	padding:0 !important
}
.product-product .featured_related_products_{
	padding-bottom:5em;
}
.information-contact > .container{
	width:100%;
	padding:0 17em;
}
.information-contact .store_details{
	border:none;
	box-shadow:none;
	padding:0;
}
.information-contact .store_details > *{
	padding-left:0;
}
.information-contact .store_details .panel-body{
	padding-top:0;
	font-family:mont-light;
	font-size:11px;
}
.information-contact .store_details .panel-body *{
	color:#000;
	font-weight:bold;
}
.information-services .form_custom{
	padding:0 20em;
}
.information-services .form_custom label,
.information-contact .form_custom label{
	display:none;
}
.information-services .form_custom h3,
.information-contact .form_custom h3,
.information-contact .store_details h3{
	text-align:center !important;
	font-family:mont-bold;
	font-size:20px;
	margin-bottom:1em;
}
.information-contact .form_custom h3,
.information-contact .store_details h3{
	text-align:unset !important;
}
.information-services .form_custom .form-group,
.information-contact .form_custom .form-group{
	margin:0 0.5em 0.5em ;
}
.information-contact .form_custom .form-group input{
	height:30px;
}
.information-services .form_custom .form-group input,
.information-services .form_custom .form-group textarea,
.information-contact .form_custom .form-group input,
.information-contact .form_custom .form-group textarea{
	box-shadow:none;
	border:1px solid #cfcfcf;
}
.information-services .note_contact,
.information-contact .note_contact{
	color:#000;
	font-family:mont-light;
	font-size:11px;
	margin:3em 0;
}
.information-services .g-recaptcha,
.information-contact .g-recaptcha{
	transform:scale(0.6) !important;
	-webkit-transform:scale(0.6) !important;
	margin-left:-28%;
	margin-top:-1.1em;
}
.information-services .form_custom .toolsedge_btn,
.information-contact .form_custom .toolsedge_btn{
	min-width:130px !important;
}
#product-filter-detect #side-categories .list-group-item.item-header{
	border:none !important;
	font-family:mont-bold;
	font-size:20px;
	background:transparent;
}
#product-filter-detect  #side-manufacturer .list-group-item.item-header,
#product-filter-detect  #side-price .list-group-item.item-header,
#product-filter-detect  #side-airflow .list-group-item.item-header,
#product-filter-detect  #side-noiselvl .list-group-item.item-header,
#side_filter .list-group .list-group-item.item-header{
	border:none !important;
	font-family:mont-bold;
	font-size:12px;
	color:#222
}
#product-filter-detect  #side-price .list-group-item.item-header:after{
	content:' Range';
}
#product-filter-detect  #side-price .list-group-item:not(.item-header),
#product-filter-detect  #side-airflow .list-group-item:not(.item-header),
#product-filter-detect  #side-noiselvl .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 #eee;
	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;
	background:transparent;
}
#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{
	border-radius:50px !important;
	transition:0.3s;
	padding:0 1em!important;
	background:#898989;
}
#product-filter-detect #side-categories .list-group-item .side-categories-level-1 .item.level-1{
	text-transform:uppercase
}
#product-filter-detect #side-categories .sub > .group:not(.level-1){
	border-bottom:none !important;
	margin-bottom:5px;
}
#product-filter-detect #side-categories .item:not(.level-1){
	background:transparent !important;
}
#product-filter-detect #side-categories .item:not(.level-1) a{
	color:#222 !important;
	font-family:mont-light;
}
#product-filter-detect #side-categories .item:not(.level-1) a:hover{
	color:#7ab039 !important;
}
#product-filter-detect #side-categories .list-group-item .side-categories-level-1 .item a{
	color:#fff;
	font-family:mont-light;
	font-weight:bold;
	padding:4px;
}
#product-filter-detect #side-categories .list-group-item .item.level-1:hover{
	background:#7ab039;
}
#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{
	border:none;
}
#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;
	color:#fff;
}
#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){
	height:14em;
	overflow-y:scroll;
}
#product-filter-detect #side-manufacturer input[type=checkbox]:after{
	content:'';
	position:absolute;
	width: 17px;
	height: 17px;
	background:#fff;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #888;
	border-top:1px solid #888;
	cursor:pointer;
	left:-2px;
	top:-2px;
}
#product-filter-detect #side-manufacturer input[type=checkbox]:checked:after{
	background:#7ab039;
}
#product-filter-detect #side-manufacturer .list-group-item.item-header:before{
	content:'shop by ';
}
#product-filter-detect #side-manufacturer .list-group-item > label{
	margin-bottom:0.7em;
	font-family:proxima;
	font-size:#5a5a5a;
}
/* width */
#side-manufacturer .list-group-item:not(.item-header)::-webkit-scrollbar {
  width: 12px;
}

/* Track */
#side-manufacturer .list-group-item:not(.item-header)::-webkit-scrollbar-track {
  background: #f1f1f1;
}
 
/* Handle */
#side-manufacturer .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 {
  background: #777; 
}
#product-filter-detect  #side-price .list-group-item:not(.item-header),
#product-filter-detect  #side-airflow .list-group-item:not(.item-header),
#product-filter-detect  #side-noiselvl .list-group-item:not(.item-header){
	padding: 1em 0em 0 0 !important;
}
#product-filter-detect  #side-price .list-group-item:not(.item-header) input,
#product-filter-detect  #side-airflow .list-group-item:not(.item-header) input,
#product-filter-detect  #side-noiselvl .list-group-item:not(.item-header) input{
	border:none;
	box-shadow:none;
	padding:0;
}
#product-filter-detect  #side-price .list-group-item:not(.item-header) .price-container label,
#product-filter-detect  #side-airflow .list-group-item:not(.item-header) .airflow-container label,
#product-filter-detect  #side-noiselvl .list-group-item:not(.item-header) .noiselvl-container label{
	display:none;
}
#product-filter-detect  #side-price .list-group-item:not(.item-header) .price-container .input-group input,
#product-filter-detect  #side-airflow .list-group-item:not(.item-header) .airflow-container .input-group input,
#product-filter-detect  #side-noiselvl .list-group-item:not(.item-header) .noiselvl-container .input-group input{
	background:transparent;
}
#product-filter-detect  #side-price .list-group-item:not(.item-header) .price-container .input-group,
#product-filter-detect  #side-airflow .list-group-item:not(.item-header) .airflow-container .input-group,
#product-filter-detect  #side-noiselvl .list-group-item:not(.item-header) .noiselvl-container .input-group{
	width:4em;
	position:relative;
}
#product-filter-detect  #side-price .list-group-item:not(.item-header) .price-container .input-group:before{
	content:'$';
	position:absolute;
	left:8px;
	bottom:-2px;
}
#product-filter-detect  #side-price .list-group-item:not(.item-header) .price-container .input-group:last-child,
#product-filter-detect  #side-airflow .list-group-item:not(.item-header) .airflow-container .input-group:last-child,
#product-filter-detect  #side-noiselvl .list-group-item:not(.item-header) .noiselvl-container .input-group:last-child{
	float:right !important;
}
#side-price #slider-price .ui-slider-range,
#side-airflow #slider-airflow .ui-slider-range,
#side-noiselvl #slider-noiselvl .ui-slider-range{
	background:#7ab039 !important;
}
#side-price #slider-price .ui-slider-handle,
#side-airflow #slider-airflow .ui-slider-handle,
#side-noiselvl #slider-noiselvl .ui-slider-handle{
	background:#fff;
	border:1px solid #7ab039 !important;
}
#side-price #slider-price .ui-slider-handle,
#side-airflow #slider-airflow .ui-slider-handle,
#side-noiselvl #slider-noiselvl .ui-slider-handle{
	border:1.5px solid #fff;
	box-shadow:0px 4px 8px -2px;
	width:15px;
	height:15px;
}
#side-price #slider-price,
#side-airflow #slider-airflow,
#side-noiselvl #slider-noiselvl{
	background:#fff !important;
	height:3px;
	box-shadow:0px -1px 3px -1px
}
#product-filter-detect .product_semi_filter{
	position:relative;
	padding-right:15px;
}
#product-filter-detect .product_semi_filter > div{
	float:right;
	margin-bottom:1em
}
#product-filter-detect .product_semi_filter select{
	border-color:#eee !important;
	box-shadow:none;
	height:2.2em;
	border:1.3px solid #ccc;
}
#side_filter,
#side_filter .list-group,
#side_filter .list-group .list-group-item
{
	border:none !important;
	box-shadow:none !important;
	background:transparent !important;
}
#side_filter .list-group{
	border-bottom:1px solid #bbb !important;
	padding-bottom:2em;
	background:transparent !important;
}
#side_filter .list-group .list-group-item:not(.item-header){
	height:9em;
	overflow-y:scroll;
}
#side_filter .list-group-item:not(.item-header)::-webkit-scrollbar {
  width: 12px;
}
#side_filter .list-group-item:not(.item-header)::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#side_filter .list-group-item:not(.item-header)::-webkit-scrollbar-thumb {
  background: #9b9b9b;
}
#side_filter .list-group-item:not(.item-header)::-webkit-scrollbar-thumb:hover {
  background: #777;
}
#side_filter .list-group input[type=checkbox]:after{
	content:'';
	position:absolute;
	width:12px;
	height:12px;
	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 input[type=checkbox]:checked:after{
	background:#7ab039;
}
#content{
	padding-top:3em;
}
.information-services #content{
	padding-top:0;
}
.product-block .sale{
	position:absolute;
	z-index:1;
	left:0;
	background:#7ab039;
	color:#fff;
	top:1.7em;
	padding:2px 1.5em 2px 2em;
	font-size:10px;
	font-family:mont-light;
	text-transform:uppercase;
}
.product-block .outofstock{
	position:absolute;
	z-index:1;
	left:0;
	background:#959595;
	color:#fff;
	top:1.7em;
	padding:2px 1.5em 2px 2em;
	font-size:10px;
	font-family:mont-light;
	text-transform:uppercase;
}
.product-block .new{
	position:absolute;
	z-index:1;
	left:0;
	background:#04a7cf;
	color:#fff;
	top:1.7em;
	padding:2px 1.5em 2px 2em;
	font-size:10px;
	font-family:mont-light;
	font-weight:bold;
	text-transform:uppercase;
}
.product-category .product_semi_filter{
	padding-left:15px;
}
.product-category .product_semi_filter .input-group{
	width:140px !important;
}
.product-category .product_semi_filter .input-group label{
	display:none;
}
.product-category .product_semi_filter > div:first-child .input-group{
	float:right !important;
}
.product-category .product_semi_filter > div .input-group{
	border:1px solid #ccc !important
}
.product-category > .container{
	width:100% !important;
	padding:0 15em
}
#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.page-number{
	background:#85c22b !important;
	color:#fff;
}
#pagination-demo > li a,
#pagination-demo > li{
	color:#000;
	font-weight:bold;
	font-size:12px;
	font-family:mont-light;
}
#pagination-demo > li.page-number{
	border:1px solid #aaa;
	border-radius:100%;
	padding:0px 0px 2.5px;
	width:25px !important;
	margin:0 5px
}
#pagination-demo > li:hover{
	cursor:pointer !important;
	opacity:0.5
}
#pagination-demo > li.disabled:hover{
	cursor:not-allowed !important;
	opacity:1 !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.3em;
}
.product-product #waiting_list{
	background:#ebebeb;
	width: 85%;
}
.product-product #waiting_list .waiting_list_description{
	text-align:center;
	font-family:mont-light;
	font-weight:bold;
	color:#000;
	font-size:11px;
}
.product-product #waiting_list .waiting_list_description:before{
	content:'OUT OF STOCK';
	display:block;
	font-family:mont;
	font-weight:bold;
	font-size:14px;
	margin-bottom:0.6em;
}
.product-product #waiting_list input{
	padding-left:1em;
	font-style:italic;
	height:35px;
	margin-right:0;
	border:1px solid #ccc;
}
.product-product #waiting_list button{
	background:#17c8f4;
	border-color:#17c8f4;
	font-family:mont-light;
	font-size:12px;
	padding:8px 25px !important;
	min-width:unset !important;
	min-height:unset !important;
	height:auto !important;
}
.product-product #waiting_list button:hover{
	background:#04a7cf;
	border-color:#04a7cf;
}
.animate_circle img{
	transition:0.5s;
}
.animate_circle:hover img{
	opacity:0.7;
	transform:rotate(360deg);
}
.common-home #content,
.information-information #content{
	padding-top:0;
	/* padding-right: 3px; */
}
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../../../../../image/gif/Preloader_2.gif) center no-repeat #fff;
}
.slideshow img{
	heigh:450px !important;
}
#sidr .mobile-search img,
#sidr .mobile-search .fa.fa-times{
	display:none;
}
.product-category #filter_group_tigger_open{
	background:#17c8f4;
	border-color:#17c8f4;
	font-family:mont-light;
	font-size:12px;
	padding:8px 25px !important;
	min-width:unset !important;
	min-height:unset !important;
	height:auto !important;
}
.product-category #filter_group_tigger_open:hover{
	background:#04a7cf;
	border-color:#04a7cf;
}
.page-banner img{
	min-height:100px;
}
#side-airflow .ui-slider-horizontal,
#side-noiselvl .ui-slider-horizontal{
	height: 5px;
    position: relative;
    margin: auto;
    margin-top: 12px;
    width: calc(100% - 22px);
}
#side-airflow .ui-slider-handle,
#side-noiselvl .ui-slider-handle{
	background: #393939;
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    top: 2px;
    border-radius: 10px;
    outline: none !important;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 1;
}
#side-airflow .ui-slider-range,
#side-noiselvl .ui-slider-range{
	background: #393939;
    height: 100%;
    position: relative;
    z-index: 1;
}
#side-airflow .airflow-container,
#side-noiselvl .noiselvl-container{
	display: table;
    width: 100%;
    margin-bottom: 20px;
}
#side-airflow .airflow-container>*,
#side-noiselvl .noiselvl-container>*{
	width: 50%;
    display: table;
    float: left;
}
#side-airflow .airflow-container>* .input-group-addon,
#side-noiselvl .noiselvl-container>* .input-group-addon{
	background: transparent;
    border: 0px;
}
#side-airflow .airflow-container>*:first-child .input-group-addon,
#side-noiselvl .noiselvl-container>*:first-child .input-group-addon{
	padding-left:0px;
}
#side-airflow .airflow-container>* input,
#side-noiselvl .noiselvl-container>* input{
	max-width: 100%;
    border-radius: 0px;
}
#side-airflow #airflow_max, #side-airflow #airflow_min,
#side-noiselvl #noiselvl_max, #side-noiselvl #noiselvl_min{
	padding: 8px;
    min-height: 0px;
    height: auto;
    text-align: right;
}
#side-airflow .airflow-container>*>*,
#side-noiselvl .noiselvl-container>*>*{
	display: table-cell;
}
#side-airflow,
#side-noiselvl{
	border-bottom:1px solid #bbb;
	padding-bottom:3em;
}
.header-container .header-logo,
.header-container .header-top{
	grid-row:1/1 !important;
	-ms-grid-row-span:1 !important;
}
.header-container .header-logo img{
	max-width:90px !important;
}
.product-block .product-details .price .price-old{
	text-decoration:line-through;
	color:#888
}

.slick-slider .slick-track .slick-slide[aria-hidden="true"]{
	opacity: 0 !important
}
.slick-slider .slick-track .slick-slide[aria-hidden="false"]{
	opacity: 1 !important
}



@media(max-width:1920px) and (min-width:1537px){
	.header-logo img{
		min-width:120px;
	}
	.header-logo .header-logo-image{
		padding:1em 0
	}
	.header-container #main-menu li > a{
		font-size:16px;
		padding:0 3em !important;
	}
	.slideshow .slider-slideshow-description > .container{
		margin-top:5%;
	}
	.slideshow .slider-slideshow-description .slider-slideshow-description-texts > span:first-child{
		font-size:30px;
	}
	.slideshow .slider-slideshow-description .slider-slideshow-description-texts > span:not(:first-child){
		font-size:40px;
	}
	.slideshow .slider-slideshow-description .slider-slideshow-description-link > a{
		font-size:14px;
		padding:14px 29px !important;
	}
	.slider-slideshow-description .slider-slideshow-description-link{
		padding-top:2em !important;
	}
	.fcategory .product-thumb .title_ribbon{
		padding:1.5em 20% 1.5em 2em !important;
		font-size:20px;
		width:80%;
	}
	.section-space.brands h3,
	.application .container > h3,
	#section_title{
		font-size:35px;
	}
	.section-space.brands h3:after{
		content:'';
		width:40px;
		border:1.5px solid;
		bottom:-25px;
	}
	.application .container > h3:after,
	#section_title:after{
		content:'';
		width:40px;
		border:1.5px solid #7ab039;
		bottom:-25px;
	}
	.application .container,
	.featured .container{
		padding:0 !important;
	}
	footer > .container div.row p,
	footer > .container div.row span,{
		font-size:14px !important;
	}
	footer .footer-contact-links ul a,
	footer .footer-contact-info{
		font-size:14px !important;
	}
	footer h5{
		font-size:18px;
	}
	.about_background.even img{
		max-width:450px
	}
	.about_background .about_container .about_des h4, .services_background .services_container .services_des h4,
	.industry-inapplication .inner_apps .apps_filter .apps_pro_name, .product-product .featured-module #section_title,
	.product-product .product_name, .product-product .product-special-price ,
	.information-services .form_custom h3, .information-contact .form_custom h3, .information-contact .store_details h3,
	.product-product .now-prices,{
		font-size:25px !important;
	}
	.about_background .about_container .about_des p:first-child, .services_background .services_container .services_des p:first-child,
	.industry-inapplication .inner_apps .apps_filter .apps_name, .product-product .old-prices,
	.product-product #product-tabs > li a{
		font-size:16px;
	}
	.about_background .about_container .about_des p, .services_background .services_container .services_des p,
	.industry-inapplication .inner_apps .apps_filter > span p, .product-product .product-description,
	.product-product #product label,.product-product #waiting_list .waiting_list_description,
	.product-product #waiting_list button{
		font-size:14px;
	}
	.about_background .toolsedge_btn{
		font-size:16px !important;
	}
	footer .container{
		padding: 1em 0;
		width:78%;
	}
	.fixed-header .container{
		width:78% !important;
		padding:0;
	}
	.industry-inapplication .inner_apps .apps_image img{
		float:right;
	}
	.industry-inapplication .inner_apps .apps_filter .apps_icon_filter{
		margin-top:1.5em;
	}
	.industry-inapplication .inapps_lower{
		padding:5em 20em
	}
	.product-product .product-image-main img{
		max-height:500px; !important;
	}
	.product-product .product-image-additional-container img{
		max-height:125px !important;
	}
	.product-product #product #product_buttons button{
		min-width:180px !important;
		font-size:16px;
		padding:1.3em 25px !important;
	}
	.product-product #product .form-group select, .product-product #product .form-group > .input-group{
		width:80% !important;
	}
	.product-product .featured-module #section_title{
		color:#000;
	}
	.product-product .tab-content{
		padding:0.5em 3em 3em;
		margin-bottom:3em;
	}
	.product-product .tab-content .tab-pane p > *{
		margin:0 auto !important;
	}
	.product-product #content > .row{
		margin-bottom:5em;
	}
	.product-product #product-tabs > li{
		width:150px;
	}
	.services_background.even img{
		max-width:550px;
	}
	.information-services .form_custom{
		padding:0 10em;
	}
	.information-services .form_custom .toolsedge_btn, .information-contact .form_custom .toolsedge_btn{
		font-size:16px;
		max-width:unset !important;
		width:180 !important;
		padding:1em 0 !important;
		margin-top:1em;
	}
	#product-filter-detect .product_semi_filter select{
		height:2.9em;
	}
	#product-filter-detect #side-categories .list-group-item .side-categories-level-1 .item{
		padding: 5px 1em !important;
		font-size:14px
	}
	.product-block .sale,
	.product-block .outofstock{
		padding:8px 2em 8px 2.3em;
		font-size:16px;
		letter-spacing:1px;
	}
	.product-product #waiting_list{
		width:65%;
	}
	.product-product #waiting_list .waiting_list_description:before{
		font-size:20px;
	}
	.product-product #waiting_list input{
		height:45px
	}
	.slideshow img{
		min-height:620px;
	}
}

@media(max-width:1198px){
	.section-space.brands .brands_slick{
		padding:0 20%;
	}
}
@media(max-width:1100px){
	.fixed-header .container{
		width:90% !important;
	}
	.industry-inapplication .inapps_lower{
		padding:5em 10em;
	}
	.industry-inapplication > .container .inapps_upper{
		padding:0 11em;
	}
	.product-category > .container,
	.information-contact > .container,
	.about_background,
	.product-product #content{
		padding:0 7em;
	}
	.about_background.even, .services_background.even{
		padding:4em 7em;
	}

	
}
@media(max-width:1100px) && (min-width:541px){
	.product-special .product-view>*, .product-category .product-view>*{
		width:calc(33.3333% - 8px) !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:12px !important;
	}
	.product-special .product-view>*:nth-child(even), .product-category .product-view>*:nth-child(even){
		margin-left:0 !important;;
	}
}
@media(max-width:991px){
	.industry-inapplication .apps_filter{
		padding-left:0;
		padding-top:1em;
	}
	.product-category > .container{
		padding:0 1.5em;
	}
	.information-contact .form_custom{
		padding-left:0;
	}
	.information-information .about_container{
		text-align:center;
	}
	.information-information .about_background.even .toolsedge_btn{
		margin-bottom:1em;
	}
	.information-information .about_background.even img{
		margin-bottom:1em;
	}
	.information-services .form_custom{
		padding:0 11.5%
	}
	.industry-inapplication .inapps_lower{
		padding:5em 6em;
	}
	.industry-inapplication > .container .inapps_upper{
		padding:0 3em;
	}
}
@media(max-width:768px){
	.application .container{
		padding:0 5em !important;
	}
	.information-contact > .container{
		padding:0 2em !important;
	}
	.application .pointer.prev, .featured .pointer.prev, .industry-inapplication .inapps_lower .pointer.prev{
		left:-3.5em !important;
	}
	.application .pointer.next, .featured .pointer.next, .industry-inapplication .inapps_lower .pointer.next{
		right:-3.5em !important;
	}
	.featured .container{
		padding:0 3em !important;
	}
	footer .container{
		padding:1em 3em 0;
	}
	footer > .container > div.row{
		text-align:center !important;
	}
	.fcategory .product-thumb h4{
		padding:1em 25% 1em 2em !important;
	}
	.section-space.brands .brands_slick{
		padding:0 10% !important;
	}
	.industry-inapplication .inapps_lower{
		padding:5em 5em;
	}
	.industry-inapplication > .container .inapps_upper{
		padding:0 3em;
	}
	.industry-inapplication,
	.product-product{
		padding-bottom:25em !important;
	}
	.information-contact .g-recaptcha{
		margin-left:-27%;
	}
	.information-information{
		padding-bottom:25em !important;
	}
	#filter_group_tigger_open{
		display:block !important;
	}
	#filter-groups{
		position: fixed;
		top: 0px;
		left: 0px;
		opacity: 0;
		z-index: 999;
		width: 100%;
		height: 100%;
		padding: 40px 30px 15px;
		overflow: auto;
		background: white;
		transition: all 0.3s;
		transform: translateX(-100%);
	}
	#filter-groups.open {
		opacity: 1;
		transform: translateX(0%);
	}
	.product-category #product-filter-detect .row > .col-md-9,
	.product-product #waiting_list{
		width:100% !important;
	}
}
@media(max-width:600px){
	.section-space.brands .brands_slick{
		padding:0 !important;
	}
	footer .footer-contact-info{
		width:100%;
		margin-right:10%;
	}
	footer .footer-contact-links{
		flex:1;
		max-width:unset !important;
	}
	footer .footer-contact-links:last-child{
		min-width:100px !important;
	}
	footer .footer-contact-links{
		padding-left:0 !important;
	}
	.industry-inapplication,
	.product-product,
	.information-information{
		padding-bottom:35em !important;
	}
	.information-services .form_custom{
		padding:0;
	}
}
@media(max-width:540px){
	.application .container{
		padding:0 1em !important;
	}
	.application .pointer.prev, .featured .pointer.prev, .industry-inapplication .inapps_lower .pointer.prev{
		left:-0.5em !important;
	}
	.application .pointer.next, .featured .pointer.next, .industry-inapplication .inapps_lower .pointer.next{
		right:-0.5em !important;
	}
	.featured .container{
		padding:0 !important;;
	}
	.industry-inapplication .inapps_lower{
		padding:5em 2em;
	}
	.industry-inapplication > .container .inapps_upper{
		padding:0 3em;
	}
	.product-special .product-view>*, .product-category .product-view>*{
		width:calc(50% - 8px) !important;
	}
	.product-special .product-view>*:nth-child(even), .product-category .product-view>*:nth-child(even){
		margin-left:16px !important;
	}
	.information-contact .g-recaptcha,
	.information-services .g-recaptcha{
		margin-left:-3%;
	}
	.about_background,
	.product-product #content{
		padding:0 2em;
	}
	.about_background.even, .services_background.even{
		padding:4em 2em;
	}	
	.about_background .about_container .about_des p, .services_background .services_container .services_des p{
		text-align:left;
	}
	.fcategory .pointer > div, .application .pointer > div, .featured .pointer > div, .industry-inapplication .inapps_lower .pointer > div{
		padding:6px 16px !important;
	}
	.remove_mobile{
		display:none !important;
	}
	.product-product #waiting_list{
		width:100%
	}
	.inner_apps .apps_image,
	.inner_apps .apps_image img,
	.inner_apps .apps_filter{
		width:100% !important;
		margin-left:0 !important
	}
}
@media(max-width:375px){
	.slider-slideshow-description .slider-slideshow-description-texts{
		padding:0 !important;
	}
	.slideshow .slider-slideshow-description .slider-slideshow-description-texts > span:first-child{
		font-size:22px;
	}
	.slideshow .slider-slideshow-description .slider-slideshow-description-texts > span:not(:first-child){
		font-size:26px;
	}
	.product-block .product-details a.btn-primary{
		padding:10px 20px !important
	}
	.industry-inapplication .inapps_lower .pointer.prev{
		left:-1.5em !important;
	}
	.industry-inapplication .inapps_lower .pointer.next{
		right:-1.5em !important;
	}
	.industry-inapplication,
	.product-product,
	.information-information{
		padding-bottom:45em !important;
	}
	.product-category .product_semi_filter .input-group{
		width:120px !important;
	}
	.about_background .about_container img, .services_background img{
		width:100% !important;
	}
	.about_background .about_image{
		padding:0 !important;
	}
	.information-contact .g-recaptcha,
	.information-services .g-recaptcha{
		margin-left:32%;
	}
	.information-services .form_custom .toolsedge_btn, .information-contact .form_custom .toolsedge_btn{
		margin-left:30%;
	}
}
html,body{
	overflow-x:hidden;
}