/*=========================================
      Main Menu Navbar - CSS
===========================================*/
.navbar.bsb-navbar.bsb-navbar-caret {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  width: 100%;
  /* position: absolute;
  top: 0;
  z-index: 99999; */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding-right: 0px !important;
  margin-right: 0px !important;
  padding-top: 0px;
  padding-bottom: 0px;
  transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  -o-transition: all 500ms linear;
}

.navbar-placeholder {
  height: 65px;
}

.navbar-wrapper {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr;
  place-items: center !important;
}

.nav--category p,
.nav--category h4 {
  font-size: var(--fs-h5);
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 10px;
  font-weight: 600;
  letter-spacing: 0.8px;
  position: relative;
  color: var(--color-secondary);
  padding: 0px 1rem 0 1rem;
}

.nav-list .nav-link:focus,
.nav-list .nav-link:hover {
  color: var(--color-secondary);
}

.nav--category p::after,
.nav--category h3::after {
  content: "";
  background: var(--primary-color);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 8%;
  width: 2rem;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.sticky-top {
  /*background: rgba(4, 38, 73, 0.9);
  */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3) !important;
  background-size: cover;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  color: #fff;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  animation: 600ms ease-in-out 0s normal none 1 running fadeIn;
  -webkit-animation: 600ms ease-in-out 0s normal none 1 running fadeIn;
}

/*-----------------
        ICONS 
-------------------*/
.navbar-icons {
  display: flex;
}

.social-icon {
  margin: 0 15px;
}

.social-icon.left-nav_icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  background-color: white;
  color: var(--secondary-color);
  border-radius: 50%;
  text-decoration: none;
  transition:
    background-color 0.3s,
    color 0.3s;
  border: 0px;
}

.social-icon.left-nav_icon i {
  font-size: 16px;
}

.social-icon.left-nav_icon:hover {
  background-color: var(--primary-color);
  color: white;
}

/*------------------------ 
    Glassmorphic Effect 
--------------------------*/
.navbar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 38, 73, 1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: -1;
  pointer-events: none;
  transition:
    background 0.5s,
    backdrop-filter 0.5s;
  -webkit-transition:
    background 0.5s,
    backdrop-filter 0.5s;
  -moz-transition:
    background 0.5s,
    backdrop-filter 0.5s;
  -ms-transition:
    background 0.5s,
    backdrop-filter 0.5s;
  -o-transition:
    background 0.5s,
    backdrop-filter 0.5s;
}

button.navbar-toggler {
  background-color: transparent;
  color: #fff;
}

ul.nav-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.nav-list li a {
  font-family: var(--font-primary);
  display: block;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-weight: var(--fw-semibold);
  letter-spacing: 2px;
}

ul.list-group-flush li a {
  padding-top: 0px;
  padding-bottom: 0px;
  border: none;
  color: var(--color-black);
  background-color: transparent;
  font-style: normal;

  & h5 {
    font-family: var(--font-primary);
    font-weight: var(--fw-regular);
    font-size: var(--fs-body);
  }
}

.nav-item {
  padding: 0.4rem 0px;
}

.dropdown-hover > .dropdown-toggle:active {
  pointer-events: none;
}

button.navbar-toggler {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}

.dropdown-hover:hover > .dropdown-menu {
  display: grid !important;
  grid-auto-flow: column;
  grid-gap: 0rem;
  padding: 3rem;
  border-bottom: 0px;
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0px 5px 20px rgb(0, 0, 0, 0.1);
  height: auto;
  max-height: 80dvh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.dropdown-hover:hover > .dropdown-menu > li {
  width: fit-content;
}

.mega-menu_nav-link p {
  color: #ad7905 !important;
}

#menu-main-menu-left,
#menu-main-menu-right {
  display: grid;
  grid-auto-flow: column;
}

#menu-main-menu-left > li,
#menu-main-menu-right > li {
  padding: 15px 20px;
}

.sub-menu.dropdown-menu {
  top: 100% !important;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

ul.sub-menu.list-group.list-group-flush {
  display: inline-grid;
  grid-gap: 0px 20px;
  grid-template-columns: repeat(2, 50%);
  font-style: italic;
  font-weight: 500;
}

li#menu-item-5747 ul.sub-menu.list-group.list-group-flush,
li#menu-item-4758 ul.sub-menu.list-group.list-group-flush {
  display: grid;
  grid-template-columns: repeat(1, 100%);
  grid-gap: 0px 20px;
  font-style: italic;
  font-weight: 500;
}

