/*
 Theme Name:   Hello Elementor Child Theme
 Description:  hello-elementor Child Theme
 Template:     hello-elementor
*/

form.checkout.woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
#customer_details {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 60%;
}
#customer_details .col-1, #customer_details .col-2 {
    width: 100%;
}
#order_review {
    width: 60%;
}
@media only screen and (min-width : 320px) and (max-width : 1024px) {
    #order_review {
        width: 100%;
    }
    #customer_details {
        width: 100%;
    }
}