/*КНОПКИ ТОВАРА*/
.t-btn_sm {
    height: 55px !important;
    font-size: 15px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

/*ОТСТУП ПАГИНАЦИИ*/
.t-store .t-store__pagination__item {
    margin-top: 20px !important;
}

/*СТИКЕР НА КАРТОЧКЕ*/
.t-store__card__mark {
    font-weight: 500;
    font-size: 12px;
    font-family: 'Gilroy', Arial, sans-serif !important;
    width: 40px !important;
    height: 30px !important;
    border-radius: 5px !important;
}

/*РАЗМЕР ТЕКСТА*/
.t-input {
    font-size: 11px !important;
}

/*РАЗМЕР ТЕКСТА*/
.t-descr_xs {
    font-size: 14px !important;
    line-height: 1.55;
}

.t-store__prod__quantity {
    height: 55px !important;
}
.t-descr_xxs {
    font-size: 16px !important;
    line-height: 1.55;
}

/*ПОЛЕ СОРТИРОВКИ В ФИЛЬТРАХ*/
.t-store__sort-select {
    border: 0px #ffffff solid !important;
    background: #ffffff00 !important;
    padding: 0px 25px 0px 10px !important;
}

/*ПОЛЗУНОК ЦЕНЫ ЦВЕТ*/
.t-store__filter__range_bg {
    position: absolute;
    z-index: -1; !important;
    width: 100%; !important;
    height: 1px; !important;
    background-color: #1E3E93!important;
    border-radius: 3px; !important;
}