@media screen and (max-width: 760px) {
/*Стиль стандартной корзины для мобильной версии______________________________________________________ */

/*Стиль верхней границы кнопки закрытия*/
.t706 .t706__close {
   background: #f3f3f6 !important;
   box-shadow: 0px 2px 10px 0px rgba(230, 230, 230, 1) !important;
   /*border-bottom: 1px solid white !important;*/
}

/*Стиль кнопки закрытия*/
rect {
    fill: #7b71ff !important;
}
button.t706__close-button.t706__cartwin-close-wrapper {
    background: white !important;
    border-radius: 100px !important;
    box-shadow: 0px 2px 10px 0px rgba(230, 230, 230, 1) !important;
}

/*Отключение линии после слов "Ваш заказ"*/
.t706__cartwin-top {
    border-bottom: none !important;
}
.t706__cartwin-bottom {
    border-top: none !important;
}

/*Фон корзины*/
.t706__cartwin-content {
    background: #f3f3f6 !important;
}

/*Стиль карточек продукта*/
span.t706__product-del {
    position: absolute;
    right: 10px;
    top: 10px;
}
.t706__product-thumb {
    position: relative;
    top: 10px;
    left: 10px;
}
.t706__product-amount.t-descr.t-descr_sm {
    position: relative;
    top: 4vh;
    left: 20vw;
}
.t706__product-title.t-descr.t-descr_sm {
    position: relative;
    top: 20px;
    left: 30px;
}
.t706__product-imgdiv {
    height: 100px;
    width: 80px;
}

/*Стиль выбора доставки*/
.t-radio__wrapper.t-radio__wrapper-delivery {
    background: white;
    border-radius: 15px;
    height: 170px;
    box-shadow: 0px 5px 10px 0px rgba(230, 230, 230, 1) !important;
}

label.t-radio__control.t-text.t-text_xs {
    position: relative;
    top: 15px;
    left: 10px;
}

/*Стиль "запомнить контакты"*/
.t-checkbox__indicator {
    border-radius: 100px;
}

label.t-checkbox__control.t-checkbox__control_flex.t-text.t-text_xs {
    position: relative;
    left: 10px;
}

/*Стиль ввода номера*/
.t-input.t-input-phonemask__wrap {
    background: white;
}

/*Тени для полей ввода (доолжны быть отдельно)*/
input#input_5111158466360 {
    box-shadow: 0px 5px 10px 0px rgba(230, 230, 230, 1) !important;
}
input#input_1751729427564 {
    box-shadow: 0px 5px 10px 0px rgba(230, 230, 230, 1) !important;
}
input#input_1751729445397 {
    box-shadow: 0px 5px 10px 0px rgba(230, 230, 230, 1) !important;
}
input#input_5111158466361 {
    box-shadow: 0px 5px 10px 0px rgba(230, 230, 230, 1) !important;
}
input#input_5111158466362 {
}
.t-input.t-input-phonemask__wrap {
    box-shadow: 0px 5px 10px 0px rgba(230, 230, 230, 1) !important;
}

/*Стиль кнопки Оформить*/
button.t-submit {
    font-weight: 400;
    border-radius: 100px !important;
}

/*Стиль кнопки избранного*/
a.t1002__addBtn {
    width: 35px;
    height: 35px;
    box-shadow: 0px 2px 10px 0px rgba(230, 230, 230, 1) !important;
}
.t1002__addBtn_active svg path {
    fill: #7b71ff;
    stroke: #7b71ff;
}
.t1002__addBtn svg path {
    stroke: #7b71ff;
}
.t1002__addBtn svg {
    width: 15px;
}

/*Стиль кнопки в каталоге*/
a.js-store-prod-btn2.t-store__card__btn.t-store__card__btn_second.t-btn.t-btn_xs {
    border: none !important;
    background: white;
    box-shadow: 0px 2px 10px 0px rgba(230, 230, 230, 1) !important;
}
span.t-store__card__btn-text {
    color: #7b71ff;
    font-weight: 400;
}


