section.cart *, #simplecheckout_form_0 * {
    font-family: 'Montserrat';
}
section.cart {
    padding: 40px 0 80px;
}
section.cart .cabinet__content {
    width: calc(100% - 340px);
    padding: 0 20px 0 15px;
}
section.cart .cabinet__nav {
    width: 340px;
    padding: 0;
}
section.cart .cart-content {
    background: transparent;
    border-radius: 0;
}
section.cart .cart-item:not(:last-child) {
    border-bottom: none;
    margin-bottom: 8px;
}
section.cart .cart-item {
    padding: 15px;
    padding-bottom: 30px;
    background: #FFFFFF;
    box-shadow: 0 0 15px rgb(0 0 0 / 7%);
    border-radius: 5px;
    flex-direction: row;
    align-items: center;
}
section.cart .cart-item__title {
    width: 310px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #4F4F4F;
}
section.cart .cart-item__counter > div {
    background: #f6f6f6;
    width: 30px;
}
section.cart .cart-item__counter > input {
    border: none;
    width: 40px;
    height: 30px;
    background: #f6f6f6;
    border-right: 1px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #363636;
}
section.cart .cart-item__counter {
    padding: 0;
    background: #f6f6f6;
    margin: 0 50px;
    align-items: center;
    border-radius: 5px;
}
section.cart .cart-item__counter > div img {
    transition: all 0.3s;
    width: 8px;
}
section.cart .cart-item__counter > div:hover img {
    filter: invert(12%) sepia(60%) saturate(7409%) hue-rotate(350deg) brightness(95%) contrast(110%);
}

section.cart .cart-item__total-price, section.cart .cart-item__price-current {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #D7000F;
}
.cart-item__total {
    flex-direction: column;
    align-items: center;
}
span.cart-item__total-price-old {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-decoration-line: line-through;
    color: #828282;
    margin-bottom: 5px;
}
section.cart .cart-item__remove, .callback-popup__body .cart-item__remove {
    right: 30px;
    opacity: 1;
}
section.cart .cart-item__remove img, .callback-popup__body .cart-item__remove img {
    width: 18px;
    cursor: pointer;
}
section.cart .cart-item__remove:before, .callback-popup__body .cart-item__remove:before {
    display: none;
}

section.cart .cabinet-ordering {
    border-radius: 5px;
    padding: 25px 0 40px;
}
section.cart .cabinet-ordering__sum {
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 15px 15px;
    border-bottom: none;
    justify-content: space-between;
    align-items: center;
}
section.cart .cabinet-ordering__sum span:first-child {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}
section.cart .cabinet-ordering__sum span.sum {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    text-align: right;
}
section.cart .cabinet-ordering__sum.cabinet-ordering__total span:first-child {
    font-weight: 600;
}
section.cart .cabinet-ordering__sum.cabinet-ordering__total span:last-child {
    color: #ED1C24;
    font-weight: 700;
}
section.cart .cabinet-ordering__btn:before {
    display: none;
}
section.cart .cabinet-ordering__btn {
    justify-content: center;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    width: 308px;
    height: 45px;
    margin: 10px auto 40px;
    border-radius: 5px;
}
section.cart .cabinet-ordering .form {
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 15px;
}
section.cart .cabinet-ordering .form .form__group:not(:last-child) {
    margin: 0;
}
section.cart .cabinet-ordering .form__group input {
    border: none;
    border-bottom: 1px solid #828282;
    border-radius: 0;
    background: transparent;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #828282;
    width: 160px;
}
section.cart .cabinet-ordering .form__group input:hover {
    background: transparent;
}
section.cart .cabinet-ordering .form__group input:focus {
    border-color: #828282;
}
section.cart #button-coupon {
    padding: 0;
    border-radius: 5px;
    width: 138px;
    background: transparent;
    transition: all 0.3s;
    border: 1px solid #000000;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}
section.cart #button-coupon-remove {
    width: 138px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    padding: 0;
}
section.cart #button-coupon:hover, section.cart #button-coupon:active {
    background: #000;
    color: #FFFFFF;
}
section.cart #button-coupon:after {
    display: none;
}

