/*Меняем внешний вид отображения вариантов товара*/

/*Делаем значение варианта на одной строке с его свойством*/
.js-product .t-product__option {
    display: flex;
    justify-content: space-between;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}    

/*Убираем отступы у вариантов*/
.js-product .t-product__option-variants_buttons .t-product__option-item_simple{
    margin-bottom: 5px !important;
    padding: 0px !important;
    min-width: auto !important;
    min-height: auto !important;
    border: none !important;
    background-color: transparent !important;
    pointer-events: none;
    font-family: 'Onest';
    font-weight: 400;
}

/*Размер текста названия свойства и их названий*/
/*Название свойства*/
.js-product-edition-option-name{
    font-size: 16px !important;
    padding-left: 22px;
}
/*Значение свойства*/
.t-product__option-title_buttons{
    font-size: 16px !important;
    font-weight: 500;
}

@media screen and (max-width: 480px){
     .t-product__option-title_buttons,
     .js-product-edition-option-name{
        font-size: 14px !important;
    }
    .js-store-prod-name{
       font-size: 24px !important;   
    }
}

/*Отступ вниз от цены*/
.t-store__card__textwrapper{
    margin-bottom: 15px !important;
}

/*Отступ вниз от цены в попапе*/
.t-store__prod-popup__price-wrapper{
    margin-bottom: 15px !important;
}

/*Иконки у вариантов*/

/*Первая иконка*/
.js-product-controls-wrapper .js-product-edition-option:nth-child(1):before{
    content: "";
    display: block;
    position: absolute;
    background-image:url("https://static.tildacdn.com/tild6166-3566-4136-b661-356463376265/ip.svg");
    background-size: cover;
    top: 3px;
    width: 16px;
    height: 16px;
}
/*Вторая иконка*/
.js-product-controls-wrapper .js-product-edition-option:nth-child(2):before{
    content: "";
    display: block;
    position: absolute;
    background-image:url("https://static.tildacdn.com/tild6538-3335-4738-a235-343539623234/floor-plan-svgrepo-c.svg");
    background-size: cover;
    top: 3px;
    width: 16px;
    height: 16px;
}
/*Третья иконка*/
.js-product-controls-wrapper .js-product-edition-option:nth-child(3):before{
    content: "";
    display: block;
    position: absolute;
    background-image:url("https://static.tildacdn.com/tild6533-3564-4061-b266-316464613335/m2.svg");
    background-size: cover;
    top: 3px;
    width: 16px;
    height: 16px;
}

/*4 иконка*/
.js-product-controls-wrapper .js-product-edition-option:nth-child(4):before{
    content: "";
    display: block;
    position: absolute;
    background-image:url("https://static.tildacdn.com/tild6633-3063-4562-b632-613430626236/floor-stage-stairs-s.svg");
    background-size: cover;
    top: 3px;
    width: 16px;
    height: 16px;
}

/*5 иконка*/
.js-product-controls-wrapper .js-product-edition-option:nth-child(5):before{
    content: "";
    display: block;
    position: absolute;
    background-image:url("https://static.tildacdn.com/tild3334-6337-4239-b163-393330383435/money-svgrepo-com.svg");
    background-size: cover;
    top: 3px;
    width: 16px;
    height: 16px;
}

/*6 иконка*/
.js-product-controls-wrapper .js-product-edition-option:nth-child(6):before{
    content: "";
    display: block;
    position: absolute;
    background-image:url("https://static.tildacdn.com/tild3961-6538-4266-a364-366365313734/exit-svgrepo-com.svg");
    background-size: cover;
    top: 3px;
    width: 16px;
    height: 16px;
}

/*7 иконка*/
.js-product-controls-wrapper .js-product-edition-option:nth-child(7):before{
    content: "";
    display: block;
    position: absolute;
    background-image:url("https://static.tildacdn.com/tild6635-6435-4531-b161-363332383461/business_center_fv3x.svg");
    background-size: cover;
    top: 3px;
    width: 16px;
    height: 16px;
}

/*8 иконка*/
.js-product-controls-wrapper .js-product-edition-option:nth-child(8):before{
    content: "";
    display: block;
    position: absolute;
    background-image:url("https://static.tildacdn.com/tild6234-6139-4738-a432-643439643435/calendar-svgrepo-com.svg");
    background-size: cover;
    top: 3px;
    width: 16px;
    height: 16px;
}


/*9 иконка*/
.js-product-controls-wrapper .js-product-edition-option:nth-child(9):before{
    content: "";
    display: block;
    position: absolute;
    background-image:url("https://static.tildacdn.com/tild6439-3536-4636-a561-393765363038/stats-svgrepo-com.svg");
    background-size: cover;
    top: 3px;
    width: 16px;
    height: 16px;
}

/*10 иконка*/
.js-product-controls-wrapper .js-product-edition-option:nth-child(10):before{
    content: "";
    display: block;
    position: absolute;
    background-image:url("https://static.tildacdn.com/tild3066-6333-4266-b833-353665636464/business-grafik-mana.svg");
    background-size: cover;
    top: 3px;
    width: 16px;
    height: 16px;
}





.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 3px;
    font-weight: 600;
}

.js-store-prod-text a:first-of-type {
    background-color: #d41a1a;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #d41a1a;
    color: #ffffff !important;
}

.js-store-prod-text a:first-of-type:before {

    margin-right: 10px;
}

.js-store-prod-text a:last-of-type:before {

  

    margin-right: 10px;
}
.t706__cartwin_showed {
    z-index: 999999999;
}

