/**
* 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */
@import url("../fashiro/responsive.css");
@media only screen and (min-width: 768px) and (max-width: 1200px) {
.mega-menu ul li a {  margin: 13px 16px!important;}
.woocommerce-product-search {  width: 200px;}
.service-cms .icon-image { margin: 0 8px 0 0;}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px){
.page-title { width: 980px; }
}
@media only screen and (min-width: 980px) and (max-width: 1023px) {
.page-title{ width:940px;}
}
@media only screen and (max-width: 979px){
.page-title{ width: 734px;}
.title-outer:before, .toggled-off .title-outer:before{ color:#fff;}
.singleproduct-sidebar .bx-controls-direction a, #secondary .owl-theme .owl-buttons div{ border-color:#000;}
#secondary .owl-theme .owl-buttons div{ top:-30px;}
.singleproduct-sidebar .bx-controls-direction a{ top:-53px;}
}
@media only screen and (max-width: 767px){

.page-title { width: auto; margin:0 15px 30px;}
.header-top{ padding:18px 0;}

.quick-access{ float:none;}
.header-bottom { display: block;}
.main-navigation{ display:none;}
.header-search{ display:block; visibility:visible; opacity:1; position:relative;}
.woocommerce-product-search, .woocommerce form.woocommerce-product-search { width: 100%;}
.topbar-link-wrapper, .header-cart .togg .widget.widget_shopping_cart{top:60px;}
}
@media only screen and (max-width: 479px) {
.normal-title, .upsells.products > h2, .related.products h2, .cross-sells > h2{ font-size:20px;}
.normal-title:before, .upsells.products > h2:before, .related.products h2:before, .cross-sells > h2:before{ width:80px;}
.header-right > div,.header-right > div{padding:0 0 0 5px;}
.header-cart .shopping_cart{padding:0 0 0 40px;}
.header-cart span{font-size:9px;}
}