@media (max-width: 1100px) {
    section.cart .cart-item__counter {
        margin: 0;
    }
    section.cart .cart-content .cart-item__actions {
        padding: 20px 18px 20px 0;
    }
    section.cart .cabinet-ordering .form .form__group {
        width: 50%;
    }
}

@media (max-width: 600px) {
    .whish-list__inner {
        width: 100%;
    }
    .popup-popup .callback-popup__box {
        width: 100%;
    }
    span.cart-item__total-price-old {
        line-height: 18px;
        margin-bottom: 2px;
    }
    .breadcrumbs {
        margin: 0 auto 20px;
    }
    .cabinet.cart .cabinet__inner {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .cabinet.cart .cabinet__nav {
        margin: 20px 0 0;
    }
    section.cart .cart-item {
        padding: 30px 20px 15px;
    }
    section.cart .cart-item:not(:last-child) {
        margin-bottom: 4px;
    }
    section.cart .cart-item__product {
        padding: 0;
        border: none;
    }
    section.cart .cart-item__image {
        width: 80px;
    }
    section.cart .cart-item__title {
        width: 100%;
        max-width: 215px;
        font-size: 14px;
        line-height: 18px;
        padding: 0;
    }
    section.cart .cart-item__total {
        margin: 0;
        padding: 0;
        width: auto;
        border-top: none;
    }
    section.cart .cart-item__actions {
        padding: 0px 0px 0 15px;
    }
    section.cart .cart-item__counter {
        margin: 0 0px 0 85px;
    }
    section.cart form#cartcart {
        max-height: 400px;
        overflow-y: scroll;
    }
    section.cart .cart-item__remove {
        right: 20px;
        top: 20px;
    }
    .callback-popup__body .cart-item__remove {
        top: 10px;
        right: 11px;
    }
    .callback-popup__body .cart-item__remove img {
        width: 15px;
    }
    section.cart .cabinet-ordering__btn {
        width: 92%;
    }
    section.cart .cabinet-ordering .form__group input {
        width: 100%;
    }
    section.cart #button-coupon, section.cart #button-coupon-remove {
        width: 44%;
    }
    section.cart .cart-item__counter > input {
        height: 27px;
    }
}

/* checkout */

