/*-------------------
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.border-bottom {
  background: url(https://assets.mybrightsites.com/uploads/sites/15184/themes/31833/e67f272d1837142f2a23f7e61ffbad14a2ae3487/metal3.png?1778712391);
  background-repeat: repeat;
  background-color: #e3e1e2;
  border: none !important;
  overflow: hidden;
}
.header-container .header-navbar {
  padding: 0;
}
.header-icons-container {
  height: 100%;
  padding: 35px 40px 35px 20px;
  position: relative;
}
.navbar-brand.logo-container {
  margin-left: -17px;
}
.header-icons {
  margin-left: 1rem;
}
.header-icons > a svg, .header-icons button svg {
  fill: #FFF;
  stroke: none;
  height: 22px;
  width: 22px;
}
.header-icons-container::before {
  -ms-transform: skew(-15deg,0deg);
  -webkit-transform: skew(-15deg,0deg);
  transform: skew(-15deg,0deg);
  background-color: #c30015;
  content: "";
  height: 100%;
  width: 115%;
  top: 0;
  left: 0;
  position: absolute;
  transform-origin: bottom left;
  z-index: -1;
}
.header-container button:focus {
  box-shadow: none;
}
.navbar-brand.logo-container {
  max-width: calc(100% - 100px);
}
.navbar-brand.logo-container img {
  max-width: 100%;
}
/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/

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

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

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

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

/*-------------------*/
/* FOOTER */
/*-------------------*/
.footer-container {
  background: url(https://assets.mybrightsites.com/uploads/sites/15184/themes/31833/e67f272d1837142f2a23f7e61ffbad14a2ae3487/metal3.png?1778712391);
  background-repeat: repeat;
  background-color: #e3e1e2;
  border: none !important;
}
.footer-container.bottom {
  background-color: #333;
  background-image: none;
  color: #FFF;
}
.footer-container h4 {
  font-weight: bold;
}
.footer-container ul.social-media {
  margin-left: 0;
}
.footer-container .social-media a {
  display: flex;
  background-color: #333;
  width: 44px;
  height: 44px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border-radius: 40pc;
  margin-right: 10px;
  margin-bottom: 10px;
}
.footer-container .social-media a svg, .footer-container .social-media a:hover svg, .footer-container .social-media a:focus svg {
  fill: #FFF;
}
.footer-container .social-media a:hover, .footer-container .social-media a:focus {
  background-color: #C30015;
}
.copyright-section {
  border: none;
}
.footer-container .mobile-copyright-section {
  background-color: transparent;
  padding-bottom: 1rem;
}
.footer-container .links.pages li a, .footer-container .custom-footer-links a {
  font-weight: 600;
  font-size: 17px;
}
.footer-container .links.pages li a:hover, .footer-container .custom-footer-links a:hover, .footer-container .links.pages li a:focus, .footer-container .custom-footer-links a:focus {
  text-decoration: underline;
}
/*-------------------*/
/* 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){

}