/*-------------------
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 */
/*-------------------*/
.navbar-container {
  padding: 8px 0;
}
.navbar-container .simple_form.new_search.search-form {
  margin-right: 0px !important;
}
.navbar-container .nav-item.cart-link a {
  display: flex;
  align-items: center;
  padding-left: 0;
}
.navbar-container ul.nav > li > a > svg {
  height: 20px;
  stroke: none;
  margin-top: 0;
}
.navbar-container .nav-item.cart-link a span {
  background-color: #303030;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  padding: 2px;
  font-size: 11px;
  margin-left: 2px;
}
.nav-item.register-link a {
  padding-right: 0 !important;
}
.custom-border {
  width: 1px;
  height: 22px;
  background-color: #168c86;
  margin: 7px 25px;
}
/*-------------------*/
/* HEADER */
/*-------------------*/

/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/

/*-------------------*/
/* CONTENT */
/*-------------------*/
.homepage-carousel-container {
  overflow: hidden;
}
#brands-carousel {
  padding: 30px 0;
}
#brands-carousel .carousel-item {
  background-color: #fff;
  text-align: center;
}
#brands-carousel .carousel-item div {
  width: calc(100% / 8.3);
  padding: 10px 40px;
  display: inline-flex;
  align-items: center;
  position: relative;
  height: 170px;
}
#brands-carousel div img {
  max-height: 80px;
  width: auto;
  display: block;
  max-width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.custom-orders-text {
  max-width: 650px;
  margin: auto;
  margin-bottom: 30px;
}
.custom-orders-title {
  max-width: 650px;
  margin: auto;
  text-align: center;
  background-color: #f3f6f4;
  padding: 30px 25px !important;
  border-radius: 15px 15px 0 0;
  width: 100%;
}
/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/

/*-------------------*/
/* PRODUCT */
/*-------------------*/
.product-option-thumb, .logo-location-thumb, .select2-option img {
  background: #eaeaea;
}
.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: #eaeaea;
}
div.view-logos div.logo-images div.image-wrapper.selected.left-arrow::after {
  border-right: 10px solid #eaeaea;
  top: 0;
}
div.view-logos div.logo-images div.image-wrapper.selected.right-arrow::after {
  border-left: 10px solid #eaeaea;
  top: 0;
}
div.view-logos div.logo-images div.image-wrapper img {
  max-height: 64px;
}
/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/
.cart-item .img-thumbnail {
  background: #eaeaea;
}
#checkout-form h4 {
  font-size: 16px;
}
/*-------------------*/
/* FOOTER */
/*-------------------*/
.footer-container h4 {
  text-transform: uppercase;
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  color: #aaa;
  font-weight: bold;
  letter-spacing: 2px;
}

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

}

@media screen and (max-width: 1400px){
  #brands-carousel .carousel-item div {
    padding: 10px 20px;
  }
  #brands-carousel div img {
    max-width: 70%;
  }
}
@media screen and (max-width: 991.99px){
  .header-container > .wrapper {
    max-width: 100%;
  }
  .logo-container {
    padding: 0;
    margin: 3px 0;
  }
  .logo-container img {
    max-height: 80px !important;
  }
  #brands-carousel .carousel-item div {
    width: calc(100% / 4.3);
    height: 130px;
  }
}
@media screen and (max-width: 768px) {
  .carousel-caption .carousel-caption-header {
    font-size: 30px;
  }
  #brands-carousel .carousel-inner {
    margin-bottom: 0 !important;
  }
  #brands-carousel div img {
    max-width: 76%;
  }
}
@media screen and (max-width: 660px){
  #brands-carousel .carousel-item div {
    width: calc(100% / 3.3);
  }
}

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

}