.checkout_page_heading{
    font-weight: 400;
    text-transform: uppercase;
    font-size: 38px;
    margin-bottom: 15px;
}
.checkout_page_top{padding-bottom: 25px}
.checkout_page_top_href{
    text-decoration: underline;
    text-transform: uppercase;
    font-family: var(--hv-font);
    font-size: 18px;
}

@media (min-width: 1200px) {
    .checkout_page_heading{
        text-transform: uppercase;
    }

}

.simple-content fieldset {
    text-align: left;
}

.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: 0px 0px 15px 0px;
    border: none;
}
/*.simplecheckout-button-block{display: none}*/
/*.checkout-cart-right .simplecheckout-button-block{display: block}*/
.simple-content .buttons .btn{
    width: 100%;
}
.simplecheckout-button-block .btn{
    width: auto !important;
}
.simplecheckout .free-delivery-limit-remainder{
    max-width: 420px;
    margin: 0 auto 50px;
}
.simplecheckout .free-delivery-limit-remainder__title{
    display: flex;
    gap: 14px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    justify-content: center;
    align-content: center;
}
.simplecheckout .free-delivery-limit-remainder__track{
    margin-top:15px;
}

#simplecheckout_button_login{
    font-size: 16px;
    border-radius: 10px;
    padding: 18px 24px;
    background: #56C700;
    color: #fff;
    font-weight: 400;
    font-family: var(--lt-font);
    border: 1px solid transparent;

}
.simple-content #simplecheckout_button_login{
    margin-top: 10px !important;
}

#simplecheckout_login .buttons {
    margin: 0;
    border: none;
    background: inherit !important;
    padding: 0px !important;
}
.simplecheckout {
    width:100%;
}
.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;
}
@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;
    min-width: 280px;
    width:50%;
}

.simplecheckout-right-column {
    float:right;
    min-width: 280px;
    width:50%;
}

.checkout-cart-left{
    padding-right: 50px;
}

@media only screen and (max-width:1199px) {
    .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: 5px;
}
.simplecheckout-block-content {
    padding: 5px 0;
}
@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: 47%;
        margin-right: 3%;
        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 {
    clear: both;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*flex-wrap: wrap;*/
}

#simplecheckout_button_prev{
    float: left;
    padding: 18px 24px;
}
.simplecheckout_button_next-wrapper{
    float: right;
}
#simplecheckout_button_next{
    padding: 18px 24px;
}

.btn-checkout{
    background: #56C700;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    padding: 18px 24px;
}
.btn-checkout:hover{
    background: #4eb400;
    color: #fff;
}

.simplecheckout-button-right {
    float: right;
    text-align: right;
}
.simplecheckout-button-left {
    float: left;
    text-align: left;
}
.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: Arial, Helvetica, sans-serif;
    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;
}

.login-header{margin-bottom: 10px}
#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_customer .checkout-customer-type{
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
}
.checkout-customer-type-tooltip{
    font-size:16px;
    color:#101010;
    line-height: 18px;
    font-weight: 400;
}

label.checkout-customer-type.form-check-label:not(.active){
    opacity: 0.5;
}
@media (min-width: 1200px) {
    #simplecheckout_customer .checkout-customer-type{
        font-size: 28px;
        line-height: 42px;
    }
    .checkout-customer-type-tooltip{
        max-width: 230px;
    }
}
#simplecheckout_customer .radio label{font-weight: 500}
#simplecheckout_customer .radio label:before{
    top:10px;
    margin-top: 0;
}
.simplecheckout-login-right input {
    max-width: 160px !important;
    text-align:left;
}


.checkout_simplecheckout .form-group:not(.row-customer_telephone) .control-label{
    display: none !important;
}
.simplecheckout .row-heading h5{font-weight: 500;font-size: 16px;}
.row-customer_is_firm+.row-heading{margin-bottom: 0}
.row-customer_firm_ic_dph+.row-heading{
    border-top:1px solid #DBDBDB;
    margin-top: 15px;
    padding-top: 15px;
}
.row-customer_firm_ic_dph+.row-heading h5{}

