/**
* 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */
@import url("../harveststore/responsive.css");

@media only screen and (max-width: 1250px){
	
	.navigation-menu.navigation-block { width: auto;}
	.mega-menu ul li a{ padding: 38px 22px;}
	.cms-banner3{margin: 0 8px 15px;}
	.cms-banner6{margin:0 8px;}
}

@media only screen and (max-width: 979px){
		
		.header-main{position:relative;}
		.header_right {position:absolute; right:0; margin:25px 0 0; top:5px; }
		.header_cart{margin:0;}
		#search-button,  .header_login{margin:0 10px 0 0;}
		.header_center {  display: block; float:none;}
		.header_inner_right{float:none; position:absolute; right:0; top:0;}
		.mega-menu{display:block;}
		.toggled-on .mega-menu .mega{top:87px;    border-top: 1px solid #f8d17a;}
		
		.navigation-menu.navigation-block {
			display: inline-block;
			width: 100%;
			height:auto;
		}
		.menu-toggle::before{right:0;}
		.menu-toggle{padding:25px 0; text-align:left; margin-top:20px; border-top:1px solid #585858;}
		
		.navigation-menu .navbar {
			display: inline-block;
			margin: 0;
			width: 100%;
		}
		.mega-menu ul li a{ padding: 5px 10px;}
		
		.customaction_title2{ margin: 20px 0;}
		.blog-posts-content .style-2 .post-date-wrapper{margin:0 15px 0 0;}
		.primary-sidebar .widget, #primary-sidebar .woocommerce.widget_product_categories {  margin-bottom: -3px;}
		.primary-sidebar .widget_product_search{display:none;}
}
@media only screen and (max-width: 767px){
	.header_right{margin:0; width:auto;}
	.header_left{width:auto; float:left;}
	.header-main{margin:0; padding:0;}
	#woo-products .owl-theme .owl-controls .owl-buttons div{bottom:-30px; top:auto;}
	.main-container.special-product {  padding: 20px 0 100px !important;}
	.header_cart .togg .widget.widget_shopping_cart, .header_logout, .header-search .woocommerce-product-search, .header-search #searchform{ top: 50px;}
	
}
@media only screen and (max-width: 600px) {

}
@media only screen and (max-width: 479px) {
	
	.header_right {
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 60px;
    left: 0;
    text-align: center;
	}
	.toggled-on .mega-menu .mega{top:137px;}
	
	.header_cart, .header_login ,#search-button {
		display: inline-block;
		float: none;
		vertical-align: top;
	}
	.navigation-menu.navigation-block{ padding-top: 50px;}
	.header_cart .togg .widget.widget_shopping_cart, .header_logout, .header-search .woocommerce-product-search, .header-search #searchform{ top: 60px;}
	.header-search .woocommerce-product-search, .header-search #searchform{ width: 200px; left: 105px; right:auto;}
	
	.header_left { float: none; width: 100%;}
	.header_cart .togg .widget.widget_shopping_cart{left: -120px; width:180px; right:auto;}
	.header-search{right:20px;}
}
