/**
* 8.0 Media Queries
* ----------------------------------------------------------------------------
*/
@import url("../firezy/responsive.css");


@media only screen and (max-width: 1450px) {
.header-search .woocommerce-product-search .search-field, .header-search .search-form .search-field {
    width: 460px;
}
}
@media only screen and (max-width: 1200px) {
.mobile-navigation, .menu-toggle {
    padding: 3px 0px;
	color:#fff !important;
}
.mobile-navigation h3{
	background:#000;
	padding:5px;
	}
.header-search .woocommerce-product-search .search-field, .header-search .search-form .search-field {
    width: 230px;
}
}

@media only screen and (max-width: 979px) {
    .footer-top .title-outer::before, .footer-top .toggled-off .title-outer::before {
        color: #FEBD69;
    }
	
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
	.box-category, .box-category > .title2,
	.header-cart .cart-contents .cart-label, .account-label,
	.header-cart .shopping_cart .item-total, .box-category > .title2, .account-contents{
    	font-size: 12px;
	}
	.box-category-heading {
    	padding: 0px 30px 0px 0px;
	}
	.header-search .woocommerce-product-search .search-field, .header-search .search-form .search-field {
    	width: 208px;
	}
	
}
@media only screen and (max-width: 767px) {
	.header-logo a img{width:100px;}
    .shortcode-title {
        text-align: left;
    }
    .topbar-link .topbar-link-toggle {
        background-image: url("images/megnor/user.svg");
    }
    .topbar-link .topbar-link-toggle:hover {
        background-image: url("images/megnor/user_hover.svg");
    }
	.box-category-heading {
    	padding: 0;
	}
	.box-category, .box-category > .title2 {
		font-size: 0;
	}
	.header-top-left{
		order:0;
	}
	.header-top-center{
		order:3;
	}
	.header-search{
		order:2;
	}
#first{ width:100% !important; padding:0 0 20px 0; }
#second{ width:50% !important; }
#third{ width:50% !important;}
#fourth{ width:50% !important; }
#fifth{ width:50% !important;}
	.header-top-right{display:flex; align-items:center; display:none !important;}
	.header-bottom-left{display:flex; justify-content:end; width:100%;}
	.mobile-navigation .header_social_icon{display:flex; width:70%; justify-content:space-between;}
	.menu-toggle{line-height:0 !important;}
	.custom-content-main .wpb_wrapper .wpb_wrapper, .full-width .wpb_row .wpb_wrapper .wpb_wrapper{padding:5px !important;}
	.button_content_inner a{padding:5px 10px !important;}
}
@media only screen and (max-width: 479px) {
	.header-top-center {
		margin: 10px 0px;
	}
	.header-search .woocommerce-product-search, .header-search .search-form {
		right: auto;
		left: 0;
	}
	.box-category-heading::after, .header-bottom-right::after {
/* 		display: none; */
	}

#second,#fifth,#fourth,#third{ width:100% !important; }

}
