/*Виджеты/
/*промокод в корзине*/
.t-inputpromocode__btn {
background: #801324 !important;
}
/*поиск*/
.t-search-widget__overlay_opened .t-search-widget__header {
padding: 20px 0;
}
.t985__searchvariants {
margin-top: 10px;
}
.t985__searchvariant {
padding: 3px 10px;
border-radius: 5px;
border: 1px solid #0000004f;
color: #000000b3;
}
/*❤️ на карточках*/
.t1002__addBtn {
background-color: transparent !important;
right: 1px !important;
top: 1px !important;
}

/*Страницы/
/*фильтра каталога*/
.t-store__filter {
margin-bottom: 10px;
right: 1px;
top: 1px;
}
/*label sale*/
.t-store__card__mark, .t-catalog__card__mark {
height: auto;
width: auto;
padding: 3px 10px;
}
/*куки*/
.t887__wrapper {
padding: 7px 25px;
}

/*Страница товара/
/*варианты цветов*/
.custom-color-switch {
margin-top: 5px !important;
flex-wrap: wrap !important;
}
/*ширина фото*/
@media screen and (max-width: 960px) {
.t744__col_first {
padding-left: 0px;
padding-right: 0px;
}
}
/*дополнить образ*/
.uc-dop-items .t-catalog-parts-above__container {
margin-bottom: 0px;
}
@media screen and (max-width: 960px) {
.uc-dop-items .t-section__title {
padding-bottom: 0px !important;
}
.uc-dop-items .t-catalog__grid-cont {
padding: 0 0px;
}
.uc-dop-items .t-catalog__grid-cont_mobile-one-row .t-catalog__card-list {
padding-left: 20px;
}
.uc-dop-items .t-section__title {
padding-left: 20px;
}
}
/*нет в наличии*/
.js-store-prod-sold-out {
visibility: hidden;
font-size: 0;
}
.js-store-prod-sold-out:after {
content: "Sold out";
visibility: visible;
font-size: 14px;
display: block;
}
.t1122 .t-popup__block-close {
background: #edebeb;
}