/* Поле ввода Email в подвале */
.t447__input {
    border-bottom: 1px solid #000000 !important;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 11px;
}
/* Всегда показывать десктопный гамбургер слева */
.t451__side {
    display: flex !important;
}
/* Не показывать мобильный гамбургер справа */
.t451__burger-wrapper__mobile {
    display: none !important;
}
/* Лого всегда по центру */
.t451__centerside {
    justify-content: center !important;
    margin-right: 0 !important;
}
/* Толщина иконок в шапке */
.t451__container svg>* {
    stroke-width: 1px !important;
}
/* Толщина линий гамбургера 1 пикс */
.t-menuburger__small span {
    height: 1px !important;
}
/* Ссылки серые по ховеру */
/*.t396__elem a:hover {
    color: #bdbdbd !important;
}*/

/* кнопку по ширине блока */
.t-store__prod-popup__btn {
    width: 100%;
}

/* Атрибут на выбор */
.t-product__option-item {
    border: none !important;
    border-bottom: 1px solid transparent !important;
}
.t-product__option-item_active {
    border-bottom: 1px solid #C19099 !important;
}
.t-product__option-item_active .t-product__option-title {
    color: #C19099 !important;
}

/* Табы */
.t-store__tabs .t-name {
    font-weight: 300 !important;
}
.t-store__tabs .t-store__tabs__button_active .t-name {
    font-weight: 500 !important;
}
.t-store .t-store__tabs.t-col {
    margin-left: 0;
    margin-right: 0;
}
.t-product__option-item {
    margin-bottom: 0 !important;
}
.t-product__option-title {
    margin: 0 !important;
}
.t-product__option{
    display: flex;
    align-items: center;
}
.js-product-edition-option-name {
    margin-right: 8px !important;
    padding-bottom: 0 !important;
}

/* Выбранная вкладка */
.t-store .t-store__tabs__controls .t-store__tabs__button_active .t-store__tabs__button-title:after {
    border-bottom: 1px solid #C19099 !important;
}
.t-store .t-store__tabs__controls .t-store__tabs__button_active, .t-store .t-store__tabs__controls .t-store__tabs__button:hover, .t-store .t-store__tabs_snippet .t-store__tabs__controls .t-store__tabs__button:first-child {
    border-bottom: 1px solid #C19099 !important;
}
.t-store__tabs__button js-store-tab-button t-store__tabs__button_active {
    border-bottom-color: transparent !important;
}
.t-store__tabs .t-store__tabs__button_active .t-name {
    color: #C19099 !important;
}

