/*Изменения карточки товара: цена и кнопка в одну строку, скрытие границ */
.t-store__card:first-child {
    border-top: 0px !important;
}

.t-store__card {
    /*padding: 12px;*/
    /*background: rgba(255,184,191,0.3);*/
   /*margin:10px;*/
    /*border-radius: 10px;*/
    border-bottom: 0px !important;
}

.t-store__card__price-buttons {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    gap: 10px !important;
    justify-content: flex-end;
    align-items: center !important;
}

.t-store__card__price-wrapper {
    margin-bottom: 0px !important;
}

/*Все, что касается товаров*/
/*Размеры картинок и гэпы*/
@media screen and ((min-width: 481px) and (max-width: 960px)) {
    .t1025 .t-store__card__imgwrapper_column {
        width: 140px !important;
        height: 140px !important;
        padding-bottom:0px !important;
        margin-bottom: 0px !important;
        margin-right: 12px;
    }
}

@media screen and (max-width: 480px) {
    .t-store__card {
        flex-direction: row !important;
        gap: 12px;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }
    
    .t1025 .t-store__card__imgwrapper_column {
        width: 125px !important;
        height: 125px !important;
        padding-bottom:0px !important;
        margin-bottom: 0px !important;
        margin-right: 0px !important;
    }
}

@media screen and (max-width: 340px) {
    .t1025 .t-store__card__imgwrapper_column {
        width: 110px !important;
        height: 110px !important;
        padding-bottom:0px !important;
        margin-bottom: 0px !important;
        margin-right: 0px !important;
    }
}

/*Гэпы во флексбоксе и размер карточек*/
@media screen and (min-width: 961px) {
    .t-store__grid-cont_itemwrapper {
        display: flex;
        flex-wrap: wrap;
        row-gap: 8px;
        column-gap: 32px;
    }
    .t-store__card {
        width: calc(50% - 16px);
    }
}

@media screen and ((min-width: 740px) and (max-width:960px)) {
    .t-store__grid-cont_itemwrapper {
        display: flex;
        flex-wrap: wrap;
        row-gap: 4px;
        column-gap: 20px;
    }
    .t-store__card {
        width: calc(50% - 10px);
    }
}

/*Настройка ширины контейнера и оступов*/
@media screen and (max-width: 960px) {
    .t-container {
      max-width: 100% !important;
    }
}

@media screen and (max-width: 960px) {
    .t-col {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

/*Настройки попапа товара*/
.t1025 .t-slds__container {
        border-radius: 20px;
    }

@media screen and ((min-width: 560px) and (max-width: 980px)) {
    .t1025 .t-slds__container {
        margin-top: 20px;
    }
}

@media screen and (max-width: 560px) {
   .t1025 .t-popup__container {
        border-radius: 0px !important;
    }
}
@media screen and (max-width: 560px) {
    .t1025 .t-popup__close-wrapper {
        background: #ffffff !important;
        border-bottom: 0px;
    }
    
}

/*Настраиваем рекомендованное в попапе*/
.t-store__scroll-icon-wrapper {
    display: none !important;
}

@media screen and (max-width: 959px) {
    .t-store__relevants-grid-cont.t-store__grid-cont_mobile-one-row .t-col {
        min-width: 60% !important;
        max-width: 60% !important;
    }
}

.t1025 .t-store__card__imgwrapper {
    margin-bottom: 0px !important;
}



@media screen and (min-width:641px) {
    .js-store-prod-all-text {
        font-size: 20px;
    }
    .js-store-prod-name {
        font-size: 36px;
    }
}

@media screen and (max-width:640px) {
    .js-store-prod-all-text {
        font-size: 14px;
    }
    .js-store-prod-name {
        font-size: 24px;
    }
}

    /*Убираем кнопку "загрузить еще"*/    
.t-store__load-more-btn-wrap {
    display: none !important;
}

/*Настройка корзины*/
.t706__cartwin-content {
    background-color: #fbdde2;
}

.t706__cartwin-heading {
    color:#EA556F;
}

.t-inputpromocode__btn {
    background-color:#D6F5F6 !important;
    color: #66D2D6 !important;
}

#customdelivery {
    margin-top: 30px !important;
}

.t-input-group_pm {
    margin: 0px !important;
}

.t706__form-upper-text {
    padding-top: 0px !important;
}