.simplecheckout-left-column {
    flex: 1;
}

.simplecheckout-right-column {
    max-width: 445px;
    width: 100%;
    background: white;
    padding: 30px;
    height: 100%;
    border: 1px solid #ebebeb;
}

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

.simplecheckout-cart .item {
    column-gap: 20px;
    padding: 20px;
}

.simplecheckout-cart .item .cart-product-image img {
    border-radius: 5px;
}

.simplecheckout-cart .btn-remove {
    background: none;
    width: 24px;
    height: 24px;
    font-size: 14px;
    border: 0;
    border-radius: 50%;
    color: #4A4A49;
    padding: 0;
}

.simplecheckout-cart .btn-remove:hover {
    color: #999;
}

.mar10-0 {
    margin: 10px 0;
}

.simplecheckout-cart .item:not(:last-child) {
    border-bottom: 1px solid #e1e1e1;
}

.simplecheckout-cart .caption .price small,
.simplecheckout-cart .caption .total small {
    font-size: 12px;
    color: #999;
}

.simplecheckout-cart .item .quantity {
    border: 1px solid #e1e1e1;
    padding: 4px 8px;
    border-radius: 5px;
}

.simplecheckout-cart .item .quantity button {
    font-size: 20px;
    background: none;
    border: 0;
    padding: 0;
    color: black;
}

.simplecheckout-cart .item .quantity input {
    border: 0;
    text-align: center;
    font-weight: 600;
    min-width: 70px;
    padding: 0;
    height: 100%;
}

.simplecheckout-cart-total.coupon {
    border-top: 1px solid #ebebeb;
    margin: 0 -30px;
    padding: 30px;
}

.simplecheckout-cart-total.coupon div {
    width: 100%;
    padding: 5px;
    border: 1px solid #242424;
}

.simplecheckout-cart-total.coupon input {
    flex: 1;
    border: 0;
    height: 47px;
    padding-left: 10px;
    width: 100%;
}

.simplecheckout-cart-total.coupon a {
    padding: 10px 30px;
    background: #242424;
    color: white;
    cursor: pointer;
}

.simplecheckout-right-column>div>.total {
    border-top: 1px solid #ebebeb;
    margin: 0 -30px;
    padding: 10px 30px 0 30px;
}

.simplecheckout-right-column .total div {
    padding: 12px 0;
    font-size: 14px;
    column-gap: 10px;
}

.simplecheckout-right-column .total div:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
}

.simplecheckout-right-column .total div:last-child {
    font-size: 16px;
    font-weight: 600;
}

#simplecheckout_customer {
    background: white;
    padding: 40px 40px 0 40px;
    border: 1px solid #e1e1e1;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
}

#simplecheckout_shipping_address,
#simplecheckout_comment {
    background: white;
    padding: 0 40px 40px 40px;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 0 0 10px 10px;
}

#simplecheckout_comment {
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
    border-radius: 0 0 10px 10px;
}

.checkout-heading {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

#simplecheckout_customer .simplecheckout-block-content label,
#simplecheckout_shipping_address .simplecheckout-block-content label,
#simplecheckout_comment .simplecheckout-block-content label {
    display: none;
}

#simplecheckout_customer fieldset,
#simplecheckout_shipping_address fieldset {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
}

#simplecheckout_shipping_address fieldset {
    grid-template-columns: repeat(1, 1fr);
}

#simplecheckout_shipping,
#simplecheckout_payment {
    /* width: calc(50% - 10px); */
    /* display: inline-block; */
    background: white;
    padding: 40px 40px 10px 40px;
    vertical-align: top;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    margin-bottom: 20px;
}

#simplecheckout_shipping .radio:not(:last-child),
#simplecheckout_payment .radio:not(:last-child) {
    margin-bottom: 24px;
}

#simplecheckout_shipping .radio label .showManInfo {
    position: relative;
    z-index: 5;
    padding: 5px 6px;
    background: #f5f8fa;
    border-radius: 30px;
    display: flex;
    align-items: center;
    column-gap: 2px;
    color: #21467d;
}

#simplecheckout_shipping .radio label,
#simplecheckout_payment .radio label {
    position: relative;
    column-gap: 10px;
}

#simplecheckout_shipping .radio label input,
#simplecheckout_payment .radio label input,
#agreement_checkbox label input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
    margin: 0;
}

#simplecheckout_shipping .radio label input:checked+i,
#simplecheckout_payment .radio label input:checked+i {
    background: #21467d;
}

#simplecheckout_shipping .radio label>i,
#simplecheckout_payment .radio label>i {
    width: 24px;
    height: 24px;
    background: #ebebeb;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

#simplecheckout_shipping .radio .caption .price,
#simplecheckout_payment .radio .caption .price {
    margin: 5px 0;
    /* color: #999999; */
}

#simplecheckout_shipping .radio .caption .price span,
#simplecheckout_payment .radio .caption .price span {
    color: #4A4A49;
    background: #ebebeb;
    padding: 3px 10px;
    border-radius: 30px;
    display: inline-block;
}

