/* Делаем слово «Категории:» крупнее и темнее */
.filterpro .option_name {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #2b2b2b !important;
    margin-bottom: 12px !important;
    display: inline-block;
}

/* Увеличиваем пункты фильтра и добавляем воздух между строками */
.filterpro label {
    font-size: 14px !important;
    color: #333333 !important;
    line-height: 2.2 !important;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

/* Делаем чекбоксы чуть крупнее */
.filterpro input[type=&quot;checkbox&quot;] {
    transform: scale(1.1);
    margin-right: 8px !important;
    vertical-align: middle;
}

/* Количество товаров в скобках */
.filterpro label span {
    color: #888888 !important;
    font-size: 12px !important;
    margin-left: 5px;
}