.categories-list li a{
    font-size: 15px;
    line-height: 21px;
    padding: 8px 21px;
}
.categories-list > li > a{
    background: #f3f3f3;
}
.categories-list > li > a:not(.active){
    border-top: #ffffff solid 1px;
    border-bottom: #e1e1e1 solid 1px;
    background: #f3f3f3;
}
.categories-list > li > a.active{
    border-radius: 3px;
}
.categories-list > li > a.active .show_cats{
    transform: rotate(180deg);
}
.categories-list > li> ul > li a.active{
    font-weight: bold;
}
.categories-list > li> ul > li.active > ul{
    border-top: #e1e1e1 solid 1px;
    border-bottom: #e1e1e1 solid 1px;
    margin: 0 21px;
}
.categories-list > li> ul > li.active > ul > li > a{
    font-size: 80%;
    line-height: 14px;
    padding: 6px;
}
.categories-list > li > ul > li > ul > li > a.active{
    color: #ff6600 !important;
}
.show_cats{
    font-size: 10px;
    color: #A6A6A6;
    transition: transform .4s;
}
.categories-list__title{

}