/*Название товара на странице товара*/    
   h1.js-store-prod-name.js-product-name.t-store__prod-popup__name.t-name.t-name_xl {
/*    margin-left: -140px;*/
/*    margin-top: -50px;*/
/*    position: absolute;*/
/*    z-index: 10;*/
/*    color: #D9D9D9;*/
    font-size: 34px;
}
/*@media (max-width: 431px) {*/
/*        h1.js-store-prod-name.js-product-name.t-store__prod-popup__name.t-name.t-name_xl {*/
/*    margin-left: -15px;*/
/*    margin-top: -67vh;*/
/*    font-size: 40px;*/
/*    }*/
/*}*/
/*Изменения на странице товара, кнопок и ползунков*/
/*кнопка добавить в корзину*/
a.t-store__prod-popup__btn.t-btn.t-btn_sm {
    border-radius: 0px !important;
	width: 300px !important;
    height: 35px;
    position: relative;
}
/*иконка кнопки купить в 1 клик*/
a#buyOneClick::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url(https://static.tildacdn.info/tild3833-6435-4931-a237-623533343230/mynaui_click_white.svg);
    background-size: cover;
    background-repeat: no-repeat;
}
/*Фикс позиции кнопки*/
a#buyOneClick {
    position: relative;
    margin: 10px 0px 0px 0px;
    padding-top: 7px;
}
/*иконка кнопки добавить в корзину*/
a.t-store__prod-popup__btn.t-btn.t-btn_sm::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url(https://static.tildacdn.info/tild3832-3366-4231-b464-613934353035/shopping-bag-outline.svg);
    background-size: cover;
    background-repeat: no-repeat;
}
/*фикс контейнера кнопок купить 1 клик и добавить в корзину*/
.t-store__prod-popup__btn-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
}
}
select.js-product-edition-option-variants.t-product__option-select.t-typography__options.t-descr.t-descr_xxs {
    border-radius: 0px;
    background: #fff;
}
select.js-product-option-variants.t-product__option-select.t-typography__options.t-descr.t-descr_xxs {
    border-radius: 0px;
    background: #fff;
}
/* Изменения на странице чек аут*/
.t-radio__wrapper.t-radio__wrapper-delivery .t-name.t-name_md {
    display: none;
}
.t-input-group.t-input-group_tx:first-child {
    position: relative;
    top: 60px;
}