/* SIMPL TABS -------- start */

html.checkout-tabs-initialized .my-tabs.loading {
    opacity: 1 !important;
    visibility: visible !important;
}

.my-tabs__content.is-ajax-updating {
    overflow: hidden;
}

.breadcrumb {
    margin: 25px 0 15px !important;
    padding: 0 !important;
}

.select2 {
    width: 100% !important;
}

h1 {
    margin-top: 0;
}

.container {
    padding: 0 10px !important;
}

.simplecheckout .my-tabs .my-tabs__header {
    padding-left: 10px;
    display: flex;
    gap: 5px;
}


.simplecheckout .my-tabs .my-tabs__header .my-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    width: 217px;
    height: 50px;
    background: #f0f0f0;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: -0.03em;
    color: #7a7c7e;
    transition: 0.2s;
    background-image: none;
}


.simplecheckout .my-tabs .my-tabs__header .my-tab.active {
    background: linear-gradient(180deg, #ed1c24 0%, #c71922 100%);
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: -0.03em;
    color: #fff;
}

.simplecheckout .my-tabs .my-tabs__header .my-tab.active svg path {
    fill: #fff;
}

.simplecheckout .my-tabs .my-tabs__content {
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 12px 30px rgba(176, 176, 176, 0.16);
}

.simplecheckout .my-tabs .my-tabs__content .speshel_text {
    background: #FFF9E1;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: -0.03em;
    color: #ac6700;
    display: flex;
    align-items: center;
    gap: 20px;
    height: 60px;
    padding: 0 30px;
    margin-bottom: 30px;
}

.simplecheckout .my-tabs .my-tabs__content .wrapper-login-user,
.simplecheckout .my-tabs .my-tabs__content .simple_new_customer_wrapp {
    padding: 0 25px 50px;
    display: flex;
    justify-content: space-between;
    position: relative !important;
}

.simplecheckout .my-tabs .my-tabs__content .wrapper-login-user::after,
.simplecheckout .my-tabs .my-tabs__content .simple_new_customer_wrapp::after {
    content: "";
    position: absolute;
    height: calc(100% - 25px);
    width: 1px;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #EDF1F7;
}


.simplecheckout .my-tabs .my-tabs__content .wrapper-login-user > div,
.simplecheckout .my-tabs .my-tabs__content .simple_new_customer_wrapp > div {
    width: calc(50% - 37px) !important;
}

.simplecheckout .my-tabs .my-tabs__content .wrapper-login-user .input_wrapp {
    position: relative;
    margin-bottom: 15px;

}


.simplecheckout .my-tabs .my-tabs__content .wrapper-login-user .input_wrapp label {
    position: relative;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #000;
    margin-bottom: 5px;
}

.simplecheckout .my-tabs .my-tabs__content .wrapper-login-user .input_wrapp label::after {
    content: "*";
    color: #ed1c24;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 16px;
}

.simplecheckout .my-tabs .my-tabs__content .wrapper-login-user .input_wrapp input {
    border: 1px solid #EDF1F7;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    padding: 0 35px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    color: #7a7c7e;
}

.simplecheckout .my-tabs .my-tabs__content .wrapper-login-user .input_wrapp svg {
    position: absolute;
    bottom: 10px;
    left: 8px;
}

.simplecheckout .my-tabs .my-tabs__content .link_forgoten {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 12px;
    letter-spacing: -0.03em;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #ed1c24;
    display: block;
    width: max-content;
    margin-left: auto;
    margin-bottom: 20px;
}

.simplecheckout .my-tabs .my-tabs__content #custom-login-button {
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    background: #ed1c24;
    border: none;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}

.simplecheckout .my-tabs .my-tabs__content .line-or {
    text-align: center;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #000;
    position: relative;
    margin-bottom: 10px;
}

.simplecheckout .my-tabs .my-tabs__content .line-or::before {
    content: "";
    position: absolute;
    width: calc(50% - 27px);
    height: 1px;
    background-color: #e5e5e5;
    left: 0;
    top: 50%;
}

.simplecheckout .my-tabs .my-tabs__content .line-or::after {
    content: "";
    position: absolute;
    width: calc(50% - 27px);
    height: 1px;
    background-color: #e5e5e5;
    right: 0;
    top: 50%;
}

.simplecheckout .my-tabs .my-tabs__content #new-use {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #000;
    border: 1px solid #EDF1F7;
    border-radius: 5px;
    width: 100%;
    height: 50px;
}

.right-wrapper-login-user .title-info,
.right-wrapper-new-user .title-info {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: -0.03em;
    color: #000;
    text-align: start;
    margin-bottom: 30px;
}

.right-wrapper-login-user .item-advantages,
.right-wrapper-new-user .item-advantages {
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    color: #7a7c7e;
    margin-bottom: 20px;
}

/* SIMPL TABS -------- end */




.simple-content {
    /*margin: 0px 5px;*/
    margin-top: 27px;
}
.simple-content fieldset {
    text-align: left;
}
.simplecheckout-cart-product{
    position:relative;
    flex-direction: column;
}
.simplecheckout-block-content fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    outline: none;
    margin-left: -15px;
    margin-right: -15px;
}
div#simplecheckout_comment textarea{
    border-radius: 5px;
    border: 1px solid #EDF1F7;
	background: #FFF;
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 14px;
	color: #000;
}