/*Стиль для каталога для мобильной версии____________________________________________________________*/
.t-store__card__imgwrapper.t1002__picture-wrapper {
    height: 250px !important;
}
.t-store__card__textwrapper {
    position: relative;
    bottom: 15px;
}
.t-store__card__btns-wrapper.js-store-buttons-wrapper {
    position: relative;
    bottom: 50px;
}
.js-store-prod-descr.t-store__card__descr.t-typography__descr.t-descr.t-descr_xxs {
    position: relative;
    bottom: 5px;
}
.js-store-price-wrapper.t-store__card__price-wrapper {
    position: relative;
    bottom: 10px;
}
.js-product.t-store__card.t-col.t-col_3.t-align_left.t-item {
    height: 420px;
}


/*Стиль выплывающей плашки успешного добавления в избранное*/
.t1002__bubble.t1002__bubble_visible {
    display: none;
}
.t1002__bubble-text.t-descr {
    display: none;
}
.t1002__bubble-close {
    display: none;
}
.t1002__bubble_hidden {
    display: none;
}

/*Стиль выплывающей плашки успешного добавления в икорзину*/
.t706__bubble.t706__bubble_visible {
    background: #7b71ff;
    position: fixed;
    width: 350px !important;
    bottom: 80px !important;
    border-radius: 100px;
    height: 40px;
    left: 15px;
}
.t706__bubble-close {
    color: #ffffff;
    align-items: center !important;
    top: 10px;
}
.t706__bubble-text.t-descr {
    color: #ffffff;
    font-family: 'Unbounded';
    font-size: small;
    position: relative;
    bottom: 8px;
    left: 10px;
}
.t706__bubble_hidden {
    background: #7b71ff;
    position: fixed;
    width: 350px !important;
    bottom: 80px !important;
    border-radius: 100px;
    height: 40px;
    left: 15px;
}

/*Стиль для избранного для мобильной версии____________________________________________________________*/

/*Стиль фона избранного*/
.t1002__wishlistwin-content.t1002__wishlistwin-content_showed {
    background: #f3f3f6;
    height: 100vh !important;
}

/*Стиль кнопки закрытия избранного*/
button.t1002__close-button.t1002__wishlistwin-close-wrapper {
    background: white;
    border-radius: 100px;
    box-shadow: 0px 2px 10px 0px rgba(230, 230, 230, 1) !important;
}

/*Стиль загаловка избранного*/
.t1002__wishlistwin-top {
    border-bottom: none;
}

/*Стиль карточек избранного*/
.t1002__product {
    background: white;
    border-radius: 15px;
    box-shadow: 0px 5px 10px 0px rgba(230, 230, 230, 1) !important;
}
.t1002__product-imgdiv {
    height: 115px;
    width: 100px;
    border: none;
    position: relative;
    left: 10px;
}
.t1002__product-del {
    top: 10px;right: 10px;
}
.t1002__product-title.t-descr.t-descr_sm {
    position: relative;
    left: 10px;
    top: 10px;
    
}
/*Стиль миниатюр под основным изображением в карточке товара*/
.t-slds__bgimg.t-bgimg.loaded {
    border-radius: 10px;
    height: 20px;
    width: 50px;
}
/*Стиль для блока с подпиской на рассылку на главной*/
#rec663438108 .tn-elem[data-elem-id="1699296203287"] .tn-atom {
    font-size: 5px !important;
}
}




/*Стили для разных экранов _________________________________________________________________________________________________________________________________________________________________________________________*/

