.t-descr {
    font-family: 'Circe' !important;
    font-weight: 400;
    color: #000000;
}

/*ПОЛЕ СОРТИРОВКИ В ФИЛЬТРАХ*/
.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: #0D0D0D!important;
    border-radius: 3px; !important;
}

/*СТИКЕР СКИДКИ*/
.t-store__card__mark {
    font-weight: 500  !important;
    font-size: 12px;
    font-family: 'Circe' !important;
    width: 50px !important;
    height: 25px !important;
    border-radius: 50px  !important;
    background-color: #0D0D0D !important;
    color: #fff !important;
}

/*КНОПКИ В КАРТОЧКЕ ТОВАРА*/
.js-store-prod-text a {
    display: inline-block;
    padding: 15px 15px;
    margin-right: 10px;
    margin-top: 5px;
    border-radius: 8px;
    font-weight: 400;
}
.js-store-prod-text a:first-of-type {
    background-color: #f6f6f6;
    color: #000000 !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #f6f6f6;
    color: #000000 !important;
}

.t706__cartwin_showed {
    z-index: 999999999;
}