#simplecheckout_shipping .radio .caption .text p,
#simplecheckout_payment .radio .caption .text p {
    margin: 0;
}

.simplecheckout-button-right {
    column-gap: 20px;
}

#simplecheckout_button_back {
    border: 1px solid #999;
    column-gap: 10px;
}

#simplecheckout_button_confirm,
#button-confirm {
    color: white;
    min-width: 340px;
    max-width: 100%;
    border: 0;
    display: inline-block;
    text-align: center;
}

#agreement_checkbox label {
    position: relative;
}

#agreement_checkbox label div i {
    border: 1px solid #4A4A49;
    background: white;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

#agreement_checkbox label div {
    column-gap: 10px;
}

#agreement_checkbox label .text {
    color: #999;
}

#agreement_checkbox label .text a {
    color: #4A4A49;
}

#agreement_checkbox label input {
    width: 24px;
}

#agreement_checkbox label input:checked+div i {
    color: #4A4A49;
}

.row-shipping_address_field20 .input-group,
.row-shipping_address_field21 .input-group {
    position: relative;
}

.input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
}

.input-group-btn button {

    background: none;

    border: 0;

    width: 50px;

    height: 50px;

    font-size: 18px;

    color: #999;
}

/* new style */
#simplecheckout_form_0 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 40px;
    row-gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: start;
}

#simplecheckout_form_0 .left {
    flex: 1;
}

#simplecheckout_form_0 .right {
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    position: sticky;
    top: 80px;
}

#simplecheckout_form_0 .cart-additional {
    padding: 20px;
    border-top: 1px solid #e1e1e1;
}

#simplecheckout_form_0 .cart-additional input {
    box-shadow: none;
    border: 0;
    height: 54px;
    background: #e1e1e1;
    border-radius: 10px 0 0 10px;
}


#simplecheckout_cart .big-blocker {
    background: white;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
}

#simplecheckout_cart .big-blocker h2 {
    font-size: 18px;
    padding: 15px 30px;
    font-weight: 500;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 0;
}

#simplecheckout_cart .big-blocker .manufacturer-info.total {
    padding: 20px 30px;
    border-top: 1px solid #e1e1e1;
    display: grid;
    grid-row-gap: 10px;
}

#simplecheckout_cart .big-blocker .manufacturer-info.total>div:not(:last-child) {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}

#simplecheckout_cart .big-blocker .manufacturer-info.total>div a {
    color: #666;
    padding: 5px 15px;
    border-radius: 30px;
    background: #f5f8fa;
}


.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;
    display: none;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

#simplecheckout_summary .simplecheckout-cart-total {

    display: flex;

    justify-content: space-between;

    margin-bottom: 20px;
}

#simplecheckout_summary table {}

@media (max-width: 1024px) and (min-width: 769px) {

    #simplecheckout_shipping,
    #simplecheckout_payment {
        width: 100%;
    }

    #simplecheckout_payment {
        margin-top: 20px;
    }

    .simplecheckout-button-right {
        flex: 1;
    }

    #simplecheckout_button_confirm {
        min-width: auto;
        max-width: none;
        flex: 1;
    }
}

.simplecheckout-summary-totals {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 10px;
    font-size: 18px;
    margin: 20px 0
}

.simplecheckout-summary-totals #total_total {
    font-weight: 600;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 20px;
    border-top: 1px solid #999;
}

@media (max-width: 768px) {
    .simplecheckout-right-column>div>.total {
        display: none;
    }

    .simplecheckout-right-column {
        max-width: none;
        order: -1;
    }

    .simplecheckout-button-right {
        flex: 1;
    }

    #simplecheckout_button_confirm {
        min-width: auto;
        max-width: none;
    }
}

@media (max-width: 600px) {

    #simplecheckout_customer fieldset,
    #simplecheckout_shipping_address fieldset {
        grid-template-columns: repeat(1, 1fr);
    }

    #simplecheckout_customer {
        padding: 30px 30px 0 30px;
    }

    #simplecheckout_shipping_address,
    #simplecheckout_comment {
        padding: 0 30px;
    }

    #simplecheckout_comment {
        padding-bottom: 30px;
        margin-bottom: 20px;
    }

    #simplecheckout_shipping,
    #simplecheckout_payment {
        padding: 30px 30px 10px 30px;
    }

    .simplecheckout-cart .image {
        max-width: 60px;
    }

    #simplecheckout_shipping,
    #simplecheckout_payment {
        width: 100%;
    }

    #simplecheckout_payment {
        margin-top: 20px;
    }

    .simplecheckout-button-left {
        display: none;
    }

    #simplecheckout_button_confirm {
        width: 100%;
        margin-bottom: 10px;
    }

    #simplecheckout_button_confirm,
    #button-confirm {
        min-width: auto;
        width: 100%;
    }

    #simplecheckout_form_0 .right,
    #simplecheckout_form_0 .left {
        width: 100%;
    }
}