div#simplecheckout_comment textarea::placeholder {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 14px;
	color: #7a7c7e;
}

.simple-content fieldset h3 {
    margin: 0;
}
.simple-content .name {
    float: none !important;
}
.simple-content .button, #simplecheckout_login .button {
    margin: 0px !important;
}
.simple-content .buttons {
    margin: 0 0 28px;
    border: none;
}
.simple-content .form-control {
    width: 100%;
}
.item-cart-simplecheckout {
    display: flex;
    width: 100%;
}
#simplecheckout_login .buttons {
    margin: 0;
    border: none;
    background: inherit !important;
    padding: 0px !important;
}
.simplecheckout {
    width:100%;
}

.logged_steps {
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 12px 30px rgba(176, 176, 176, 0.16);
    padding: 20px 0 0px;
}


.simplecheckout:after {
    content:"";
    display:block;
    clear:both;
}
.simplecheckout-button-block:after {
    content:"";
    display:block;
    clear:both;
}
.simplecheckout-three-column {
    float:left;
    margin-right:2%;
    min-width: 200px;
    max-width: 500px;
    width:32%;
}
.simplecheckout-three-column + .simplecheckout-three-column + .simplecheckout-three-column {
    margin-right:0px;
    float: right;
}
.simple-empty-left img {
    width: 100%;
    max-width: 295px;
}
.simple-empty-left {
    margin-right: 90px;
}
.simple-empty .content {
    font-size: 24px;
    font-weight: 700;
    max-width: 340px;
    line-height: 1;
}
.simple-content a.simplecheckout-button-catalogbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    max-width: 190px;
    height: 50px;
    background-color: #eecebf;
    background-image: none;
    text-shadow: none;
    border-radius: 0;
    font-size: 16px;
    color: #fff;
    border: 1px solid #eecebf;
    border-radius: 10px;
    margin-top: 50px !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.simple-empty .content span {
    font-size: 64px;
    font-weight: 700;
}
.simple-empty {
    display: flex;
    justify-content: center;
    align-items: center;
}
.simplecheckout-cart-total.coupon {
    position: relative;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.simplecheckout-cart-total.coupon input {
    max-width: 200px;
    height: 50px;
    border-radius: 5px;
    background-color: #f4f4f4;
    border: 0;
    box-shadow: none;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    color: #7a7c7e;
}

.simplecheckout-cart-total.coupon input::placeholder {

}

.simplecheckout-cart-total.coupon #simplecheckout_button_cart {
    padding: 0 !important;
    background-image: none;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    overflow: hidden;
    text-shadow: none;
    box-shadow: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ed1c24;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}

.simple-content .my-tabs .btn-primary {
    width: 100%;
    border-radius: 5px;
    height: 50px;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#simplecheckout_button_next,
#button-confirm {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    width: 100% !important;
    height: 50px;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #fff;
}

#custom_simplecheckout_button_register.active {
    background: #000;
    color: #fff;
    pointer-events: none;
}

#buttons #simplecheckout_button_prev{
    border-radius: 5px;
    border: 1px solid #7A7C7E;
    background: rgba(217, 217, 217, 0.00);
    width: 178px;
    height: 51px;
    flex-shrink: 0;
    color: #000;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    width: 100%;
}
/* для элемента input c type="radio" */
.custom-radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* для элемента label связанного с .custom-radio */
.custom-radio+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

/* создание в label псевдоэлемента  before со следующими стилями */
.custom-radio+label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 50%;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}

/* стили при наведении курсора на радио */
.custom-radio:not(:disabled):not(:checked)+label:hover::before {
    border-color: #ED1C24;
}

/* стили для активной радиокнопки (при нажатии на неё) */
.custom-radio:not(:disabled):active+label::before {
    background-color: #ED1C24;
    border-color: rgb(0, 0, 0);
}

/* стили для радиокнопки, находящейся в фокусе */
.custom-radio:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.699);
}

/* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
.custom-radio:focus:not(:checked)+label::before {
    border-color: #ED1C24;
}

/* стили для радиокнопки, находящейся в состоянии checked */
.custom-radio:checked+label::before {
    border-color: #ED1C24;
    background-color: #ED1C24;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* стили для радиокнопки, находящейся в состоянии disabled */
.custom-radio:disabled+label::before {
    background-color: rgba(0, 0, 0, 0.699);
}

@media only screen and (max-width:768px) {
    .simplecheckout-three-column {
        display:block;
        float: none;
        min-width: auto !important;
        max-width: 1900px !important;
        width: 100%;
    }
}
.simplecheckout-left-column {
    float:left;
    margin-right:10px;
    min-width: 280px;
    max-width: 900px;
    width:52%;
}
.simplecheckout-right-column {
    float:right;
    min-width: 280px;
    max-width: 900px;
    width:46%;
}
.checkout-cart-heading {
    font-size: 24px;
    font-family: 'Manrope SemiBold';
    padding: 10px;
    padding-left: 30px;
    margin-bottom: 10px;
}
.simplecheckout-cart-wraper {
    border: 1px solid #d9d9d9;
    padding: 10px;
    background-color: #fff;
}
.simplecheckout-cart-products {
    position: relative;
}
.simplecheckout-cart-product {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    border-bottom: 1px solid #EDF1F7;
    padding-bottom: 10px;
}
.simplecheckout-cart-product-name.product-warning a {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: -0.02em;
    color: #222b45;
}
.simplecheckout-cart-product-name a {
    color: #222B45;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
}
.note-label {
    font-size: 12px;
    margin-left: 60px;
}
.form-horizontal .form-group {
    width: 49%;
    margin-bottom: 15px;
}
.simple-remove-wraper {
    margin-left: auto;
}
#simplecheckout_button_prev{
    background-color: #ED1C24;
}
.simple-remove {
    width: 25px;
    height: 25px;
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: none;
}
.simple-remove:hover svg path {
    fill: #ED1C24;
}
.simplecheckout-cart-product-name .note{
    margin-bottom: 10px;
    margin-top: 10px;
}
.simplecheckout .form-horizontal label {
    margin-bottom: 0;
    font-size: 14px;
    display: block;
    text-align: left !important;
    line-height: 2;
}
.simplecheckout-block .simplecheckout-block-content textarea {
    border: 1px solid #d9d9d9;
    border-radius: 0;
    padding: 0;
    padding: 15px;
    outline: none;}
