/**
* 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */
@import url("../cartfolio/responsive.css");
@media only screen and (max-width: 979px) {
.site-footer .title-outer::before, .site-footer .toggled-off .title-outer::before {
	color: #fff;
}
}
@media only screen and (max-width: 767px) {
.menu-toggle::before {
	background-image: url("images/megnor/sprite.png");
}
.home .site-header {
	background-color: #fff;
	position: relative;
}
}
@media only screen and (max-width: 479px) {
.footer-bottom {
    padding: 30px 10px;
    box-sizing: border-box;
}
}
@media only screen and (max-width: 379px) {
.header-right {
	float: none;
	display: inline-block;
}
.header-left{float:none;}
.header-mob-logo{display:inline-block; vertical-align:top;}
.header-cart .togg .widget.widget_shopping_cart {
	width: 300px;
	left: auto;
	right: -115px;
	top:53px;
}
.topbar-link-wrapper{
	top: 53px;
	left: -60px;
	right: auto;
}
.yith-wcwl-add-to-wishlist{margin-top: 5px !important;}
.woocommerce span.onsale, .woocommerce-page span.onsale {
	left: 0;
	top: 0;
	background: none;
	color: #E7040F;
	height: 25px;
	padding: 4px;
	line-height: 25px;
}
}