/* Стилизация наличия товаров на карточке в каталоге */
.t-store__card__inv, .t-store__card__sku {
    font-family: 'TildaSans', Arial, sans-serif;
    margin-top: 3px;
    color: rgb(0 0 0);
    font-size: 14px;
    font-weight: 400;
}


/* Убираем «Нет товаров» */
.t-store__card__sold-out-msg {
    display: none;
}

/* Меняем размер шрифта номера в шапке */
.t-btn, .t-btn_md {
    font-size: 18px !important;
} 

.t-feed__col-grid__post-wrapper .t-feed__post-imgwrapper {
    margin-bottom: 12px;
}

/* Это вроде ховеры карточек акций */
.t-feed__col-grid__post-wrapper:hover {
  filter: brightness(110%);
}

/* Это ховер логотипа в шапке */
.t228__imglogo:hover {
  filter: brightness(110%);
}

/* Скорость анимации ховера на ссылках в шапке и подвале */
.t-menusub__link-item, .t-menu__link-item {
    transition: color 0s ease-in-out, opacity 0.3s ease-in-out !important;
}

/* Ховер карточек с брендами на главной */
.uc-brands .tn-atom__img:hover {
      filter: brightness(120%);
}

.uc-footer .tn-atom__img:hover {
      filter: brightness(120%);
}


.uc-contacts .t-text a:hover {
    color: #F94D4B !important;
    transition: 0s ease all !important;
}
 
#rec790478062 [data-elem-id="1724732971648"] .t-submit, #rec790478062 [data-elem-id="1724732971648"] .t-upwidget-container__button {
    color: #ffffff;
    border-radius: 0px;
    font-size: 18px;
    font-family: TildaSans;
    cursor: pointer;
    background-color: #000000;
    transition: 0s ease all !important;
}

/* Стилизация каталога */
.t951 .t951__grid-cont.t-store__valign-buttons .t-item:hover {
    filter: brightness(110%);
}

.t-store__card__textwrapper {
    padding-top: 12px;
}

.t951 .t-store__card__btns-wrapper {
    margin-top: 10px;
}

.t-store__card__price-wrapper {
    margin-top: 5px !important;
}


.t-checkbox__indicator {
    border: 1px solid rgb(190 190 190) !important;
}

.t-store__filter__item-title {
    font-size: 18px;
    color: black;
    font-weight: 500 !important;
}

.t-store__filter__item {
    font-size: 16px;
}

/* Стилизация корзины */
.t706__carticon-counter {
    background-color: #F94D4B;
}

.t706__cartwin-top {
    border-bottom: 0px solid rgb(0 0 0 / 20%);
    padding: 0px 0 15px;
}