.form-horizontal input, .form-horizontal select {
    width: 100%;
    height: 40px;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    padding: 0;
    padding-left: 15px;
}
.checkout-simplecheckout [class^="col-"],
.checkout-simplecheckout [class*=" col-"]{
    width: 100%;
}
.simple-quantity {
    width: 30px;
    height: 30px;
    background: #fff;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 1;
    border-radius: 11px;
    border: 1px solid #EDF1F7;
}
.simple-quantity-input {
    width: 42px !important;
    height: 30px;
    background-color: #fff;
    padding: 0;
    margin: 0;
    border: none;
    text-align: center;
    color: #C5CEE0;
    font-size: 16px;
    font-style: normal;
    line-height: 22px;
}
.quantity {
    display: flex;
}
button.simple-quantity svg {
    width: 30px;
}
.simple-price,
.simple-total {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    color: #222b45;
}
.simple-price{
    color: #222B45;
    font-size: 15px;
    font-style: normal;
    line-height: 20px;
}
.simple-price span,
.simple-total span {
    display: block;
}
.simple-price span:first-child,
.simple-total span:first-child {

}
.simplecheckout-cart-product-image {
    display: flex;
    flex: 0 0 auto;
    border: none;
    margin-right: 12px;
    /*width: 80px;*/
}
.simplecheckout-cart-product-content {
    width: calc(100% - 92px);
}
b, strong{
    font-weight: unset !important;
}
.simplecheckout-cart-product-image img{
    max-width: 100px;
}
.simplecheckout-cart-product-image a {
    display: flex;
}
@media screen and (max-width: 1279px) {
    .simplecheckout-cart-product-name {
        width: 250px;
    }
}
@media screen and (max-width: 1023px) {
    #buttons .btn-primary.button_oc{
        width: 100% !important;
        min-width: 140px;
    }

    #simplecheckout_step_menu h4.panel-title {
        font-size: 16px;
    }
    .simplecheckout-vertical-menu .checkout-heading .simple-step-value {
        width: 30px !important;
        height: 30px !important;
        font-size: 14px !important;
        margin-right: 10px;
        
    }
    .simplecheckout.full:after {
        display: none;
    }
    /*.simplecheckout-block {
        padding-left: 0 !important;
    }*/
    .checkout-simplecheckout [class^="col-"], .checkout-simplecheckout [class*=" col-"]{
        padding-left: 0;
        padding-right: 0;
    }
    .checkout-simplecheckout fieldset{
        padding: 0;
    }
    .checkout-simplecheckout .form-horizontal .form-group{
        margin-left: 0;
        margin-right: 0;
    }
    .checkbox label, .radio label{
        padding-left: 0;
    }
    .simple-content .buttons {
        padding-left: 0 !important;
    }
    .simple-empty {
        flex-direction: column;
        margin-bottom: 50px;
    }
    .simple-empty-left {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .simplecheckout-three-column {
        display: block;
        float: none;
        min-width: auto !important;
        max-width: 1900px !important;
        width: 100%;
    }
    .simplecheckout-cart-product {
        flex-wrap: wrap;
        padding: 10px;
        margin-left: 0;
        margin-right: 0;
    }
    .checkout-cart-heading {
        padding-left: 10px;
    }
    .simplecheckout-cart-product-name {
        width: calc(100% - 200px);
    }
    .simple-remove-wraper {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 22;
    }
    .simple-price,
    .simple-total {
        flex-direction: row;
        align-items: center;
        margin-top: 15px;
    }
    .simple-price span:first-child,
    .simple-total span:first-child {
        margin-bottom: 0;
        margin-right: 15px;
    }
    .simple-quantity-wraper {
        margin-top: 15px;
    }
    .form-horizontal .form-group {
        width: 100%;
    }.simple-remove-wraper.simple-remove-mobile svg,
     .simple-remove-wraper.simple-remove-mobile{
         display: flex !important;
         opacity: 1 !important;
         visibility: visible !important;

         width: 30px !important;
         height: 30px !important;
     }
}
@media screen and (max-width: 767px) {
    .checkout-cart-heading {
        font-size: 16px;
    }
    .simple-empty-left img {
        max-width: 155px;
    }
    .simple-empty .content {
        font-size: 20px;
        max-width: 240px;
    }
    .simple-content a.simplecheckout-button-catalogbtn {
        max-width: unset;
    }
    .simple-empty .content span {
        font-size: 44px;
    }
    .simplecheckout-cart-product-name {
        width: 100%;
        margin: 0;
    }
    .simplecheckout-cart-product-image {
        margin: auto;
        margin-bottom: 20px;
    }
    .simple-price,
    .simple-total {
        font-size: 14px;
        margin-top: 10px;
    }
    .simple-quantity-wraper {
        margin-top: 10px;
    }
    .simplecheckout-cart-product-name {
        font-size: 14px;
    }
}
@media only screen and (max-width:1024px) {
    .simplecheckout-left-column {
        display:block;
        float: none;
        min-width: auto !important;
        max-width: 1900px !important;
        width: 100% !important;
    }
    .simplecheckout-right-column {
        display:block;
        float: none;
        min-width: auto !important;
        max-width: 1900px !important;
        width: 100% !important;
    }
}
@media only screen and (max-width:1200px) {
    .simplecheckout label.col-sm-2 {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media only screen and (max-width:768px) {
    .simplecheckout label.col-sm-2 {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.simplecheckout-block {
    clear: both;
    margin-bottom: 10px;
    position: relative;
}
@media only screen and (min-width:1200px) {
    .simplecheckout-block-content>fieldset:nth-of-type(2),
    .simplecheckout-block-content>fieldset:nth-last-of-type(2) {
        width: 49%;
        margin-right: 1%;
        float: left;
        text-align: left;
    }
}
.simplecheckout-block-content:after {
    content:"";
    display:block;
    clear:both;
}
.simpleregister {
    margin-bottom: 5px;
}
.simpleregister-block-content {
    margin-bottom: 10px;
    padding: 10px;
}
@media only screen and (min-width:1200px) {
    .simpleregister-block-content>fieldset:nth-of-type(2),
    .simpleregister-block-content>fieldset:nth-last-of-type(2) {
        width: 49%;
        margin-right: 1%;
        float: left;
        text-align: left;
    }
}
.simpleregister-block-content:after {
    content:"";
    display:block;
    clear:both;
}
@media only screen and (max-width:600px) {
    .simpleregister-block-content .simplecheckout-customer {
        width: 100%;
    }
}
.simpleregister-button-block {
    overflow: auto;
    margin-bottom: 20px;
    padding: 6px;

    background: none repeat scroll 0 0 #FFFFFF;
    text-align:right;
}
.simpleregister-button-right {
    float: right;
    text-align: right;
}
.simpleregister-button-left {
    float: left;
    text-align: left;
}
.simplecheckout-methods-table {
    width: 100%;
}
.simplecheckout-methods-table td.code {
    width: 1px;
}
.simplecheckout-methods-table td.title {
    padding: 5px;
}
.simplecheckout-methods-table td.title label {
    display: block !important;
}
.simplecheckout-methods-table td.quote {
    width: 15%;
    text-align: right;
}
.simplecheckout-methods-description {
    padding: 5px;
    margin: 5px 0px;
}
.simplecheckout-required {
    color: #FF0000;
    font-weight: bold;
}
.simplecheckout-button-block {
    display: block;
    margin-bottom: 20px;
    text-align:right;
}
.simplecheckout-button-right {
    float: right;
    text-align: right;
    width: 100%;
}
.simplecheckout-button-left {
    float: left;
    text-align: left;
    width: 100%;
    margin-top: 10px;
}
.simplecheckout-button {
    display: inline-block;
    padding: 6px 12px 6px 12px;
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
    background: url('../image/button.png') top left repeat-x;
    -webkit-box-shadow: 0px 2px 2px #DDDDDD;
    -moz-box-shadow: 0px 2px 2px #DDDDDD;
    box-shadow: 0px 2px 2px #DDDDDD;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    font-family: 'Manrope SemiBold';
    line-height: 12px;
    cursor: pointer;
    -khtml-border-radius: 7px 7px 7px 7px;
}
.simplecheckout-button-left .button {
    margin: 0;
}
@media only screen and (max-width:780px) {
    .simplecheckout-button-left {
        display: none;
    }
}
.simplecheckout-button:hover {
    background: url('../image/button-active.png') repeat-x;
}

#simplecheckout_customer .simplecheckout-block-content {
    text-align: center;
}
.simplecheckout-login {
    display: inline-block;
}
.simplecheckout-login-left {
    width:50%;
    text-align: left;
}
.simplecheckout-login-right {
    width:50%;
    text-align:left;
}
.simplecheckout-login-right .button {
    float: left;
    margin: 0;
}
.simplecheckout-login-right input {
    max-width: 160px !important;
    text-align:left;
}
#simplecheckout_cart .form-control {
    display: inline-block !important;
    min-width: 50px;
}
.simplecheckout-cart {
    margin: 0px !important;
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
}
.simplecheckout-cart-total {
    padding: 7px 3px;
    font-size: 16px;
    /* border-right: 1px solid #DDDDDD;
      border-bottom: 1px solid #DDDDDD;
      border-left: 1px solid #DDDDDD; */
    text-align: right;
}
.simplecheckout-cart-total:after {
    content:"";
    display:block;
    clear:both;
}
.simplecheckout-cart-total .buttons {
    background: inherit !important;
    padding: 0px !important;
}
.simplecheckout-cart-total input {
    margin-right: 0px !important;
    max-width: 100px;
}
.simplecheckout-cart-total span.inputs {
    margin: 0 3px 0 0 !important;
    display: inline-block !important;
}
.simplecheckout-cart-total span.inputs input[type=text]{
    margin: 0px;
}
.simplecheckout-cart-total-value {
    display: inline-block;
    margin: 0px 3px;
    min-width: 60px;
}
.simplecheckout-cart-total-remove {
    display: inline-block;
    width: 18px;
    text-align: center;
}
.simplecheckout-cart-total-remove img {
    vertical-align: -2px;
    cursor: pointer;
}
.simplecheckout-cart col.image {
    width: 5%;
}
.simplecheckout-cart col.name {

}
.simplecheckout-cart col.model {
    width: 10%;
}
.simplecheckout-cart col.quantity {

}
.simplecheckout-cart col.price {
    width: 10%;
}
.simplecheckout-cart col.total {
    width: 10%;
}
.simplecheckout-cart col.remove {
    width: 7px;
}
.simplecheckout-cart th {
    padding: 8px;
    border-bottom: 1px solid #DDDDDD;
    background-color: #F8F8F8;
    color: #4D4D4D;
    font-weight: bold;
}
.simplecheckout-cart th.image {
    width: 1px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: static !important;
}
.simplecheckout-cart th.name {
    text-align: center;
}
.simplecheckout-cart .name {
    font-size: inherit !important;
}
.simplecheckout-cart th.model {
    text-align: center;
}
.simplecheckout-cart th.quantity {
    text-align: center;
}
.simplecheckout-cart .price {
    text-align: right;
    display: table-cell !important;
    font: inherit !important;
    font-weight: bold !important;
}
.simplecheckout-cart .total {
    text-align: right;
    display: table-cell !important;
    font: inherit !important;
    font-weight: bold !important;
}
.simplecheckout-cart .quantity {
    display: table-cell !important;
    float: none !important;
    position: static !important;
}
.simplecheckout-cart th.remove {
    width: 7px;
    text-align: center;
}
.simplecheckout-cart td {
    padding: 7px;
    border-bottom: 1px solid #DDDDDD;
    vertical-align: top;
}
.simplecheckout-cart td.image {
    text-align: center;
    display: table-cell;
    vertical-align: middle !important;
    position: static !important;
}
.simplecheckout-cart td.name {
    text-align: center;
}
.simplecheckout-cart td.name div.image {
    display: none;
}
.simplecheckout-cart td.model {
    text-align: center;
}
.simplecheckout-cart td.quantity {
    min-width:70px;
    vertical-align:top;
    text-align: center;
    white-space: nowrap;
}
.simplecheckout-cart td.quantity input {
    float: none !important;
}
.simplecheckout-cart  td.quantity .input-group {
    margin: auto !important;
}
.simplecheckout-cart  td.quantity .quantity button {
    margin: 0 !important;
}
.simplecheckout-cart td.quantity img {
    display:inline-block;
    border: 0px;
    cursor:pointer;
}
.simplecheckout-cart td.price {
    text-align: right;
    white-space: nowrap;
    display: table-cell !important;
    font: inherit !important;
}
.simplecheckout-cart td.total {
    text-align: right;
    white-space: nowrap;
    display: table-cell !important;
}
.simplecheckout-cart td.remove {
    padding-right: 3px;
    padding-left: 3px;
    width: 7px;
    vertical-align: top;
    text-align: center;
}
.simplecheckout-cart td.remove img {
    max-width: 30px !important;
    cursor: pointer;
}
.simplecheckout-cart td.product-warning {
    color: #FF0000;
    font-weight: bold;
}
.simplecheckout-cart td.right {
    vertical-align: middle;
    text-align: right;
}
.simplecheckout-three-column .simplecheckout-cart col.image,
.simplecheckout-three-column .simplecheckout-cart th.image,
.simplecheckout-three-column .simplecheckout-cart td.image,
.simplecheckout-three-column .simplecheckout-cart col.price,
.simplecheckout-three-column .simplecheckout-cart th.price,
.simplecheckout-three-column .simplecheckout-cart td.price,
.simplecheckout-three-column .simplecheckout-cart col.model,
.simplecheckout-three-column .simplecheckout-cart th.model,
.simplecheckout-three-column .simplecheckout-cart td.model {
    display: none;
}
.simplecheckout-three-column .simplecheckout-cart td.name .image {
    display: block;
}
.simplecheckout-scroll{
    overflow-y:scroll;
    max-height:300px;
}
.simplecheckout-error-text {
    display: block;
    margin-top: 3px;
    color: #FF0000;
}
.simplecheckout-warning-text {
    margin: 5px 0;
    font-weight: bold;
}
.simplecheckout-warning-block {
    clear: both;
    margin-bottom: 15px;
    padding: 10px 10px 10px 33px;
    border: 1px solid #F8ACAC;
    border-radius: 5px 5px 5px 5px;
    color: #555555;
    text-align: left;
}
.simpleregister-warning-block {
    margin-bottom: 15px;
    padding: 10px 10px 10px 33px;
    border: 1px solid #F8ACAC;
    border-radius: 5px 5px 5px 5px;
    color: #555555;
    text-align: left;
}
.simplecheckout-proceed-payment {
    display: none;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}
#simple_payment_address_block {
    margin-top: 15px;
}
.simplecheckout-customer-same-address {
    text-align: left;
    margin: 15px 0px;
}
#simplecheckout_login {
    margin: auto;
    text-align: center;
}
#simplecheckout_payment_form {
    padding: 5px;
}
#simplecheckout_payment_form .checkout-content {
    display: block;
}
#simplecheckout_payment_form div.buttons {
    display: none;
}
#simplecheckout_login .simplecheckout-block-content {
    padding: 5px !important;
}
#simple_login_layer {
    position:absolute;
    top:0;
    left:0;
    z-index:99990;
    display:none;
    width:100%;
    background-color:#ED1C24;
}
#simple_login {
    position:fixed;
    z-index:99991;
    display: none;
    padding:5px;
    width:300px;
    height:250px;
    border:1px solid #FFD9FF;
    -webkit-border-radius:7px 7px 7px 7px;
    -moz-border-radius:7px 7px 7px 7px;
    border-radius:7px 7px 7px 7px;
    background:none repeat scroll 0 0 #FFFFFF;
    -khtml-border-radius:7px 7px 7px 7px;
}
#simple_login:after {
    content:"";
    display:block;
    clear:both;
}
#simple_login_header {
    padding: 0px 0px;
    text-align: right;
}
#simple_login_header img {
    margin: 0 0 0 auto;
}
.you-will-be-registered {
    font-weight: bold;
    margin-bottom: 10px;
}
.simplecheckout label input, .simpleregister label input {

}
#simple_summary {
    display: none;
}
#simplecheckout_step_menu {
    margin-bottom: 10px;
}
.simple-step {
    display: inline-block;
    padding: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #D9D9D9;
    color: #ED1C24;
    font-size: 13px;
    -khtml-border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    margin-bottom: 5px;
}
.simple-step-current {
    display: inline-block;
    padding: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #38B0E3;
    color: #FFFFFF;
    font-size: 13px;
    -khtml-border-radius: 5px 5px 5px 5px;
}
.simple-step-delimiter {
    display: inline-block;
    vertical-align: middle;
    line-height: 13px;
    margin: 0px 5px;
}
.simple-step-completed {
    display: inline-block;
    padding: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #38B0E3;
    color: #FFFFFF;
    font-size: 13px;
    -khtml-border-radius: 5px 5px 5px 5px;
}
.simple-step-completed a {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-size: 13px !important;
}
.simplecheckout-summary-info {
    margin-top: 15px !important;
}
.simplecheckout-summary-info th.name {
    text-align: left;
}
.simplecheckout-summary-info td {
    text-align: left;
}
.simplecheckout-cart-buttons .buttons {
    border: none !important;
    padding: 0 !important;
}
#simple_login .simplecheckout-block-content {
    border: none !important;
}
#temp_flat_container {
    text-align: center;
    margin: 10px 0px 20px 0px;
}
#simplecheckout_comment .simplecheckout-block-content {
    border: 0 !important;
    padding: 0 !important;
}
#simplecheckout_comment textarea {
    width: 100% !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100px;
}
.simple-content input[type=text],
.simple-content input[type=password],
.simple-content input[type=email],
.simple-content input[type=tel],
.simple-content input[type=phone],
.simple-content input[type=date],
.simple-content input[type=time],
.simple-content select,
.simple-content textarea {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px !important;
}
.checkout-heading:after {
    content:"";
    display:block;
    clear:both;
}
.simple-content .checkout-heading {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #000;
    font-style: normal;
    line-height: normal;
    padding: 0;
    margin-bottom: 5px;
}
#simplecheckout_payment .simplecheckout-block-content .note-label {
    margin-bottom: -5px;
    margin-top: -10px;
}
.checkout-heading span {
    display: inline-block !important;
    float: left;
}
.checkout-heading-button {
    float: right !important;
    display: inline-block !important;
}
.simplecheckout-select-address {
    text-align: left;
    margin-bottom: 10px;
}
.simple-captcha-container {
    margin-top: 5px;
}
.simplecheckout-tooltip {
    display: none;
}
#easyTooltip {
    padding:5px;
    border:1px solid #ccc;
    background:#fde910;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 0px 2px 2px #DDDDDD;
    -moz-box-shadow: 0px 2px 2px #DDDDDD;
    box-shadow: 0px 2px 2px #DDDDDD;
    opacity:1 !important;
}
#easyTooltip:before {
    content:'';
    position:absolute;
    left:10px;
    top:-8px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #fde910;
}
.simplecheckout-cart i {
    cursor: pointer;
}

