/*===========================================================
OVERRIDES
===========================================================*/

#secondary {
    display: none;
}
#primary {
    width: 100%;
    display: block;
    background: #fff;
}
.woocommerce-result-count{
    display: none;
}

.widget {
    margin: 0 0 15px;
}
/*===========================================================
CAT-HEADER
===========================================================*/

#cat-header .container-fluid {
    padding: 0;
}
#cat-header .container-fluid img {
    width: 100%;
    border-radius: 0;
}

#cat-header .desc {
    padding: 30px 15px;
    color: #000;
    font-size: 16px;
}

@media(max-width: 767px) {
    #cat-header .container-fluid img {
        height: 250px;
        object-fit: cover;
    }
}
@media(max-width: 500px) {
    #cat-header .container-fluid img {
        height: 150px;
    }
}

/*===========================================================
PRODUCT LOOP
===========================================================*/

/* REMOVE SALE BANNER */
.onsale {
    display: none;
}

#product-loop {
    background: #fff;
    padding: 30px 100px;
}

#product-loop .price-wrap .price {
    display: inline !important;
}

#product-loop .product {
    background: #fff;
    padding: 20px;
}

#product-loop a {
    text-decoration: none !important;
}
#primary .storefront-sorting {
    display: flex;
    justify-content: flex-end;
}

#primary .site-main ul.products li.product {
    width: 23%;
    margin: 20px 1% !important;
    clear: none !important;
}

#primary .products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 50px;
}

.storefront-sorting {
    margin: 0;
}

@media(max-width: 1500px) {
    #primary .site-main ul.products li.product {
        width: 31%;
        margin: 20px 1% !important;
        clear: none !important;
    }
}
@media(max-width: 1200px) {
    #primary .site-main ul.products li.product {
        width: 48%;
        margin: 0 !important;
        padding: 10px !important;
    }
}
/* @media(max-width: 991px) {
    #primary .site-main ul.products li.product {
        width: 100%;
        margin: 20px 0 !important;
    }
} */
@media(max-width: 767px) {
    #product-loop {
        padding: 20px 0;
    }
    #primary .products {
        margin: 10px 0;
    }
}



/*===========================================================
PAGINATION
===========================================================*/

@media(max-width:991px) {
    #primary .storefront-sorting {
        flex-direction: column;
    }
}

@media(max-width:380px) {
    .page-numbers li {
        margin-bottom: 10px;
    }
}


.caty h2{
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    font-size: 30px;
}
.caty .inner{
    border: 1px solid #ddd;
    border-radius: 5px !important;
}
.caty .bottom{
   background: #8DC544;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}
.caty .top img{
    width: 100% !important;
    height: auto!important;
    object-fit: cover !important;
}

@media(max-width:576px){
    .caty .top img,
    .caty .inner{
        max-width: 350px;
    }

    .caty .inner{
        margin: 0 auto;
    }
}