li#menu-item-4755 ul.sub-menu.list-group.list-group-flush {
  grid-template-columns: repeat(3, 1fr);
}

ul.sub-menu.list-group.list-group-flush > li {
  transition: all 600ms ease-in;
  -webkit-transition: all 600ms ease-in;
  -moz-transition: all 600ms ease-in;
  -ms-transition: all 600ms ease-in;
  -o-transition: all 600ms ease-in;
}

.dropdown-toggle::after {
  margin-left: 14px;
  vertical-align: middle !important;
}

/*--- Hover Animation ---*/
ul.sub-menu.list-group.list-group-flush
  > li:hover
  a.list-group-item.list-group-item-action {
  color: var(--color-secondary) !important;
}

/*======================= 
        MEGA MENU 
=========================*/

/* Only after JS marks the menu as seen */
.dropdown.menu-item[data-mega-seen="1"] .talent_mega-menu-item,
.dropdown.menu-item[data-mega-seen="1"] .mega-menu-ul > li,
.dropdown.menu-item[data-mega-seen="1"] .wow {
  visibility: visible !important;
  opacity: 1 !important;
  animation: none !important;
  -webkit-animation: none !important;
}

ul.mega-menu__list .list-group-item a {
  color: var(--color-black);
  display: block;
  text-decoration: none;
  cursor: pointer;
  font-size: var(--fs-link);
  font-weight: var(--fw-regular);
  letter-spacing: 0px;
}

/*--- group menu ---*/
#menu-item-19998 .dropdown-menu,
#menu-item-4167 .dropdown-menu,
#menu-item-4296 .dropdown-menu,
#menu-item-4742 .dropdown-menu {
  grid-auto-flow: row;
  grid-gap: 0rem;

  & .nav--category p {
    margin-bottom: 0px;
  }
}

/*---- Brands Mega Menu ----*/
.mega-menu {
  width: 100%;
  box-sizing: border-box;
}

.mega-menu__group-beauty {
  column-count: 3 !important;
  column-gap: 2rem !important;
}

.mega-menu__group-watches {
  column-count: 2 !important;
  column-gap: 2rem !important;
}

.mega-menu__list .menu-item {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}

.mega-menu__inner {
  display: grid;
  grid-template-columns: 0.5fr 1.5fr 1fr 0.5fr;
  gap: 0;
  align-items: start;
}

.mega-menu__col {
  position: relative;
  min-width: 0;
  padding: 0 20px 0 20px;
}

.mega-menu__col:first-child {
  padding-left: 0;
}

.mega-menu__col:last-child {
  padding-right: 0;
}

.mega-menu__col:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #dddddd;
}

.mega-menu__group + .mega-menu__group {
  margin-top: 30px;
}

.mega-menu__group--spaced {
  padding-top: 25px;
}

.mega-menu__list--top-space {
  margin-top: 0;
}

.mega-menu__title {
  font-family: var(--font-primary) !important;
  margin: 0 0 12px;
  color: var(--color-secondary);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: var(--fs-h5);
  font-weight: var(--fw-semibold);
}

.mega-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mega-menu__list li {
  margin: 0 0 10px;
  padding: 0;
  line-height: 1.2;
}

.mega-menu__list li:last-child {
  margin-bottom: 0;
}

.mega-menu__list a:hover {
  color: var(--color-black);
  opacity: 0.75;
}

.mega-menu__footer {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.mega-menu__list a {
  word-break: break-word;
  overflow-wrap: break-word;
}

/*---- Mega Menu with Image ----*/
.mega-menu-img-text {
  bottom: 1.5em;
  left: 2.5em;
  gap: 0.5em;
  z-index: 1;
}

.mega-menu-img-text div h4 {
  font-family: var(--primary-font);
  color: var(--tertiary-color);
  font-style: italic;
  line-height: normal;
  text-transform: capitalize;
}

.mega-menu-img-text div h3 {
  font-family: var(--secondary-font);
  color: var(--tertiary-color);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0.8em !important;
}

.mega-menu-img-text .mega-menu-img-text-discover {
  font-family: var(--primary-font);
  color: var(--primary-color);
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: normal;
}

/*--- Override: Mega Menu L2 CSS ---*/
.talent_mega-menu-item {
  overflow: hidden !important;
}

.talent_mega-menu-link {
  display: block;
  position: relative;
  height: auto;
  width: 100%;
  text-decoration: none;
  color: inherit;
}

.talent_mega-menu-img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.talent_mega-menu-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1.4s ease-in-out;
  -webkit-transition: all 1.4s ease-in-out;
  -moz-transition: all 1.4s ease-in-out;
  -ms-transition: all 1.4s ease-in-out;
  -o-transition: all 1.4s ease-in-out;
  filter: brightness(0.9);
  -webkit-filter: brightness(0.9);
}

