/* Header - Logo */
.header-bottom { background:#00b0d8; }
.outer-ctn { background-color: #eee; }
.moduletable-product_category {
	background-color:#fff;
}
.moduletable-product_category .product-categories-left-menu { cursor: pointer; }
.moduletable-product_category .product-categories-left-menu,
.moduletable-product_category .module-content {
	padding-left:10px; padding-right:10px; 
}

.moduletable-product_category .product-categories-left-menu {
	color:#fff; background-color:#00b0d8; margin:0; font-size:20px;
	line-height:normal; line-height:24px; padding-top:8px; padding-bottom:8px; font-weight: 400;
}
.moduletable-product_category .module-content {
	padding-top:15px; padding-bottom:15px;
}

.VMmenu li div a { color:#737373; }
.VMmenu li.VmOpen div a { color:#faaf40; }

.category-list { margin-top:30px; }
.product-list > .product,
.category-list > .category {
	-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;
	border:1px solid #ccc; width:31%; margin-top:0;  margin-right:3.5%; float:left;
}
.product-list > .product:nth-child(n + 4),
.category-list > .category:nth-child(n + 4) {
	margin-top:3.5%;
}
.product-list > .product:nth-child(3n),
.category-list > .category:nth-child(3n) { margin-right:0; }
a.category-link:hover { text-decoration: none; }
a.category-link > .category-bottom { transition-property:background-color; transition-duration: .3s; }
a.category-link:hover > .category-bottom { background-color:#faaf40; }
.product-top { background-color:#fff; padding:15px 15px 0; position:relative; }
.category-top { background-color:#fff; padding:20px 10px; }
.product-bottom { background-color:#eee; padding:10px 15px; }
.product-bottom .h-pr-details { position:relative;}
.vm-price-desc, .custom-fields-panel { display:none; }
.h-pr-details .product-price-1 { float:left; }

.product-top .h-pr-title {
	margin:10px 0 !important; line-height:20px; font-size: 16px; height:40px; overflow:hidden;
}
.product-top span.PricesalesPrice { line-height: normal; }
.product-top .price-crossed { display:none; }
.product-top .product-price {
	position: absolute;	top:10px; left:-10px;
	background-color:#00b0d8; color:#fff;
	padding:2px 10px; text-align: right;
}
div.addtocart-button { float:left; }
.product-bottom input.addtocart-button { padding:0 15px; line-height: 28px; }
.product-bottom .addtocart-bar span.quantity-controls.js-recalculate {
	left:0; position: relative; float:left;
}
.product-bottom span.quantity-box { position: static; float:left; }
.addtocart-bar { float: right; width:auto !important; }
a.product-page-link,
.category-top .category-image {
	display: block; position: relative; padding-bottom: 62.5%;
}
.browseProductImage,
.browseCategoryImage {
	max-width:100%; max-height: 100%; position: absolute;
	left:0; right:0; top:0; bottom: 0; margin:auto !important;
}
.category-bottom { background-color: #00b0d8; }
.category-bottom .valign { height:50px;}
.category-bottom .category-name {
	display:block; font-size:18px; font-weight: 400;
	color:#fff; text-align: center;
	padding:0 8px; line-height:22px;
}
.addtocart-bar-handler { overflow:visible; }
.product-top .brand-logo-wrapper { height:30px; text-align: right; margin-bottom:15px; }

/* Product Category Listings - Header Banner */
.prod_categ_banner {
	background-repeat:no-repeat;
	background-position:center right;
	background-color: #fff;
}
.prod_categ_banner .gradient {
	background:rgba(0,144,180,0.7);
	/* background:linear-gradient(to right, rgba(0,144,180,0.9), rgba(0,144,180,0.7)); */
	padding:20px 0 20px 20px;
	color:white;
	font-size:20px;
	text-align:left;
}
.prod_categ_banner .valign { height:180px; }
.prod-categ-banner-content { max-width: 480px; }
/* Filter */
form.cf_form-filter { padding:20px; margin-bottom:0; }
.filter-heading {
	background-color: #00b0d8; color:#fff; font-size:20px;
	font-weight: 400; padding: 8px 20px; line-height: 24px;
	cursor: pointer;
}
.filter-heading:hover { background-color:#faaf40; }
.filter-heading .fa {
	float: right; line-height:24px; font-weight: bold;
}
.cf_flt_wrapper { float:none; }
.cf_flt_wrapper label {
	display: inline-block !important; max-width: 100%;
}
a.cf_option {
	color:#737373; line-height: 20px;
	display: inline-block; max-width: 100%;
	vertical-align:top; white-space: nowrap; text-overflow:ellipsis; overflow: hidden;
}
a.cf_option:hover {
	color:#faaf40;
}
input.cf_flt[type=checkbox] {
	display: none !important;
}
a.cf_option::before {
	font: normal normal normal 16px/1 FontAwesome;
	line-height: 20px;
	text-decoration: inherit;
	text-rendering: optimizeLegibility;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	vertical-align:top;
	font-smoothing: antialiased;
	margin-right:3px;
}
input.cf_flt[type=checkbox] + a.cf_option::before {
	content:"\f204";
}
input.cf_flt[type=checkbox]:checked + a.cf_option::before {
	content:"\f205"; color:#00b0d8;
}
.headexpand { display: none; }
ul.cf_filters_list { margin:0; }
ul.cf_filters_list > li {
	width:25%; float:left;
}
a.cf_resetAll_link {
	display: block; width:100px; text-align: center; clear:left;
	border:1px solid #00b0d8; line-height: 28px; font-weight: 400;
}
a.cf_resetAll_link:hover {
	text-decoration: none; border-color:#faaf40; background-color: #faaf40; color:#fff;
}
.cf_clear { display:none !important; }
.vm-pagination { margin-top:30px; }

/* Single Product Pages */
.productdetails-view .product-image { float:left; width:400px; }
.productdetails-main { padding:25px 0; }
.productdetails-view .manufacturer { margin-bottom:20px; }
.productdetails-view .spacer-buy-area,
.productdetails-view .product-description {
	padding-left:0; float:right; width:calc(100% - 420px);
}
.productdetails-view .spacer-buy-area div.addtocart-button { margin-right:10px;}
a.ask-a-question {
	border:1px solid #0065a7;  color:#fff !important; border-radius: 0;
	line-height:28px; font-size: 16px; padding:0 20px; font-weight: 700; margin:0;
	background-image:none; background-color: #0065a7;
}
a.ask-a-question:hover {
	background: #faaf40 !important; color:#fff !important; border-color:#faaf40; 
}
.product-price { float:none; text-align: left; }
.cart-question { margin:20px 0; }
.add-to-cart { display: inline-block; margin-right:20px; }
.productdetails-view .addtocart-bar { margin:0; }
.productdetails-view .product-short-description { margin-bottom:0; }
.spacer-buy-area div.addtocart-bar span.quantity-box {
	position: static; opacity: 1; float:left; top:auto; right:auto; bottom:auto; left:auto;
	border:1px solid #737373; box-sizing: border-box;
}
.spacer-buy-area div.addtocart-bar span.quantity-controls.js-recalculate {
	position: relative; float:left;
	top:auto !important; left:auto !important;
}
.spacer-buy-area div.addtocart-bar div.addtocart-button {
	float:left; position: static;
}
div.ask-a-question { display:inline-block; margin-top:0; vertical-align: top; }
.productdetails-view .product-description { padding-top:0; }
.ph-video-container { position: relative; padding-top: 56.25%; /* 16:9 */ }
.ph-video-container > iframe { position: absolute; top:0; left:0; width:100%; height: 100%;}

/* Ask Question popup form */
#fancybox-wrap {
	padding:0; left:0 !important; right:0; 
	margin-left:auto; margin-right:auto;
}

/* Single Product Pages - Related Products */
.related-products { padding-top:40px; }
/*
.related-products > .related-product {
	float:left; width:23.5%; margin-left:2%; 
}
.related-products > .related-product:nth-child(4n+1) { margin-left:0; }
*/
.product-related-products { padding:25px 0; border-top:0;  }
.product-related-products .product-fields-title {
	font-size: 30px; color:#00b0d8; border-bottom: 1px solid #00b0d8;
	display: inline-block; padding-bottom: 10px; padding-right:80px;
}
.product-fields-title-wrapper { padding: 0; }
.slick-track { margin-left: 0; margin-right: 0; }
.related-products .slick-track { margin-left: 0; margin-right: 0; }
.related-products .slick-arrow {
	font-size:30px; font-weight: bold; background-color: #00b0d8; color:#fff;
	display: block; width:40px; height:40px; position: absolute; 
	top:-40px; line-height:40px; text-align: center; cursor: pointer;
}
.related-products .slick-arrow:hover { background-color: #faaf40; }
.related-products .slick-arrow.fa-arrow-left { right:80px; }
.related-products .slick-arrow.fa-arrow-right { right:0; }
.related-products .slick-list { margin:0 -11px; }
.related-products .slick-slide { box-sizing: border-box; padding:0 10px; }
.related-product {
	border:1px solid #ccc; box-sizing: border-box;
}

.related-product img.brand-logo { margin:0; display: inline-block; }

@media (max-width:1200px){
	.prod-categ-banner-content h1 { font-size: 36px; }
	.prod-categ-banner-content { font-size: 18px; max-width: 300px; }
	/* Filter */
	ul.cf_filters_list > li {
		width:33.333%;
	}
	.product-list > .product,
	.category-list > .category
	 { width:48%; }
	.product-list > .product:nth-child(odd),
	.category-list > .category:nth-child(odd) { margin-right:4%;}
	.product-list > .product:nth-child(even),
	.category-list > .category:nth-child(even) { margin-right:0; }
	.product-list > .product:nth-child(3),
	.category-list > .category:nth-child(3) {
		margin-top:3.5%;
	}

	/* Single Product Page */
	.tabbed-layout .tab-title { padding-left:13px; padding-right:13px; }
}
@media (max-width:979px){
	.prod-categ-banner-content { max-width: none; }
	.moduletable-product_category .product-categories-left-menu {
		padding:8px 20px;
	}
	.moduletable-product_category .module-content {
		padding-left:20px; padding-right:20px; 
	}
	.moduletable-product_category ul.VMmenu { column-count: 2; }

	/* Filter */
	ul.cf_filters_list > li { width:50%; }

	/* Single Product Page */
	.productdetails-view .product-image { width:320px; }
	.productdetails-view .spacer-buy-area { width:calc(100% - 340px); }
	.productdetails-view .product-description { float:none; width:auto; clear:right; padding-top:20px; }
}
@media (max-width:767px){
	.prod-categ-banner-content { max-width: calc(100% - 340px); }
	.moduletable-product_category .module-content {
		display: none;
	}
	.product-list > .product,
	.category-list > .category { width:46%; }
	.product-list > .product:nth-child(n),
	.category-list > .category:nth-child(n) { margin-left:2%; margin-right:2%;}
	.prod_categ_banner .gradient { padding-left:10px; }
	.vm-pagination { padding:0 2%; }
	.moduletable-product_category .product-categories-left-menu {
		padding:8px 10px;
	}
	.moduletable-filter { margin-top:20px; margin-bottom: 20px; }

	/* Filter */
	.filter-heading { padding:8px 10px; }
	form.cf_form-filter { padding-left:10px; padding-right:10px; }
	
	/* Single Product Page */
	.productdetails-view .product-image { padding-left:10px; }
	.productdetails-view .spacer-buy-area { padding-right:10px; width:calc(100% - 360px); }
	.add-to-cart { margin-bottom:15px; }
	.product-description .tabbed-layout { border-left-width: 0; border-right-width: 0; }
	.tabbed-layout .tab-title { padding-top:10px; padding-bottom:10px; }

	.product-related-products { padding-left:10px; padding-right:10px; }
}
@media (max-width:680px){
	.prod-categ-banner-content { max-width: none; }
	.prod_categ_banner { background-position: center center; background-size: contain; }

	/* Single Product Page */
	.productdetails-view .product-image {
		width:400px; max-width:100%; float:none; 
		margin:0 auto 30px; text-align: center; padding-right:10px;
		box-sizing: border-box;
	}
	.productdetails-view .spacer-buy-area {
		width:auto; float:none; text-align: center; padding-left:10px;
	}
	.add-to-cart { margin-bottom:0; }
	.product-price { text-align: center; }
	.productdetails-view .manufacturer { text-align: left; }
	.productdetails-view .product-description { padding-top:0; }
}
@media (max-width:550px){

	.product-list > .product,
	.category-list > .category {
		float:none; width:300px; max-width:100%; 
	}
	.product-list > .product:nth-child(n),
	.category-list > .category:nth-child(n) {
		margin-left:auto; margin-right:auto;
	}
	.product-list > .product:nth-child(n+2),
	.category-list > .category:nth-child(n+2) {
		margin-top:5%;
	}

	/* Single Product Page */
	.tabbed-layout .tab-title {
		font-weight: 300; padding-left:0; padding-right:0;
		text-align: center; font-size: 16px; width:50%;
	}
	.product-related-products .product-fields-title { padding-right:0; }
	.related-products { padding-top:20px; padding-bottom: 60px; }
	.related-products .slick-arrow { top:auto; bottom:0;}
	.related-products .slick-arrow.fa-arrow-left {
		right:calc(50% + 20px); left:auto;
	}
	.related-products .slick-arrow.fa-arrow-right {
		right:auto; left:calc(50% + 20px);
	}
}
@media (max-width:420px){
	.prod-categ-banner-content h1 { font-size: 30px; }
	.moduletable-product_category ul.VMmenu { column-count:auto; }
	/* Filter */
	ul.cf_filters_list > li {
		width:auto; float:none;
	}

	/* Single Product Page */
	.add-to-cart { display: block; text-align: center; margin-right:0; margin-bottom:15px; }
	.addtocart-area { display:inline-block; }
	div.ask-a-question { display:block; }
	#fancybox-wrap { width:calc(100vw - 40px) !important; }
	#fancybox-content { width:auto !important; }
}