.simple-content .table-responsive{
    margin-bottom: 0 !important;
    border: none !important;
}

@media only screen and (max-width:640px) {
    .simplecheckout-cart col.image,.simplecheckout-cart th.image,.simplecheckout-cart td.image {
        display: none;
    }
    .simplecheckout-cart col.model,.simplecheckout-cart th.model,.simplecheckout-cart td.model {
        display: none;
    }
    .simplecheckout-cart col.price,.simplecheckout-cart th.price,.simplecheckout-cart td.price {
        display: none;
    }
    .simplecheckout-cart td.name div.image {
        display: block;
    }

}
@media only screen and (max-width:1000px) {
    .simplecheckout-cart col.model,.simplecheckout-cart th.model,.simplecheckout-cart td.model {
        display: none;
    }
}
@media only screen and (max-width:600px) {
    #total_shipping span:first-child {
        max-width: 300px;
        display: inline-block;
    }
    td.quantity button[data-onclick*="Quantity"] {
        display: none;
    }
}
@media only screen and (max-width:420px) {
    #total_shipping span:first-child {
        max-width: 200px;
        display: inline-block;
    }
}

.row-customer_register {
    display: none;
}

.row-customer_register .radio {
    display: inline-block !important;
    margin-right: 10px;
}
.simplecheckout-vertical-menu .checkout-heading {
    cursor: pointer;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 0 20px;
}

