/* Sign In */
.login-form-side {
  background: #fffffff0 !important;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scrollbar-color: transparent transparent;
  --wd-side-hidden-w: 400px !important;
  .wd-heading {
    border-bottom: 0.67px solid #0000001b;
    .title {
      font-family: var(--font-skia);
      font-weight: 400;
      font-size: 28px;
      line-height: 24px;
      color: var(--grey);
      text-align: center;
    }
    .close-side-widget {
      .wd-action-text {
        font-family: var(--font-myriad);
        font-weight: 300;
        font-size: 14px;
        line-height: 14px;
        color: var(--grey);
      }
      .wd-action-icon {
        scale: 0.7;
        margin: 0;
      }
    }
  }
  .woocommerce-form {
    flex-direction: column;
    border-bottom: 1px solid #ececec !important;
    .form-row-password {
      margin-bottom: 5px;
    }
    .form-row {
      label {
        font-family: var(--font-myriad);
        font-weight: 300;
        font-size: 16px;
        line-height: 100%;
        color: var(--grey);
      }
      input {
        background-color: var(--white);
      }
      .show-password-input:before {
        color: var(--grey);
        font-size: 24px;
        top: -2px;
        position: relative;
        font-weight: 100;
      }
      &.form-row-btn {
        margin-bottom: 0;
        order: 4;
      }
      button[type="submit"] {
        font-family: var(--font-myriad);
        font-weight: 300;
        font-size: 24px;
        line-height: 22px;
        color: var(--grey);
        background: transparent;
        justify-content: flex-end;
        box-shadow: 0 0 0;
        border: 0;
        padding: 0 17px 0 0;
        text-transform: capitalize;
        position: relative;
        &::after {
          content: "";
          display: block;
          position: absolute;
          top: 12px;
          right: 0px;
          width: 10px;
          height: 18px;
          background: url(/wp-content/uploads/2026/03/slider-arrow-pre.svg-5.svg)
            no-repeat;
        }
        &:hover {
          color: var(--brown);
          &::after {
            background: url(/wp-content/uploads/2026/04/slider-arrow-pre.svg-6.svg)
              no-repeat;
          }
        }
      }
    }
    p:last-child {
      font-family: var(--font-myriad);
      font-weight: 400;
      font-size: 12px !important;
      line-height: 20px;
      text-align: right !important;
      color: #637083;
      max-width: 283px;
      margin-left: auto;
      margin-top: 0 !important;
      margin-bottom: 20px !important;
      order: 3;
      a {
        color: inherit;
        font: inherit;
        &:hover {
          color: var(--brown);
        }
      }
    }
    .custom-login-policy {
      font-family: var(--font-myriad);
      font-weight: 400;
      font-size: 12px;
      line-height: 20px;
      text-align: right;
      color: #637083;
      max-width: 283px;
      margin-left: auto;
      margin-top: 0;
      a {
        color: inherit;
        font: inherit;
        text-decoration: underline;
        &:hover {
          color: var(--brown);
        }
      }
    }
    .login-form-footer {
      justify-content: end;
      .lost_password {
        font-family: var(--font-skia);
        font-weight: 200;
        font-size: 16px;
        line-height: 100%;
        color: var(--grey);
      }
      .woocommerce-form-login__rememberme {
        display: none !important;
      }
    }
    &.woocommerce-form-login:not(.hidden-form) {
      display: flex !important;
    }
  }
  .create-account-question {
    text-align: right;
    border-bottom: 0;
    &::before {
      display: none;
    }
    p {
      display: none;
    }
    .create-account-button {
      font-family: var(--font-myriad);
      font-weight: 300;
      font-size: 24px;
      line-height: 22px;
      color: var(--grey);
      background: transparent;
      justify-content: flex-end;
      box-shadow: 0 0 0;
      border: 0;
      padding: 0 17px 0 0;
      text-transform: capitalize;
      position: relative;
      &::after {
        content: "";
        display: block;
        position: absolute;
        top: 3px;
        right: 0px;
        width: 10px;
        height: 18px;
        background: url(/wp-content/uploads/2026/03/slider-arrow-pre.svg-5.svg)
          no-repeat;
      }
      &:hover {
        color: var(--brown);
        &::after {
          background: url(/wp-content/uploads/2026/04/slider-arrow-pre.svg-6.svg)
            no-repeat;
        }
      }
    }
  }
}

