/* Arabic Language Styles */

html[lang="ar"] {
  /* Header */
  .whb-header {
    .whb-main-header {
      .whb-general-header {
        .whb-general-header-inner {
          .wd-header-nav {
            .menu {
              .menu-item {
                &.menu-item-has-children {
                  > a {
                    flex-direction: row-reverse;
                  }
                }
                &::after {
                  left: -11px;
                }
              }
            }
          }
        }
      }
    }
  }
  /* Gold Api */
  .gold-price-dropdown-wrapper {
    & .dropdown-wrapper {
      .dropdown-content {
        left: 0;
        right: auto;
      }
    }
  }
  /* Sub Menu Main */
  .sub-menu-wrapper {
    justify-content: flex-end;
    .sub-menu-flex-wrapper {
      display: flex;
      align-items: flex-start;
      flex-direction: row-reverse;
      height: 100%;
      .sub-menu-col {
        display: flex;
        flex-direction: column;
        gap: 20px;
        &.category-occasion-col {
          align-items: flex-end;
        }
        .sub-items-wrapper {
          &:not(:last-child) {
            margin-bottom: 10px;
          }
          h3 {
            font-family: var(--font-myriad);
            font-weight: 400;
            font-size: 18px;
            line-height: 100%;
            color: var(--grey);
          }
          ul {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 20px;
            padding-left: 10px;
            flex-direction: row-reverse;
            li {
              display: flex;
              align-items: center;
              margin: 0;
              position: relative;
              &:not(:last-child)::after {
                content: "";
                display: inline-block;
                width: 1px;
                height: 39px;
                border-right: 1px solid #7d7a73;
                margin: 0 12px;
                position: absolute;
                top: -10px;
                right: -23px;
              }
              a {
                display: flex;
                flex-direction: column-reverse;
                align-items: center;
                gap: 8px;
                text-decoration: none;
                font-size: 13px;
                &:hover {
                  color: #000;
                }
                &::after {
                  display: none;
                }
                span {
                  font-family: var(--font-myriad);
                  font-weight: 300;
                  font-size: 18px;
                  line-height: 100%;
                  color: var(--grey);
                }
                img {
                  width: 67px;
                  height: 67px;
                  border-radius: 50%;
                  object-fit: cover;
                  display: block;
                  transition: opacity 0.2s ease;
                }
              }
            }
          }
        }
      }
    }
  }
  /* Common Button */
  .plain_abtn {
    flex-direction: row-reverse;
  }
  /* Home Page */
  .spotlight-wrapper-container {
    .spotlight-flex-wrapper {
      .left-column-wrapper {
        .left-column-content {
          position: relative;
          padding-right: 46px;
          padding-left: 0;
          &::before {
            left: auto;
            right: 0;
          }
        }
        & .left-column-slider-wrapper {
          .jewellery-left-slide-wrapper {
            direction: ltr;
          }
          & .custom-dots-arrows-wrapper {
            flex-direction: row-reverse;
            .slick-dots {
              flex-direction: row-reverse;
            }
          }
        }
      }
    }
  }
  .our-brands-slider-container {
    .brands-slider-wrapper {
      direction: ltr;
    }
    .custom-dots-arrows-wrapper {
      flex-direction: row-reverse;
      .slick-dots {
        flex-direction: row-reverse;
      }
    }
  }
  .exclusive-collection-container {
    .exclusive-collection-slider {
      direction: ltr;
    }
    & .custom-dots-arrow-wrapper {
      flex-direction: row-reverse;
      .slick-dots {
        flex-direction: row-reverse;
      }
    }
  }
}
