/*-------------------
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.fixed:before {
  background-color: #fff;
}
.header-container.fixed li > a, .header-container.fixed li > a:hover, .header-container.fixed li > a:active, .header-container.fixed li > a:focus {
  color: #002247;
}
.header-container.fixed .header-icons > a svg, .header-container.fixed .header-icons button svg {
  fill: #002247;
  stroke: #002247;
}

/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/

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

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

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

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

/*-------------------*/
/* FOOTER */
/*-------------------*/
/* .footer-container {
  background: url(https://assets.mybrightsites.com/uploads/sites/8050/themes/16177/ca92ef379bf42085bdfabfcbe815b4e5d445d021/footerbg.jpg?1670517628) no-repeat 0 0;
} */

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

}