@media screen and (max-width: 1680px) {
	ul.topnav{ padding: 0 50px 0 50px ;}
}
@media screen and (max-width: 1440px) {
	.divisions-ul li {width: 150px;}
	ul.topnav { padding: 0 30px; }
	ul.topnav a { padding: 10px 8px 10px;}
	.divisions-ul li a { font-size: 15px;}
		
	
}
@media screen and (max-width: 1280px) {
	ul.topnav { padding: 0 10px; }
}
@media screen and (max-width: 1200px) {
	ul.topnav { padding: 0 10px; }
	.logo-img { width: 180px;}
	.header-nav { width: calc(100% - 290px);}
	.header-nav a { font-size: 17px; padding: 10px 5px;}
	
	.wishlist-btn span { display: none; }
	.wishlist-btn { padding: 16px 15px 14px 15px; font-size: 14px; }
	
	.figures { width: 65%;}
	.figures li { height: 326px;}
	.figures li .figcaption { transform: translateY(326px);}
	.how_we_help { width: calc(35% - 20px);}
	
	.product-cat h1 {
	    width: 100%;
	    text-align: center;
	    font-size: 30px;
	}
	.product-cat h1 span { display: none;}
	.product-cat-nav { 
		width: 100%;
		margin-top: 35px;
		margin-left: 0;
	}
	.woocommerce ul.products[class*="columns-"] li.product, 
	.woocommerce-page ul.products[class*="columns-"] li.product,
	.woocommerce ul.products li.product {
		-ms-flex: 0 0 calc(50% - 20px);
		flex: 0 0 calc(50% - 20px);
	}
	.flex-control-thumbs { margin: 10px 0;}
	.flex-control-thumbs li {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	
	.whats-new .woocommerce ul.products li.product,
	.search-results .woocommerce ul.products li.product {
	    -ms-flex: 0 0 calc(33.3% - 20px);
	    flex: 0 0 calc(33.3% - 20px);
	}
	
	.body-wrap { min-height: calc(100vh - 619px);}
	footer.footer { height: 619px;}
	footer.footer ul { width: 100%; text-align: center;}
	footer.footer p.copyright {
		margin-top: 20px;
		width: 100%; 
		text-align: center;
	}
	
	section.newsletter p { 
		font-size: 18px;
		text-align: center;
		display: block;
	}
	section.newsletter a {
	    display: block;
	    margin: 10px auto;
	    max-width: 200px;
	    text-align: center;
	}
	
}

@media screen and (max-width: 992px) {
	.search-wrap { visibility: visible; opacity:1; position: inherit; }
	.search-wrap input { height: 0; font-size: 18px;}
	
	ul.topnav { display: none; }
	.social-media { padding: 0; } 
	.topnav, .toggle-search, .top-nav .phone { display: none;}
	.top-nav ul:last-of-type {
	    width: 100%;
	    text-align: center;
	}
	
	.logo-img img{ width: 180px;}
	.logo-img { width: calc(100% - 135px);}
	.modal .logo-img { width: 180px;}
	
	.mobile-btn { display: inline-block;}
	.header-nav { display: none;}
	.wishlist-btn { margin-right: 15px; }
	
	.slick-dots { bottom: 10px;}
	.figures {
		left: 0;
		width: 100%;
		margin-top: 30px;
	}
	.how_we_help {
		left: 0;
		width: 100%;
		margin-top: 10px;
	}
	.text-blocks { display: block;}
	.brands li { 
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
	}
	.brands li a { height: 80px;}
	.product-cat-main { margin-left: 0;}
	.productcat .sidebar {margin-bottom: 30px;}
	.filter-container { margin-right: 0;}
	.productcat .sidebar,
	.product-cat-main { width: 100%;}
	.market-att, .product-type-att, .brand-att { padding: 19px 24px 9px;}
	.collapse { padding: 13px 24px;}
	
	.go-back-btn a { display: none;}

	.single-product h1,
	.woocommerce .single-product .yith-wcwl-add-to-wishlist {
		width: 100%;
		text-align: center;
		margin: 10px 0;
	}
	.sku {
		text-align: center;
	}
	.single-product .yith-wcwl-add-to-wishlist .ajax-loading { display: none !important;}
	
	.woocommerce-wishlist .interior-page-header h1 { padding-bottom: 0;}
	.woocommerce-wishlist .interior-page-header p { 
		width: 100%;
		text-align: left;
		padding-bottom: 10px;
	}
	.single-product { 60px 0 0;}
	.woocommerce-product-gallery {
	    width: 100%;
	    margin-bottom: 60px;
	}
	.product_overview {
	    width: 100%;
	    padding: 0;
	}
	.flex-control-thumbs li img { width: 80px; }
	
	.body-wrap { min-height: calc(100vh - 809px);}
	footer.footer { height: 809px;}
	
	.product_details { padding: 50px 0;}
}

@media screen and (max-width: 768px) {
	
	.figures { display: block;}
	.figures li { 
		height: 235px;
		padding-right: 50%;
		margin-bottom: 5px;
		background-size: 50%;
		background-position: center left;
	}
	.figures li .figcaption {
	    opacity: 1;
	    visibility: visible;
	    transform: translateY(0) translateX(100%);
	    width: 50%;
	}
	.figures li:hover .figcaption { transform: translateY(0) translateX(100%); }
	.figures ul li { 
		padding-right: 0;
		margin: 0;
	}
	.figures ul li a { padding: 5px 0 0; }
	.brands h1 { text-align: center;}
	.brands li { 
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	
	.product-cat-nav a { padding: 9px 0; }
	.product-cat-nav { display: block; margin-top: 10px;}
	
	.sku {
		width: 100%;
		text-align: center;
	}
	.flex-control-thumbs li {
		-ms-flex: 0 0 33%;
		flex: 0 0 33%;
	}
	.woocommerce-wishlist .interior-page-header h1 {
		text-align: center;
		width: 100%;
	}
	.woocommerce-wishlist .interior-page-header p { text-align: center;}
	.woocommerce-wishlist a.modal-toggle {
		background: #0493C7;
	    left: 50%;
		top: 0;
	    color: #fff;
	    padding: 12px 25px 10px;
		position: absolute;
	    transform: translateX(-50%);
	}
	.interior-page h3 { font-size: 20px;}
	
	.interior-page-header h1 { 
		display: block;
		text-align: center;
		width: 100%;
		padding-bottom: 10px;
	}
	.pagination {
	    width: 100%;
	    text-align: center;
	    padding-bottom: 15px;
	}
	.whats-new .woocommerce ul.products li.product,
	.search-results .woocommerce ul.products li.product {
	    -ms-flex: 0 0 calc(50% - 20px);
	    flex: 0 0 calc(50% - 20px);
	}
	
	footer.footer ul.topnav { display: none;}
	
	.body-wrap { min-height: auto;}
	footer.footer { height: auto;}
	
	.product_details .container {
		padding: 0;
	}
	.single-product .tab_container { 
		padding: 30px 30px 0;
		background: none;
	}
	
	.single-product ul.tabs {
	    display: block;
	    margin: 0 30px;
	}
	.single-product ul.tabs li a { 
		padding: 10px 15px;
		background: #fff;
	}
	.single-product ul.tabs li.active a { 
		background: #0092c7;
		color: #fff;
		border-color: transparent;
	}
}

@media screen and (max-width: 670px) {
	.social-media  { display: none; }
	.figures li {
	    width: 100%;
	    padding: 0;
	    background-size: contain;
	    background-position: top center;
	    height: auto;
	    padding-top: 30px;
	}
	.figures li .figcaption {
		margin-top: 30px;
	    width: 100%;
	    position: relative;
	    transform: translateY(0) translateX(0);
	}
	.figures li:hover .figcaption { transform: translateY(0) translateX(0); }
	.figures ul li { padding: 0;}
	
	.text-blocks { margin: 60px 0;}
	.brands h1 { font-size: 20px;}
	.brands li { 
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.brands li a { height: 60px;}
	
	.woocommerce ul.products {
		display: block;
		margin: 0;
	}
	
	ul.tabs { display: block;}
	
	.woocommerce-wishlist a.clear-all { display: block; text-align: center; margin-top: 10px}
	.woocommerce-wishlist a.modal-trigger { width: 100%;}
	
	
	
	.woocommerce ul.products[class*="columns-"] li.product, 
	.woocommerce-page ul.products[class*="columns-"] li.product,
	.woocommerce ul.products li.product {
		width: 100%;
		margin: 0 0 20px;
	}
	
	.whats-new .woocommerce ul.products li.product,
	.search-results .woocommerce ul.products li.product {
		width: 100%;
		margin: 10px 0;
	}
	
}

@media screen and (max-width: 640px ) {
	.divisions-ul { flex-wrap: wrap; }
	.divisions-ul li {  width: 50%; border: 0px solid #fff; }

	.figures li {
		background-size: contain;
	}
	
	#input_4_8_3_container,
	#input_5_14_3_container,
	#input_1_7_3_container {
	    display: block;
	    width: 100%;
	}
	#input_4_8_4_container,
	#input_5_14_4_container,
	#input_1_7_4_container {
	    display: block;
	    width: 100%;
	}
	#input_4_8_5_container,
	#input_5_14_5_container,
	#input_1_7_5_container {
	    display: block;
	    width: 100%;
	    margin: 0;
	}
	#input_4_8_1, #input_5_14_1, #input_1_7_1,
	.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select { margin-bottom: 0 !important;}
}

@media screen and (max-width: 414px) {
	.divisions-ul { flex-wrap: wrap; }
	.divisions-ul li {  width: 50%; border: 0px solid #fff; }
}
@media screen and (max-width: 380px) {
	.figures li { background-size: auto 256px;}
}