/*-------------------
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 */
/*-------------------*/
.header-container .dropdown-menu li:last-of-type {
  display: none;
}
.mobile-slider .accordion-item, .mobile-slider .accordion-button {
  background-color: transparent !important;
  color: #fff;
  border: none;
  padding-left: 0;
  font-size: 14px;
}
.mobile-slider .accordion-button {
  border-color: #4d6a6d !important;
  color: #fff !important;
}
.mobile-slider .accordion-button:focus {
  color: #fff;
  box-shadow: none;
}
.mobile-slider .accordion-item ul {
  list-style: none;
  padding-left: 0;
  padding-top: 8px;
}
/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/

/*-------------------*/
/* CONTENT */
/*-------------------*/
.homepage-carousel-container {
  overflow: hidden;
}
#size .accordion-body {
  display: flex;
  flex-direction: column;
}
/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/

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

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

/*-------------------*/
/* FOOTER */
/*-------------------*/
.footer-container .accordion-item {
  background-color: transparent;
}
.footer-container .accordion-item .accordion-button {
  padding-left: 0;
}
.footer-container .accordion-item ul {
  list-style: none;
  padding-left: 0;
  padding-bottom: 8px;
}
.footer-container ul.pages .accordion-item {
  border: none;
}
.footer-container .links.pages li a.accordion-button {
  font-size: 14px;
}
.footer-container .links.pages li a.accordion-button::after {
  background-size: 16px;
}
/*-------------------*/
/* 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){

}