.sidebar-collection-menu a {
    color: #000;
    display: block;
    transition: all 0.3s;
    font-size: 14px;
    font-weight: 600;

    &:hover, &.active{
        color: #b81d24;
    }
}

@media(max-width:991px){
    .sidebar-collection-menu {
        padding: 20px;
        overflow: auto;
    }
}