/* BASIC css start */
/* BASIC css start */
[category-subcategory-list-area].sub_cate_list {
    margin-top: 10px !important;
    padding: 0 0 !important;
    justify-content: center;
}

[category-subcategory-list-area].sub_cate_list a {
    width: auto !important;
    font-size: 13px !important;
    color: #7b7b7b !important;
    background-color: transparent !important;
    margin: 0 6px 15px 6px !important;
    line-height: 1 !important;
    height: auto !important;
    position: relative;
}

[category-subcategory-list-area].sub_cate_list a.selected {
    color: #ef4a75 !important;
    font-weight: bold;
    background-color: transparent !important;
}

[category-subcategory-list-area].sub_cate_list a.selected:after {
    content: "";
    background: #f35252;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -4px;
    left: 0;
}
/* BASIC css end */


/* BASIC css end */

