/**
* 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */
@import url("../shopinia/responsive.css");
@media only screen and (min-width: 1201px) and (max-width: 1450px) {
	.count-down.product-count-down {
		margin: 0 20px 20px;
	}
}
@media only screen and (max-width: 1240px) {
	.count-down.product-count-down {
		margin: 0 20px 20px;
	}
}
@media only screen and (min-width: 980px) and (max-width: 1201px) {
	.header-search{margin-right: 25px;}
	.static-wrapper {top: 14%;}
	.header-search .woocommerce-product-search .search-field,
	.header-search .search-form .search-field {
	    width: 300px;
	}
}
@media only screen and (max-width: 979px) {
	.header-style .sticky-menu{position: relative;}
	.footer-top .title-outer::before, .footer-top .toggled-off .title-outer::before {color: #000;}
	.header-search .header-toggle{
		background-image: url("images/megnor/search.svg");
	}
	.header-search .woocommerce-product-search, .header-search .search-form{
		background: #f5ece9;
	}
	.footer-newsletter .widget .tnp .tnp-submit, .widget .tnp-email{
		border-radius: 25px;
	}
	.header-bottom .theme-container{padding: 0;}
	.account-block{display: none;}
	.mobile-navigation {
		position: absolute;
		top: 58px;
	}
	.header-top{
		padding: 3px 0;
	}
	.header-bottom .theme-container, .header-bottom {
		position: unset;
		margin: 0;
		border-top: none;
		display: block;
	}
	.home .header-bottom .theme-container {
		border: none;
	}
	.header-top-left{
		margin-left: 35px;
	}
	.menu-toggle{font-size: 0;}
}
@media only screen and (min-width: 641px) and (max-width: 979px) {
	.header-top-right {margin-right: 50px;}
	.topbar-link{padding-top: 3px;}
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
	.static-wrapper {top: 3%;}
}
@media only screen and (max-width: 767px) {
	.header-mob-logo{max-width: 150px; display: inline-block;}
	.static-wrapper.cms-left-text {text-align: left;}
	.header-bottom .theme-container {
		padding: 0 15px;
	}
	.mobile-navigation{
		top: 45px;
	}
}
@media only screen and (min-width: 641px) and (max-width: 767px) {
	.header-style {min-height: 172px;}
	.header-top-left {padding: 19px 0;}
	.cms-banner-item .text1 {line-height: 22px !important;}
}
@media only screen and (max-width: 640px) {
	.woocommerce ul.products li.product .image-block, .woocommerce-page ul.products li.product .image-block{display: inline-block;}
	.header-search {
	    padding: 0;
	    position: relative;
	    float: right;
	    right: auto;
	}
	.mobile-navigation {
		top: 43px;
	}
	.header-top-left {padding: 18px 0 0;text-align: center;}
	.header-top-right {margin: 0; float: right;}
	.whislist-counter {margin: 0 12px;}
	.topbar-link-wrapper {left: auto; right: 0;}
	.compare-counter .counter-label, .whislist-counter .whislist-label, .header-cart .shopping_cart .cart-label {
		padding-top: 0;
		font-size: 0;
		width: 25px;
		height: 25px;
		background-size: 25px;
	}
	.account-block {
		display: none;
	}
	.topbar-link-toggle {
		background-size: 20px;
		height: 26px;
		width: 26px;
	}
	.header-search .header-toggle {
		font-size: 0;
		width: 26px;
		height: 26px;
		padding-top: 0;
		background-size: 20px;
	}
	.header-cart .togg .widget.widget_shopping_cart, .topbar-link-wrapper, .header-search .woocommerce-product-search, .header-search .search-form {
		top: 49px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
	.header-top-right {padding: 20px 0;}
	.header-search {margin: 20px 10px 0;}
	.header-right{padding-left: 15px;margin:0;}
	.Header-style {min-height: 234px;}
	.static-wrapper {top: 13%;}
	.topbar-link {padding: 0; border: 0; line-height: 0;}
	.topbar-link-wrapper{line-height: 24px;}
	.account-label{display: none;}
	.topbar-link:hover .account-contents{color: #fe5656;}
	.cms-banner-item .text1 {line-height: 22px !important;}
}
@media only screen and (max-width: 479px) {
	.normal-title, .upsells.products > h2, .related.products h2, .cross-sells > h2{
		margin: 0;
	}
	.header-mob-logo{
		max-width: 130px;
	}
	.header-search .woocommerce-product-search, .header-search .search-form{
		width: 250px;
	}
	.compare-counter, .whislist-counter{display: none;}
	.header-top-right {padding: 20px 0;}
	.header-search {margin: 20px 10px 0;}
	.Header-style {min-height: 205px;}
	.static-wrapper {top: 5%;}
	.cms-banner-item .text1 {line-height: 20px !important; margin-top: 0;}
	.count-down.product-count-down {
		margin: 0 20px 10px;
	}
	.header-cart .cart-contents span.cart-qty, .whislist-counter .count {
		top: 0;
	}
	.header-search .woocommerce-product-search, .header-search .search-form{right: -35px;}
	.header-cart .togg .widget.widget_shopping_cart{right:0;}
}