/**
* 8.0 Media Queries
* ----------------------------------------------------------------------------
*/
@import url("../crafters/responsive.css");
@media only screen and (max-width:1449px){
	.home-container .owl-theme .owl-buttons div.owl-prev, .brand-slider .elementor-image-carousel-wrapper .elementor-swiper-button.elementor-swiper-button-prev{
		left:-4px;
	}
	.home-container .owl-theme .owl-buttons div.owl-next, .brand-slider .elementor-image-carousel-wrapper .elementor-swiper-button.elementor-swiper-button-next {
	right: -4px;
}
	.home-featured-carousel.owl-theme .owl-buttons div.owl-prev {
	left: -29px;
}
	.home-featured-carousel.owl-theme .owl-buttons div.owl-next {
	right: -29px;
}
}

@media only screen and (max-width:1200px){
    .feature-image-wrapper{
        width: 100%;
    }
	.cat-img-block{
		display:block;
	}
}
@media only screen and (max-width:979px){
    .header-search .woocommerce-product-search, .header-search .search-form{
        right: auto;
        background-color: #fff;
    }
    .header-search .woocommerce-product-search button[type="submit"], .search-form #searchsubmit{
        background-color: #fff !important;
    }
    .home-container .owl-theme .owl-buttons div {
        top: 30%;
    }
    .header-top-center, .header-top-right{
        flex: 1 0 auto;
    }
}
@media only screen and (max-width: 767px){
	.home-featured-carousel.owl-theme .owl-buttons div.owl-prev {
	left: -4px;
}
	.home-featured-carousel.owl-theme .owl-buttons div.owl-next {
	right: -4px;
}
}

@media only screen and (max-width: 379px) {
    .header-search .woocommerce-product-search, .header-search .search-form{
        right: auto;
    }
    .home-container .owl-theme .owl-buttons div.owl-prev, .brand-slider .elementor-image-carousel-wrapper .elementor-swiper-button.elementor-swiper-button-prev{
        bottom: 50px;
    }
    .home-container .owl-theme .owl-buttons div.owl-next, .brand-slider .elementor-image-carousel-wrapper .elementor-swiper-button.elementor-swiper-button-next{
        top: -50px;
    }
	.feature-image-wrapper{
    margin-block-start: 0;
    margin-inline-start: 0;

}
.home-featured-carousel .product-detail{
    padding-top: 10px;
}
    
}

