/*-------------------
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 {
  padding: 10px 0 13px;
}
.header-icons > button.btn:focus, .header-icons > div.dropdown > button.btn:focus {
  box-shadow: none;
}
.header-icons > a svg, .header-icons button svg {
  stroke: none;
  fill: #000000de;
  height: 19px;
  width: 19px;
}
.header-icons > a svg {
  height: 19px;
  width: 19px;
}
.header-icons > a span {
  color: #000;
  font-weight: bold;
  line-height: 1;
  display: inline-flex;
  margin: 0 0 -4px 2px;
  font-size: 15px;
}
/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/
.header-container .dropdown-menu {
  border: none;
  box-shadow: #0000003d 0px 3px 8px;
}
/*-------------------*/
/* CONTENT */
/*-------------------*/
.content-container {
  overflow: hidden;
}
.category-page-content-section, .featured-products {
  overflow: visible !important;
}
/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/
.product-thumbnail {
  padding: 12px 15px;
}
.product-thumbnail:hover {
  box-shadow: #0000003d 0px 3px 8px;
  border-radius: 2px;
}
.product-thumbnail .thumbnail-description-container a h5 {
  font-size: 16px;
  font-weight: 600 !important;
}
/*-------------------*/
/* 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;
}
/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/
.cart-item .img-thumbnail {
  background: #cfcfcf;
}

.cdc-item {
  padding-bottom: 12px;
  border-bottom: 2px solid #000;
  margin-bottom: 22px;
}
.cdc-item:last-of-type {
  border: none;
  margin-bottom: 0;
}
/*-------------------*/
/* ACCOUNT SETTINGS - YOUR LOGOS */
/*-------------------*/
.logos .logo {
  background: #cfcfcf;
}

/*-------------------*/
/* FOOTER */
/*-------------------*/ 
.footer-site-info {
  text-align: center;
}
.footer-site-info a {
  background-color: #FFF;
  padding: 0px 8px;
  border-radius: 1px;
}
.footer-page-links {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 30px 0 !important;
}
.footer-container .links.pages li a, .custom-footer-links li a {
  padding: 4px 12px !important;
}
.footer-container .nav.pages, .footer-container ul.custom-footer-links {
  justify-content: center;
  margin: 0;
}
.copyright-section {
  border: none;
}
/*-------------------*/
/* 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){

}