/*-------------------
This theme uses Bootstrap v5.1.

It is highly recommended to check out Bootstrap's guiding principles,
strategies, and techniques at https://getbootstrap.com/docs/5.1/extend/approach/
before adding custom styling.

To learn more about Bootstrap v5.1, please check
out https://getbootstrap.com/docs/5.1/getting-started/introduction/.
/*-------------------*/

/*-------------------*/
/* GENERAL */
/*-------------------*/

/*-------------------*/
/* TOP NAV */
/*-------------------*/
.container-fluid.d-flex.flex-row.px-3 {
    gap: 10px;
    justify-content: end;
}
.nav.header-links.pages.me-auto {
    margin-right: unset!important;
}
/*-------------------*/
/* HEADER */
/*-------------------*/
.nested-dropdown-menu {
  display: none;
  position: static;
  left: 100%;
  top: 0;
}

.show-nested-dropdown {
  display: block;
}
  .nested-dropdown-menu li {
      list-style: none;
  }
.navbar-nav.header-links.categories {
  gap: 25px;
}
.navbar-nav.header-links.categories ul.dropdown-menu ul.nested-dropdown-menu li a {
  padding-left: 5px!important;
}
.navbar-nav.header-links.categories {
  gap: 25px;
}
.navbar-nav.header-links.categories ul.dropdown-menu ul.nested-dropdown-menu li a {
  padding-left: 5px!important;
}
.navbar-nav.header-links.categories .nav-item.dropdown .dropdown-menu.pb-0 .dropdown-item.dropdown-toggle::after {
  content: none !important;
}
.navbar-nav.header-links.categories .nav-item.dropdown .dropdown-menu.pb-0 .dropdown-item.dropdown-toggle::before {
  content: "> ";
  position: absolute;
  left: 10px;
}
/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/

/*-------------------*/
/* CONTENT */
/*-------------------*/

/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/

/*-------------------*/
/* PRODUCT */
/*-------------------*/

/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/

/*-------------------*/
/* FOOTER */
/*-------------------*/


/*-------------------*/
/* MEDIA QUERIES */
/*-------------------*/
@media screen and (min-width: 661px){

}

@media screen and (max-width: 1200px){

}

@media screen and (max-width: 660px){

}

@media screen and (max-width: 340px){

}