/**
* 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */
@import url("../elect4u/responsive.css");
@media only screen and (max-width: 1550px){
.style-1 .static-wrapper .static-inner {left: 0;}
}
@media only screen and (max-width: 767px){
.product-tab.home-product {
	padding-top: 66px !important;
	margin:0 !important;
}
}
@media only screen and (max-width: 379px) {
.header-search .woocommerce-product-search input[type="submit"], .header-search .search-form #searchsubmit {background-color: #ff851e;}
}