.form__div {
  margin: 15px 5px 5px 5px;
  width: calc(100% - 10px);
}

@media screen and (min-width: 0) {
  .form__div--half {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .form__div--half {
    width: calc(50% - 10px);
  }
}

.form__input {
  box-sizing: border-box !important;
  font-size: 1rem !important;
  margin: 5px 0 16px 0 !important;
  width: 100% !important;
  outline: 0 !important;
  line-height: normal !important;
  border: none !important;
  background: #fff !important;
  border-radius: 10px !important;
  height: 2.6rem !important;
  padding: 0.625rem 0.625rem !important;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.07) !important;
  -webkit-appearance: none;
}

.form_item {
  display: flex;
  justify-content: space-between;
}

.form_item_email {
  margin-right: 5%;
}

.form__input--textarea {
  max-height: 12rem;
  min-height: 5rem;
  max-width: 100%;
  min-width: 100%;
}

.form__label {
  color: #333333;
  display: block;
}

.form__message {
  background-color: #e4251e;
  border-radius: 5px;
  color: white;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}

.form__message--error {
  background: #e4251e;
}

.form__message--success {
  background: #15a273;
}

.form__submit {
  border: none;
  border-radius: 5px;
  display: block;
  float: right;
  margin: 5px 0;
  padding: 10px 20px;
  background: #15a273;
  color: #fff;
  width: 100%;
}
.form__submit:disabled {
  filter: brightness(0.9) grayscale(80%);
}
.form__submit:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)) #15a273;
}

.form__submit--yellow {
  border: none;
  border-radius: 5px;
  display: block;
  float: right;
  margin: 5px 0;
  padding: 10px 20px;
  background: #fbbb25;
  color: #272626;
}
.form__submit--yellow:disabled {
  filter: brightness(0.9) grayscale(80%);
}
.form__submit--yellow:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)) #fbbb25;
}

.form {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 0) {
  .form--half {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .form--half {
    width: 50%;
  }
}

.title {
  margin-bottom: 2rem;
}

.contact__info {
  background-color: #15a273;
  color: #fff;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  align-content: space-around;
}
@media screen and (min-width: 0) {
  .contact__info {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .contact__info {
    width: 45%;
    margin-right: 40px;
  }
}

.contato_dados {
  background: #fbbb25;
  padding-left: 5px;
  padding-right: 5px;
  border-top-width: 16px;
  border-top-width: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #000;
  border-radius: 10px;
  width: 100%;
}

@media screen and (min-width: 0) {
  .wpcf7 {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .wpcf7 {
    width: 45%;
  }
}

.address__info {
  line-height: 1.7rem;
}

.address__title {
  align-items: center;
  display: flex;
  flex-direction: row;
  width: 100%;
}
.address__title h3 {
  margin-right: 20px;
}

.woocommerce-address-fields.form__div input[type=text],
.woocommerce-address-fields.form__div input[type=tel],
.woocommerce-address-fields.form__div input[type=email],
.woocommerce-address-fields.form__div select {
  background: transparent;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 1rem;
  margin: 5px 0;
  padding: 10px 15px;
  width: 100%;
}
.woocommerce-address-fields.form__div input[type=text]:focus,
.woocommerce-address-fields.form__div input[type=tel]:focus,
.woocommerce-address-fields.form__div input[type=email]:focus,
.woocommerce-address-fields.form__div select:focus {
  outline: 0;
}

.woocommerce-address-fields.form__div button[type=submit] {
  border: none;
  border-radius: 5px;
  display: block;
  padding: 10px 20px;
  background: #2ea3bd;
  color: #fff;
}
.woocommerce-address-fields.form__div button[type=submit]:disabled {
  filter: brightness(0.9) grayscale(80%);
}
.woocommerce-address-fields.form__div button[type=submit]:hover {
  cursor: pointer;
}
.woocommerce-address-fields.form__div button[type=submit]:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)) #2ea3bd;
}/*# sourceMappingURL=edit-account.css.map */