/*-------------------
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 v4.6, please check
out https://getbootstrap.com/docs/5.1/getting-started/introduction/.
/*-------------------*/

/*-------------------*/
/* GENERAL */
/*-------------------*/

/*-------------------*/
/* TOP NAV */
/*-------------------*/
.navbar-container {
  background-color: #F5F5F5  !important;
}
/*-------------------*/
/* HEADER */
/*-------------------*/
.subpage .header-container.border-bottom {
  border-bottom: 1px solid #f2f2f2 !important;
}
/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/

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

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

/*-------------------*/
/* PRODUCT */
/*-------------------*/
.virtual-logo-container button, div.view-logos div.view-logo-dialog-content div.logo-images.logos {
  background: #cfcfcf;
}

/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/
.cart-item .img-thumbnail {
  background: #cfcfcf;
}

/*-------------------*/
/* FOOTER */
/*-------------------*/


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

}