/* ---- Mini Desktops ---- */
@media only screen and (min-width: 881px) and (max-width: 1600px) {
    .siteContainer {
        width: 90%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1366px) {}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {}

@media only screen and (min-width: 992px) and (max-width: 1023px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (max-width: 1400px) {}

@media only screen and (min-width: 768px) and (max-width: 1400px) {}

@media only screen and (max-width: 1200px) {}

@media only screen and (min-width: 767px) {}

@media only screen and (min-width: 768px) and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {

body .cardssMain .cardss {
    width: 50%;
}
}

@media only screen and (max-width: 768px) {}

/*---- Ipad Landscape ----*/
@media only screen and (min-width: 1024px) and (max-width: 1199px) {}

/*---- Ipad Portrait ----*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {}

/*---- Mobile All Portrait ----*/
@media only screen and (max-width: 767px) and (orientation:portrait) {}

/*---- Mobile All Landscape ----*/
@media only screen and (max-width: 767px) and (orientation:landscape) {}

@media only screen and (min-width: 768px) and (max-width: 880px) {
    .siteContainer {
        width: 95%;
    }
}

@media only screen and (max-width: 991px) {
    body.woocommerce-page.archive .seasons_filterPrent ul.products li.product {
        width: 50% !important;
    }
    .seasons_filterPrent .filter-section {
        width: 35%;
        padding-right: 21px;
    }
    .seasons_filterPrent ul.products.columns-4 {
        width: 65%;
    }
   
}

/*---- Mobile All Portrait + Landscape ----*/
@media only screen and (max-width: 767px) {

    body.woocommerce-page.archive .seasons_filterPrent ul.products li.product {
        width: 100% !important;
        padding: 0;
    }
    body .seasons_filterPrent .filter-section {
        width: 100%;
        padding-right: 0;
        position: unset;
    }
    .seasons_filterPrent {
     
        
        flex-wrap: wrap;
    }
    .seasons_filterPrent ul.products.columns-4 {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .siteContainer {
        width: 100%;
        padding: 0 16px;
    }

    /* home page collection slider */

    body .collection-slider.slick-dotted.slick-slider {
        margin-bottom: 40px;
    }

    body .collection-slider .slick-dots {
        bottom: -40px;
    }

    body .collection-slider .slick-dots li {
        width: 48px;
        height: 1px;
    }

    body .collection-slider .slick-dots li button {
        width: 48px;
        height: 1px;
    }

    .collection-slide {
        padding: 0px;
    }

    body.woocommerce ul.products[class*=columns-] li.product,
    body.woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
        float: left;
        clear: both;
        margin: 0;
        padding: 0 8px;
        margin-bottom: 25px;
    }

    body.woocommerce ul.products li.product a.shopBtn {
        padding: 13px 48px;
        margin-top: 0px;
    }

    body.woocommerce ul.products li.product a img {
        height: 343px;
    }

    body.woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 24px;
        margin: 12px 0 16px 0;
    }

    body.woocommerce .products ul,
    .woocommerce ul.products {
        margin: 0;
    }

    body:not([class*=elementor-page-]) .site-main {
        padding-inline-start: 0 !important;
        padding-inline-end: 0 !important;
    }










}