/* Account Page */

.noha-myaccount-nav-link {
  .elementor-widget-container {
    margin-top: 11px;
  }
  .woocommerce-MyAccount-navigation {
    .wd-nav-my-acc {
      .woocommerce-MyAccount-navigation-link {
        a {
          gap: 12px;
          box-shadow: 0 0 0;
          text-align: left;
          justify-content: flex-start;
          padding: 14px 24px 13px 24px;
        }
      }
      .wd-my-acc-orders {
        .wd-nav-icon {
          &::before {
            width: 22px;
            height: 22px;
            content: url("/wp-content/uploads/2026/05/proicons_box.svg");
          }
        }
      }
      .wd-my-acc-edit-address {
        .wd-nav-icon {
          &::before {
            width: 22px;
            height: 22px;
            content: url("/wp-content/uploads/2026/05/home_pin.svg");
          }
        }
      }
      .wd-my-acc-edit-account {
        .wd-nav-icon {
          &::before {
            width: 22px;
            height: 22px;
            content: url("/wp-content/uploads/2026/05/iconoir_profile-circle.svg");
          }
        }
      }
      .wd-my-acc-wishlist {
        .wd-nav-icon {
          &::before {
            width: 22px;
            height: 22px;
            content: url("/wp-content/uploads/2026/05/Icon-9.svg");
          }
        }
      }
      .wd-my-acc-customer-logout {
        .wd-nav-icon {
          &::before {
            width: 22px;
            height: 22px;
            content: url("/wp-content/uploads/2026/05/logout.svg");
          }
        }
      }
    }
  }
}

.myaccount-breadcrumbs {
  .elementor-icon-list-items {
    gap: 10px;
    .elementor-inline-item {
      .elementor-icon-list-text {
        font-family: var(--font-myriad) !important;
        font-weight: 400 !important;
        font-size: 14px !important;
        line-height: 22px !important;
        color: var(--grey) !important;
      }
      a {
        position: relative;
        &:hover {
          .elementor-icon-list-text {
            color: var(--brown) !important;
          }
        }
        .elementor-icon-list-text {
          font-family: var(--font-myriad) !important;
          font-weight: 400 !important;
          font-size: 14px !important;
          line-height: 22px !important;
          color: #a7a7a7 !important;
        }
        &::after {
          content: "/";
          font-family: var(--font-myriad);
          font-weight: 400;
          font-size: 14px;
          line-height: 22.4px;
          color: #a7a7a7;
          position: absolute;
          top: 1px;
          right: -15px;
        }
      }
    }
  }
}

