/*
Theme Name: www.fararesanbarkhat.com / info@fararesanbarkhat.com / 09150473165 - 09365970176 Product By : BarkhatCo - Danial Karimi
Version: 10
 */

.imageProductCategory {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #dcdde4;
    margin-inline-end: 4px;
}

.menu_active {
    color: #5d56f1 !important;
}

.productTitle {
    height: 190px !important;
    font-size: 13px;
    color: black;
}

.productTitleCategory{
    font-size: 15px;
}

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

    .productTitle {
        font-size: 12px;
    }

    .productTitleCategory{
        font-size: 12px;
    }

    .imageProductCategory {
        width: 30px;
        height: 30px;
        border: 1px solid #dcdde4;
        margin-inline-end: 2px;
    }
}