.my-pane .simplecheckout-vertical-menu .checkout-heading {
    padding: 0;
}

.simple-step-value {
    margin-right: 20px;
}

.simplecheckout-top-menu .simple-step-value {
    font-size: 16px;
    background-color: #ED1C24;
    width: 40px;
    height: 40px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 100%;
}
.simplecheckout-bottom-menu .simple-step-value {
    border-radius: 10px;
    border: 0;
    background: #F4F4F4;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #000;
    border-radius: 100%;
}
.my-pane .checkout-heading.simple-step-vertical.simple-step-vertical-completed{
    padding: 0;
}

.checkout-heading.simple-step-vertical.simple-step-vertical-completed

.simple-step-value {
    background-color: #ED1C24;
    color: #fff;
}
.simplecheckout-steps-wrapper {
    padding: 0 20px;
}
.left-wrapper-new-user .simplecheckout-steps-wrapper {
    padding: 0;
}
.simple-step-vertical-completed {

}
#agreement_checkbox {
    float: left;
    margin-right: 20px;
}
#agreement_checkbox .checkbox {
    margin: 0;
}
.simplecheckout-summary-totals .simplecheckout-cart-total {
    border: 0;
}

/* new code */
body {
    background: #F4F4F4;
}
.simple-content > div {
    display: flex;
}
div#simplecheckout_cart{
    padding-top: 32px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 26px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 12px 30px rgba(176, 176, 176, 0.16);
}
.title-cart {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #000;
    margin-bottom: 10px;
}
div#total_sub_total, .simplecheckout-cart-total-remove, .simplecheckout-cart-total:after {
    display: none;
}
.simplecheckout.full .form-group{
    width: 100%;
}
div#total_total {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #222B45;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
}
.simple-remove-wraper.simple-remove-mobile {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 7;
}
.simplecheckout-cart-product-content-top {
    margin-right: 25px;
    width: 100%;
}
.simplecheckout-cart-product-content-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #000;
    font-style: normal;
    line-height: normal;
}
#simplecheckout_customer .checkout-heading.panel-heading {
    display: none;
}
#simplecheckout_shipping .simplecheckout-block-content label, #simplecheckout_payment .simplecheckout-block-content label {
    color: #000;
    font-size: 14px;
    font-style: normal;
}
.form-vertical label {
    color: #000;
    font-size: 16px;
    font-style: normal;
}
div#simplecheckout_shipping p {
    margin-left: 15px;
}
.content-coupon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.text_auto {
    width: calc(50% - 23px);
    text-align: start;
    margin-left: auto;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 12px;
    color: #7a7c7e;
}

