.login-form-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px 30px;
  box-shadow: 0 2px 16px rgba(136, 136, 136, 0.15);
  border-radius: 10px;
}

.breadcrumbs .container {
  align-items: center;
}

.published-date {
  display: none;
}

#generate-invoice{
  color: var(--green1);
  text-decoration: underline;
  border: none;
  background-color: inherit;
  cursor: pointer;
  transition: 0.5s ease all;
  text-align: left;
}

#generate-invoice:hover{
  color: var(--green2);
  transition: 0.5s ease all;
}

.generating-invoice{
  opacity: 0.5;
  pointer-events: none;
}

.woocommerce {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  box-shadow: 0 2px 16px rgba(136, 136, 136, 0.15);
  padding: 20px 30px;
}

.woocommerce-form.woocommerce-form-login.login {
  margin: 0;
  border: none;
  width: 100%;
  margin: 0;
  padding: 0;
  height: fit-content;
}

.woocommerce-form.woocommerce-form-login.login label {
  display: none;
}

.woocommerce form .form-row .woocommerce-Input.woocommerce-Input--text.input-text {
  border-radius: 8px;
  width: 100%;
  padding: 14.5px 20px 14.5px 20px;
  border: 1px solid var(--grey1);
  margin-bottom: 15px !important;
  color: var(--black1);

  /* Btn1 D*/
  font-size: 14px;
  line-height: 21px;
  font-family: "Poppins";
  font-weight: 500;
}

.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
  margin-bottom: 15px;
}

.login-form-container {
  text-align: center;
}

.woocommerce .login-form-container .h5 {
  margin-bottom: 15px;
}

.login-form-btn {
  background-color: var(--green1);
  color: var(--white1);
  width: 100%;
  padding: 14.5px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;

  /* Btn1 D*/
  font-size: 14px;
  line-height: 21px;
  font-family: "Poppins";
  font-weight: 500;
}

.login-form-btn:hover {
  background-color: var(--green2);
}

.login-line {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  height: 1px;
  background-color: var(--grey2);

  order: 3;
}

.login-lower {
  display: flex;
  justify-content: space-between;
  order: 4;
}

.login-lower a {
  color: var(--grey3) !important;
}

.single-container .content p {
  margin-bottom: 0 !important;
}

.woocommerce-notices-wrapper {
  order: 2;
}

.login-form-container .woocommerce-notices-wrapper {
  margin-top: 4px;
}

.login-form-container .woocommerce-notices-wrapper .woocommerce-error {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  text-align: left;

  /* caption1 D */
  font-size: 12px;
  line-height: 18px;
  font-family: "Poppins";
  font-weight: 500;
}

.login-form-container .woocommerce-notices-wrapper ul.woocommerce-error li {
  color: var(--red1);
  margin: 0;
}

.woocommerce-error::before {
  content: "";
  color: transparent;
}

.woocommerce form .show-password-input::before {
  display: none;
}

.woocommerce form .show-password-input::after {
  font-family: WooCommerce;

  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.618em;

  content: ""; /* Ensures no text content appears */

  text-decoration: none;
}

.woocommerce form .show-password-input {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 21px 12px;
  background-position: center;
  background-image: url("/wp-content/themes/meno-muza/assets/icons/password-eye.svg");
  margin-top: -6px;
}

.woocommerce form .account-edit .show-password-input {
  margin-top: 0px;
}

.woocommerce form .form-row {
  padding: 0;
  margin: 0;
}

.woocommerce-MyAccount-content > p:has( + .woocommerce-order-details, ~ .woocommerce-customer-details ){
  display: none;
}

@media screen and (max-width: 1310px) {
  .login-form-container {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 769px) {
  .woocommerce-Input.woocommerce-Input--text.input-text {
    border-radius: 8px;
    width: 100px;
    padding: 12px 16px;
    border: 1px solid var(--grey1);
    margin-bottom: 15px;
    color: var(--black1);

    /* Btn1 M*/
    font-size: 13px;
    line-height: 20px;
    font-family: "Poppins";
    font-weight: 500;
  }

  .login-form-container .woocommerce-notices-wrapper .woocommerce-error {
    /* caption1 M */
    font-size: 12px;
    line-height: 18px;
    font-family: "Poppins";
    font-weight: 500;
  }

  .single-container {
    margin-top: 30px;
    margin-bottom: 100px;
  }

  .woocommerce {
    padding: 16px;
  }

  .login-form-btn {
    padding: 12.5px;

    /* Btn1 M*/
    font-size: 13px;
    line-height: 20px;
    font-family: "Poppins";
    font-weight: 500;
  }

  .login-form-container {
    padding: 16px 16px;
  }
}
