.elementor-kit-68{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Open Sans Hebrew";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Open Sans Hebrew";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans Hebrew";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans Hebrew";--e-global-typography-accent-font-weight:500;background-color:#FBF6EB;}.elementor-kit-68 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* למתוח שורות ושדות בצ'קאאוט */
body.woocommerce-checkout .form-row.form-row-wide {
  width: 100% !important;
  max-width: 100% !important;
  clear: both;
}

/* למתוח קלטים/סלקט/טקסטאריאה בתוך השורה */
body.woocommerce-checkout .form-row.form-row-wide input,
body.woocommerce-checkout .form-row.form-row-wide select,
body.woocommerce-checkout .form-row.form-row-wide textarea {
  width: 100% !important;
}

/* Select2 (של wc-enhanced-select) שיקבל רוחב מלא */
body.woocommerce-checkout .form-row.form-row-wide .select2-container {
  width: 100% !important;
}

/* RTL ל-labelים ולתוכן */
body.rtl .woocommerce form .form-row label {
  text-align: right;
  float: none;
}

/* RTL לתיבת בחירה מרובה (Select2) */
body.rtl .select2-container .select2-selection--multiple {
  direction: rtl;
  text-align: right;
  min-height: 42px;
}
body.rtl .select2-container .select2-search__field {
  text-align: right;
}/* End custom CSS */