/*-------------------
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 */
/*-------------------*/
.inlinelinksdiv:first-child {
  visibility: hidden;
}
.header-container {
  background-color: transparent;
}
.header-custom-bg {
  background-color: #00b48c;
}
.mobile-slider li > a {
  background-color: #00b48c;
}

/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/
.category-container .dropdown-menu {
  overflow-y: auto;
  max-height: 700px;
}

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

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

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

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

/*-------------------*/
/* FOOTER */
/*-------------------*/
.footer-container {
  max-width: 1500px;
  margin: auto;
}

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

}

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

}

@media screen and (max-width: 730px){
  #page-showing img {
    width: 100% !important;
    height: auto !important;
  }
}

@media screen and (max-width: 475px){
  .header-custom-bg {
    padding: 0.5rem !important
  }
  .logo-container img {
    max-height: 50px !important;
  }
}