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

/*Делаем значение варианта на одной строке с его свойством*/
.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: 0px;
}
/*Значение свойства*/
.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-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-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-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-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-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-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-size: cover;
    top: 3px;
    width: 16px;
    height: 16px;
}

.t-product__option-title .payment-icon{width:16px !important;height:16px;display:inline-block;vertical-align:middle;margin-right:8px;}
