/*-------------------
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: #3d3932 !important;
  position: sticky !important;
  top: 0;
  z-index: 998;
}
/*-------------------*/
/* HEADER */
/*-------------------*/
.header-container {
  top: 39px !important;
  margin-top: 0 !important;
  position: sticky !important;
  z-index: 999 !important;
}
.header-container::before {
  opacity: 1 !important;
}
.header-container.border-bottom {
  border: none !important;
}
.subpage .header-container.border-bottom {
  border-bottom: 1px solid #e2d9d5 !important;
}
.header-container .search-btn {
  border-color: #3d3932 !important;
}
/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/

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

.homepage-carousel-container {
  position: relative;
  z-index: 1;
}
/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/

/*-------------------*/
/* PRODUCT */
/*-------------------*/
.product-option-thumb, .logo-location-thumb, .select2-option img {
  background: #cfcfcf;
}
.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: #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;
}
.select2-option img {
  width: 130px;
  height: 50px !important;
  text-align: center;
  object-fit: contain;
  object-position: center;
  padding: 6px;
  border: none;
}
/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/
.cart-item .img-thumbnail {
  background: #cfcfcf;
  width: 130px;
  height: 50px !important;
  text-align: center;
  object-fit: contain;
  object-position: center;
  padding: 6px;
  border: none;
}
.custom-wishlist-verbiage {
  background-color: #f4f3f1;
  padding: 30px 25px;
  text-align: center;
  font-size: 18px;
  border-radius: 4px;
  margin-top: 20px;
}
/*-------------------*/
/* ACCOUNT SETTINGS - YOUR LOGOS */
/*-------------------*/
.logos .logo {
  background: #cfcfcf;
}

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

/*-------------------*/
/* FOOTER */
/*-------------------*/
.footer-container {
  border-top: 1px solid #e2d9d5 !important;
}

/*-------------------*/
/* MEDIA QUERIES */
/*-------------------*/
@media screen and (min-width: 661px){

}

@media screen and (max-width: 1200px){
  
}

@media screen and (max-width: 991.99px) {
  .header-container {
    top: 0px !important;
  }
  .logo-container {
    margin: 2px 0;
  }
  .logo-container img {
    max-height: 60px !important;
  }
}

@media screen and (max-width: 768px){
}

@media screen and (max-width: 340px){

}