@media (min-width: 1200px) {
    .checkout_login .form-horizontal, .checkout_shipping_address .form-horizontal,
    .checkout_payment_address .form-horizontal
    {
        display: flex;
        flex-wrap: wrap;
        align-items: end;
    }
    
    .row-customer_firstname, .row-customer_email{
        width: calc(50% - (25px/2));
        margin-right: 25px;
    }
    .row-customer_lastname, .row-customer_password{
        width: calc(50% - (25px/2));
    }
    /*.row-customer_email{*/
    /*    width: 100%;*/
    /*}*/
    .row-customer_telephone{
        width: 100%;
    }
    .row-customer_telephone .control-label{
        font-family: var(--hv-font);
    }
    @media (min-width: 1200px) {
    .row-customer_telephone .input-wrap{
        max-width: calc(50% - (25px / 2));
    }
    }
    .row-customer_is_firm{
        width: 100%;
    }
    .row-customer_firm_name, .row-customer_firm_office, .row-customer_firm_psc, .row-customer_firm_ico, .row-customer_firm_dic, .row-customer_firm_ic_dph{
        width: calc(50% - (25px/2));
    }
    .row-customer_firm_name, .row-customer_firm_psc, .row-customer_firm_dic{
        margin-right: 25px;
    }

    /*address*/
    .row-shipping_address_address_1, .row-shipping_address_city,
    .row-payment_address_address_1, .row-payment_address_city
    {
        width: calc(70% - (25px/2));
        margin-right: 25px;
    }
    .row-shipping_address_address_2, .row-shipping_address_postcode,
    .row-payment_address_address_2, .row-payment_address_postcode
    {
        width: calc(30% - (25px/2));
    }
    

    .row-shipping_address_stat,
    .row-payment_address_stat
    {width: 100%}

}

#simplecheckout_cart .form-control {
    display: inline-block !important;
    min-width: 100%;
    width: 85px;
}
.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 .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;
    min-width: 100%;
}
.simplecheckout-cart-total span.inputs input[type=text]{
    margin: 0px;
}

.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;
}
.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 .form-group{
    margin-bottom: 1.8rem;
}
.simplecheckout .form-group.is_barber{margin-bottom: 1em}
@media (min-width: 1200px) {
    .not-logged .checkout_login .form-group{
        margin-bottom: 2.7rem;
    }
    .simplecheckout-rule-group{
        position: absolute;
        bottom: -1.5rem;
    }
    .simpleregister .form-group{
        margin-bottom: 1.5rem;
    }
    .simpleregister .simplecheckout-rule-group{
        position: absolute;
        bottom: -1.2rem;
    }
    .simpleregister .simplecheckout-error-text{
        font-size: 13px
    }
}
.checkout-simple-heading{
    margin-bottom: 8px;
}
.simplecheckout-error-text {
    display: inline-block;
    margin-top: 3px;
    color: #EE1D24;
    font-size: 16px;
}

.simplecheckout-warning-text {
    margin: 5px 0;
    font-weight: bold;
}
.simplecheckout-warning-block {
    clear: both;
    margin-bottom: 15px;
    padding: 0.2rem 0.6rem !important;
    text-align: left;
    background: #EE1D24;
    color:#fff;
    border-color:#EE1D24;
}
.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;
}
.input-wrap, .form-group{position: relative}
.form-group.is-val .input-wrap:after{
    content: '';
    display: block;
    border-bottom: 1px solid #219653;
    border-left: 1px solid #219653;
    width: 20px;
    height: 14px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top:50%;
    right: 15px;
    margin-top: -12px;
}
.simplecheckout .form-control-new::placeholder{
    font-size: 16px;
    color:#BDBDBD
}
.simplecheckout .form-control-new{
    font-size: 16px;
    border: 1px solid #BDBDBD;
    padding: 16px 14px;
    border-radius: 10px;
    height: auto;
}

.form-group.has-error input{
    border-color:#EE1D24
}
.form-group.required .control-label:after{display: none}

.simplecheckout-proceed-payment {
    display: none;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}
#simple_payment_address_block {
    margin-top: 15px;
}
#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:#000000;
}
#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, .simpleregister label {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
}
.simplecheckout .checkbox-text,
.simpleregister .checkbox-text
{
    font-weight: 500;
    margin-left: 12px;
}
.ico-tooltip-help {
 color:   #EE1D24
}
.simpleregister label{
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
}
.login-block .control-label{
    display: none;
}
.login-block .form-control{
    border:1px solid #DBDBDB;
    padding: 10px 14px;
    border-radius: 4px;
    font-size: 13px;
    height: auto;
}
.login-block .form-control::placeholder{
    font-size: 13px;
}
#simple_summary {
    display: none;
}
#simplecheckout_step_menu {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}
@media (min-width: 992px) {
    #simplecheckout_step_menu {
        margin-bottom: 25px;
    }
}
.simple-step {
    padding: 5px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}

.simple-step img{
    filter: grayscale(100);
    margin-right: 7px;
}
.simple-step-current {
    color:#EE1D24;
    font-family: var(--hv-font);
}
.simple-step:not(.simple-step-completed):not(.simple-step-current) .simple-step__title, .simple-step:not(.simple-step-completed):not(.simple-step-current) img{
    opacity: 0.6;
}
.simple-step-current .simple-step__title, .simple-step-current img{
    opacity: 1;
}
.simple-step-current img{
    filter: none;
}
.simple-step-delimiter {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    font-size: 18px;
    position: relative;
    top:-2px
}

