.elementor-6676 .elementor-element.elementor-element-2d926e96{padding:60px 0px 60px 0px;}/* Start custom CSS for shortcode, class: .elementor-element-1285c535 */.checkout-container form .form-row .input-text{
    width: 100%;
}

.checkout-container #customer_details > .col-2 ,
.checkout-container #order_review_heading{
    display: none
}
.checkout-container #customer_details > .col-1 {
    width: 100%;
}

.checkout-container form[name="checkout"] {
    display: flex;
}

.checkout-container #order_review ,
.checkout-container #customer_details {
    padding: 0 10px;
}
@media(max-width: 765px) {
    .checkout-container form[name="checkout"] {
        flex-wrap: wrap;
    }
    .checkout-container #order_review ,
    .checkout-container #customer_details{
        width: 100%;
    }
}/* End custom CSS */