/*_________________________________________________________________________________________________________________________________________________________________________(min-width: 300px) and (max-width: 376px)*/
@media (min-width: 300px) and (max-width: 376px){
.t706__product-amount.t-descr.t-descr_sm {
    position: absolute;
    left: 225px !important;
    top: 140px !important;
    display: inline-block;
    text-align: right;
    width: 100px;
}
.t1002__product-amount.t-descr.t-descr_sm {
    position: relative;
    top: 5px;
    left: 125px;
}

/* Кастом карточек товара в корзине*/
.t706__product-imgdiv {
    width: 100px;
    height: 120px;
}
.t706__product {
    background: white;
    height: 25vh;
    border-radius: 15px;
    box-shadow: 0px 5px 10px 0px rgba(230, 230, 230, 1) !important;
}
.t706__product-title {
    font-size: 14px !important;
}
.t706__product-title__option {
    font-size: 12px !important;
    top: 5px !important;
    position: relative;
}
.t706__product-plusminus.t-descr.t-descr_sm {
    position: absolute;
    top: 141px !important;
    left: 30px !important;
}
.t706__product-title.t-descr.t-descr_sm {
    top: 20px;
    left: 10px;
    position: relative;
}
.js-store-price-wrapper.t-store__card__price-wrapper {
    top: 0px;
    text-align: left;
    font-family: monospace !important;
}
.t-store__card__textwrapper {
    height: 100px !important;
    bottom: 10px;
}
.js-store-prod-name.js-product-name.t-store__card__title.t-typography__title.t-name.t-name_xs {
    font-size: 12px !important;
    height: 30px;
    font-weight: 300 !important;
}

/*Стиль кнопки добавления в избранное*/
a.t1002__addBtn {
    height: 30px;
    width: 30px;
}

/*стиль в всплавающей плашке успешного добавления*/
.t706__bubble-text.t-descr {
    font-size: 10px;
    left: -10px;
    display: flex;
    align-items: center;
    height: 20px;
    text-align: center;
}
.t706__bubble.t706__bubble_visible {
    height: 46px;
    left: 9px !important;
    position: relative;
    top: 8px !important;
    width: 353px !important;
}
.t706__bubble-close {
    display: inline-block !important;
    top: 13px;
}
.t706__bubble_hidden {
    color: #7b71ff;
    left: 9px !important;
    position: relative;
    top: 8px;
    height: 46px;
    width: 353px !important;
}

/* Доработка Стиль избранного*/
.t1002__product {
    height: 25vh !important;
}
.t1002__product-amount.t-descr.t-descr_sm {
    position: absolute;
    left: 225px !important;
    top: 140px !important;
    display: inline-block;
    text-align: right;
    width: 100px;
}
a.t1002__product-link {
    font-size: 14px;
}
.t1002__product-title.t-descr.t-descr_sm {
    width: 200px !important;
}
}

/*_________________________________________________________________________________________________________________________________________________________________________(min-width: 377px) and (max-width: 390px)*/
@media (min-width: 377px) and (max-width: 390px){
.t706__product-amount.t-descr.t-descr_sm {
    position: absolute;
    left: 235px !important;
    top: 154px !important;
    display: inline-block;
    text-align: right;
    width: 100px;
}
.t706__cartwin-top {
    height: 0px;
}
.t706__cartwin-top {
    height: 0px;
}
.t706__product-title {
    font-size: 12px !important;
}
.t706__product-title__option {
    font-size: 10px !important;
    top: 5px !important;
    position: relative;
}
.t1002__product-amount.t-descr.t-descr_sm {
    position: relative;
    top: 5px;
    left: 140px;
}
/*Стиль каталога*/
.js-product.t-store__card.t-col.t-col_3.t-align_left.t-item {
    height: 400px;
}
.t-store__card__textwrapper {
    bottom: 10px;
}
.js-store-prod-name.js-product-name.t-store__card__title.t-typography__title.t-name.t-name_xs {
    font-size: 12px !important;
    height: 40px;
}

/* Кастом карточек товара в корзине*/
.t706__product-imgdiv {
    width: 120px;
    height: 140px;
}
.t706__product {
    background: white;
    height: 22vh;
    border-radius: 15px;
    box-shadow: 0px 5px 10px 0px rgba(230, 230, 230, 1) !important;
}
.t706__product-title {
    font-size: 14px !important;
}
.t706__product-title__option {
    font-size: 12px !important;
    top: 5px !important;
    position: relative;
}
.t706__product-plusminus.t-descr.t-descr_sm {
    position: absolute;
    top: 155px !important;
    left: 40px !important;
}
.t706__product-title.t-descr.t-descr_sm {
    top: 20px;
    left: 10px;
    position: relative;
}
.js-store-price-wrapper.t-store__card__price-wrapper {
    top: 0px;
    text-align: left;
    font-family: monospace !important;
}

.t-store__card__textwrapper {
    height: 100px !important;
    bottom: 10px;
}

.js-store-prod-name.js-product-name.t-store__card__title.t-typography__title.t-name.t-name_xs {
    font-size: 12px !important;
    height: 30px;
}

/*стиль в всплавающей плашке успешного добавления*/
.t706__bubble-text.t-descr {
    font-size: 10px;
    left: -10px;
    display: flex;
    align-items: center;
    height: 20px;
    text-align: center;
}
.t706__bubble.t706__bubble_visible {
    height: 46px;
    left: 9px !important;
    position: relative;
    top: 8px !important;
    width: 367px !important;
}
.t706__bubble-close {
    display: inline-block !important;
    top: 13px;
}
.t706__bubble_hidden {
    color: #7b71ff;
    left: 9px !important;
    position: relative;
    top: 8px;
    height: 46px;
    width: 367px !important;
}

/* Доработка Стиль избранного*/
.t1002__product {
    height: 23vh !important;
}
.t1002__product-amount.t-descr.t-descr_sm {
    position: absolute;
    left: 235px !important;
    top: 155px !important;
    display: inline-block;
    text-align: right;
    width: 100px;
}
a.t1002__product-link {
    font-size: 12px;
}
.t1002__product-imgdiv {
    height: 150px;
    width: 120px;
}
.t1002__product-title.t-descr.t-descr_sm {
    width: 190px;
}
.t1002__product-title__option {
    font-size: 10px;
}
}

