/*-------------------
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 */
/*-------------------*/
.top-navbar-notification-container {
  padding: 8px 10px 15px;
}
.top-navbar-notification-container p {
  font-size: 20px;
}
/*-------------------*/
/* HEADER */
/*-------------------*/
.header-container .header-links li > a:hover {
  color: #f4b323;
}
.header-icons {
  width: 300px;
  justify-content: end;
  display: flex;
}
.header-icons > a svg, .header-icons button svg {
  stroke: none;
  height: 18px;
  fill: #0c5da9;
}
/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/

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

/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/

/*-------------------*/
/* PRODUCT */
/*-------------------*/

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

/*-------------------*/
/* FOOTER */
/*-------------------*/
.footer-logo {
  max-width: 80%;
  margin-bottom: 20px;
}

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

}

@media screen and (max-width: 991.99px){
  .header-container > .wrapper {
    max-width: 100%;
  }
  .top-navbar-notification-container {
    padding: 4px 10px 10px;
  }
  .top-navbar-notification-container p {
    font-size: 16px;
  }
  .navbar-brand.logo-container {
    max-width: calc(100% - 130px);
  }
  .navbar-brand.logo-container img {
    max-width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .carousel-caption {
    background: #0b4174;
  }
}
@media screen and (max-width: 660px){
  
}

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

}