/*-------------------
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 */
/*-------------------*/
.navbar-container {
  background-color: #00aeef !important;
}
/*-------------------*/
/* HEADER */
/*-------------------*/
.subpage .header-container.border-bottom {
  border-bottom: 1px solid #f2f2f2 !important;
}

/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/

/*-------------------*/
/* CONTENT */
/*-------------------*/
.homepage-images .big, .homepage-images .small {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.homepage-images .small a, .homepage-images .big a {
  display: block;
  position: relative;
}
.homepage-images .big img {
  width: 677px;
}
.homepage-images .small img {
  width: 440px;
}
.homepage-images a .overlay {
  transition: all 0.25s;
}
.homepage-images a .overlay span {
  display: none
}
.homepage-images a:hover .overlay {
  background-color: #00aeef;
  opacity: 85%;
  position: absolute;
  width: 100%;
  height: 100%;
}
.homepage-images a:hover .overlay span {
  display: block;
  position: absolute;
  bottom: 10px;
  color: #FFF;
  text-align: center;
  width: 100%;
  font-size: 18px;
  top: 50%;
}
.button-container {
  text-align: center;
  margin: 50px 0;
}
a.see-more-btn {
  background-color: #00aeef;
  color: #FFF !important;
  padding: 10px 40px;
  font-size: 16px !important;
  border-radius: 2px;
  margin: 10px 0;
  transition: all 0.25s;
}
a.see-more-btn:hover {
  background-color: #414141;
}

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

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

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

/*-------------------*/
/* FOOTER */
/*-------------------*/


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

}

@media screen and (max-width: 1200px){
  .homepage-images .big, .homepage-images .small {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}

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

}

@media screen and (max-width: 660px){
  .homepage-images .big img, .homepage-images .small img {
    width: 100%;
  }
  .footer-container {
    text-align: center;
  }
  .footer-logo {
    margin: 10px auto;
  }
  .nav.social-media {
    justify-content: center !important;
  }
  .accordion-button {
    width: auto;
    margin: auto;
    padding: 1rem 1.25rem !important;
  }
  .footer-container .accordion-button::after {
    display: none !important;
  }
}

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

}