.text_auto span {
    color: #ed1c24;
}

@media(min-width: 1400px){
    div#simplecheckout_cart, .section-simple-cart{
        width: 550px;
        height: auto;
    }
    .simplecheckout {
        width: calc(100% - 550px);
        margin-left: 10px;
    }
    h1 {
        font-size: 36px;
        color: #000;
        font-family: 'Manrope-SemiBold';
    }
    .sticky {
        position: sticky;
        top: 110px;
    }
}
@media(max-width: 1399px){
    .simplecheckout {
        width: calc(100% - 550px);
        margin-left: 37px;
    }
    div#simplecheckout_cart, .section-simple-cart{
        min-width: 550px;
        height: auto;
    }
}
@media(max-width: 1200px){
    .simple-content > div{
        flex-direction: column;
    }
    .simplecheckout{
        margin-left: 0;
    }
    .simplecheckout, #simplecheckout_cart {
        width: 100%;
    }
    div#simplecheckout_cart, .section-simple-cart{
        min-width: 100%;
    }
    .simplecheckout.full .form-group{
        width: 100%;
    }
    h1 {
        font-size: 24px !important;
        color: #000;
        font-family: 'Manrope-SemiBold';
    }

}
/* ----- */
input#customer_perezvon {
  width: 22px;
    height: 22px;
    background-color: #ffffff;
    border: 2px solid #EDF1F7;
    border-radius: 4px;
    appearance: none;
    cursor: pointer;
    margin-top: -1px;
}
#customer_perezvon:focus {
  outline: none;
}
#customer_perezvon:checked::after {
  position: absolute;
  content: "✔";
  top: 0;
  left: 5px;
  color: #ed1c24;
  font-size: 14px;
}
.form-group.row-customer_perezvon {
    display: flex;
    width: auto !important;
    flex-direction: row-reverse;
    align-items: center;
    gap: 8px;
    padding-left: 5px;
    margin-bottom: 0;
}
.form-group.row-customer_perezvon > label {
    min-width: 176px !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
}
.form-group.row-customer_perezvon .checkbox input[type=checkbox]{
    margin-left: -18px;
}
.form-group.row-customer_perezvon .col-sm-12 {
    padding-left: 0px;
    padding-right: 0;
}
.form-group.row-customer_perezvon > div {
    width: auto !important;
    display: flex;
    align-items: center;
    order: 1;
}
.form-group.row-customer_perezvon .text_checkbox {
    display: none;
}