.noha-myaccount-content {
  .woocommerce-info {
    display: none;
  }
  /* Wishlist container */
  .wd-wishlist-content {
    /* Wishlist Empty */
    .wd-empty-wishlist {
      .wd-empty-block-title {
        position: relative;
        font-family: var(--font-skia);
        font-weight: 300;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        color: var(--grey);
        margin-bottom: 8px;
        &::before {
          color: var(--grey) !important;
        }
      }
      .wd-empty-block-text {
        font-family: var(--font-skia);
        font-weight: 300;
        font-size: 14px;
        line-height: 22.4px;
        text-align: center;
        max-width: 455px;
        margin-bottom: 8px;
      }
      a.button.btn.btn-accent.wd-empty-block-btn {
        background: transparent;
        color: var(--grey);
        font-family: var(--font-myriad);
        font-weight: 300;
        font-size: 24px;
        line-height: 22px;
        letter-spacing: 0px;
        text-align: center;
        box-shadow: 0 0 0;
        position: relative;
        text-transform: capitalize;
        padding: 0;
        &:hover {
          color: var(--brown);
          &::after {
            background: url(/wp-content/uploads/2026/04/slider-arrow-pre.svg-6.svg)
              no-repeat;
          }
        }
        &::after {
          content: "";
          display: block;
          position: absolute;
          top: 13px;
          right: -23px;
          width: 10px;
          height: 18px;
          background: url(/wp-content/uploads/2026/03/slider-arrow-pre.svg-5.svg)
            no-repeat;
        }
      }
    }
    /* WishList */
    .wd-wishlist-bulk-action {
      height: 100% !important;
      padding: 10px 0 10px 10px;
      pointer-events: auto;
      flex-direction: row-reverse;
      justify-content: flex-end;
      .wd-wishlist-remove-action {
        display: none;
      }
      &:has(.wd-selected) {
        .wd-wishlist-remove-action {
          display: flex;
        }
      }
      .wd-wishlist-select-all.wd-action-btn .wd-action-icon:before {
        content: url("/wp-content/uploads/2026/05/check_box_outline_blank.svg");
        width: 17px;
        height: 17px;
      }
      .wd-wishlist-select-all.wd-action-btn.wd-selected .wd-action-icon:before {
        content: url("/wp-content/uploads/2026/05/check_box.svg");
      }
      .wd-action-btn {
        opacity: 1;
        .wd-action-text {
          font-family: var(--font-myriad);
          font-weight: 400;
          font-size: 18px;
          line-height: 100%;
          color: var(--grey);
        }
        .wd-action-icon {
          scale: 0.65;
        }
        &.wd-wishlist-select-all {
          .wd-action-icon {
            scale: 0.78;
          }
        }
      }
    }
    .wd-products-element {
      .products {
        .wd-product {
          .wd-wishlist-product-actions {
            .wd-wishlist-remove {
              .wd-action-text {
                font-family: var(--font-myriad);
                font-weight: 400;
                font-size: 18px;
                line-height: 100%;
                color: var(--grey);
              }
              .wd-action-icon {
                scale: 0.65;
              }
            }
            .wd-wishlist-product-checkbox {
              input[type="checkbox"] {
                width: 17px;
                height: 17px;
              }
            }
          }
        }
      }
    }
  }
  &.noha-product-list {
    & .products {
      & .product-grid-item {
        .wd-product-thumb {
          height: 357px;
        }
      }
    }
    .wd-wishlist-head {
      .title {
        font-family: var(--font-skia);
        font-weight: 400;
        font-size: 32px;
        line-height: 100%;
        color: var(--grey);
        text-transform: capitalize;
      }
      .wd-social-icons {
        .wd-label {
          font-family: var(--font-myriad);
          font-weight: 600;
          font-size: 14px;
          line-height: 22.4px;
          color: var(--grey);
        }
      }
    }
  }
  /* Orders Page */
  .woocommerce-orders-table {
    thead {
      tr {
        th {
          font-family: var(--font-myriad);
          font-weight: 300;
          font-size: 20px;
          line-height: 100%;
          letter-spacing: 0px;
          color: var(--grey);
          text-transform: capitalize;
        }
      }
    }
    tbody {
      tr {
        td {
          font-family: var(--font-myriad);
          font-weight: 300;
          font-size: 20px;
          line-height: 100%;
          letter-spacing: 0px;
          color: var(--grey);
          &[data-title="Date"] {
            color: #767676;
          }
          &[data-title="Status"] {
            color: #6b4fd3;
          }
          &[data-title="Total"] {
            * {
              font: inherit;
              color: inherit;
            }
          }
          &[data-title="Actions"] {
            a {
              font-family: var(--font-myriad);
              font-weight: 300;
              font-size: 19.85px;
              line-height: 18.2px;
              letter-spacing: 0px;
              color: var(--grey);
              background: transparent;
              box-shadow: 0 0 0;
              position: relative;
              text-transform: capitalize;
              padding: 0 20px 0 0;
              &:hover {
                color: var(--brown);
                &::after {
                  background: url(/wp-content/uploads/2026/04/slider-arrow-pre.svg-6.svg)
                    no-repeat;
                  scale: 0.6;
                }
              }
              &::after {
                content: "";
                display: block;
                position: absolute;
                top: 10px;
                right: 0;
                width: 10px;
                height: 18px;
                scale: 0.6;
                background: url(/wp-content/uploads/2026/03/slider-arrow-pre.svg-5.svg)
                  no-repeat;
              }
            }
          }
        }
      }
    }
  }
  /* Order Empty */
  .myaccount-orders-empty {
    width: 100%;
    max-width: 445px;
    margin: 0 auto;
    text-align: center;
    .order-no-items-container {
      .order-no-wrapper {
        .order-no-title {
          margin: 10px 0 0;
          h5 {
            font-family: var(--font-skia);
            font-weight: 400;
            font-size: 18px;
            line-height: 24px;
            text-align: center;
            color: var(--grey);
            margin: 0;
          }
        }
        .order-no-sub-title {
          margin: 8px 0 10px;
          p {
            font-family: var(--font-skia);
            font-weight: 200;
            font-size: 14px;
            line-height: 22.4px;
            text-align: center;
            color: var(--grey);
            margin: 0;
          }
        }
        .return-to-shop {
          a {
            font-family: var(--font-myriad);
            font-weight: 300;
            font-size: 24px;
            line-height: 22px;
            letter-spacing: 0px;
            text-align: center;
            color: var(--grey);
            &:hover {
              color: var(--brown);
              img {
                filter: brightness(0) saturate(100%) invert(62%) sepia(1%)
                  saturate(4991%) hue-rotate(346deg) brightness(98%)
                  contrast(79%);
              }
            }
            img {
              margin-left: 5px;
            }
          }
        }
      }
    }
  }
  .woocommerce-order {
    .woocommerce-notice--success {
      display: none;
    }
  }
  /* Order Inner Page */
  .thank-you-main-container {
    .common-title {
      font-family: var(--font-skia);
      font-weight: 300;
      font-size: 20px;
      line-height: 24px;
      color: var(--grey);
      margin: 0;
    }
    .main-wrapper {
      .invoice-table-wrapper {
        margin: 15px 0 0;
        thead {
          tr {
            th {
              font-family: var(--font-myriad);
              font-weight: 300;
              font-size: 20px;
              line-height: 100%;
              letter-spacing: 0px;
              color: var(--grey);
              text-transform: capitalize;
              padding-left: 0;
              padding-top: 16px;
              padding-bottom: 16px;
              border-bottom: 1px solid var(--white2);
              &:last-child {
                text-align: right;
              }
            }
          }
        }
        tbody {
          tr {
            td {
              padding: 6.75px 0;
              font-family: var(--font-myriad);
              font-weight: 300;
              font-size: 16px;
              line-height: 100%;
              letter-spacing: 0px;
              color: var(--grey);
              border-bottom: 1px solid var(--white2);
              * {
                font: inherit;
                color: inherit;
              }
              &:last-child {
                text-align: right;
                padding: 0 10px 0 0;
              }
            }
          }
        }
      }
      .mobile-order-table {
        display: none;
      }
      .download-invoice-wrapper {
        text-align: center;
        margin-top: 15px;
        .download-invoice {
          font-family: var(--font-myriad);
          font-weight: 600;
          font-size: 14px;
          line-height: 14px;
          text-align: center;
          vertical-align: middle;
          text-transform: uppercase;
          text-decoration: underline;
          color: var(--brown);
          &:hover {
            color: var(--grey);
          }
          img {
            margin-left: 5px;
          }
        }
      }
    }
    .order-id-details {
      margin-top: 45px;
      .detailed-wrapper {
        .order-details-flex-wrapper {
          display: flex;
          flex-wrap: wrap;
          margin-top: 20px;
          row-gap: 30px;
          .order-item {
            display: flex;
            flex-wrap: wrap;
            flex: 0 0 50%;
            gap: 10px;
            position: relative;
            &:not(:last-child)::after {
              content: "";
              display: inline-block;
              width: 1px;
              height: 100%;
              border-right: 1px solid #ececec;
              position: absolute;
              top: 0px;
              right: 23px;
            }
            &:nth-child(even)::after {
              display: none;
            }
            .item-no {
              .id-no {
                font-family: var(--font-skia);
                font-weight: 300;
                font-size: 20px;
                line-height: 24px;
                color: var(--grey);
                margin: 0;
              }
            }
            .item-image {
              width: 74px;
              height: 93px;
              img {
                width: 100%;
                height: 100%;
              }
            }
            .product-detail-wrapper {
              display: flex;
              flex-wrap: wrap;
              gap: 10px;
              flex-direction: column;
              .product-title {
                font-family: var(--font-myriad);
                font-weight: 300;
                font-size: 16px;
                line-height: 100%;
                color: var(--grey);
                margin: 0;
              }
              .product-order-number {
                font-family: var(--font-myriad);
                font-weight: 300;
                font-size: 16px;
                line-height: 100%;
                color: var(--grey);
                margin: 0;
              }
              .product-image-logo {
                margin: 0;
                width: 74px;
                height: 18.96px;
                img {
                  width: 100%;
                  height: 100%;
                }
              }
            }
          }
        }
      }
    }
    .billing-address-wrapper {
      .billing-address-flex-wrapper {
        margin-top: 12px;
      }
      margin-top: 25px;
      max-width: 500px;
      .billing-address-item,
      p {
        margin: 4px 0 0;
        font-family: var(--font-myriad);
        font-weight: 300;
        font-size: 16px;
        line-height: 100%;
        color: #909090;
      }
      p:last-child {
        margin-bottom: 0;
        margin-top: 4px;
      }
      p:empty {
        display: none;
      }
    }
  }
  /* Account Page */
  .edit-account {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 25px;
    .clear {
      display: none;
    }
    .woocommerce-form-row {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      float: unset !important;
      flex: 0 0 35.3%;
      margin: 0;
      label {
        font-family: var(--font-myriad);
        font-weight: 300;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0px;
        color: var(--grey);
      }
    }
    #account_display_name_description {
      display: none;
    }
    fieldset {
      flex: 0 0 100%;
      border: 0;
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 0;
      margin-bottom: 0;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      gap: 15px 25px;
      position: relative;
      &::before {
        content: "";
        position: absolute;
        top: -55px;
        left: 0;
        width: 100%;
        height: 1px;
        border-top: 1px solid #e5e5e5;
      }
      legend {
        padding: 0;
        font-family: var(--font-skia);
        font-weight: 400;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 2px;
        color: var(--grey);
      }
      .woocommerce-form-row {
        flex: 0 0 35.3%;
        width: 347px;
      }
    }
    button.woocommerce-Button.button {
      background: transparent;
      box-shadow: 0 0 0;
      font-family: var(--font-myriad);
      font-weight: 300;
      font-size: 18px;
      line-height: 100%;
      letter-spacing: 0px;
      text-align: center;
      color: var(--grey);
      position: relative;
      margin: 0 auto;
      padding: 0;
      text-transform: capitalize;
      &:hover {
        color: var(--brown);
        &::after {
          background: url(/wp-content/uploads/2026/04/slider-arrow-pre.svg-6.svg)
            no-repeat;
        }
      }
      &::after {
        content: "";
        display: block;
        position: absolute;
        top: 13px;
        right: -24px;
        width: 10px;
        height: 18px;
        background: url(/wp-content/uploads/2026/03/slider-arrow-pre.svg-5.svg)
          no-repeat;
      }
    }
  }
}

