.elementor-9 .elementor-element.elementor-element-1fc42c89{--display:flex;--margin-top:80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-woocommerce-checkout-page .product-name .variation{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-9 .elementor-element.elementor-element-4561dd1 #payment #place_order{background-color:var( --e-global-color-secondary );}.elementor-9 .elementor-element.elementor-element-4561dd1{--sections-background-color:#EBECED;--purchase-button-normal-text-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for woocommerce-checkout-page, class: .elementor-element-4561dd1 *//* Make first name full width */
#billing_first_name_field {
    width: 100% !important;
}

/* Hide country and state fields */
#billing_country_field,
#billing_state_field {
    display: none !important;
}

/* Hide 'Ship to a different address?' section */
.woocommerce-shipping-fields {
    display: none !important;
}/* End custom CSS */