:root {
    --primary-color: #181D31;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}


select.orderby {
    background: #eee;
    border: 0;
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
    color: #3e3b3b;
    border-right: 16px solid transparent!important;
}

.mith-rs-category-container>.sort-prod {
    align-items: center;
}

.mith-product-container {
    margin-top: 54px;
}

.mith-product-container-wrapper {
    max-width: 1366px;
    margin: auto;
}

.mith-product-heading>h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.6;
    /*opacity: 0.8;*/
    text-transform: uppercase;
    text-align: center;
}

.category-container {
    /* padding-left: 24px;
    padding-right: 24px; */

}

.category-container-wrapper {
    display: flex;
    gap: 12px;
	margin-bottom: 48px;
}

.mith-ls-category-container {
    width: 35%;
    height: auto;
    padding: 98px 0px 0px 36px;
}
.sales-page-category{
    width: 100%;
    height: auto;
    margin-top: auto;
    
}

.mith-ls-category-container>h3 {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    line-height: 1.6;
    color: var(--primary-color);

}

.mith-catagory-list {
    list-style: none;
    padding-left: 0px;
}

.mith-catagory-list> li {
    /* margin: 20px 0px 20px 7px; */

    padding-top: 8px;
    padding-bottom: 8px;
}

.list-items {
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    line-height: 1.6;
    color: black;
/*     opacity: 0.6; */
}
.mith-catagory-list>li>a{
 opacity: 0.6; 	
}

.list-items>img {
    padding-right: 12px;
}



.filter-container {
    margin-bottom: 24px;
}


.mith-rs-category-product-container ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    width: 100%;
    flex-wrap:wrap;
    gap: 36px;
}

.mith-rs-category-product-container-wrapper>li {
    width: 22% ;
    margin-bottom: 1rem;
/* 	margin-right: 18px; */
}
.sales-page-products .mith-rs-category-product-container-wrapper>li {
	margin-right: 18px;
}

.mith-rs-category-product-container-wrapper>li .product-container-lists {
    position: relative;
    width: 100% !important; 
    min-height: 380px !important;
    margin-bottom: 1rem;
}

.mith-rs-category-product-container-wrapper>li .product-container-lists .mith-product-images-container {
    width: 100% !important;
    height: 330px !important;
}

.mith-product-image {
    width: 100%;
    height: 100%;
}

.mith-product-image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.fav-icon {
    position: absolute;
    top: 2%;
    right: 3%;
    width: 18px;
    height: 16px;
    text-decoration: none;
}

.fav-icon>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.atc-btn {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translate(-50%, -25%);
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 'Raleway', sans-serif;
    font-weight: 700;
    width: 75%;
    padding: 7px 12px;
    background: #000000;
    border: 2px solid #000000;
    color: #FFFFFF;

}

.atc-btn:hover {
    color: #000000;
    background: #FFFFFF;
}

.product-name {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 0;
}

.price {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 0;
}

@media(max-width:1200px) {
    .mith-rs-category-product-container>ul {
        gap: 24px;
    }


    .mith-ls-category-container {
        width: 25%;
    }

    .mith-ls-category-container {
        padding-left: 54px;
    }
}

@media(max-width:1050px) {
    .mith-rs-category-product-container>ul {
        gap: 12px;
    }

    /* .mith-ls-category-container {
        padding-left: 12px;
    } */

}

@media(max-width:992px) {
    .mith-rs-category-product-container>ul {
        flex-wrap: wrap;

    }

    .mith-rs-category-product-container-wrapper li {
        width: 30% !important;
    }



    .mith-ls-category-container {
        width: 32% !important;
        padding-left: 24px;
    }

}

@media(max-width:768px) {
    .category-container-wrapper {
        flex-wrap: wrap;

    }

    .mith-ls-category-container {
        width: 100%;
        padding-top: 12px !important;
    }

    .mith-rs-category-container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .mith-rs-category-product-container-wrapper li {
        width: 29% !important;
    }

    .mith-rs-category-product-container>ul {
        gap: unset;
        justify-content: space-between;
    }

    .atc-btn {
        width: 85%;
    }
}

@media(max-width:576px){
    .mith-rs-category-product-container-wrapper li{
        width: 49% !important;
    }
	.mith-rs-category-product-container-wrapper>li .product-container-lists {
		margin-bottom: 3rem;
	}
}

@media(max-width:425px){
    .mith-rs-category-product-container-wrapper li{
        width: 70% !important;
        margin: auto;
    }
}

/* css added during development */
.woocommerce-result-count{
    display: none;
}
.mith-rs-category-container>.sort-prod{
    display: flex;
	justify-content: flex-start;
    /* justify-content: right; */
   margin-bottom: 24px;
   margin-top: 24px;

}
.sort-all-products-mt{
    font-size: 16px;
    margin-right: 16px;
    font-weight: 700;
}
.mith-product-heading{
    margin-top: 36px;
}
.mith-rs-category-container{
    width: 100%;
}
.sales-page-products .add-cart-button-mt{
    transform: translate(30%, 50%);
    top: 70% !important;
}