@media screen and (min-width: 980px) {
    .t-store__prod-popup__col_fixed {
        position: sticky;
        top: 80px;
        display: flex;
        flex-direction: column;
    }
}

.t-store__prod-popup__btn-wrapper {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    margin-top: 40px;
    order: 4;
}

.t706__cartwin-top {
    display: none;
}

.t706 .t-input-group {
    margin-bottom: 10px;
}

.t706__product-title {
    color: #28152A;
    display: table-cell;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0;
    vertical-align: middle;
    font-family: 'Inter';
}

.t706 .t-input {
    font-family: 'Inter';
}

.t-popup__container.t-popup__container-static {
    padding-bottom: 60px !important;
}