/* убрать отступы у табов на мобильном экране */
@media screen and (max-width: 980px) {
    .t-store.t-store__prod-snippet__container .t-store__tabs {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media screen and (max-width: 980px) {
    .t-descr_xxs {
        font-size: 12px !important;
    }
    .t-store__tabs__button-title.t-name.t-name_xs {
        font-size: 12px !important;
    }
    .t-product__option .t-descr_xxs {
        font-size: 14px !important;
    }
}

/* Убрать отступ снизу у кнопки */
.t-store__prod-popup__btn-wrapper {
    margin-bottom: 0 !important;
}

/* Отступ сверху у табов */
.t-store .t-store__tabs {
    margin-top: 24px !important;
}

/* скрывать описание */
.js-store-prod-text {
    display: none !important;
}

.t396 * {
    pointer-events: all !important;
}
.t396 a:hover {
    color: #C19099 !important;
}
.t396 .t396__elem:contain(a:hover) {
    color: #C19099 !important;
}
.t447 a {
    color: #C19099 !important;
}

html body .t396 a:hover:not(.any), html body .t396 .tn-atom:hover {
    color: #C19099 !important;
}
html body div[id^="rec"] .tn-elem[data-elem-id]:not(.any) .tn-atom:not(.any):hover {
    color: #C19099 !important;
}
div[id^="rec"] .tn-elem[data-elem-id]:not(.any) {
    pointer-events: auto !important;
}
div[id^="rec"] .tn-elem[data-elem-id]:not(.any) .tn-atom {
    pointer-events: auto !important;
}
div[id^="rec"] .tn-elem[data-elem-id]:not(.any) .tn-atom:hover {
    color: #C19099 !important;
}
div[id^="rec"] .tn-elem[data-elem-id]:not(.any):hover .tn-atom {
    color: #C19099 !important;
}
html body .t447 a:hover:not(.any) {
    color: #C19099 !important;
}


/* размер от цены отбить */
.js-product-controls-wrapper {
    margin-top: 32px;
}

.t-store__prod-snippet__container {
    padding-top: 60px;
}

/* убрать отступ сверху */
/*@media screen and (max-width: 560px){*/
/*    .t-store.t-store__prod-snippet__container {*/
/*        padding-top: 0 !important;*/
/*    }*/
/*}*/
/* light в полях ввода */
.t-input {
    font-weight: 300 !important;
}
.t-store__card__textwrapper {
    padding-left: 15px;
    padding-right: 15px;
}
.t-store__card__price-wrapper {
    margin-top: 4px !important;
}
.t447__descr {
    text-wrap: balance;
}

.t-store .t-store__prod-popup__slider {
    position: relative;
    top: -91px;
    margin-bottom: -91px;
}

@media screen and (max-width: 980px) {
    .t-store .t-store__prod-popup__slider {
        top: 0;
        margin-bottom: 0;
    }
    
    .t-store.t-store__prod-snippet__container {
        padding-top: 15px;
    }
}

@media screen and (max-width: 560px) {
    .t-store.t-store__prod-snippet__container {
        padding-top: 15px;
    }
}

.t706__sidebar-content {
    display: flex;
    flex-direction: column;
}

.t706__sidebar-bottom {
    margin: auto 0 0;
}

.t706__close-icon.t706__cartpage-back-icon {
    width: 22px;
    height: auto;
}

.t706__close-icon.t706__cartpage-back-icon g {
   stroke-width: 1;
}

.t706__close-icon.t706__sidebar-close-icon rect {
    width: 1px;
}

.t706__product-title__option {
    font-weight: 300 !important;
    color: #777777 !important;
    opacity: 1 !important;
}

.t-name {
    font-weight: 300;
}

.t706__cartpage-form .t-checkbox__control span {
    font-size: 12px;
}

/*.t706__cartpage-prodamount {*/
/*    display: none !important;*/
/*}*/

.delivery-full-address {
    display: none !important;
}

#rec949298591 .t706 .t-form__inputsbox #customdelivery .t-input-title {
    display: none !important;
}

.t706__cartpage-form {
    margin-right: 0 !important;
    padding-right: 39px;
    border-right: 1px solid #D4D4D4;
}

.t706__cartpage-info {
    margin-left: 0 !important;
    padding-left: 40px;
}

.t706__product-title {
    font-weight: 300 !important;
}


.t706__cartwin-totalamount-wrap {
    font-weight: 300 !important;
}

.t706__sidebar-prodamount-wrap {
    font-weight: 300 !important;
}

.t706__cartwin-totalamount-info br {
    display: none !important;
}

.t706__cartwin-totalamount-info span:nth-child(1) {
    display: none !important;
}

.t706__cartwin-totalamount-info span:nth-child(2) {
    display: none !important;
}

.t706__cartwin-totalamount-info_label {
    font-weight: 300 !important;
}


.t706__cartwin-totalamount-info_value {
    font-weight: 300 !important;
}

span.delivery-checkbox-label {
    font-weight: 300 !important;
}

.t706__cartpage-products .t706__product-thumb {
    height: 113px;
}

.t706__product-thumb {
    width: 85px;
    padding-right: 10px;
}

.t706__product-imgdiv {
    width: 85px;
    height: 113px;
    border-radius: 0;
}

.t706__cartpage-products {
    padding-bottom: 29px;
    border-bottom: 1px solid #D4D4D4;
}

.t706__cartwin-prodamount-wrap {
    font-weight: 300;
}

.t706__cartwin-prodamount-label {
    font-weight: 300 !important;
}

.t706__cartwin-prodamount {
    font-weight: 300 !important;
}

.t706__cartpage-open-form-wrap {
    margin: auto 0 0 !important;
}

.t706__sidebar-continue.t-btn {
    height: 45px !important;
    font-size: 14px !important;
}

.t706 .t-submit {
    height: 45px !important;
    font-size: 14px !important;
}

.t-store__card__sold-out-msg {
    display: none !important;
}

.t706__cartpage .t-btn {
    height: 45px !important;
    font-size: 14px !important;
}

@media screen and (max-width: 960px) {
    .t706__cartpage-form {
        border: none;
    }
    
    .t706__cartpage-info {
        padding-left: 20px;
    }
    
    .t706__cartpage-prodamount.t706__cartwin-prodamount-wrap {
        display: none !important;
    }
    
    .t706__cartpage-content {
        height: calc(100vh - 80px);
    }
    .t706__cartpage-content.t-container {
        margin-bottom: 0 !important;   
    }
}

@media (hover), (min-width:0\0) {
    #rec823475545 .tn-elem[data-elem-id="1475077923649"] .tn-atom:hover {
        color: #000000 !important;
    }
}
@media screen and (max-width: 640px) {
    .search-input > * {
        display: none !important;
    }
}
.t-checkbox__control > div[data-customstyle] > span {
    font-weight: inherit !important;
    font-family: inherit !important;
}



/*************************01082025******************/
#addresses-wrapper .t-input-title,
#city-searchbox .t-input-title,
[data-input-lid="1753696596133"] {
  display: none;
}
#customdelivery .t-name {
  position: relative;
}
#customdelivery .t-name::after {
  content: 'Стоимость доставки зависит от города назначения';
  display: block;
  margin-top: 20px;
  font-size:12px;
}
.t706__product + .t706__product {
  margin-top: 20px;
}
div#addresses-wrapper {
  margin-top: 0;
}
/***************1500**************/
#customdelivery {
  display: grid;
  margin-top: 10px;
}

#delivery-services-wrapper {
  order: -1;
}

#customdelivery:has([value="Самовывоз"]:checked) #city-searchbox,
#customdelivery:has([value="Самовывоз"]:checked) .t-name {
  display: none;
}

#form1182172216 div[data-input-lid="4159492985913"] {
  margin-bottom: 17px;
}

#customdelivery .t-name {
  color: transparent;
  font-size: 1px;
}
#customdelivery .t-name:after {
  color: #000;
}
#delivery-services-wrapper label {
  font-size: 16px;
}




.t-store__prod-popup__btn-wrapper:has(.t1122__popup-btn) [href="#order"] {
    
}
.t-store__prod-popup__btn-wrapper:has(a+a) [href="#order"]{
    display:none !important;
}
.t-store__prod-popup__btn-wrapper:has(a+a){
    
}

/* область клика иконки корзины */
.tn-atom.cartcopy.show-cart:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    margin-top: -12px;
}