/*-------------------
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 */
/*-------------------*/
.top-navbar-notification-container {
  padding: 6px 12px 7px;
}
.top-navbar-notification-container p {
  font-weight: bold;
}
/*-------------------*/
/* HEADER */
/*-------------------*/
.header-container .categories {
  margin-left: 30px;
}
.header-container .categories > li > a {
  font-size: 18px;
  font-weight: bold;
}
.header-icons > button:focus {
  box-shadow: none;
}
.header-icons > a svg, .header-icons button svg {
  height: 30px;
  stroke: none;
}
/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/

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

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

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

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

/*-------------------*/
/* FOOTER */
/*-------------------*/
.footer-container {
  border: none;
  padding: 60px 0;
}
.footer-container .wrapper {
  max-width: 1100px;
}
.nav.social-media {
  margin-bottom: 15px;
}
.footer-container h1, .footer-container h2, .footer-container h3, .footer-container h4, .footer-container h5, .footer-container h6 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 1px;
}
.footer-container .links.pages li a, .footer-container .custom-footer-links a {
  display: inline-block;
}
.footer-container .links.pages li a:hover, .footer-container .custom-footer-links a:hover {
  text-decoration: underline;
}
.copyright-section {
  border-top: 2px solid #fff;
}
.footer-container .accordion-button {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 1px;
  color: #EBB700;
}
.footer-container .social-media a {
  padding-top: 0px;
}
/*-------------------*/
/* MEDIA QUERIES */
/*-------------------*/
@media screen and (min-width: 661px){

}

@media screen and (max-width: 991.99px){
  .copyright-section {
    margin-top: 20px;
  }
}

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

}

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

}