/*_________________________________________________________________________________________________________________________________________________________________________(min-width: 391px) and (max-width: 415px)*/
@media (min-width: 391px) and (max-width: 415px){
.t706__product-amount.t-descr.t-descr_sm {
    position: absolute;
    left: 260px !important;
    top: 144px !important;
    display: inline-block;
    text-align: right;
    width: 100px;
}
.t706__cartwin-top {
    height: 0px;
}
.t706__product-title {
    font-size: 14px !important;
}
.t706__product-title__option {
    font-size: 12px !important;
    top: 5px !important;
    position: relative;
}
.t1002__product-amount.t-descr.t-descr_sm {
    position: relative;
    top: 5px;
    left: 165px;
}

/*Стиль каталога*/
.js-product.t-store__card.t-col.t-col_3.t-align_left.t-item {
    height: 400px;
}
.t-store__card__textwrapper {
    bottom: 10px;
}
.js-store-prod-name.js-product-name.t-store__card__title.t-typography__title.t-name.t-name_xs {
    font-size: 12px !important;
    height: 40px;
}

/* Кастом карточек товара в корзине*/
.t706__product {
    background: white;
    height: 20vh;
    border-radius: 15px;
    box-shadow: 0px 5px 10px 0px rgba(230, 230, 230, 1) !important;
}
.t706__product-imgdiv {
    width: 100px;
    height: 120px;
}
.t706__product-title {
    font-size: 14px !important;
}
.t706__product-title__option {
    font-size: 12px !important;
    top: 5px !important;
    position: relative;
}
.t706__product-plusminus.t-descr.t-descr_sm {
    position: absolute;
    top: 145px !important;
    left: 30px !important;
}
.t706__product-title.t-descr.t-descr_sm {
    top: 20px;
    left: 20px;
    position: relative;
}
.js-store-price-wrapper.t-store__card__price-wrapper {
    top: 0px;
    text-align: left;
    font-family: monospace !important;
}

.t-store__card__textwrapper {
    height: 100px !important;
    bottom: 10px;
}

.js-store-prod-name.js-product-name.t-store__card__title.t-typography__title.t-name.t-name_xs {
    font-size: 12px !important;
    height: 30px;
}

/*стиль в всплавающей плашке успешного добавления*/
.t706__bubble-text.t-descr {
    font-size: 10px;
    left: -10px;
    display: flex;
    align-items: center;
    height: 20px;
    text-align: center;
}
.t706__bubble.t706__bubble_visible {
    height: 45px;
    left: 8px !important;
    position: relative;
    top: 8px;
    width: 390px !important;
}
.t706__bubble-close {
    display: inline-block !important;
    top: 13px;
}
.t706__bubble_hidden {
    color: #7b71ff;
    left: 8px !important;
    position: relative;
    top: 8px;
    height: 45px;
    width: 390px !important;
}
/* Доработка Стиль избранного*/
.t1002__product {
    height: 22vh !important;
}
.t1002__product-amount.t-descr.t-descr_sm {
    position: absolute;
    left: 255px !important;
    top: 160px !important;
    display: inline-block;
    text-align: right;
    width: 100px;
}
a.t1002__product-link {
    font-size: 12px;
}
.t1002__product-imgdiv {
    height: 150px;
    width: 120px;
}
.t1002__product-title.t-descr.t-descr_sm {
    width: 220px;
}
}

