@media (min-width: 480px) and (max-width: 960px) {
    .t706__cartwin-content {
        width: 100%!important;
        margin-left: 0%!important;
        max-width: 100%!important;
        margin-bottom: 0!important;
        height: calc(100vh - 60px)!important;
    }
    .t706__orderform form, .t706__cartwin-top, .t706__cartwin-products, .t706__cartwin-bottom {
        max-width: 100%!important;
    }
}



@media screen and (max-width: 480px) {
    html .t-body_popupshowed {
        overflow: hidden!important;
    }
}

.togglePrice-1,
.togglePrice-2 {
    cursor: pointer;
    transition: .3s all linear!important;
    width: 77px!important;
}

.t396 .t-animate_started[data-animate-distance].togglePrice-2 {
    transform: translateX(10px)!important;
}

.togglePrice-1:hover,
.togglePrice-2:hover {
    border: 1px solid #E50046!important;
    border-radius: 5px!important;
}

.togglePrice-1 {
    display: none!important;
}