.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide.password-field {
  margin-bottom: 15px !important;
}

.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide.password-field.last {
  margin-bottom: 0px !important;
}

.change-btn button {
  padding: 14.5px 20px;
  border-radius: 8px;
  color: var(--white1);
  background-color: var(--green1);
  margin-top: 20px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
}

.change-btn {
  text-align: right;
}

.change-btn button:hover {
  background-color: var(--green2);
}

.woocommerce .account-edit-r .form-row input {
  border: 1px solid var(--grey1);
  border-radius: 8px;
  padding: 14.5px 20px;
  width: 100%;

  /* Btn1 D*/
  font-size: 14px;
  line-height: 21px;
  font-family: "Poppins";
  font-weight: 500;
}

.account-edit {
  display: flex;
  gap: 24px;
}

.account-edit-l {
  width: 100%;
  max-width: 150px;
}

.account-edit-r {
  width: 100%;
}

.account-edit {
  margin-bottom: 30px;
}

.delete-account-text {
  margin-top: 15px;
}

h5.h5.account-edit-head {
  margin-bottom: 15px;
}

.pass-error {
  margin-top: 5px;
  color: var(--red1);
  display: none;
}

@media screen and (max-width: 1310px) {
  h5.h5.account-edit-head {
    padding: 16px !important;
  }

  .change-btn button {
    padding: 12.5px;
    margin-top: 12px;
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .woocommerce .account-edit-r .form-row input {
    border: 1px solid var(--grey1);
    border-radius: 8px;
    padding: 12px 16px !important;
    width: 100%;

    /* Btn1 M*/
    font-size: 13px;
    line-height: 20px;
    font-family: "Poppins";
    font-weight: 500;
  }

  .account-edit {
    flex-direction: column;

    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 30px;
    gap: 8px;
  }

  .account-edit.acc-del-cont {
    margin-bottom: 16px;
  }
  .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide.password-field.mobile-account-margin {
    margin-bottom: 0px !important;
  }
  .form-row.form-row-wide.mobile-account-margin input {
    margin-bottom: 12px !important;
  }
}
