/*-------------------
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 NOTIFICATION BAR */
/*-------------------*/
.top-navbar-notification-container p {
  font-size: 20px;
  font-weight: bold;
}

/*-------------------*/
/* TOP NAV */
/*-------------------*/
.top-navbar-notification-container {
  padding: 10px 10px;
}
/*-------------------*/
/* HEADER */
/*-------------------*/
.navbar-nav.header-links {
  justify-content: center;
}
.header-icons {
  width: 100px;
}
.header-icons > a svg, .header-icons button svg {
  height: 18px;
  stroke: none;
}
/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/

/*-------------------*/
/* CONTENT */
/*-------------------*/
.homepage-carousel-container {
  overflow: hidden;
}
/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/

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

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

/*-------------------*/
/* FOOTER */
/*-------------------*/
.footer-container .accordion-button {
  background-color: #32436a !important;
  padding-left: 15px !important;
}
.footer-container .links.pages li a {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.copyright-section {
  border: none;
}
.copyright-section p, .footer-container .mobile-copyright-section p {
  font-size: 12px;
}
/*-------------------*/
/* MEDIA QUERIES */
/*-------------------*/
@media screen and (min-width: 661px){

}

@media screen and (max-width: 991.99px){
  .header-container > .wrapper {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .carousel-caption {
    background: #000000;
  }
}
@media screen and (max-width: 660px){

}

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

}