.talent_mega-menu-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5) 20%,
    rgba(0, 0, 0, 0.25) 30%,
    transparent 50%
  );
  pointer-events: none;
  z-index: 1;
}

.talent_mega-menu-text {
  bottom: 30px;
  left: 30px;
  z-index: 2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}

.talent_mega-menu-text h5 {
  font-family: var(--primary-font);

  & span {
    font-family: var(--font-primary);
    font-size: var(--fs-h4);
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
  }
}

.talent_mega-menu-text h6 {
  padding-top: 10px;
  color: var(--primary-color);
  font-family: var(--primary-font);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: var(--fs-button);
  position: relative;
  display: inline-block;
}

.talent_mega-menu-text h6::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.talent_mega-menu-link:hover .talent_mega-menu-img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  filter: brightness(1);
  -webkit-filter: brightness(1);
}

.talent_mega-menu-link:hover .talent_mega-menu-text h6::after {
  transform: scaleX(1);
}

/*--- E-Commerce Sites Dropdown Lists  - L2 CSS ---*/
.sub-menu.e-commerce_site-wrapper {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  width: 400px;
  background-color: var(--color-white);
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  padding: 30px 0;
  z-index: 1000;
  transition: right 800ms ease-in-out;
  -webkit-transition: right 800ms ease-in-out;
  -moz-transition: right 800ms ease-in-out;
  -ms-transition: right 800ms ease-in-out;
  -o-transition: right 800ms ease-in-out;

  & ul.sub-menu.list-group.list-group-flush {
    display: block;
    grid-gap: 0px;
    grid-template-columns: max-content;
  }

  & .mega-menu-ul {
    padding: 0px;
  }

  & p {
    font-family: var(--font-primary);
    font-style: normal !important;
  }
}

.sub-menu.e-commerce_site-wrapper.active {
  right: 0 !important;
}

.close-btn {
  font-size: 16px;
  color: var(--secondary-color);
  cursor: pointer;

  &.btn-close {
    opacity: 1;
    background-color: transparent;
    background-size: 0.95rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb(4,38,73)'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293A1 1 0 0 1 .293 14.293L6.586 8 .293 1.707A1 1 0 0 1 .293.293z'/%3e%3c/svg%3e");
  }

  &.btn-close:hover,
  &.btn-close:focus {
    opacity: 1;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb(173,121,5)'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293A1 1 0 0 1 .293 14.293L6.586 8 .293 1.707A1 1 0 0 1 .293.293z'/%3e%3c/svg%3e");
  }

  &.btn-close:focus {
    outline: none !important;
    box-shadow: none !important;
  }
}

ul.e-commerce_site-lists {
  overflow: hidden;
  overflow-y: scroll;
  height: 90%;
  padding: 0px 40px !important;

  & p {
    color: var(--secondary-color);
    transition: color 0.6s ease-in-out;
    -webkit-transition: color 0.6s ease-in-out;
    -moz-transition: color 0.6s ease-in-out;
    -ms-transition: color 0.6s ease-in-out;
    -o-transition: color 0.6s ease-in-out;
  }

  & li.menu-item {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 4px 0px;

    & a {
      display: flex;
      align-items: center;
      gap: 10px;
    }
  }
}

ul.e-commerce_site-lists::-webkit-scrollbar {
  width: 0px;
  display: none;
}

ul.e-commerce_site-lists::-webkit-scrollbar-thumb {
  display: none;
}

.sub-menu.e-commerce_site-lists a:hover p {
  color: var(--primary-color);
}

.e-commerce_side-menu_title {
  padding-bottom: 20px;

  & h5 {
    color: var(--color-secondary);
    font-family: var(--font-secondary);
  }

  & h4 {
    font-weight: var(--fw-bold);
    font-style: normal;
  }
}

/* Progress Bar Container */
.progress-container {
  width: 100%;
  height: 3px;
  background: LightGrey;
  overflow: hidden;
  margin: 10px 0;
}