/*_________________________________________________________________________________________________________________________________________________________________________(min-width: 416px) and (max-width: 431px)*/
@media (min-width: 416px) and (max-width: 431px){
.t706__product-amount.t-descr.t-descr_sm {
    position: absolute;
    left: 280px !important;
    top: 174px !important;
    display: inline-block;
    text-align: right;
    width: 100px;
}
.t706__cartwin-top {
    height: 0px;
}
.t1002__product-amount.t-descr.t-descr_sm {
    position: relative;
    top: 5px;
    left: 180px;
}

/*Стиль каталога*/
.js-product.t-store__card.t-col.t-col_3.t-align_left.t-item {
    height: 400px;
}
.t-store__card__textwrapper {
    bottom: 10px;
}
.js-store-prod-name.js-product-name.t-store__card__title.t-typography__title.t-name.t-name_xs {
    font-size: 12px !important;
    height: 40px;
}

/* Кастом карточек товара в корзине*/
.t706__product {
    background: white;
    height: 22vh;
    border-radius: 15px;
    box-shadow: 0px 5px 10px 0px rgba(230, 230, 230, 1) !important;
}
.t706__product-imgdiv {
    width: 120px;
    height: 150px;
}
.t706__product-title {
    font-size: 16px !important;
}
.t706__product-title__option {
    font-size: 14px !important;
    top: 5px !important;
    position: relative;
}
.t706__product-plusminus.t-descr.t-descr_sm {
    position: absolute;
    top: 175px !important;
    left: 40px !important;
}
.t706__product-title.t-descr.t-descr_sm {
    top: 20px;
    left: 20px;
    position: relative;
}
.js-store-price-wrapper.t-store__card__price-wrapper {
    top: 0px;
    text-align: left;
    font-family: monospace !important;
}

.t-store__card__textwrapper {
    height: 100px !important;
    bottom: 10px;
}

.js-store-prod-name.js-product-name.t-store__card__title.t-typography__title.t-name.t-name_xs {
    font-size: 12px !important;
    height: 30px;
}

/*стиль в всплавающей плашке успешного добавления*/
.t706__bubble-text.t-descr {
    font-size: 10px;
    left: -10px;
    display: flex;
    align-items: center;
    height: 20px;
    text-align: center;
}
.t706__bubble.t706__bubble_visible {
    height: 46px;
    left: 7px !important;
    position: relative;
    top: 8px;
    width: 403px !important;
}
.t706__bubble-close {
    display: inline-block !important;
    top: 13px;
}
.t706__bubble_hidden {
    color: #7b71ff;
    left: 7px !important;
    position: relative;
    height: 46px;
    top: 8px;
    width: 403px !important;
}

/* Доработка Стиль избранного*/
.t1002__product {
    height: 22vh !important;
}
.t1002__product-amount.t-descr.t-descr_sm {
    position: absolute;
    left: 270px !important;
    top: 165px !important;
    display: inline-block;
    text-align: right;
    width: 100px;
}
a.t1002__product-link {
    font-size: 12px;
}
.t1002__product-imgdiv {
    height: 150px;
    width: 120px;
}
.t1002__product-title.t-descr.t-descr_sm {
    width: 220px;
}
}




