
/*.woocommerce-additional-fields {
  display: none;
}*/

.woocommerce-billing-fields .form-row {
  display: block;
}


.checkout-container {
  max-width: 1200px;
  margin: 5rem auto;
  padding: 0 1rem;
}
.checkout-container h1 {
  margin-bottom: 5rem;
}

.checkout .col2-set {
  display: flex;
}
.checkout .col-1 {
  max-width: none !important;
  flex-grow: 1;
}
.checkout .col-2 {
  max-width: none !important;
  flex-grow: 1;
}

.checkout .acf-label .description {
  font-size: 0.9rem;
  font-style: italic;
  color: #999;
  margin: 0;
}
.checkout .acf-label label {
  margin-top: 1rem;
  margin-bottom: 0;
}
.checkout .acf-input input, .checkout .acf-input select, .checkout .acf-input textarea {
  width: 100%;
  max-width: 400px;
}
.checkout .acf-required {
  color: red;
}