.progress-bar {
  height: 4px;
  border-radius: 10px;
  background: linear-gradient(
    to right,
    rgba(173, 121, 5, 0.2),
    rgba(173, 121, 5, 1)
  );
  width: 0%;
  transition: width 0.25s ease-out;
}

ul.e-commerce_site-lists {
  overflow-y: scroll;
  height: 90%;
  padding: 0px 40px !important;
}

@media (max-width: 768px) {
  .sub-menu.e-commerce_site-lists li.menu-item a {
    gap: 8px;
  }

  ul.e-commerce_site-lists {
    padding: 0 30px !important;
  }
}

@media (max-width: 575.98px) {
  .sub-menu.e-commerce_site-lists li.menu-item a img {
    width: 24px;
    height: 24px;
  }

  .sub-menu.e-commerce_site-wrapper {
    padding: 30px 0 60px;
    width: 90%;
  }
}

/*===========================
        HAMBURGER MENU 
=============================*/
.offcanvas {
  background-color: var(--color-primary);
}

.offcanvas-header {
  padding: 1.438rem var(--bs-offcanvas-padding-x);

  & .btn-close {
    background-color: transparent !important;
    box-shadow: none !important;
    filter: invert(1) grayscale(100%) brightness(200%);
    opacity: 1;
    &:hover {
      filter: none;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb(173,121,4)'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293A1 1 0 0 1 .293 14.293L6.586 8 .293 1.707A1 1 0 0 1 .293.293z'/%3e%3c/svg%3e");
    }
  }
}

.offcanvas-body {
  overflow: hidden;

  & ul.navbar-nav {
    border-top: 1px solid rgba(255 255 255 / 20%);
    border-bottom: 1px solid rgba(255 255 255 / 20%);
  }

  padding: 0px;

  & .navbar-nav li {
    text-align: end;
    text-transform: uppercase;

    &:not(:last-child) {
      border-bottom: 1px solid rgba(255 255 255 / 20%);
    }

    & a {
      color: var(--color-white);
      font-weight: 500;
      letter-spacing: 1px;
      font-family: var(--font-primary);
      text-transform: uppercase;
      padding: 8px 16px;
      text-align: right;
    }

    & .sub-menu.dropdown-menu li {
      font-size: 16px;
      border-bottom: 0px;
    }
  }
}

.navbar-nav .nav-link.show {
  color: #ac7905 !important;
}

.hamburger-view__cta {
  color: #ac7905 !important;

  & a {
    color: #ac7905 !important;
  }
}

/*--- MAHBURGER MENU - Grid Divider ---*/
/* li#menu-item-4751::after,
li#menu-item-4754::after,
li#menu-item-4758::after {
  content: '';
  position: absolute;
  top: 0;
  right: -25%; 
  height: 100%;
  width: 1px; 
  background-color: #ddd; 
} */

/* li#menu-item-4755::after {
  content: '';
  position: absolute;
  top: 0;
  right: -15%; 
  height: 100%;
  width: 1px;
  background-color: #ddd;
} */

/*======= Hamburger Menu - Scrollbar CSS ======*/
.offcanvas-body::-webkit-scrollbar {
  width: 5px;
}

.offcanvas-body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #bbb;
  border-radius: 10px;
}

.offcanvas-body::-webkit-scrollbar-thumb {
  background-color: var(--secondary-color);
  outline: 1px solid rgba(4, 38, 73, 0.1);
  border-radius: 10px;
  height: 50px;
}

/*===== Hamburger Menu Nested Dropdown =====*/
.dropdown-submenu {
  position: relative;
}

#menu-item-20099 ul.sub-menu > li,
#menu-item-4765 ul.sub-menu > li,
#menu-item-20116 ul.sub-menu > li,
#menu-item-4776 ul.sub-menu > li,
#menu-item-20128 ul.sub-menu > li {
  padding: 0px;
}

a.nav-link.dropdown-toggle {
  display: grid;
  align-items: center;
  grid-auto-flow: column;
  grid-template-columns: auto 1fr;
  gap: 16px;
}

/* Hamburgar Menu - Brands Submenu (L2) Items */
#menu-item-4765 > ul a.nav-link.dropdown-toggle {
  align-items: center;
}

/* All L2 child items under every Level 1 parent: same divider pattern as L1 */
.offcanvas-body > ul.navbar-nav > li.offcanvas-slide-parent > ul.offcanvas-slide-panel > li:not(.offcanvas-slide-panel__header):not(:last-child) {
  border-bottom: 1px solid rgba(255 255 255 / 20%) !important;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
}

