.generic-el-categories-list-wrapper {
    ul {
        li{
            list-style: none;
            margin-bottom: 8px;
            a {
                font-size: 16px;
                color: #666;
                line-height: 28px;
                transition: all 0.3s;
                font-weight: 400;
                &:hover{
                    color: #000;
                }
            }
        }
    }
}