/* Артикул, дропдаун, */
.t-store__prod-popup__sku.t-typography__sku.t-descr.t-descr_xxs, .js-product-edition-option-name.t-product__option-title.t-typography__options.t-descr.t-descr_xxs, select.js-product-edition-option-variants.t-product__option-select.t-typography__options.t-descr.t-descr_xxs {
    font-family: 'Bahnschrift' !important;
    font-weight: 600;
    font-size: 16px !important;
}

/* Плюс-минус */

input.t-store__prod__quantity-input.t-descr.t-descr_xxs {
    font-family: 'Bahnschrift' !important;
    font-weight: 400;
}

/* Скрываем характеристики */

p.t-typography__characteristics.js-store-prod-charcs {
    display: none;
}


/* Цвет плашки внизу карточки товара*/
@media screen and (max-width: 561px) {
    .t-popup .t-popup__container .t-store__prod-popup__btn-wrapper-fixed, .t-store__product-snippet .t-store__prod-popup__btn-wrapper-fixed {
        background: #292929;
    }
}

/* Фильтры и поиск */
.t-store__filter__item-title.js-store-filter-item-title {
    font-size: 24px !important;
    font-family: 'Bahnschrift' !important;
    font-weight: 400;
}

input.t-store__filter__input.js-store-filter-search, span.t-store__filter__title {
    font-family: 'Bahnschrift' !important;
    font-weight: 400;
    font-size: 13px !important;
}

/* растягиваем кнопки по ширине в карточках*/
a.js-store-prod-btn2.t-store__card__btn.t-store__card__btn_second.t-btn.t-btn_sm {
    width: 100%;
    margin: 0px 10px;
}

/* Размер шрифта цен в корзине*/
.t706__product-amount, .t706__product-amount--portion {
    font-size: 20px !important;
    font-family: 'Bahnschrift' !important;
    font-weight: 800;
}

/* Размер шрифта количетсво товаров в корзине*/
.t706__product-quantity, .t706__product-quantity-inp {
    font-size: 16px !important;
    font-family: 'Bahnschrift' !important;
    font-weight: 800;
}

/* Рарзмер названия товара в корзине*/
.t706__product-title {
    font-size: 20px !important;
    font-family: 'Bahnschrift' !important;
    font-weight: 800;
}
/* Рарзмер первой суммы в корзине*/
.t706__cartwin-prodamount-wrap {
    font-size: 24px !important;
    font-family: 'Bahnschrift' !important;
    font-weight: 1000;
}
/* Рарзмер второй итогвоой суммы в корзине*/
.t706__cartwin-totalamount-wrap {
    font-size: 24px !important;
    color:#fbfbfb;
    font-family: 'Bahnschrift' !important;
    font-weight: 1000;
}
/* Вкус шрифт */
.t-store__filter__chosen-val {
    font-size: 18px !important;
    font-family: 'Bahnschrift' !important;
    font-weight: 800;
}
/* Шрифт найдено по фильтрам*/
.t-store__filter__prods-number {
    font-size: 18px !important;
    font-family: 'Bahnschrift' !important;
    font-weight: 800;
}
/* Скрываем артикул у товара*/
.t-store__card__sku.t-descr.t-descr_xxs {
    Display:none;
}
/* Размер фильтра в мобилке */
@media screen and (max-width: 640px) {
    .js-store-filter-mob-btn.t-store__filter__opts-mob-btn.t-name.t-name_xs {
    font-size: 24px;
}