.fullcart {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 30px 20px;
    max-width: 780px;
}
.navigat {
    display: none;
}
#outfullcart {
    padding: 20px 0;
    gap: 10px 20px;
}
h1 {
    font-size: 21px;
    line-height: 120%;
    font-weight: 400;
    margin-bottom: 20px;
}
h1 .badge {
    width: 19px;
    height: 19px;
    left: 140px;
    top: 177px;
    background: #007BFF;
    border-radius: 50%;
    font-size: 13px;
    line-height: 14px;
    padding: 2px;
    vertical-align: super;
}
.fullcart_img img {
    width: 140px;
    border-radius: 10px;
    height: 190px;
    object-fit: cover;
    border: 1px solid #e3e3e3;
}
.fullcart_img {
    width: 140px;
    height: 190px;
}
.tov_line:not(:last-child) {
    border-bottom: 1px solid #F2F1F8;
    padding-bottom: 20px;
}
.tov_line:not(:first-child) {
    padding-top: 20px;
}
.tov_line,.tov_line_cart_1 {
    display: flex;
    gap: 20px;
}
.fullcart_name_href {
    font-size: 17px;
    line-height: 120%;
    margin-bottom: 15px;
}
.fullcart_size_name {
    background: #F3F9FF;
    border: 1px solid #0073FF;
    border-radius: 6px;
    text-align: center;
    position: relative;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px;
    height: 40px;
    padding: 6px 15px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
    white-space: nowrap;
}
.fullcart_size_name svg {
    position: absolute;
    top: 3px;
    right: 3px;
}
.fullcart_size_param_tooltip {
    position: relative;
    font-size: 13px;
}
.tooltip_ps p{margin:1px 0!important}
.tooltip_ps p.pnnl{font-weight: 600;font-size: 14px;column-span:all;}
.tooltip_ps{padding:16px 20px;line-height:17px;left:0;bottom: 40px;width:auto;min-width:152px;white-space:nowrap;position:absolute;background:#fff;font-size:13px;text-align:left;z-index:1020;filter: drop-shadow(0px 3px 15px rgba(0, 0, 0, 0.05));border-radius:6px;color: #000;}
.tooltip_ps:after{content:'';position:absolute;top:100%;width:90px;height:21px;left:0}
.tooltip_ps:before{width: 26px;height: 15px;display:block;content:'';position:absolute;left:6px;border-left: 13px solid transparent;border-right: 13px solid transparent;border-top: 15px solid #ffffff;top:100%}
.tooltip_ps p {clear: both;}
.tooltip_ps p span:first-child {
    float: left;
    padding: 0 .4em 0 0;
    margin: 0;
}
.tooltip_ps p span + span {
    float: right;
    padding: 0 0 0 .4em;
    margin: 0;
}
.tooltip_ps p:not(.pnnl):after {
    content: "";
    display: block;
    overflow: hidden;
    height: 1em;
    border-bottom: 1px dotted #C8CAD0;
}
.fullcart_size_param_tooltip:hover {
    color: #1A79F5;
}
.fullcart_size_param_tooltip:hover svg path {
    stroke: #1A79F5;
}
button.fullcart_size_addWish {
    background: linear-gradient(180deg, #1A7FF5 0%, #1A30F5 100%);
    box-shadow: 0px 5px 15px rgba(26, 94, 245, 0.15);
    border: 0;
    border-radius: 6px;
    text-align: center;
    position: relative;
    font-weight: 400;
    font-size: 13px;
    line-height: 25px;
    height: 40px;
    padding: 6px 15px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
    white-space: nowrap;
    color: #fff;
}
.cart_price_wr {
    position: relative;
    display: flex;
    align-items: end;
    gap: 10px;
    justify-content: end;
    white-space: nowrap;
    margin-bottom: 18px;
}
.line_price {
    font-weight: 700;
    font-size: 21px;
    line-height: 19px;
}
.line_price_def {
    color: #666666;
    font-weight: 700;
    font-size: 13px;
    line-height: 14px;
    text-decoration: line-through;
}
.line_sale_perc {
    position: absolute;
    font-weight: 600;
    font-size: 13px;
    line-height: 14px;
    color: #FFFFFF;
    background: #F4002A;
    padding: 3px 5px;
    border-radius: 3px;
    top: -23px;
    right: 10px;
}
.line_sale_perc:before {
    content: '';
    width: 6px;
    height: 6px;
    top: 100%;
    left: 6px;
    position: absolute;
    border-left: 6px solid transparent;
    border-top: 6px solid #ff0000;
}
.num_tov_div {
    font-weight: 700;
    font-size: 17px;
    height: 40px;
    width: 40px;
    line-height: 40px;
}
.num_tov_out {
    display: flex;
    align-items: center;
    text-align: center;
}
.chnum {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 50px;
}
.chnum.disabled {
    opacity: .6;
    cursor: not-allowed;
}
.chnum:not(.disabled):hover circle {
    stroke: #007bff;
    fill: #f3f9ff;
}
.deltovbut{
    font-size: 13px;
}
.deltovbut:hover {
    color: #007bff;
}
.deltovbut:hover path {
    stroke: #007bff;
}

.ramka.fullcart {
    width: 380px;
}
.promocode_text {
    background: #F6F6FA!important;
    border-radius: 15px 15px 0 0;
    width: 100%;
    height: 50px;
    padding-left: 20px;
}
#promocode_wrap {
    margin: -30px -20px 0;
    background: #F6F6FA;
    border-radius: 15px 15px 0 0;
}
.promocode_text:not(.collapsed) svg {
    transform: scale(1, -1);
}
#d-promocode {
    margin: 0 20px;
    padding-bottom: 20px;
}
#promo_check{
    color:#fff;
}
.cartit2 {
    padding: 20px 0 0;
    font-size: 17px;
}
.cartit_summ_span {
    font-size: 28px;
}