/*Стиль для каталога для планшетов и пк____________________________________________________________*/
/*_________________________________________________________________________________________________________________________________________________________________________(min-width: 701px) and (max-width: 5000px)*/
@media (min-width: 701px) and (max-width: 8000px){

/*Стиль карточки в каталоге*/
.js-product-img.t-store__card__bgimg.t-bgimg.loaded {
    box-shadow: 0px 5px 10px 0px rgba(230, 230, 230, 1) !important;
    border-radius: 20px !important;
    height: 640px;
}
.t-store__card__imgwrapper.t1002__picture-wrapper {
    height: 640px;
}

/*Стиль кнопки избранного в каталоге*/
a.t1002__addBtn {
    box-shadow: 0px 2px 10px 0px rgba(230, 230, 230, 1) !important;
}
.t1002__addBtn_active svg path {
    fill: #7b71ff;
    stroke: #7b71ff;
}
.t1002__addBtn svg path {
    stroke: #7b71ff;
}

/*Стиль текста под карточкой в каталоге*/
.js-store-prod-name.js-product-name.t-store__card__title.t-typography__title.t-name.t-name_xs {
    font-size: 20px !important;
    height: 70px;
    width: 325px;
}
.js-store-prod-descr.t-store__card__descr.t-typography__descr.t-descr.t-descr_xxs {
    font-size: 20px !important;
}
.t-store__card__price.t-store__card__price-item.t-name.t-name_xs {
    font-size: 22px !important;
    position: relative;
    bottom: 10px;
    font-weight: 700 !important;
}

/*Стиль кнопки в каталоге*/
.t-store__card__btns-wrapper.js-store-buttons-wrapper {
    position: relative;
    bottom: 35px;
}
a.js-store-prod-btn2.t-store__card__btn.t-store__card__btn_second.t-btn.t-btn_xs {
    width: 70%;
    border: none !important;
    background: white;
    box-shadow: 0px 5px 10px 0px rgba(230, 230, 230, 1) !important;
    height: 160%;
}
span.t-store__card__btn-text {
    font-size: 18px;
    font-weight: 400;
}

a.js-store-prod-btn2.t-store__card__btn.t-store__card__btn_second.t-btn.t-btn_xs {
    color: #7b71ff !important;
    position: relative;
    top: 10px;
}


/*Стиль в каталоге*/
.js-product.t-store__card.t-col.t-col_3.t-align_left.t-item {
    margin-bottom: 20px !important;
}
.js-store-grid-cont.t-store__grid-cont.t-container.t-store__grid-cont_mobile-grid.t-store__mobile-two-columns.t-store__valign-buttons {
    column-gap: 40px !important;
}




/*Стиль для окна избранного для планшетов и пк____________________________________________________________*/

/*Стиль кнопки закрытия в окне избранного*/
button.t1002__close-button.t1002__wishlistwin-close-wrapper {
    background: white;
    box-shadow: 0px 2px 10px 0px rgba(230, 230, 230, 1) !important;
    border-radius: 100px;
    position: relative;
    right: 15px;
}
g {
    fill: #7b71ff;
}
/*Стиль загаловка окна избранного*/
.t1002__wishlistwin-top {
    border-bottom: none;
    position: relative;
    bottom: 25px;
}
/*Фон окна избранного*/
.t1002__wishlistwin-content.t1002__wishlistwin-content_showed {
    background: #f3f3f6;
    border-radius: 20px 0 0 20px !important;
}
/*Стиль карточек товара в окне избранного*/
.t1002__product {
    background: white;
    border-radius: 15px;
    box-shadow: 0px 5px 10px 0px rgba(230, 230, 230, 1) !important;
    height: 150px;
}
.t1002__product-imgdiv {
    height: 130px;
    width: 100px;
    border: none;
    position: relative;
    left: 10px;
}
.t1002__product-title.t-descr.t-descr_sm {
    position: relative;
    left: 50px;
}
.t1002__product-amount.t-descr.t-descr_sm {
    position: relative;
    top: 50px;
    left: 20px;
}
.t1002__product-del {
    position: relative;
    bottom: 55px;
    right: 10px;
}
/*Стиль выплывающей плашки успешного добавления в избранное*/
.t1002__bubble.t1002__bubble_visible {
    background: white;
    position: fixed;
    width: 350px !important;
    top: 20px !important;
    right: 20px !important;
    box-shadow: 0px 5px 10px 0px rgba(230, 230, 230, 1) !important;
    border-radius: 100px;
}

.t1002__bubble-text.t-descr {
    color: #7b71ff;
    font-family: 'Unbounded';
    font-size: small;
}
.t1002__bubble-close {
    color: #7b71ff;
    top: 18px;
}
.t1002__bubble_hidden {
    background: white;
    position: fixed;
    width: 350px !important;
    top: 20px !important;
    right: 20px !important;
    box-shadow: 0px 5px 10px 0px rgba(230, 230, 230, 1) !important;
    border-radius: 100px;
}
/*Стиль выплывающей плашки успешного добавления в икорзину*/
.t706__bubble.t706__bubble_visible {
    background: white;
    position: fixed;
    width: 350px !important;
    top: 20px !important;
    right: 20px !important;
    box-shadow: 0px 5px 10px 0px rgba(230, 230, 230, 1) !important;
    border-radius: 100px;
}
.t706__bubble-close {
    color: #7b71ff;
    top: 18px;
}
.t706__bubble-text.t-descr {
    color: #7b71ff;
    font-family: 'Unbounded';
    font-size: small;
}
.t706__bubble_hidden {
    background: white;
    position: fixed;
    width: 350px !important;
    top: 20px !important;
    right: 20px !important;
    box-shadow: 0px 5px 10px 0px rgba(230, 230, 230, 1) !important;
    border-radius: 100px;
}
/*Стиль кнопки закрытия попапа*/
button.t-popup__close-wrapper.t-popup__block-close-button {
    background: white;
    border-radius: 100px;
    box-shadow: 0px 5px 10px 0px rgba(230, 230, 230, 1) !important;
}

/*Стиль кнопки оформить и продолжить покупки в корзине*/
.t-form__submit {
    margin-top: 15px !important;
}
button.t-submit {
    font-weight: 500 !important;
}


/*Стиль миниатюр под основным изображением в карточке товара*/
.t-slds__bgimg.t-bgimg.loaded {
    border-radius: 10px;
    height: 65px;
    width: 100px;
}
.t-slds__thumbsbullet.t-slds__bullet {
    margin: 20px !important;
    position: relative;
    bottom: 20px;
}
.t-slds__thumbsbullet-border {
    border: none;
}

/*Стиль просмотра изображения в карточке товара______________________________________________________________________________________________________________________________________________________*/
.t-carousel__zoomer__slides {
    background: #f3f3f6;
}
img.t-carousel__zoomer__img.t-img.loaded {
    border-radius: 30px;
    box-shadow: 0px 5px 10px 0px rgba(230, 230, 230, 1) !important;
}

/*Стиль стрелок переключения в просмотре товара*/
.t-carousel__zoomer__arrow__wrapper:before {
    background: white;
    box-shadow: 0px 5px 10px 0px rgba(230, 230, 230, 1) !important;
}
.t-carousel__zoomer__arrow.t-carousel__zoomer__arrow_right.t-carousel__zoomer__arrow_small {
    color: #7b71ff;
}
.t-carousel__zoomer__arrow.t-carousel__zoomer__arrow_left.t-carousel__zoomer__arrow_small {
    color: #7b71ff;
}

/*Стиль кнопки закрытия и увеличения в просмотре товара*/
.t-zoomer__close {
    background: white !important;
    box-shadow: 0px 5px 10px 0px rgba(230, 230, 230, 1) !important;
}
path {
    stroke: #7b71ff;
}
.t-zoomer__scale.showed {
    background: white !important;
    box-shadow: 0px 5px 10px 0px rgba(230, 230, 230, 1) !important;
}
.t706__close.t706__cartwin-close {}
}



















