/* Оверфлоу для мобилки */
@media screen and (max-width: 639px) {
    #rec453766783, #rec454111345,  #rec454098459, #rec454880359 {
overflow-x:hidden !important;
}

    #rec453753578 {
overflow:hidden !important;
}
}



/* Настройки карточки товара */
.t-store__card__price-wrapper {
    margin-top: 2px !important;
}

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

.t-store__prod-popup__price-wrapper {
    margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
.t-store__card {
    margin-bottom: 25px !important;
}

.js-store-prod-name {
    font-size: 15px !important;
}

.t-store__card__price {
    font-size: 15px !important;
}

.t-store__card__textwrapper {
        padding-top: 15px !important;
}
}


/* Настройки корзины */
.t706 .t-input-subtitle {
    padding-bottom: 5px !important;
}

.t706 .t-input-title {
    padding-bottom: 0px !important;
}

.t-input-block {
    margin-top: 5px;
}

.t706__cartwin-prodamount-wrap {
    display: none !important;
}

.t706__cartwin-top {
    display: none !important;
}


/* Стили для горизонтального скролла */
.scrollbooster-viewport {
    cursor: -webkit-grab;
    cursor: grab;
    padding-bottom: 30px;
    margin-bottom: -30px;
}
.scrollbooster-viewport:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.scrollbooster-content {
    position: absolute;
    width: 100%;
    height: 100%;
}

.t-submit {
    transition: 0.4s all !important;
}

.t-submit:hover {
    opacity:0.8 !important;
}