.offcanvas-body .sub-menu {
  background-color: var(--color-primary);
  padding-left: 1rem;
  padding-right: 1rem;
  border: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.offcanvas-body {
  position: relative;
}

.offcanvas-body .offcanvas-slide-parent {
  position: static;
}

.offcanvas
  .offcanvas-body
  .offcanvas-slide-parent
  > .offcanvas-slide-trigger::before {
  display: inline-block !important;
  vertical-align: middle !important;
  font-size: 13px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  border: none;
}

.offcanvas
  .offcanvas-body
  .offcanvas-slide-parent
  > .offcanvas-slide-trigger::after {
  display: none !important;
}

.offcanvas-body .offcanvas-slide-panel {
  position: absolute;
  inset: 0;
  top: 0 !important;
  z-index: 30;
  display: block;
  transform: translateX(100%);
  transition: transform 0.28s ease;
  padding: 0;
  pointer-events: none;

  & li.hamburger-view__cta a {
    font-size: var(--fs-h6);
  }
}

.offcanvas-body .offcanvas-slide-panel.is-open {
  transform: translateX(0);
  pointer-events: auto;
  overflow: hidden;
}

.offcanvas-body
  .offcanvas-slide-panel.is-open.submenu--items {
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
  direction: rtl;
  scrollbar-width: thin;
  scrollbar-color: rgb(108 117 125 / 50%) var(--color-primary);
}

.offcanvas-body
  .offcanvas-slide-panel.is-open.submenu--items::-webkit-scrollbar {
  width: 1px;
}

.offcanvas-body
  .offcanvas-slide-panel.is-open.submenu--items::-webkit-scrollbar-track {
  background: transparent;
}

.offcanvas-body
  .offcanvas-slide-panel.is-open.submenu--items::-webkit-scrollbar-thumb {
  background-color: var(--color-secondary);
  border-radius: 0px;
}

.offcanvas-body
  .offcanvas-slide-panel.is-open.submenu--items
  > li {
  direction: ltr;
}

.offcanvas-body .offcanvas-slide-panel li {
  text-align: left;
}

.offcanvas-body .offcanvas-slide-panel li a.nav-link {
  padding: 10px 24px;
}

.offcanvas-body .offcanvas-slide-panel__header {
  border-bottom: 1px solid rgba(255 255 255 / 20%);
  padding: 0;
}

.offcanvas-body .offcanvas-slide-back {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 12px;
  border: 0;
  background: transparent;
  font-family: var(--font-primary);
  color: var(--color-secondary);
  font-weight: var(--fw-semibold);
  text-transform: none;
  padding: 14px 24px;
  border-bottom: 1px solid rgba(255 255 255 / 20%);
  text-transform: uppercase;
}

.offcanvas-body .offcanvas-slide-back__icon {
  display: inline-block;
  width: 1em;
  height: 18px;
  flex: 0 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23ac7904' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 18l6-6-6-6'/%3E%3C/svg%3E");
}

.offcanvas.is-subpanel-open .offcanvas-footer {
  display: none;
}

.sub-menu > li {
  font-size: 16px;
  text-transform: capitalize !important;
  white-space: normal;
  background: transparent;
}

.submenu--items > li a {
  font-weight: 400;
  letter-spacing: 0px !important;
  color: #666666;
}

.dropdown-submenu .dropdown-menu.show {
  display: block;
}

.offcanvas-body .submenu--items {
  border-bottom: 1px solid rgba(173, 121, 5, 0.4);
  border-radius: 0px;
}

.offcanvas .dropdown-toggle::after {
  display: none !important;
}

.offcanvas .dropdown-toggle::before {
  display: inline-block;
  width: 1em;
  height: 18px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 18l-6-6 6-6'/%3E%3C/svg%3E");
  border: none;
}

.offcanvas .dropdown-toggle.show::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23ac7905' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 18l-6-6 6-6'/%3E%3C/svg%3E");
}

.sub-menu .dropdown-toggle::before {
  display: none !important;
}

.sub-menu .dropdown-toggle::after {
  display: inline-block !important;
  margin-left: 1rem !important;
  vertical-align: middle !important;
  font-size: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  border: none;
}

.sub-menu .dropdown-toggle.show::after {
  content: "\f068";
}

/*===== HAMBURGER MENU - FOOTER =====*/
.offcanvas-footer__featured {
  text-align: end;

  & p > a {
    color: var(--color-white);
    font-weight: var(--fw-medium);
  }

  & p > a:hover {
    color: var(--color-secondary);
  }
}