.free_shipping, .payment_shipping, .opt-sale {

        background: #EDF4E6;
        height: 40px;
        padding: 0 15px;
        display: flex;
        align-items: center;
        justify-content: start;
        font-size: 14px;
        font-weight: 400;
        line-height: 19px;
        color: #197B00;
        border-radius: 5px;
    }

    .payment_shipping svg {
        margin-right: 15px;
    }

    .payment_shipping b {
        font-weight: 700 !important;
    }

    .opt-sale{margin-bottom:20px;}
    .message-shipping{
        display: flex;
        align-items: center;
        padding-top: 25px;
        padding-left: 30px;
        padding-right: 20px;
        padding-bottom: 30px;
        border-radius: 10px;
        background: #FFF;
       box-shadow: 0 12px 30px rgba(176, 176, 176, 0.16);
    }
    .title-shipping{
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 5px;
    }
    .icon-shipping svg{
        margin-right: 22px;
    }
    .red{
        color: #ED1C24;
        font-weight: 700;
    }
    .section-simple-cart {
        width: 550px;
        height: 100%;
    }
    span.bold {
        font-weight: 700;
        margin-left: 5px;
        margin-right: 5px;
    }


@media (max-width: 998px) {
    .section-simple-cart {
        margin-bottom: 30px;
    }

    .simplecheckout-cart-total.coupon {
        flex-direction: column;
        align-items: start;
    }

    .simplecheckout-cart-total.coupon .content-coupon {
        margin-bottom: 10px;
    }

    .section-simple-cart {
        width: 100%;
    }

    .text_auto {
        width: 100%;
        margin-left: auto;
    }

    .simplecheckout-cart-product {
        margin-bottom: 10px;
    }

     .payment_shipping {
        height: auto;
        min-height: 40px;
        padding: 10px 15px;
        gap: 10px;
    }

    .payment_shipping svg {
        flex: 0 0 24px;
        width: 24px;
        height: 24px;
        margin-right: 0;
        margin-top: 1px;
    }

    .payment_shipping .shipping_text {
        display: block;
        width: auto;
        max-width: 100%;
        min-width: 0;
        flex: 1 1 auto;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .payment_shipping .shipping_text .bold {
        display: inline;
        margin-left: 3px;
        margin-right: 3px;
    }

    .simplecheckout .my-tabs .my-tabs__header .my-tab {
        width: max-content;
        min-width: 150px;
        padding: 0 10px;
    }

    .simplecheckout .my-tabs .my-tabs__header .my-tab svg {
        display: none;
    }

    .simplecheckout .my-tabs .my-tabs__content .speshel_text {
        font-size: 12px;
        gap: 10px;
        padding: 0 10px;
    }

    .simplecheckout .my-tabs .my-tabs__content .wrapper-login-user, 
    .simplecheckout .my-tabs .my-tabs__content .simple_new_customer_wrapp { 
        flex-direction: column;
        gap: 30px;
        padding: 0 15px 50px;
    }

    .simplecheckout .my-tabs .my-tabs__content .wrapper-login-user > div, 
    .simplecheckout .my-tabs .my-tabs__content .simple_new_customer_wrapp > div { 
        width: 100% !important;
    }

    .simplecheckout .my-tabs .my-tabs__content .wrapper-login-user::after, 
    .simplecheckout .my-tabs .my-tabs__content .simple_new_customer_wrapp::after {
        display: none;
    }

    .form-group.row-customer_perezvon {
        width: 100% !important;
    }
}