#billing_address_1_field, #shipping_address_1_field {
  width: calc(70% - 10px);
}

#billing_address_2_field, #shipping_address_2_field {
  width: calc(30% - 10px);
}

#billing_postcode_field, #shipping_postcode_field {
  width: calc(20% - 10px);
}

#billing_city_field, #shipping_city_field {
  width: calc(80% - 10px);
}

@media (max-width: 689px) {
  #billing_address_1_field,
  #shipping_address_1_field,
  #billing_address_2_field,
  #shipping_address_2_field,
  #billing_postcode_field,
  #shipping_postcode_field,
  #billing_city_field,
  #shipping_city_field {
    width: 100%;
  }
}

/*# sourceMappingURL=edit-account.css.map */
