/**
* 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */
@import url("../shopinia/responsive.css");
@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) {
	.footer-top .title-outer::before, .footer-top .toggled-off .title-outer::before {color: #000;}
}
@media only screen and (min-width: 641px) and (max-width: 979px) {
	.header-top-right {margin-right: 50px;}
	.topbar-link{padding-top: 7px;}
}
@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;}
}
@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) {
	.header-search {
	    padding: 0;
	    position: relative;
	    float: none;
	    right: auto;
	    display: inline-block;
	}
	.header-top-left {padding: 15px 0 0;width: 100%;text-align: center;}
	.header-top-right {margin: 0; float: none; display: inline-block;}
	.whislist-counter {margin: 0 12px;}
	.topbar-link-wrapper {left: 0; right: auto;}
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
	.header-top-right {padding: 20px 0 10px;}
	.header-search {
		display: inline-block;
		vertical-align: top;
		margin: 27px 5px 0px;
	}
	.header-search .woocommerce-product-search, .header-search .search-form, .header-cart .togg .widget.widget_shopping_cart {top: 56px;}
	.topbar-link-wrapper {top: 56px;}
	.header-right{padding-left: 15px;}
	.header-style {min-height: 234px;}
	.static-wrapper {top: 13%;}
	.topbar-link {padding: 0; border: 0; line-height: 0; margin: 7px 0;}
	.header-search .header-toggle {background-size: 22px;}
	.compare-counter .counter-label{background-size: 30px;}
	.whislist-counter .whislist-label, .header-cart .shopping_cart .cart-label {background-size: 27px;}
	.topbar-link-toggle {
		background-size: 26px;
		background-position: center 3px;
		float: none;
		display: block;
		margin: 0 auto;
		height: 32px;
		width: 32px;
	}
	.topbar-link-wrapper{line-height: 24px;}
	.account-block{float: none;}
	.account-label{display: none;}
	.account-contents{color: #2a2a2a;}
	.topbar-link:hover .account-contents{color: #fe5656;}
	.cms-banner-item .text1 {line-height: 22px !important;}
}
@media only screen and (max-width: 479px) {
	.header-search {margin: 25px 0 10px;}
	.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 40px;}
	.header-top-right {padding: 25px 0 10px;}
	.header-search .woocommerce-product-search, .header-search .search-form{right: -35px;}
	.header-cart .togg .widget.widget_shopping_cart{right: -90px;}
	.header-cart .togg .widget.widget_shopping_cart,
	.topbar-link-wrapper,
	.header-search .woocommerce-product-search,
	.header-search .search-form {
    	top: 38px;
	}
}