/* Address Management */
.myaccount-add-address {
  .add-address-button {
    h3 {
      font-family: var(--font-skia);
      font-weight: 300;
      font-size: 20px;
      line-height: 24px;
      color: var(--grey);
    }
    a {
      font-family: var(--font-myriad);
      font-weight: 300;
      font-size: 18px;
      line-height: 100%;
      letter-spacing: 0px;
      color: var(--brown);
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 5px;
      &:hover {
        color: var(--brown2);
        img {
          filter: brightness(0) saturate(100%) invert(100%) sepia(9%)
            saturate(5921%) hue-rotate(318deg) brightness(90%) contrast(84%);
        }
      }
    }
    p {
      font-family: var(--font-skia);
      font-weight: 400;
      font-size: 12px;
      line-height: 16px;
      color: #767676;
      margin-top: 15px;
    }
  }
}
.myaccount-address-list {
  &.hidden {
    display: none;
  }
  .select-address-container {
    position: relative;
    .select-address-fixed-wrapper {
      position: relative;
      max-width: 100%;
      background: var(--white);
      transform: translateX(0%);
      overflow-y: unset;
      z-index: unset;
      .select-header-wrapper {
        display: none;
      }
      .select-address-item-wrapper {
        height: 100%;
        overflow: unset;
        .select-address-item {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: flex-start;
          padding: 20px 15px 20px 18px;
          border: 1px solid #f0f0f0;
          &:not(:last-child) {
            margin-bottom: 15px;
          }
          .radio-button-wrapper {
            display: none;
          }
          .address-wrapper {
            flex: 0 0 85%;
            p {
              font-family: var(--font-myriad);
              font-weight: 300;
              font-size: 16px;
              line-height: 100%;
              letter-spacing: 0px;
              color: #909090;
              margin: 0;
            }
          }
          .options-wrapper {
            position: relative;
            width: 10px;
            text-align: center;
            cursor: pointer;
            .edit-delete-wrapper {
              position: absolute;
              top: 30px;
              left: -95px;
              width: 97px;
              background: var(--white);
              box-shadow: 0px 1px 1px 0px #00000040;
              opacity: 0;
              visibility: hidden;
              border: 1px solid #f0f0f0;
              z-index: 9;
              > div {
                padding: 10px 10px 8px;
                font-family: var(--font-myriad);
                font-weight: 300;
                font-style: Light;
                font-size: 18px;
                line-height: 100%;
                letter-spacing: 0px;
                color: var(--grey);
                cursor: pointer;
                text-align: left;
                display: flex;
                gap: 8px;
                &:not(:last-child) {
                  border-bottom: 1px solid #f0f0f0;
                }
              }
              &.active {
                opacity: 1;
                visibility: visible;
              }
            }
          }
        }
      }
      .add-new-address-wrapper {
        display: none;
      }
      .update-address-button {
        display: none;
      }
    }
  }
}
.myaccount-billing-form {
  display: none;
  &.active {
    display: block;
  }
  .select-header-wrapper {
    display: none;
  }
  #custom-billing-form {
    padding: 0;
    .woocommerce-error {
      padding-left: 50px !important;
      li {
        font-family: var(--font-myriad);
        font-weight: 300;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0px;
        color: var(--white);
        list-style: none;
      }
    }
    .billing-fields-wrapper {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      gap: 20px;
      margin-bottom: 40px;
      .form-row {
        float: unset;
        width: 100%;
        margin: 0;
        flex: 0 0 48%;
        input,
        select {
          border: 1px solid #e5e5e5;
        }
        .optional {
          top: 0;
        }
        label {
          font-family: var(--font-myriad);
          font-weight: 300;
          font-size: 16px;
          line-height: 100%;
          letter-spacing: 0px;
          color: var(--grey);
        }
      }
    }
    #save-billing-address-btn {
      background: transparent;
      box-shadow: 0 0 0;
      font-family: var(--font-myriad);
      font-weight: 300;
      font-size: 24px;
      line-height: 22px;
      letter-spacing: 0px;
      text-align: center;
      color: var(--grey);
      position: relative;
      margin: 0 auto;
      padding: 0;
      text-transform: capitalize;
      justify-content: flex-start;
      &:hover {
        color: var(--brown);
        &::after {
          background: url(/wp-content/uploads/2026/04/slider-arrow-pre.svg-6.svg)
            no-repeat;
        }
      }
      &::after {
        content: "";
        display: block;
        position: absolute;
        top: 14px;
        right: -21px;
        width: 10px;
        height: 18px;
        background: url(/wp-content/uploads/2026/03/slider-arrow-pre.svg-5.svg)
          no-repeat;
      }
    }
  }
}

