

.mainCategoryDiv{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
}
.mainCateCardUp{
    width: 25% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
}
.mainCateCard{
    border-radius: 10px;
    width: 100%;
    height: 223px;
    overflow: hidden;
    margin: 7px;
    background: #F9F9F9;
    padding: 15px 10px 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;
   text-align: center;

}
.mainCatImageDiv{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    cursor: pointer;
}
.catImgUp{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 140px;
    width: 140px;
    overflow: hidden;
}

.categoryImage{
    height: 140px;
    width: 140px;
    object-fit: contain;
}
.catNameDiv{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-top: 5px;
}
.categoryName{
font-size: 14px;
line-height: 21px;
letter-spacing: 0.05em;
color: #585858;
font-family: Gilroy-Bold;
text-transform:uppercase !important ;

}
.totalProducts{
    font-size: 14px;
line-height: 16px;
margin-top: 10px;
font-family: Gilroy-SemiBold;
color: #FF3A00;
}


/* ************************************** Query ***************************************** */


@media only screen and (min-width: 1500px) {
    .mainCateCardUp{
        width: 20% !important;
    }
    .mainCateCard{
        height: 300px;
    }
    .catImgUp{
        height: 190px;
        width: 190px;
    }
    .categoryImage{
        height: 190px;
        width: 190px;
        object-fit: contain;
    }
    .catNameDiv{
        margin-top: 20px;
    }

    .categoryName{
        font-size: 20px;
    }
    .totalProducts{
        font-size: 16px;
    }

}




@media only screen and (max-width: 1050px) {
    .mainCateCardUp{
        width: 33.33% !important;
    }

    
}

@media only screen and (max-width: 870px) {
 
    .categoryName{
        font-size: 16px;
    }

    .totalProducts{
        font-size: 14px;
    }

}

@media only screen and (max-width: 600px) {
  
    .mainCateCard{
        height: 200px;
    }
    .catImgUp{
        height: 120px;
        width: 120px;
    }

    .categoryImage{
        height: 120px;
        width: 120px;
        object-fit: contain;
    }
    .categoryName{
        font-size: 14px;
    }

    .totalProducts{
        font-size: 12px;
    }
  

}

@media only screen and (max-width: 500px) {

    .mainCateCardUp{
        width: 50% !important;
    }
    .catImgUp{
        height: 140px;
        width: 140px;
    }

    .categoryImage{
        height: 140px;
        width: 140px;
        object-fit: contain;
    }
    .mainCateCard{
        height: 223px;
    }
    .mainCategoryDiv{
        margin-right: 7px !important;
    }
    .categoryName{
        font-size: 16px;
    }

    .totalProducts{
        font-size: 14px;
    }
    
}