.simple-step-completed:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    padding: 3px;
    border-radius: 50%;
    background: #56C700 url("/catalog/view/theme/default/image/checkout/check.svg") no-repeat 50% 50%;
    color: #fff;
    width: 18px;
    height: 18px;
    font-size: 9px;
    line-height: 12px;
    text-align: center;
    font-weight: 600;
}
.simple-step-completed a {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-size: 13px !important;
}

.simple-step[data-step="6"],
.simple-step-delimiter[data-step="6"]
{
    display: none;
}

.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;
}
#simplecheckout_comment{margin-bottom: 20px;}
#simplecheckout_comment .simplecheckout-block-content {
    border: 0 !important;
    padding: 0 !important;
}
#simplecheckout_comment textarea {
    width: 100% !important;
    box-sizing: border-box
}

.checkout-heading:after {
    content:"";
    display:block;
    clear:both;
}
.simple-content .checkout-heading {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
@media (min-width: 768px) {
    .simple-content .checkout-heading {
        font-size: 28px;
        line-height: 42px;

    }
}
.simplecheckout-right-column.checkout-cart-right .checkout-heading{
    font-size: 18px;
}
.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 {
    font-size: 13px;
    color:#565656;
    margin: 7px 0 0 15px;
}
#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 .radio {
    display: inline-block !important;
    margin-right: 10px;
}
.simplecheckout-vertical-menu .checkout-heading {
    cursor: pointer;
    margin-bottom: 3px;
}
.simplecheckout-steps-wrapper {
    padding: 10px;
}
.simple-step-vertical-completed {
    
}
#agreement_checkbox{margin-top: 20px;}
#agreement_checkbox .agreement_text, .agreement_text_additional {
    font-size:13px;
    line-height:22px;
    font-weight: 300;
    color:#565656;
}
.agreement_text_additional{
    margin:10px 0 20px;
    display: block;
}
#agreement_checkbox .agreement_text a {
    /*color:#EE1D24;*/
    color:#4c4c4c;
    text-decoration: underline;
}
#agreement_checkbox .checkbox {
    margin: 0;
    border-width: 1px;
}
#agreement_checkbox .checkbox{
    border-color:#DBDBDB;
}

#agreement_checkbox .checkbox label:before{
    border-width: 1px;
}
#agreement_checkbox .input_wrap{display: inline-block}

.simplecheckout-summary-totals{
    padding-top: 10px;
    margin-top: 30px;
}
.simplecheckout-summary-totals .simplecheckout-cart-total {
    border: 0;
}
.simplecheckout-cart-total#total_total{
    border-top:1px solid #F2F2F2;
    margin-top: 20px;
    padding-top: 20px !important;
}
#discount-total{
    color:#56C700;
    font-size: 16px;
    line-height: 18px;
}

.breadcrumb-item.to_shop_item a{
    color:#666;
    font-weight: 500;
}

/*--------checkout cart*/
#buttons{
    position: sticky;
    bottom: 0;
    background: #fff;
    border-top:1px solid #E0E0E0;
    padding: 20px 0;
    z-index: 99;
}
.no-stock-counter-text{
    font-size: 16px;
    color:#EE1D24;;
    line-height: 18px;
    margin-top: 5px;
}
@media (max-width: 767px) {
    #buttons{
        padding: 10px 0;
    }
}
.checkout-cart-right .right-column-inner{
    padding: 0 4% 0 7px;
}


#picked-delivery-place{font-size:14px;display: none}
.shipping_selected #picked-delivery-place{display: block}
.packeta-shipping-item-envelope{width: 50%;}


.checkout-cart-product{
    margin-bottom: 20px;
    border-bottom:1px solid #F2F2F2
}

.checkout-cart-product.out-of-stock .image img,
.checkout-cart-product.out-of-stock .checkout-cart-product__info
{
    opacity: 0.5;
}
.product_page_cart__outstock-label{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    position: absolute;
    top:50%;
    margin-top: -20px;
    left: 0;right: 0;
    background: #13131382;
    color:#fff;
    opacity: 1;
    z-index: 500;
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;
}
.product_page_cart__outstock-label.stock-lack-label{

    background: #131313;

}

.checkout-cart-product .image{
    position: relative;
    max-width: 233px;
    z-index: 1;
    margin:0 auto;
}

