/*-------------------
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 */
/*-------------------*/
.btn.primary, .btn.secondary {
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 8px;
}
/*-------------------*/
/* TOP NAV */
/*-------------------*/

/*-------------------*/
/* HEADER */
/*-------------------*/
.header-container {
  border-top: 5px solid #00b5e2;
}
.logo-container {
  padding: 7px 0 6px;
}
.logo-container {
  max-width: calc(100% - 110px);
}
.logo-container img {
  max-width: 100%;
  height: auto;
}
.header-icons > a svg, .header-icons button svg {
  height: 30px;
  stroke: none;
}
.header-icons > ul {
  display: inline-flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-icons .account-balance {
  display: flex;
  align-items: center;
}
/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/

/*-------------------*/
/* CONTENT */
/*-------------------*/
.carousel-item > a {
  pointer-events: none;
  max-height: 800px;
  display: flex !important;
  align-items: center;
}
.carousel-item::before {
  content: "";
  background-color: #000;
  opacity: 0.65;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
@media screen and (min-width: 768.01px) {
  .carousel-caption {
    width: calc(100% - 40px);
    left: 50%;
    max-width: 1776px;
    margin: auto;
    transform: translate(-50%, -50%) !important;
    bottom: auto;
  }
}
@media screen and (max-width: 768px) {
  .carousel-caption .carousel-caption-header {
    font-size: 30px;
  }
}
/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/

/*-------------------*/
/* PRODUCT */
/*-------------------*/
.product-option-thumb, .logo-location-thumb, .select2-option img, .cart-item .img-thumbnail {
  background: #c8cfd7;
}
/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/
.checkout-steps .text-center > div {
  min-height: 24px;
}
#checkout-form > input.btn {
  margin-top: 14px;
}
/*-------------------*/
/* FOOTER */
/*-------------------*/
.footer-container {
  border: none;
}
.footer-container .wrapper {
  max-width: 1808px;
}
.footer-container .row {
  padding: 20px 15px 30px !important;
}
.copyright-section {
  padding: 5px 15px 45px;
}
.footer-container .social-media a {
  display: inline-flex !important;
  border: 2px solid #fff;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 30px;
  margin-right: 15px;
  padding: 10px;
}
ul.social-media {
  margin: 12px 0 0 0;
}
.footer-container .social-media a:hover {
  border-color: #00b5e2;
}
.footer-container div a {
  display: inline-block !important;
}
/*-------------------*/
/* MEDIA QUERIES */
/*-------------------*/
@media screen and (min-width: 661px){

}

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

}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 992px) {
  .header-container::before {
    opacity: 0.3;
  }
  div.fixed::before {
    opacity: 0.8 !important;
  }
}

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

}

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

}