.offcanvas-footer {
  text-align: center;
}

.offcanvas-footer__icons {
  border-top: 1px solid rgba(255 255 255 / 20%);
  border-bottom: 1px solid rgba(255 255 255 / 20%);
  text-align: end;

  & a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.offcanvas-footer__icons i {
  width: 28px;
  height: 28px;
  line-height: 28px;
  color: var(--color-primary) !important;
  text-align: center;
  background: var(--color-white);
  border-radius: 28px;
  font-size: 16px;
  transition:
    transform 0.3s ease,
    background-color 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;
  cursor: pointer;

  &:hover {
    background: var(--color-secondary);
    color: var(--color-white) !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
  }
}

.offcanvas-footer__v90logo img {
  float: right;
}

/*======== SEARCH POP-UP =========*/
.search-icon {
  cursor: pointer;
}

/*=== POP-UP STYLES ===*/
#search-popup {
  padding-right: 0px !important;
}

.search-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.search-popup-content {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  position: relative;
}

.icon_close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.path {
  fill: none;
  stroke: #fff !important;
  stroke-miterlimit: 10;
  stroke-width: 1.5px;
}

.modal-xl {
  --bs-modal-width: 1320px;
}

input.search-popup_searchField {
  background-color: #fcfcfc !important;
  border: 0px !important;
  border-bottom: 2px solid #ac7905 !important;
  font-size: 14px !important;
  padding: 10px 16px !important;
}

input.search-popup_searchField[type="date"]:focus,
input.search-popup_searchField[type="email"]:focus,
input.search-popup_searchField[type="number"]:focus,
input.search-popup_searchField[type="password"]:focus,
input.search-popup_searchField[type="search"]:focus,
input.search-popup_searchField[type="tel"]:focus,
input.search-popup_searchField[type="text"]:focus,
input.search-popup_searchField[type="url"]:focus,
select:focus,
textarea:focus {
  color: #000 !important;
}

.modal-body {
  padding: 0 2rem 2rem 2rem !important;
}

.search-popup_content-title {
  font-family: var(--font-primary) !important;
  letter-spacing: 0px;
  font-weight: var(--fw-semibold);
}

ul.search-popup_latest-brands li {
  font-family: var(--font-primary);
  letter-spacing: 0px !important;
  font-weight: var(--fw-regular);

  & a {
    font-size: var(--fs-h6);
  }
}

.search-popup_cardContent {
  & h5 {
    font-weight: var(--fw-medium);
    font-family: var(--font-primary);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

  }

  & h6 {
    font-weight: var(--fw-medium);
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #626262;
  }
}

.search-popup_card {
  border: 0px;
  border-bottom: 1px solid var(--primary-color);
}

.search-popup_thumbnail {
  overflow: hidden;
}

.search-popup_thumbnail img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: top;
}

/*--- Form styles ---*/
.form-searchform {
  display: flex;
  flex-direction: column;
}

.field {
  margin-bottom: 10px;
  padding: 10px;
  font-size: 16px;
}

/*===========================
    Navbar Responsive CSS
=============================*/
@media (max-width: 1440.98px) {
  .nav-list li a {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media (max-width: 1199.98px) {
  .mega-menu__col {
    padding: 0 15px;
  }

  .navbar-placeholder {
    height: 60px;
  }
}

@media (max-width: 991.98px) {

  .offcanvas-header {
    padding: 1.25rem var(--bs-offcanvas-padding-x);
  }

  .navbar-wrapper {
    grid-template-columns: 1fr 2fr 1fr;
  }

  .social-icon {
    margin: 0 8px;
  }
}

@media (max-width: 767.98px) {
  .mega-menu {
    padding: 22px 18px 24px;
  }

  .mega-menu__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .mega-menu__col {
    padding: 0;
  }

  .mega-menu__col::before {
    display: none !important;
  }

  .mega-menu__group + .mega-menu__group {
    margin-top: 24px;
  }

  .mega-menu__group--spaced {
    padding-top: 0;
  }

  .mega-menu__footer {
    margin-top: 24px;
  }

  .mega-menu__btn {
    width: 100%;
    max-width: 240px;
  }

  .navbar-wrapper {
    display: flex !important;
  }

  .search-popup_content {
    gap: 30px;
  }
}

@media (max-width: 575.98px) {
  .modal-body {
    padding:  1rem 1rem 2rem !important;
  }
}

@media (max-width: 480.98px) {
}
