/**
* 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */
@import url("../vegpoint/responsive.css");

@media only screen and (max-width: 979px){
.mega-menu ul li a { margin: 23px 12px 23px 40px; }
}	
@media only screen and (max-width: 767px){
.header_logo ,.header-bottom .main-navigation,.award-icons{ display: none; }
.header-bottom,.social-icons{display:block;}
.topbar_left,.topbar_right{float:none;}
.topbar-right-cms {
    display: block;
    border-right: none;
    padding-right: 0;
}
.award{width:35px;}
.award-icons{margin-right:0;}
.header-top {padding: 8px 0 12px;}
.menu-toggle {
    font-size: 22px;
    top: 18px;
}
.site-welcome-message {
    text-align: center;
    float: none;
	padding-left: 0; 
}
.header_search .header-toggle {
    background:transparent url("images/megnor/icon.png") no-repeat scroll center -103px;
    height: 39px;
    width: 39px;
}
.header_search {
    padding: 19px;
    position: absolute;
    right: 100px;
    left: auto;
    top: -54px;
}
.header_search .woocommerce-product-search, .header_search .search-form{top:54px;}
.topbar-link-toggle {
    background-image: url("images/megnor/icon.png");
	background-position: center -326px;
}
.header-cart .shopping_cart {
    background-image: url("images/megnor/icon.png");
	background-position: center -216px;
}
.active .header-toggle { background-position: center 8px; }
.header-bottom.sticky-menu .main-navigation { display: block; width: 100%; }
.sticky-menu .menu-toggle { padding: 10px 0; top: 0; }
.sticky-menu .menu-toggle:before{right:0;}
.topbar-link-wrapper, .header-cart .togg .widget.widget_shopping_cart{top:53px;}
.header_search .woocommerce-product-search, .header_search .search-form{right:-90px;}
}
@media only screen and (max-width: 479px) {
.award-icons {display: none;}
}