.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-12 .elementor-element.elementor-element-d1b44fd{--additional-information-display:block;}/* Start custom CSS for woocommerce-checkout-page, class: .elementor-element-d1b44fd *//* Last Name ka field chhupa dia gaya hai */
#billing_last_name_field {
    display: none !important;
}


/* Company Name ka field chhupa dia gaya hai */
#billing_company_field {
    display: none !important;
}

/* Apartment/Suite ka field chhupa dia gaya hai */
#billing_address_2_field {
    display: none !important;
}

/* Postcode ya ZIP code ka field chhupa dia gaya hai */
#billing_postcode_field {
    display: none !important;
}

/* WooCommerce ke select2 fields ka size aur spacing theek kiya gaya hai */
.select2-container .select2-selection--single {
  height: 48px !important;
  padding: 8px 12px !important;
  border: 1px solid #ccc !important;
  border-radius: 4px;
  font-size: 14px;
  background-color: #fff;
  box-sizing: border-box;
}/* End custom CSS */