


.woocommerce-account .form-row,
.woocommerce-account .woocommerce-form-row,
.woocommerce-account .woocommerce-form__label,
.woocommerce-account .customer_login_form_wrap .form-row input.input-text {
  text-align: left;
}


:root {
  --form-row-width: 100%;
}

.form-row-inline {
  display: inline-block;
}

.form-row-custom-label > label {
  margin: 0 !important;
}

:is(.woocommerce-address-fields__field-wrapper, .woocommerce-billing-fields__field-wrapper, .thwcfe-conditional-section) > .form-row {
  flex: 0 0 var(--form-row-width);
}

:is(.woocommerce-address-fields__field-wrapper, .woocommerce-billing-fields__field-wrapper, .thwcfe-conditional-section) > :is(h1, h2, h3, h4, h5, .form-row-wide) {
  flex: 0 0 100% !important;
}

@media (min-width: 768px) {

  :root {
    --form-row-width: calc(50% - 21px);
  }
}

@media (min-width: 992px) {

  :root {
    --form-row-width: calc(50% - 28px);
  }
}

@media (min-width: 1200px) {

  :root {
    --form-row-width: calc(50% - 35px);
  }

}

.woocommerce form .form-row {
  margin-bottom: 15px !important;
}

.woocommerce form .form-row {
  margin-bottom: 15px !important;
}


.woocommerce form .form-row.upsell-question {
  margin-bottom: 0 !important;
}

.woocommerce form .form-row h3 {
  margin-bottom: 0px;
}

.woocommerce form .form-row label {
  font-size: 14px;
}

.woocommerce form .form-row h3 {
  font-size: 18px;
  line-height: 1;
}

.woocommerce form .woocommerce-additional-fields h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}