/* Non Login Users */
.wishlist-guest-container {
  .thankyou-breadcrumbs {
    ul {
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      padding: 0;
      gap: 24px;
      li {
        font-family: var(--font-myriad);
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        color: var(--grey);
        position: relative;
        a {
          font: inherit;
          color: #949494;
          text-decoration: none;
        }
        &:hover {
          a {
            color: var(--brown);
          }
        }
        &:not(:last-child):before {
          content: "/";
          position: absolute;
          top: -3px;
          right: -13px;
          font: inherit;
          line-height: 22.2px;
          color: #949494;
        }
      }
    }
  }
  .wishlist-guest-content-list {
    .wd-wishlist-content {
      .wd-wishlist-head {
        margin-bottom: 40px;
        .title {
          font-family: var(--font-skia);
          font-weight: 400;
          font-size: 32px;
          line-height: 100%;
          color: var(--grey);
        }
      }
      .wd-empty-block {
        width: 100%;
        max-width: 455px;
        margin: 0 auto;
      }
      .wd-empty-block.wd-empty-wishlist:before {
        content: url(https://noha.underdev.in/wp-content/uploads/2026/05/Icon-10.svg);
      }
      .wd-empty-block-title {
        font-family: var(--font-skia);
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        color: var(--grey);
        margin: 0;
      }
      .wd-empty-block-text {
        font-family: var(--font-skia);
        font-weight: 300;
        font-size: 14px;
        line-height: 22.4px;
        text-align: center;
        color: var(--grey);
        margin: 12px 0 8px;
      }
      .wd-empty-block-btn {
        background: transparent;
        box-shadow: 0 0 0;
        font-family: var(--font-myriad);
        font-weight: 300;
        font-size: 24px;
        line-height: 22px;
        letter-spacing: 0px;
        text-align: center;
        color: var(--grey);
        position: relative;
        margin: 0 auto;
        padding: 0;
        text-transform: capitalize;
        justify-content: flex-start;
        &:hover {
          color: var(--brown);
          &::after {
            background: url(/wp-content/uploads/2026/04/slider-arrow-pre.svg-6.svg)
              no-repeat;
          }
        }
        &::after {
          content: "";
          display: block;
          position: absolute;
          top: 14px;
          right: -21px;
          width: 10px;
          height: 18px;
          background: url(/wp-content/uploads/2026/03/slider-arrow-pre.svg-5.svg)
            no-repeat;
        }
      }
      .wd-products-element {
        .wd-wishlist-product-actions {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 20px;
          .wd-action-text {
            font-family: var(--font-myriad);
            font-weight: 400;
            font-size: 18px;
            line-height: 100%;
            color: var(--grey);
          }
          .wd-action-icon {
            scale: 0.65;
          }
        }
      }
      .wd-wishlist-bulk-action {
        height: 100% !important;
        padding: 10px 0 10px 10px;
        pointer-events: auto;
        flex-direction: row-reverse;
        justify-content: flex-end;
        .wd-wishlist-remove-action {
          display: none;
        }
        &:has(.wd-selected) {
          .wd-wishlist-remove-action {
            display: flex;
          }
        }
        .wd-wishlist-select-all.wd-action-btn .wd-action-icon:before {
          content: url("/wp-content/uploads/2026/05/check_box_outline_blank.svg");
          width: 17px;
          height: 17px;
        }
        .wd-wishlist-select-all.wd-action-btn.wd-selected
          .wd-action-icon:before {
          content: url("/wp-content/uploads/2026/05/check_box.svg");
        }
        .wd-action-btn {
          opacity: 1;
        }
        .wd-action-text {
          font-family: var(--font-myriad);
          font-weight: 400;
          font-size: 18px;
          line-height: 100%;
          color: var(--grey);
        }
        .wd-action-icon {
          scale: 0.65;
        }
        .wd-wishlist-select-all {
          .wd-action-icon {
            scale: 0.78;
          }
        }
      }
      .wd-wishlist-product-checkbox {
        width: 17px;
        height: 17px;
        min-width: 17px;
        min-height: 17px;
        display: flex;
        input[type="checkbox"] {
          width: 17px;
          height: 17px;
          min-width: 17px;
        }
      }
    }
  }
}