.wd-el-my-account-lost-password {
  p {
    font-family: var(--font-myriad);
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    color: #949494;
  }
}
.lost_reset_password {
  p {
    font-family: var(--font-myriad);
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    color: #949494;
  }
  label {
    font-family: var(--font-myriad);
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    color: var(--grey);
  }
  input[type="text"],
  input[type="password"] {
    background-color: var(--white);
    border: 1px solid #e5e5e5;
    font-family: var(--font-myriad);
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    color: var(--grey);
  }
  button[type="submit"] {
    font-family: var(--font-myriad);
    font-weight: 300;
    font-size: 24px;
    line-height: 22px;
    letter-spacing: 0px;
    color: var(--grey);
    background: transparent;
    justify-content: flex-end;
    box-shadow: 0 0 0;
    border: 0;
    padding: 0 17px 0 0;
    text-transform: capitalize;
    position: relative;
    &::after {
      content: "";
      display: block;
      position: absolute;
      top: 12px;
      right: 0px;
      width: 10px;
      height: 18px;
      background: url(/wp-content/uploads/2026/03/slider-arrow-pre.svg-5.svg)
        no-repeat;
    }
    &:hover {
      color: var(--brown);
      background-color: transparent;
      box-shadow: 0 0 0;
      &::after {
        background: url(/wp-content/uploads/2026/04/slider-arrow-pre.svg-6.svg)
          no-repeat;
      }
    }
  }
  .show-password-input:before {
    color: var(--grey);
    font-size: 24px;
    top: 2px;
    position: relative;
    font-weight: 100;
  }
}

