/*-------------------
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: 7px 10px 9px;
}
/*-------------------*/
/* HEADER */
/*-------------------*/
.header-container {
  box-shadow: 0 13px 24px 0 #091c351a;
}
.header-icons button:focus {
  box-shadow: none;
}
.header-icons > a svg, .header-icons button svg {
  height: 18px;
  stroke: none;
  width: 18px;
}
/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/

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

/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/
.product-thumbnail .thumbnail-description-container a h5 {
  font-size: 18px;
}
.product-page-main .main-img-container, .product-page-main .images-wrapper ul li, .zoomWindow {
  background-color: #c6c6c6 !important;
}
.lightbox-carousel .ratio-16x9 {
  background-color: #c6c6c6 !important;
}
/*-------------------*/
/* PRODUCT */
/*-------------------*/
.product-page .main-img img {
  max-width: 100%;
}
.product-option-thumb, .logo-location-thumb, .select2-option img {
  background-color: #c6c6c6;
}
.virtual-logo-container button,
div.view-logos div.view-logo-dialog-content div.logo-images.logos .image-wrapper,
div.view-logos div.logo-images.product-images div.image-wrapper,
div.view-logos div.logo-images.product-images div.image-wrapper {
  background-color: #c6c6c6;
}
div.view-logos div.logo-images div.image-wrapper.selected.left-arrow::after {
  border-right: 10px solid #c6c6c6;
  top: 0;
}
div.view-logos div.logo-images div.image-wrapper.selected.right-arrow::after {
  border-left: 10px solid #c6c6c6;
  top: 0;
}
div.view-logos div.logo-images div.image-wrapper img {
  max-height: 64px;
}
.lightbox svg {
  fill: #000;
}
/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/
.cart-item .cart-product-img {
  background-color: #c6c6c6;
}
#checkout-form h4 {
  font-size: 16px;
}
/*-------------------*/
/* ACCOUNT SETTINGS - YOUR LOGOS */
/*-------------------*/
.logos .logo {
  background-color: #c6c6c6;
}

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

}