/*-------------------
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 */
/*-------------------*/

/*-------------------*/
/* HEADER */
/*-------------------*/
.desktop-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  height: 100vh;
  background: #fff;
  border-right: 1px solid #e5e5e5;
  overflow-y: auto;
  z-index: 1030;
  padding: 20px 0;
}

.desktop-sidebar .sidebar-inner {
  padding: 0 20px;
}

.desktop-sidebar .header-links {
  display: block;
  padding-left: 0;
  margin: 0;
}

.desktop-sidebar .header-links .nav-item {
  display: block;
  width: 100%;
  margin-bottom: 4px;
}

.desktop-sidebar .header-links .nav-link {
  display: block;
  width: 100%;
  padding: 10px 14px;
  color: #103714;
  text-decoration: none;
}

.desktop-sidebar .header-links .dropdown-toggle::after {
  float: right;
  margin-top: 10px;
}

.desktop-sidebar .dropdown-menu {
  position: static !important;
  float: none;
  transform: none !important;
  border: 0;
  box-shadow: none;
  padding: 0 0 0 14px;
  margin: 0;
  display: none;
  background: transparent;
}

.desktop-sidebar .dropdown-menu.show {
  display: block;
}

.desktop-sidebar .dropdown-item {
  padding: 8px 14px;
  color: #103714;
  background: transparent;
}

.desktop-sidebar .sidebar-icons {
  border-top: 1px solid #e5e5e5;
  padding-top: 16px;
}

body {
  padding-left: 280px;
}

@media (max-width: 991.98px) {
  body {
    padding-left: 0;
  }

  .desktop-sidebar {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .header-container .collapse.navbar-collapse .header-links.categories {
    display: none !important;
  }
}
/* Sidebar Search Styling */
.sidebar-search .input-group {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  overflow: hidden;
}

.sidebar-search .form-control {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 0.9rem;
}

.sidebar-search .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.sidebar-search .btn-search-sidebar {
  background: #ffffff;
  color: #01333C;
  border: none;
  padding: 0 15px;
}

/* Sidebar Account Links */
.sidebar-account-section .nav-link {
  color: rgba(255, 255, 255, 0.8) !important;
  transition: color 0.2s;
}

.sidebar-account-section .nav-link:hover {
  color: #ffffff !important;
  text-decoration: underline;
}

.desktop-sidebar hr {
  opacity: 0.2;
}
/*-------------------*/
/* 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){

}