/*-------------------
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: 1px 10px 5px;
}
/*-------------------*/
/* HEADER */
/*-------------------*/
.navbar-brand.logo-container {
  max-width: calc(100% - 90px);
}
.navbar-brand.logo-container img {
  max-width: 100%;
}
.header-icons > a svg, .header-icons button svg {
  height: 18px;
  stroke: none;
  fill: #333;
}
/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/
.category-container .header-navbar {
  padding: 0;
}
.category-container .categories > li > a {
  padding: 8px 12px 13px !important;
}
/*-------------------*/
/* CONTENT */
/*-------------------*/

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

/*-------------------*/
/* PRODUCT */
/*-------------------*/
.logo-location-thumb[data-name="Thompson Stacked"],
.logo-location-thumb[data-name="Watermark Main"],
.select2-option img {
  background: #cfcfcf;
}
.virtual-logo-container button,
div.view-logos div.logo-images.product-images div.image-wrapper,
div.view-logos div.view-logo-dialog-content div.logo-images.logos .image-wrapper[data-id="471033"],
div.view-logos div.view-logo-dialog-content div.logo-images.logos .image-wrapper[data-id="471031"] {
  background: #cfcfcf;
}
div.view-logos div.logo-images div.image-wrapper.selected.left-arrow::after {
  border-right: 10px solid #cfcfcf;
  top: 0;
}
div.view-logos div.logo-images div.image-wrapper.selected.right-arrow::after {
  border-left: 10px solid #cfcfcf;
  top: 0;
}
div.view-logos div.logo-images div.image-wrapper img {
  max-height: 64px;
}
/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/
.cart-item .img-thumbnail[data-name="Thompson Stacked"],
.cart-item .img-thumbnail[data-name="Watermark Main"] {
  background: #cfcfcf;
}
/*-------------------*/
/* ACCOUNT SETTINGS - YOUR LOGOS */
/*-------------------*/
.logos .logo {
  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){

}