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

/*Делаем значение варианта на одной строке с его свойством*/
.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-weight: 400;
}

/*Размер текста названия свойства и их названий*/
/*Название свойства*/
.js-product-edition-option-name{
    font-size: 14px !important;
    padding-left: 22px;
}
/*Значение свойства*/
.t-product__option-title_buttons{
    font-size: 14px !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/tild6238-6536-4735-b666-326166633264/clock.svg");
    background-size: cover;
    top: 3px;
    width: 20px;
    height: 20px;
}
/*Вторая иконка*/
.js-product-controls-wrapper .js-product-edition-option:nth-child(2):before{
    content: "";
    display: block;
    position: absolute;
    background-image:url("https://static.tildacdn.com/tild6666-6635-4535-a363-653936316561/group.svg");
    background-size: cover;
    top: 3px;
    width: 20px;
    height: 20px;
}
/*Третья иконка*/
.js-product-controls-wrapper .js-product-edition-option:nth-child(3):before{
    content: "";
    display: block;
    position: absolute;
    background-image:url("https://static.tildacdn.com/tild3632-3331-4033-b464-376366383666/place.svg");
    background-size: cover;
    top: 3px;
    width: 16px;
    height: 20px;
}

.t-descr {
    color: #292735;
    font-family: 'Nunito Sans';
 }
 
 .t585__text .t-descr{
    color: #ffffff;
 }
 
 
.t-btn_sm {
    font-size:18px;
    padding-left: 25px;
    padding-right: 25px;
}

.t-store__card__wrap_all {
    border: 20px solid #FF6E00;
    margin-left:10px;
    margin-right: 0px;
}
.t778 .t-store__card__btns-wrapper {
    padding-left:20px;
    padding-right:0px;
}

.t-store__parts-switch-btn.t-active {
    border:1px solid #FF6E00;
    border-radius: 30px;
    padding:3px 15px;
}

#rec729511623 .t-store__filter__item-title, #rec729511623 .t-store__filter__opts-mob-btn {
    font-size: 16px;
    border-radius: 30px;
    background-color:#eeeeee;
    padding:3px 15px;
    color: #292735;
    font-family: 'Nunito Sans'!important;
}

.js-store-prod-all-text p {
    font-size:16px !important;
    
}
.js-store-prod-name {
    font-size:32px !important;
}

.t-text_xs, .t-text {
    color: #292735;
    font-size:14px;
}
.t-submit {
    font-size:24px;
    font-weight:400;
}

.js-product.t-store__card.t-col {
    margin-right:10px;
    margin-left:10px;
}

.js-product.t-store__card.t-col.t-col_4{
    max-width:380px;
}