.t706__cartwin-content {
    border:4px solid #B5964D;
    border-radius:30px;
    width: 90%;
    height: 90%;
}


.t706__cartwin-top {
    padding: 0 0 10px 0;
}


.t706__cartwin-totalamount-wrap {
    /* padding-top: 15px; скрытие цены над кнопкой оплаты */
    visibility: hidden;
    padding-top: 1px;
}


/* кнопка оплаты отступ сверху убрал*/
.t706 .t-form__submit {
    margin-top: 1px;
}

/* скрытие цены товара и самого товара*/
.t706__cartwin-products {
    display: table;
    width: 100%;
    display: none;
}

.t706__cartwin-bottom {
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, .2);
    display: none;
}

/* заголовок по центру*/
.t-name_xl {
    text-align: center;
}


.t706__cartwin-content {
    max-width: 430px;
    /* общий размер виджета попапа для мобилок
    */

}

.t706__form-bottom-text {
/* отступ в самом низу попапа
    */
    margin-bottom: 1px;
}



/* моб версия отступ снизу 
    */



@media screen and (max-width: 480px) {
    .t706__orderform {
        margin-bottom: 1px;
    }
}

