.woocommerce #billing_country_field,
.woocommerce #shipping_country_field {
  display: none;
}
.woocommerce #billing_address_1,
.woocommerce #billing_postcode,
.woocommerce #billing_city {
  outline: none !important;
}
.woocommerce #billing_address_1 {
  display: none;
}
.woocommerce #billing_address_1_field,
.woocommerce #billing_postcode_field,
.woocommerce #billing_city_field {
  margin-bottom: 0px;
  padding-bottom: 0px;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.woocommerce #billing_address_1_field label,
.woocommerce #billing_postcode_field label,
.woocommerce #billing_city_field label {
  flex: 0 0 150px;
}
.woocommerce #billing_address_1_field span,
.woocommerce #billing_postcode_field span,
.woocommerce #billing_city_field span {
  flex: 1;
}
.woocommerce #billing_address_1_field input,
.woocommerce #billing_postcode_field input,
.woocommerce #billing_city_field input {
  background-color: white;
  border: none;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  padding: 0px;
  color: black;
}
.woocommerce #billing_address_1_field .required,
.woocommerce #billing_postcode_field .required,
.woocommerce #billing_city_field .required {
  display: none;
}
.woocommerce #billing_city_field {
  margin-bottom: 20px;
}
.woocommerce .form-row.woocommerce-validated input.input-text {
  box-shadow: none !important;
}
body > #autoadresse_area {
  outline: 3px solid orangered;
  display: none;
}
body.woocommerce-order-received #autoadresse_area {
  display: none;
}
.autoadresse {
  position: relative;
}
.donotshow {
  display: none;
}
.dawa-autocomplete-container {
  /* relative position for at de absolut positionerede forslag får korrekt placering.*/
  width: 100%;
  max-width: 30em;
}
.dawa-autocomplete-container input {
  /* Både input og forslag får samme bredde som omkringliggende DIV */
  width: 100%;
  box-sizing: border-box;
  font-size: inherit;
  font-family: inherit;
}
.dawa-autocomplete-suggestions {
  margin: 0.3em 0 0 0;
  padding: 0;
  text-align: left;
  border-radius: 0.3125em;
  background: #fcfcfc;
  box-shadow: 0 0.0625em 0.15625em rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9999;
  overflow-y: auto;
  box-sizing: border-box;
}
.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion {
  margin: 0;
  list-style: none;
  cursor: pointer;
  padding: 0.4em 0.6em;
  color: #333;
  border: 0.0625em solid #ddd;
  border-bottom-width: 0;
}
.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-width: 0.0625em;
}
.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion.dawa-selected,
.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:hover {
  background: #f0f0f0;
}
/*# sourceMappingURL=css.css.map */