.checkout-cart-product .manufacturer{
    font-weight: bold;
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.checkout-cart-product .name{
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 15px;
    max-width: 290px;
}
.checkout-cart-product .product_price__new{margin-left: 0}

.checkout-cart-product .price{
    font-size: 38px;
    line-height: 44px;
    margin-right: 3px;
}
.checkout-cart-product__img{
    display: block;
    margin-bottom: 15px;
    position: relative;
}
.checkout-cart-product_btn-remove{
    position: absolute;
    right: 15px;
    top:0;
    padding: 0;
}
.ico-cart-remove{
    pointer-events: all !important;
    display: block;
    width: 30px;
    height: 30px;
    background: url("/catalog/view/theme/default/image/checkout/remove.svg");
}
.ico-cart-remove:hover{
    background: url("/catalog/view/theme/default/image/checkout/remove-active.svg");
}
@media (max-width: 450px) {
    .ico-cart-remove{transform: scale(0.85)}
}
.quantity_buttons-flex{
    gap: 25px;
    margin-bottom: 15px;
}
.checkout-cart-product .quantity_buttons:not(.quantity_buttons_vertical) input{
    background: #FFFFFF;
    width: 80px;
    height: 50px;
    font-weight: 400;
    font-size: 18px;
    font-family: var(--mdcn-font);
    letter-spacing: -0.5px;
    border: none;
}
.checkout-cart-product .quantity_buttons:after{
    display: none;
}
.checkout-cart-product .quantity_buttons input::placeholder{
    font-weight: 400;
    font-size: 14px;
}
.checkout-cart-product  .quantity_buttons:not(.quantity_buttons_vertical) .quant_btn{
    line-height: 14px;
}
.checkout-cart-product  .quantity_buttons:not(.quantity_buttons_vertical) .quant_btn.quant_inc{
    right: 8px;
    text-align: center;
}
.checkout-cart-product  .quantity_buttons:not(.quantity_buttons_vertical) .quant_btn.quant_dec{
    left: 8px;
    text-align: center;
}




.checkout-cart-product  .quantity_buttons{
    overflow: hidden;
    border-radius: 10px;
    border:1px solid #F2F2F2;
    padding: 0 9px;
}
.simplecheckout_customer_field:first-of-type,
.simplecheckout_shipping_address_field:first-of-type
{
    display: none;
}

.simple-link-forgotten{
    color:#EE1D24;
    font-size: 16px;
    margin: 0 0 10px;
    display: inline-block;
    font-weight: 500;
    text-decoration: underline;
}
.simple-link-forgotten:hover{
    color:#EE1D24;
}
.product_page_cart__stock-mobile{
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
}

@media (max-width: 767px) {
    .checkout-cart-product__img{margin-bottom: 0}
    .checkout-cart-product .price{
        font-size:22px;
        position: relative;
    }
    .checkout-cart-product .product_price__new{
        position: absolute;
        top:20px;
        left: 0;
    }
    .checkout-cart-product_btn-remove{
        position: static;
    }
    .checkout-cart-product .quantity_buttons:not(.quantity_buttons_vertical) input{
        height: 42px;
        font-size: 14px;
    }
    .checkout-cart-product .ico-decrease,
    .checkout-cart-product .ico-increase{
        width: 12px;
        height: 12px;
    }
}
@media (max-width: 320px) {
    .checkout-cart-product .price{
        font-size:18px;
        }
}


@media (max-width: 767px) {
    .simplecheckout-warning-block{
        padding: 5px;
    }

    .checkout-cart-product .price{min-width: 70px;}

    .checkout-cart-product .manufacturer{
        font-size: 16px;
        line-height: 19px;
    }
    .checkout-cart-product .name{
        font-size:14px;
        line-height: 20px;
    }

    .checkout-cart-product{
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

}



.simplecheckout-block-content .sna_header,
.simplecheckout-block-content .sna_icons{display: none}

.coupons.input-group{
    border: 1px solid #BDBDBD;
    border-radius: 7px;
    padding: 4px 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 238px;
    flex-wrap: nowrap;
}

.coupons .input-group-append{
    display: inline-flex;
}
.coupons #coupon-addon{
    background:#EE1D24 url("/catalog/view/theme/default/image/checkout/tag-light.svg") no-repeat 50% 50%;
    width: 28px;
    height: 28px;
    border-color: transparent;
    border-radius: 5px;

}
.coupons .coupon-inputs{
    margin-left: 12px;
    margin-bottom: 0;
    flex-grow: 2;
}

.coupons .coupon-buttons{
    margin-bottom: 0;
}
.coupons .coupon-buttons .btn{
    padding: 0;
}
.ico-check-dark{
    display: block;
    background: url("/catalog/view/theme/default/image/checkout/check-dark.svg") 50% 50%;
    width: 18px;
    height: 18px;
}

.coupon-inputs input[name="coupon"]{
    height:28px;
    border-color: transparent;
    font-size: 14px;
    padding-left: 2px;
    padding-right: 0;
    border-radius: 0;
}
.coupon-inputs input[name="coupon"]::placeholder{
    font-size: 14px;
}
@media (max-width: 767px) {
    .coupons #coupon-addon{
        height: 48px;
        width: 48px;
    }
}

