/*-------------------
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 */
/*-------------------*/
.header-container .header-links.categories {
  margin-left: 20px;
}
.header-container .nav-link.dropdown-toggle::after {
  margin-bottom: -2px;
}
.header-icons > a svg, .header-icons button svg {
  height: 20px;
  stroke: none;
}
/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/

/*-------------------*/
/* CONTENT */
/*-------------------*/
.homepage-carousel-container {
  overflow: hidden;
  margin-top: 0;
}
#homepage-carousel {
  max-height: 480px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/

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

/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/
.shipping-address-fields {
  display: none;
}
/*-------------------*/
/* FOOTER */
/*-------------------*/
.copyright-section {
  border: none;
}
.footer-container .mobile-copyright-section {
  background-color: transparent;
}
/*-------------------*/
/* MEDIA QUERIES */
/*-------------------*/
@media screen and (min-width: 661px){

}

@media screen and (max-width: 991.99px){
  #homepage-carousel {
    max-height: 400px;
  }
}

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

}

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

}