/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme for Hello Elementor
Author: Jeewantha Madushan
Author URI: https://paris.fortxcore.us/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* form.checkout{
    display: inline-flex;
    width: 100%;
}

.e-checkout__container {
    width: 50%;
    grid-template-columns: 100% !important;
    padding: 0 20px;
    margin-right: 15px;
}

.e-checkout__container table {
    margin-top: 20px !important;
    padding: 30px !important;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.06) !important;
    border-width: 1px 1px 1px 1px !important;
    background: var(--sections-background-color, #fff) !important;
    border-color: var(--sections-border-color, #d5d8dc) !important;
    border-radius: var(--sections-border-radius, 3px) !important;
    border-style: var(--sections-border-type, solid) !important;
}

.e-checkout__order_review-2 {
    width: 50%;
}

.woocommerce-billing-fields__field-wrapper {
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.06);
    border-width: 1px 1px 1px 1px;
    background: var(--sections-background-color, #fff);
    border-color: var(--sections-border-color, #d5d8dc);
    border-radius: var(--sections-border-radius, 3px);
    border-style: var(--sections-border-type, solid);
    padding: 30px;
} */

.woocommerce-checkout-payment {
    margin-top: 20px !important;
}