.e-my-account-tab {
  .woocommerce:has(.wd-register-tabs:nth-child(3)) div:nth-child(2) {
    background: transparent !important;
    border: 1px solid #ececec !important;
    border-radius: 0 !important;
    h3 {
      line-height: normal;
      margin-bottom: 25px !important;
    }
    form {
      label {
        font-family: var(--font-myriad);
        font-weight: 300;
        font-size: 16px !important;
        line-height: 100% !important;
        color: var(--grey) !important;
        margin-bottom: 8px !important;
      }
      input,
      select {
        border: 1px solid #e5e5e5 !important;
        background-color: var(--white) !important;
        padding-top: 0;
        padding-bottom: 0;
        font-family: var(--font-myriad);
        font-weight: 300;
        font-size: 16px !important;
        line-height: 100% !important;
        letter-spacing: 0px;
        color: var(--grey);
        border-radius: 0 !important;
      }
      button[type="submit"] {
        font-family: var(--font-myriad);
        font-weight: 300;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0px;
        color: var(--grey) !important;
        background: transparent !important;
        justify-content: center;
        box-shadow: 0 0 0;
        border: 0;
        padding: 0 17px 0 0 !important;
        text-transform: capitalize;
        position: relative;
        width: auto;
        &::after {
          content: "";
          display: block;
          position: absolute;
          top: 13px;
          right: 0px;
          width: 10px;
          height: 18px;
          background: url(/wp-content/uploads/2026/03/slider-arrow-pre.svg-5.svg)
            no-repeat;
        }
        &:hover {
          color: var(--brown) !important;
          background-color: transparent !important;
          box-shadow: 0 0 0;
          &::after {
            background: url(/wp-content/uploads/2026/04/slider-arrow-pre.svg-6.svg)
              no-repeat;
          }
        }
      }
    }
  }
  .woocommerce-notices-wrapper {
    .woocommerce-error,
    .woocommerce-message {
      li {
        font-family: var(--font-skia);
        font-size: 14px;
        line-height: 24px;
        strong {
          color: var(--white) !important;
          font-weight: 500 !important;
        }
        br {
          display: none;
        }
        a {
          color: var(--white) !important;
          &:hover {
            color: var(--grey) !important;
          }
        }
      }
      a {
        color: var(--brown) !important;
        &:hover {
          color: var(--grey) !important;
        }
      }
    }
  }
  .wd-register-tabs {
    max-width: 1320px;
    .wd-grid-f-col {
      margin: 0;
      .col-login {
        flex: 0 0 56.65%;
        padding: 0 25px 0 0;
        max-width: 100%;
        .wd-login-title {
          font-family: var(--font-skia);
          font-weight: 400;
          font-size: 20px;
          line-height: 24px;
          color: var(--grey);
          margin-bottom: 25px;
        }
        .login {
          padding: 0 !important;
          border: 0 !important;
          height: 100% !important;
          .form-row {
            margin-bottom: 30px;
            label {
              font-family: var(--font-myriad);
              font-weight: 300;
              font-size: 16px;
              line-height: 100%;
              color: var(--grey);
              margin-bottom: 8px;
            }
            input,
            select {
              border: 1px solid #e5e5e5 !important;
              background-color: var(--white) !important;
              padding-top: 0;
              padding-bottom: 0;
              font-family: var(--font-myriad);
              font-weight: 300;
              font-size: 16px;
              line-height: 100%;
              letter-spacing: 0px;
              color: var(--grey);
            }
            .show-password-input:before {
              color: var(--grey);
              font-size: 24px;
              top: 0px;
              position: relative;
              font-weight: 100;
            }
          }
          .form-row-btn {
            margin-bottom: 0;
            text-align: center;
            .woocommerce-button {
              font-family: var(--font-myriad);
              font-weight: 300;
              font-size: 24px;
              line-height: 22px;
              letter-spacing: 0px;
              color: var(--grey);
              background: transparent !important;
              justify-content: center;
              box-shadow: 0 0 0;
              border: 0;
              padding: 0 17px 0 0;
              text-transform: capitalize;
              position: relative;
              width: auto;
              min-height: 100% !important;
              &::after {
                content: "";
                display: block;
                position: absolute;
                top: 3px;
                right: 0px;
                width: 10px;
                height: 18px;
                background: url(/wp-content/uploads/2026/03/slider-arrow-pre.svg-5.svg)
                  no-repeat;
              }
              &:hover {
                color: var(--brown);
                background-color: transparent !important;
                box-shadow: 0 0 0;
                &::after {
                  background: url(/wp-content/uploads/2026/04/slider-arrow-pre.svg-6.svg)
                    no-repeat;
                }
              }
            }
          }
          .login-form-footer {
            justify-content: end;
            .lost_password {
              font-family: var(--font-skia);
              font-weight: 200;
              font-size: 16px;
              line-height: 100%;
              color: var(--grey);
            }
            .woocommerce-form-login__rememberme {
              display: none !important;
            }
          }
          .woocommerce-privacy-policy-text {
            p {
              font-family: var(--font-myriad);
              font-weight: 300;
              font-size: 14px !important;
              line-height: 20px !important;
              color: #637083 !important;
              margin-top: 0 !important;
              a {
                color: var(--grey);
                font: inherit;
                &:hover {
                  color: var(--brown);
                }
              }
            }
          }
          p:last-child {
            text-align: right !important;
            font-family: var(--font-myriad);
            font-weight: 300;
            font-size: 14px !important;
            line-height: 20px !important;
            color: #637083;
            a {
              color: var(--grey);
              font: inherit;
              &:hover {
                color: var(--brown);
              }
            }
          }
        }
      }
      .col-register {
        flex: 0 0 56.65%;
        padding: 0 25px 0 0;
        max-width: 100%;
        .wd-login-title {
          font-family: var(--font-skia);
          font-weight: 400;
          font-size: 20px;
          line-height: 24px;
          color: var(--grey);
          margin-bottom: 25px;
        }
        .register {
          padding: 0 !important;
          border: 0 !important;
          height: 100% !important;
          display: flex;
          flex-wrap: wrap;
          gap: 35px 27px;
          .clear {
            display: none;
          }
          .form-row {
            margin-bottom: 0px;
            float: unset;
            width: 100%;
            label {
              font-family: var(--font-myriad);
              font-weight: 300;
              font-size: 16px;
              line-height: 100%;
              color: var(--grey);
              margin-bottom: 8px;
            }
            span.woo-error {
              display: block;
              font-family: var(--font-myriad);
              font-weight: 400;
              font-size: 14px;
              line-height: 100%;
              color: #ca1919 !important;
              margin-top: 8px;
            }
            span.woo-recaptcha-error {
              order: 99;
            }
            input,
            select {
              border: 1px solid #e5e5e5;
              background-color: var(--white);
              padding-top: 0;
              padding-bottom: 0;
              font-family: var(--font-myriad);
              font-weight: 300;
              font-size: 16px;
              line-height: 100%;
              color: var(--grey);
            }
            select {
              appearance: none;
              background-image: url(/wp-content/uploads/2026/05/keyboard_control_key.png);
              background-position: 85% center;
              background-repeat: no-repeat;
            }
            .show-password-input:before {
              color: var(--grey);
              font-size: 24px;
              top: 0px;
              position: relative;
              font-weight: 100;
            }
            &:nth-child(3),
            &:nth-child(7) {
              flex: 0 0 17.5%;
            }
            &:nth-child(4),
            &:nth-child(6) {
              flex: 0 0 37.4%;
            }
            &:nth-child(8) {
              flex: 1;
            }
            &.user-role.vendor-customer-registration {
              display: none;
            }
          }
          span.woo-recaptcha-error {
            order: 101;
            width: 100%;
            display: block;
            font-family: var(--font-myriad);
            font-weight: 400;
            font-size: 14px !important;
            line-height: 100%;
            color: #ca1919 !important;
          }
          .g-recaptcha {
            order: 100;
          }
          .form-row-btn {
            margin-bottom: 0;
            text-align: center;
            order: 102;
            .woocommerce-button {
              font-family: var(--font-myriad);
              font-weight: 300;
              font-size: 24px;
              line-height: 22px;
              letter-spacing: 0px;
              color: var(--grey);
              background: transparent !important;
              justify-content: center;
              box-shadow: 0 0 0;
              border: 0;
              padding: 0 20px 0 0;
              text-transform: capitalize;
              position: relative;
              width: auto;
              min-height: 100% !important;
              &::after {
                content: "";
                display: block;
                position: absolute;
                top: 8px;
                right: 0px;
                width: 10px;
                height: 18px;
                background: url(/wp-content/uploads/2026/03/slider-arrow-pre.svg-5.svg)
                  no-repeat;
              }
              &:hover {
                color: var(--brown);
                background-color: transparent !important;
                box-shadow: 0 0 0;
                &::after {
                  background: url(/wp-content/uploads/2026/04/slider-arrow-pre.svg-6.svg)
                    no-repeat;
                }
              }
            }
          }
          .woocommerce-privacy-policy-text {
            margin-bottom: 0 !important;
            order: 99;
            p {
              font-family: var(--font-myriad);
              font-weight: 300;
              font-size: 14px !important;
              line-height: 20px !important;
              color: #637083 !important;
              margin-top: 0 !important;
              a {
                color: var(--grey);
                font: inherit;
                &:hover {
                  color: var(--brown);
                }
              }
            }
          }
        }
      }
      .col-register-text {
        flex: 0 0 40%;
        max-width: 100%;
        padding: 0 0 0 70px;
        border-inline-start: 1px solid #ececec;
        .wd-login-title {
          font-family: var(--font-skia);
          font-weight: 400;
          font-size: 20px;
          line-height: 24px;
          color: var(--grey);
          margin-bottom: 12px;
        }
        .login-info,
        .registration-info {
          font-family: var(--font-myriad);
          font-weight: 400;
          font-size: 14px;
          line-height: 20px;
          color: #637083;
          margin-bottom: 0;
        }
        .wd-switch-to-register {
          font-family: var(--font-myriad);
          font-weight: 300;
          font-size: 24px;
          line-height: 22px;
          letter-spacing: 0px;
          color: var(--grey);
          background: transparent !important;
          justify-content: center;
          box-shadow: 0 0 0;
          border: 0;
          padding: 0 20px 0 0;
          text-transform: capitalize;
          position: relative;
          width: auto;
          &::after {
            content: "";
            display: block;
            position: absolute;
            top: 13px;
            right: 0px;
            width: 10px;
            height: 18px;
            background: url(/wp-content/uploads/2026/03/slider-arrow-pre.svg-5.svg)
              no-repeat;
          }
          &:hover {
            color: var(--brown);
            background-color: transparent !important;
            box-shadow: 0 0 0;
            &::after {
              background: url(/wp-content/uploads/2026/04/slider-arrow-pre.svg-6.svg)
                no-repeat;
            }
          }
        }
      }
    }
  }
}