.simplecheckout .cabinet__nav, .simplecheckout .cabinet__content {
    width: 100%;
    padding: 0;
}
.simplecheckout .simplecheckout-right-column {
    width: 35%;
    margin-top: 0;
}
.simplecheckout .simplecheckout-left-column {
    width: 63%;
}
#simplecheckout_customer .row-customer_email, #simplecheckout_customer .row-customer_telephone, .simplecheckout .cabinet-form__content .form-group.form__group {
    width: 50%;
}
.simplecheckout .cabinet-form__content .form__group label {
    flex: 0;
    width: fit-content;
}
.simplecheckout .form__group.required label::after, .simplecheckout_shipping__title::after {
    content: '*';
    color: #D7000F;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-left: 3px;
}
.simplecheckout .cabinet-form__content fieldset.form-horizontal {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.simplecheckout .cabinet-form__box {
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.simplecheckout .cabinet-form__box#simplecheckout_customer, .simplecheckout .cabinet-form__box#simplecheckout_shipping {
    border-radius: 5px 5px 0 0;
}
#simplecheckout_comment, .simplecheckout #simplecheckout_shipping_address {
    border-radius: 0 0 5px 5px;
    background: #fff;
}
.simplecheckout .cart-item {
    width: 100%;
    flex-wrap: wrap;
    padding: 13px 25px;
}
.simplecheckout .cart-item:not(:last-child) {
    border-bottom: none;
}
.simplecheckout .cart-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px 5px 0 0;
    background: #fff;
}
.simplecheckout .cabinet-ordering__info {
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    border-top: 1px solid #F2F2F2;
}
.simplecheckout .cart-item__price input[type="text"] {
    width: auto;
    padding: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #4F4F4F;
}
.simplecheckout .cart-item__price {
    justify-content: flex-start;
    width: 100%;
    padding: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #4F4F4F;
    align-items: center;
    margin-top: 20px;
}
.simplecheckout .cart-item__price-current {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #4F4F4F;
    margin-left: -2px;
}
.simplecheckout .cart-item__total-price {
    color: #ED1C24;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    margin-left: 7px;
}
.simplecheckout .cart-item__row {
    display: flex;
    flex-direction: column;
    width: 68%;
}
.simplecheckout .cart-item__title {
    width: 100%;
}
.cabinet-ordering__info-item:not(:last-child) {
    margin: 0;
}
.simplecheckout .cabinet-ordering__info-item {
    margin-bottom: 14px;  
}
.simplecheckout .cabinet-ordering__info-item span:first-child, .simplecheckout .cabinet-ordering__info-item span:last-child {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    padding: 0;
}
.simplecheckout .cabinet-ordering__info-item.cabinet-ordering__total span:first-child {
    font-weight: 600;
}
.simplecheckout .cabinet-ordering__info-item.cabinet-ordering__total span:last-child {
    color: #ED1C24;
    font-weight: 700;
}
#simplecheckout_form_0 #no_call {
    margin-top: 20px;
}
#simplecheckout_form_0 #no_call label {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
#simplecheckout_form_0 #no_call_check+label::before {
    top: 24px;
}
.simplecheckout .simplecheckout-cart .cabinet-form__header {
    justify-content: space-between;
}
.simplecheckout .cabinet-form__header h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #212121;
}
.simplecheckout .simplecheckout-cart .cabinet-form__header a {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #828282;
}
.simplecheckout .ordering-form__payment-item {
    padding: 15px;
}
.ordering-form__payment-item span {
    /*font-weight: 400;*/
    /*font-size: 13px;*/
    /*line-height: 20px;*/
    /*color: #828282;*/
}
.simplecheckout .ordering-form__payment {
    margin: -6px;
}
.simplecheckout .ordering-form__payment > div {
    /*-ms-flex: auto;*/
    /*-webkit-box-flex: inherit;*/
    /*flex: none;*/
    /*max-width: initial;*/
    /*width: 33%;*/
    /*height: auto;*/
    /*padding: 6px;*/
}
.simplecheckout .ordering-form__payment-item {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.simplecheckout .ordering-form__payment>div [type="radio"]:checked + label {
    background: none;
    color: #828282;
}
.checkout-simplecheckout .simple-content .simplecheckout-button-right {
    float: none;
    text-align: left;
}
.checkout-simplecheckout .simple-content .buttons {
    margin: 20px 0px 55px 0px;
    display: flex;
}
.checkout-simplecheckout .simple-content .buttons .form__submit {
    display: flex;
    padding: 0 40px;
    height: 45px;
    align-items: center;
    justify-content: center;
    background: #D7000F;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}
.simplecheckout-cart__wrapper {
    margin-top: 20px;
}
section.cart .cabinet-ordering .panel {
    border-radius: 5px;
    padding: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin: 0 15px 25px;
    text-align: center;
}
section.cart .cabinet-ordering .panel.panel-danger {
    border: 1px solid #D7000F;
    color: #D7000F;
}
section.cart .cabinet-ordering .panel.panel-success {
    border: 1px solid #049A0A;
    color: #049A0A;
}
.simplecheckout-block #shipping_address_address_1 {
    min-height: auto;
}
.simplecheckout-tooltip, .checkout-simplecheckout .tooltip {
    display: none !important;
}
#simplecheckout_shipping_address .form__group {
    width: 380px;
    margin: 0 0 15px 20px;
    position: relative;
}
#simplecheckout_shipping .cabinet-form__content {
    padding: 20px;
}
#simplecheckout_shipping_address .form__group label {
    padding: 0;
}
#simplecheckout_shipping_address .form__group label, .simplecheckout_shipping__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #828282;
}
#simplecheckout_shipping_address .row-shipping_address_dom label, #simplecheckout_shipping_address .row-shipping_address_kvartira label {
    display: none;
}
#simplecheckout_shipping_address .row-shipping_address_dom, #simplecheckout_shipping_address .row-shipping_address_kvartira {
    width: 180px;
    float: left;
}
.simplecheckout_shipping__title {
    margin-bottom: 17px;
}
#simplecheckout_shipping .radio input {
    display: none;
}
#simplecheckout_shipping .radio {
    margin-bottom: 10px;
}
#simplecheckout_shipping .radio label, #simplecheckout_shipping .radio span {
    cursor: pointer;
}
#simplecheckout_shipping .radio span{
    position: relative;
    height: 20px;
    display: inline-block;
}
#simplecheckout_shipping .radio span:before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #F3F3F3;
    margin-right: 14px !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid transparent;

}
#simplecheckout_shipping .radio span:after {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ed1c24;
    left: 5px;
    top: 7px;
    display: none;
    content: "";
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
#simplecheckout_shipping .radio input:checked + span:before {
    /*background-image: url(../img/icons/check_red.svg);*/
    /*background-size: 11px;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    border-color: #828282;
}
#simplecheckout_shipping .radio input:checked + span:after{
    display: block;
}
.simplecheckout #simplecheckout_shipping_address {
    padding-bottom: 15px;
}
.simplecheckout-block-content label + div {
    padding: 0;
}
.simplecheckout-block-content .form__group input[type=text] {
    background: #F6F6F6;
    height: 47px;
}
.row-shipping_address_city label + div, .row-shipping_address_address_3 label + div, .row-shipping_address_address_1 label + div {
    background: #F6F6F6;
    padding: 6px 50px 6px 7px;
    border-radius: 5px;
}
.simplecheckout-block-content .row-shipping_address_city input[type=text], .simplecheckout-block-content .row-shipping_address_address_3 input[type=text], .simplecheckout-block-content .row-shipping_address_address_1 input[type=text] {
    cursor: pointer;
    padding: 0 10px;
    height: 35px;
    background: #F6F6F6;
    border-radius: 5px;
    border: 0;
}
.simplecheckout-block-content .row-shipping_address_city input:focus, .simplecheckout-block-content .row-shipping_address_address_3 input:focus, .simplecheckout-block-content .row-shipping_address_address_1 input:focus {
    border-radius: 5px;
    background: #fff;
}
.row-shipping_address_address_3 .simplecheckout-rule-group:after, .row-shipping_address_address_1 .simplecheckout-rule-group:after, .row-shipping_address_city .simplecheckout-rule-group:after {
    content: '';
    background: url(../img/icons/under_cart.svg) center center/12px no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: 16px;
    right: 20px;
}
.row-shipping_address_address_3 input:focus ~ .simplecheckout-rule-group:after, .row-shipping_address_address_1 input:focus ~ .simplecheckout-rule-group:after, .row-shipping_address_city input:focus ~ .simplecheckout-rule-group:after {
    background: url(../img/icons/serch_cart.svg) center center/12px no-repeat;
}
ul.dropdown-address {
    width: 100%;
    background: #F6F6F6 !important;
    border-radius: 0px 0px 5px 5px !important;
    padding: 4px 0 !important;
    left: 0 !important;
    top: 46px !important;
    box-shadow: none !important;
}
.dropdown-address li {
    transition: all 0.2s;
}
.dropdown-address li:hover {
    background-color: #D7000F !important;
}
.dropdown-address li a {
    padding: 7px 20px !important;
    transition: all 0.2s;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
}
.dropdown-address li:hover a {
    color: #fff;
}
textarea#shipping_address_komment {
    width: 380px;
    height: 120px;
    background: #F6F6F6;
}
#simplecheckout_shipping .radio span {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #828282;
}
.simplecheckout .cabinet-ordering__info-item span.sum {
    width: 70%;
    text-align: right;
}
.cabinet-ordering__info .form {
    margin-top: 15px;
    flex-direction: row;
    justify-content: space-between;
}
.cabinet-ordering__info .form .form__group {
    margin: 0;
    width: 60%;
}
.cabinet-ordering__info .form input {
    border: none;
    border-bottom: 1px solid #828282;
    border-radius: 0;
    background: transparent;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #828282;
    width: 160px;
}
#simplecheckout_cart .cabinet-ordering__info .form .btn-red {
    padding: 0;
    border-radius: 5px;
    width: 138px;
    background: transparent;
    transition: all 0.3s;
    border: 1px solid #000000;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#simplecheckout_cart .cabinet-ordering__info .form .btn-red:hover, #simplecheckout_cart .cabinet-ordering__info .form .btn-red:active {
    background: #000;
    color: #FFFFFF;
}
#simplecheckout_cart .cabinet-ordering__info .form .btn-red.coupon-rem {
    background: #E91629;
    color: #fff;
    cursor: pointer;
    border: 1px solid #E91629;
}
#simplecheckout_cart .cabinet-ordering__info .form .btn-red.coupon-rem:hover, #simplecheckout_cart .cabinet-ordering__info .form .btn-red.coupon-rem:active {
    background: #c81323;
}
.cabinet-ordering__info .form .btn-red.btn-blick:after {
    display: none;
}

@media (max-width: 1100px) {
    .simplecheckout .cart-item {
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 20px 15px 0;
        background: #fff;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0;
    }
    .simplecheckout .cart-item__image {
        width: 80px;
        margin-right: 35px;
    }
    .simplecheckout .cart-item__title {
        padding: 0;
    }
    .simplecheckout .cart-item__row {
        width: 60%;
    }
    .simplecheckout .cart-item__price {
        margin-top: 12px;
    }
    .simplecheckout-cart__wrapper {
        margin-top: 5px;
        max-height: 280px;
        overflow-y: scroll;
        padding-bottom: 20px;
    }
}

@media (max-width: 600px) {
    .cabinet-ordering__info .form .form__group {
        margin: 0;
        width: 55%;
    }
    #simplecheckout_cart .cabinet-ordering__info .form .btn-red {
        width: 40%;
    }
    .simplecheckout .cart-item__image {
        margin-left: 0;
    }
    #simplecheckout_shipping_address fieldset {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 15px;
    }
    #simplecheckout_shipping_address .form__group {
        width: 100%;
        margin: 0;
        padding: 0 0 15px;
    }
    #simplecheckout_shipping_address .row-shipping_address_dom, #simplecheckout_shipping_address .row-shipping_address_kvartira {
        width: 48%;
        float: none;
    }
    #simplecheckout_shipping .cabinet-form__content {
        padding: 20px 15px;
    }
    textarea#shipping_address_komment {
        width: 100%;
    }
    .simplecheckout .simplecheckout-step {
        display: flex;
        flex-direction: column-reverse;
    }
    .simplecheckout .cabinet-ordering__info-item span:last-child {
        font-size: 14px;
    }
    .simplecheckout .cabinet-ordering__info-item.cabinet-ordering__total span:last-child {
        font-size: 16px;
    }
    .simplecheckout .cart-content {
        padding-bottom: 35px;
    }
    .simplecheckout .cabinet-ordering__info {
        padding: 35px 15px 20px;
    }
    #simplecheckout_customer .row-customer_email, #simplecheckout_customer .row-customer_telephone, .simplecheckout .cabinet-form__content .form-group.form__group {
        width: 100%;
    }
    .simplecheckout .ordering-form__payment > div {
        /*width: 50%;*/
        /*height: auto;*/
    }
    .ordering-form__payment-item span {
        /*font-size: 12px;*/
        line-height: 16px;
    }
    .checkout-simplecheckout .simple-content .simplecheckout-button-right, .checkout-simplecheckout .simple-content .buttons .form__submit {
        width: 100%;
    }
    .checkout-simplecheckout .simple-content .buttons {
        margin: 15px 0px;
    }
    .simplecheckout .simplecheckout-left-column {
        margin: 0;
    }
    .cabinet__inner .simple-content {
        margin: 0px 12px;
    }
    #simplecheckout_form_0 #no_call_check+label::before {
        top: 27px;
        left: -30px;
    }
    #no_call span {
        padding-left: 0px;
    }
    #no_call .checkbox {
        padding-left: 23px;
    }
    #simplecheckout_customer .form__group {
        margin: 0 0 20px;
    }
    #simplecheckout_customer .cabinet-form__content {
        padding: 30px 0px 0px;
    }
    .row-customer_firstname {
        order: 0;
    }
    .row-customer_lastname {
        order: 1;
    }
    .row-customer_second_name {
        order: 2;
    }
    .row-customer_telephone {
        order: 3;
    }
    .row-customer_email {
        order: 4;
    }
}

@media (max-width: 350px) {
    .simplecheckout .cart-item__image {
        margin-right: 21px;
    }
}

/* /checkout */