.cartit_line>span {
    width: 49%;
    display: inline-block;
    height: 36px;
    vertical-align: super;
}

button.btn.order_confirm {
    background: linear-gradient(180deg, #1A7FF5 0%, #1A30F5 100%);
    box-shadow: 0px 5px 15px rgba(26, 94, 245, 0.15);
    border-radius: 10px;
    width: 340px;
    height: 60px;
    color: #fff;
    font-weight: 800;
    font-size: 17px;
    margin-top: 5px;
}
.btn.order_confirm.disabled {
    width: 340px;
    height: 60px;
    background: #DCDDE1;
    border-radius: 10px;
    color: #fff;
    font-weight: 800;
    font-size: 17px;
    margin-top: 5px
}
.errorMessage {
    color: #F4002A;
    font-size: 14px;
    margin-top: 16px;
}
.fullcart3_formzakaz_user {
    width: 100%;
}
#formzakaz_user_info {
    max-width: 780px;
    margin: auto;
    transform: translate(-200px, 0);
}
.cart_user_form_col {
    background: #fff;
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 30px 20px;
    font-size: 17px;
    line-height: 21px;
}
.b_star {
    color: #007BFF;
}
.cart_user_form_col_head {
    font-size: 21px;
    line-height: 120%;
    margin-bottom: 20px;
}
.form-control {
    font-size: 17px;
    height: 50px;
    padding: 10px 15px 14px;
}
.cart_col_pre_head {
    width: 180px;
}
.form-label {
    margin-bottom: 5px;
}
#spdost .obform label {height: 50px;}
#spdost .obform label,
#d-location label,
#sposopl label {
    background: linear-gradient(180deg, #FFFFFF 0%, #F2F1F8 100%);
    border: 1px solid #C8CAD0;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05), inset 0px 0px 5px #FFFFFF;
    border-radius: 6px;
    padding: 13px 15px;
}
#spdost .obform label.checked,
#d-location label.checked,
#sposopl label.checked {
    background: #F3F9FF;
    border: 1px solid #007BFF;
}
.i_r_labels.row {gap: 0 20px;}
#sposopl {
    gap: 0 4px;
}
#spdost label.checked svg path,
#sposopl label.checked svg path {
    fill: #0062CC;
}
#d-house, #d-flat {width: 100px;max-height: 76px}
#d-street,#d-street .i_t.need {max-height: 76px}
#d-postindex {width: 115px;}
.card_sale_percent {
    font-size: 13px;
}
.pay_tooltip_wr {
    font-size: 15px;
    padding: 16px;
    line-height: 120%;
    font-weight: 300;
}
#defer_wrap label {
    margin-bottom: 10px;
    width: 100%;
    position: relative;
}
#defer_wrap label input[type="radio"] {
    position: absolute;
    right: 6px;
    top: 6px;
}
.defer_wrap_hl {
    margin-top: 10px;
    filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.05));
}
.cart_rules.form-check {
    font-size: 13px;
    line-height: 140%;
}
input#cart_rules {
    background-color: #414141;
    border-color: #414141;
    filter: invert(100%);
    opacity: 0.7;
}
.cart_deltd {
    margin-top: auto;
}
.tov_line_cart_2 {
    flex-direction: column;
}
#d-phone,#d-email{width: 50%}
@media (min-width:992px) {
    .break-before-column {
        break-before: column;
    }
}
@media (max-width: 1256px) {
    #formzakaz_user_info {
        transform: translate(0, 0);
    }
        .ramka.fullcart {
        order: 4;
    }
}

@media (max-width: 600px) {
    #spdost label, #sposopl label {
        width: 100%;
    }
    #spdost label svg, #sposopl label svg {
        display: none;
    }
    #d-phone,#d-email{width: 100%}
    #main_page {
        padding: 0 16px;
    }
    .tov_line {
        display: block;
    }
    .fullcart {
        padding: 20px 16px;
    }
    .fullcart_img {
        width: 102px;
        height: 160px;
    }
    .fullcart_img img {
        width: 102px;
        height: 160px;
    }
    .fullcart_name_href {
        font-size: 13px;
        margin-top: 10px;
    }
    .cart_price_wr {
        justify-content: start;
        margin-bottom: 0;
    }
    .line_sale_perc {
        right: auto;
        left: 75px;
    }
    .deltovbut span {
        display: none;
    }
    .deltovbut svg {
        width: 18px;
        height: 18px;
    }
    .deltovbut svg path {
        stroke: #C8CAD0;
    }
    .cart_deltd {
        margin-top: 0;
    }
    .tov_line_cart_1 {
        margin-bottom: 10px;
    }
    .tov_line_cart_2 {
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
    }
    .cart_user_form_col .row {
        flex-direction: column;
        gap: 10px;
    }
    .col-auto.cart_col_pre_head.align-self-center {
        align-self: start!important;
    }
    .tooltip_ps {
        column-count: 1;
        position: relative;
        min-width: auto;
        filter: none;
        bottom: 0;
        line-height: 24px;
        padding: 0 0 15px;
    }
}
