/*-------------------
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 {
  text-transform: uppercase;
  font-weight: bold;
  border-width: 2px;
}
.btn.secondary {
  border-color: #eaeaea;
  background: #eaeaea;
  color: #004987;
  text-decoration: none;
}
.btn.secondary:hover, .btn.secondary:focus {
  background: #eaeaea;
  color: #004987;
  border-color: #004987;
}
.logo-container {
  max-width: calc(100% - 110px);
}
.logo-container img {
  max-width: 100%;
}

.homepage-carousel-container {
  overflow: hidden;
}
.btn.secondary.outline {
  color: #000;
}
.btn.rounded-pill {
  padding: 4px 4px 6px !important;
}
.form-check-input {
  margin-right: 3px;
  margin-top: 5px;
  width: 17px;
  height: 17px;
}
.form-check-input:checked {
  background-color: #000;
  background-image: none !important;
  border-color: #000;
}
.checkout-steps .btn.secondary {
  background-color: #004987;
  color: #fff;
}
/*-----------
/*-------------------*/
/* TOP NAV */
/*-------------------*/
.top-navbar-notification-container {
  padding: 4px 12px 8px;
}
/*-------------------*/
/* HEADER */
/*-------------------*/
.search-btn {
  border-color: #004987 !important;
}
/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/
.header-container .header-links > li > a {
  border-radius: 30px;
  border: 1px solid transparent;
  margin-left: 6px;
}
.header-container .header-links > li > a:hover {
  border: 1px solid #0073CF;
}
.header-links.categories .nav-item.dropdown:hover ul {
  display: block;
}
/*-------------------*/
/* CONTENT */
/*-------------------*/
.car-item-1 .carousel-caption{
  text-align: center;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  }
.carousel-caption-description {
  font-size: 1.4rem
}
.display--desktop {
  display: block;
}
.carousel .carousel-indicators button {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background-clip: initial !important;
  border-width: 0;
  margin: 6px 4px;
}
/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/

/*-------------------*/
/* PRODUCT */
/*-------------------*/
.line-items-reflective-view {
  display: flex;
  flex-direction: column;
}
.prod_option_block.logo-wrapper {
  order: 20;
}
/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/

/*-------------------*/
/* FOOTER */
/*-------------------*/
.footer-container {
  padding: 3rem 0;
  background: transparent url(https://assets.mybrightsites.com/uploads/sites/11345/themes/23122/3b3a047e4a72e42daffabb8196ea88c46fde3e9f/bg-footer.jpg?1725573755) no-repeat center center;
}
.copyright-section {
  margin-top: 2rem;
  border: none;
  display: flex !important;
  align-items: center;
  gap: 40px;
}
.footer-container .mobile-copyright-section {
  background-color: transparent;
}
/*-------------------*/
/* MEDIA QUERIES */
/*-------------------*/
@media screen and (min-width: 661px){

}

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

}

@media screen and (max-width: 991.99px){
  .copyright-section {
    display: none !important;
  }
  .display--desktop {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .carousel-caption {
    background: #00205C;
    padding-top: 20px;
  }
  .car-item-1 .carousel-caption{
    left: 0;
    bottom: 0;
    transform: unset!important;
    }
  .carousel-caption .carousel-caption-header, .carousel-caption p {
    color: #FFFFFF !important;
  }
  .carousel-caption .carousel-caption-header {
    font-size: 2rem;
  }
}
@media screen and (max-width: 660px){

}

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

}