/* Minification failed. Returning unminified contents.
(16,36): run-time error CSS1046: Expect comma, found '0'
(16,40): run-time error CSS1046: Expect comma, found '/'
(20,36): run-time error CSS1046: Expect comma, found '0'
(20,40): run-time error CSS1046: Expect comma, found '/'
 */
.widget-category-2 ul li .customShadow a:hover {
    color: #df6262 !important;
    font-size: 15px;
    font-weight: 900;
}

.widget-category-2 ul li:hover a {
    color: #253D4E;
}

.widget-category-2 ul li:hover {
    border: 1px solid #df6262;
}

.customShadow {
    box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
}

#categoryTreeFilter li {
    box-shadow: 5px 5px 15px rgb(0 0 0 / 2%);
}

.category-title {
    font-size: 24px !important;
    line-height: 29px !important;
}

.sub-category-title {
    font-size: 14px !important;
    line-height: 23px !important;
    font-weight: 600 !important;
}

    .sub-category-title:hover {
        font-size: 15px !important;
        line-height: 23px !important;
        font-weight: 900 !important;
        color: #df6262 !important;
    }

