/**
* 8.0 Media Queries
* ----------------------------------------------------------------------------
*/
@import url("../limo/responsive.css");

@media only screen and (min-width: 1451px) and (max-width: 1650px) {
	.header-search .woocommerce-product-search .search-field, .header-search .search-form .search-field {
		width: 230px;
	}
	.header-cms-service{
		padding: 0 10px;
	}
}

@media only screen and (min-width: 1201px) and (max-width: 1450px) {
	.header-cms-service{
		display: none;
	}
	.header-search .woocommerce-product-search .search-field, .header-search .search-form .search-field {
		width: 240px;
	}
	.woo_categories_slider .owl-theme .owl-buttons div.owl-prev {
	right: auto;
		left: 0;
	}
	.woo_categories_slider .owl-theme .owl-buttons div.owl-next {
		right: 0;
		left: auto;
	}
}

@media only screen and (max-width: 1200px) {
	.woo_categories_slider .owl-theme .owl-buttons div.owl-prev {
	right: auto;
		left: 0;
	}
	.woo_categories_slider .owl-theme .owl-buttons div.owl-next {
		right: 0;
		left: auto;
	}
	.header-cms-service{
		display: none;
	}
	.header-search .woocommerce-product-search .search-field, .header-search .search-form .search-field {
		width: 240px;
	}
	.header-logo{
		width: auto;
	}
}

@media only screen and (min-width: 980px) and (max-width: 1023px) {
	.header-menu-links a{
		padding: 0 10px;
	}
}

@media only screen and (max-width: 979px) {
	.header-middle-left{
		margin:0 10px;
	}
	.home .site-header:hover, .home .sticky-menu .header-style, .home .home.blog .site-header, .home .site-header, .home .header-bottom {
		background: rgba(0,0,0,1);
	}
	.home .site-header {
		position: relative;
	}
	.header-search .header-toggle{
		background-image: url("images/megnor/search.svg");
	}
	.topbar-link-toggle{
		background-image: url("./images/megnor/user.svg");
		background-size: 22px;
	}
	.header-bottom {
		display: inline-block;
	}
	.menu-toggle::after{
		background-image: url("images/megnor/menu.svg");
	}
	.menu-toggle{
		color: #fff;
	}
	.header-middle-left{
		margin-top: 0;
		float: left;
		position: relative;
	}
	.header-search.active .header-toggle {
		background-image: url("images/megnor/close.svg");
	}
	.header-search .woocommerce-product-search, .header-search .search-form{
		top: 50px;
		z-index: 99;
	}
	.woocommerce-product-search{
		background-color: #fff;
	}
	.header-menu-links a{
		color: #000;
	}
	.header-menu-links a:hover{
		color: #ff6666;
	}
	.header-top, .header-middle, .header-bottom {
		z-index: unset;
	}
	.header-search .woocommerce-product-search, .header-search .search-form{
		width: 240px;
	}
	.style-1.cms-banner-item .text1{
		font-size: 17px !important;
	}
	.style-1.cms-banner-item .text2.static-text{
		line-height: 25px;
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 767px) {
	.cms-banner-item{
		float: none;
		margin: 10px 0;
	}
	#sb_instagram #sbi_images {
		padding: 0 !important;
	}

}
@media only screen and (max-width: 479px) {
	.header-top {
		padding: 15px;
	}
	.header-cart .togg .widget.widget_shopping_cart {
		right: 0;
	}
	.style-1.cms-banner-item .text1.static-text{
		margin-bottom: 0;
	}
	.loadgridlist-wrapper button.woocount {
		margin: 0;
	}

}
@media only screen and (max-width: 379px) {
	.resp-tabs-list li:last-child .tab-title {
		padding-right: 15px;
	}
}