/**
* 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */
@import url("../foodstuff/responsive.css");

@media only screen and (min-width: 980px) and (max-width: 1200px) {
	.cat_img_block .readmore a{padding-top:50px;}
}
@media only screen and (max-width: 979px) {
	.navigation-menu{padding:0;}
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
	.cat_img_block .readmore a{padding-top:40px;}
}
@media only screen and (max-width: 767px) {
	.header-left {
		position: relative;
		right: -40px;
	}
	.header-search .header-toggle{top:-8px;}
	.navigation-menu{top:12px;}
	.header-search .woocommerce-product-search, .header-search .search-form{top:36px;}
}

@media only screen and (max-width: 479px) {
	.header-left {
		margin-top: 5px;
		width: 110px;
	}
	.header-search .header-toggle{top:-3px;}
	.header-search .woocommerce-product-search, .header-search .search-form{top:40px;}
	.header_cart:hover .shopping_cart { background-position: left -93px;}
}
