.treemenu{

    .sidemenuTitle {
        font-size: 18px;
        font-weight: 700;
        color: #000;
        margin-bottom: 1rem;
    }

    .sidemenuCategory.active  > a {
        font-width: bold;
        color: var(--dark)
    }

    ul{
        list-style: none;
    }

    .sidemenu li {
        margin-bottom: 1px;
        padding-bottom: 10px;
        padding-top: 10px;
        border-bottom: 1px solid #ccc;
    }

    .sidemenu li:last-child{
        border-bottom: none;
    }

    .sidemenu li.active {
        background: #f7f7f7;
    }

    .sidemenuIcon {
        line-height: 20px;
        height: 20px;
        width: 30px;
        margin-right: 8px;
        vertical-align: bottom;
        overflow: hidden;
        display: table-cell;
    }

    .sidemenuPlus {
        background: url(../images/menu_plus.png);
        background-repeat: no-repeat;
        background-position: center center;
        cursor: pointer;
    }

    .sidemenuMinus {
        background: url(../images/menu_minus.png);
        background-repeat: no-repeat;
        background-position: center center;
        cursor: pointer;
    }

    .sidemenuCategory > a,
    .sidemenu a {
        font-size: 14px!important;
        line-height: 16px;
        overflow: hidden;
        display: table-cell;
        color: var(--dark);
    }

    .sidemenuSub {
        display: none;
        padding-left: 40px;
        padding-right: 20px;
    }

    .sidemenuSub li {
        background: transparent;
        padding: 10px 0 7px 0;
        line-height: 18px;
        font-size: 15px;
    }

    /*.sidemenuSub li:last-child {*/
    /*    padding-bottom: 0;*/
    /*}*/

    /*.sidemenu li.active .sidemenuSub {*/
    /*    display: block;*/
    /*}*/

    .sidemenu .sidemenuSub a.active {
        color: var(--dark);
        font-weight: 600;
    }

    .sidemenuCategory.active:has(.sidemenuSub a.active) > a {
        color: var(--dark);
        font-weight: 600;
    }

    .sidemenuSub li ul{
        padding-left: 10px;
        li{
            list-style: '»';
            padding-left: 5px;
            color: #8f8f8f;
        }
    }

    @media  (max-width: 880px) {


    }
}