/*-------------------
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 */
/*-------------------*/
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

*, html {
  font-family: "Nunito Sans", sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif !important;
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free" !important;
}
  /*-------------------*/
/* TOP NAV */
/*-------------------*/

/*-------------------*/
/* HEADER */
/*-------------------*/
.header-container {
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 0px 10px -5px, rgba(0, 0, 0, 0.1) 0px 3px 10px -5px;
}
.header-icons > a svg, .header-icons button svg {
  height: 26px;
  fill: #586979;
  stroke: #586979;
}
/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/

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

/*-------------------*/
/* FEATURED CATEGORIES */
/*-------------------*/
.cls-homepage-section {
  margin: 70px 0 0;
}
.cls-featured-categories-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.cls-featured-categories-inner .box {
  width: calc((100% - 60px) / 3);
  text-align: center;
  align-items: center;
}
.cls-featured-categories-inner a {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
}
.cls-featured-categories-inner img {
  max-width: 100%;
}
.cls-featured-categories-inner span { 
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: 0;
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
  width: 100%;
  background-color: rgba(1, 32, 74, .5);
  padding: 8px 10px;
}
/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/

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

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

/*-------------------*/
/* FOOTER */
/*-------------------*/
.footer-container {
  margin-top: 0 !important;
}
.footer-container.footer-top {
  margin-top: 70px !important;
  background-color: #fff;
  border-top: 1px solid #e4e4e4;
}
.footer-container.footer-top .links.pages {
  justify-content: end;
}
.footer-container.footer-top .links.pages a {
  color: #586979;
  margin: 15px 20px !important;
  padding: 0 !important;
}
.footer-container.footer-top .links.pages a:hover, .footer-container.footer-top .links.pages a:focus {
  color: #164A7C;
}
.footer-container.footer-top .links.pages li:last-of-type a {
  margin-right: 0 !important;
}
.footer-container ul.social-media {
  justify-content: end;
}
.footer-container .text-center {
  font-size: 14px;
}
/*-------------------*/
/* MEDIA QUERIES */
/*-------------------*/
@media screen and (min-width: 661px){

}

@media screen and (max-width: 1200px){
  .cls-featured-categories-inner span {
    font-size: 18px;
  }
}


@media screen and (max-width: 991.99px){
  .cls-featured-categories-inner span {
    font-size: 16px;
  }
  .cls-featured-categories-inner .box {
    width: calc(50% - 15px);
  }
}

@media screen and (max-width: 768px){
  .carousel-caption {
    padding-top: 20px;
  }
  .carousel-caption .carousel-caption-header {
    font-size: 35px;
  }
  .cls-homepage-section {
    margin-top: 0;
    padding-top: 10px;
  }
  .footer-logo-container {
    display: flex;
    justify-content: center;
  }
  .footer-logo-container a {
    margin: auto;
    display: inline-block !important;
  }
  .footer-container.footer-top .links.pages {
    flex-direction: column !important;
    justify-content: center;
  }
  .footer-container.footer-top .links.pages li {
    text-align: center;
  }
  .footer-container.footer-top .links.pages a {
    margin: 6px 0px !important;
    display: inline-block;
  }
  .footer-container ul.custom-footer-links {
    flex-direction: column;
    margin: 0;
    text-align: center;
  }
  .footer-container ul.custom-footer-links a {
    display: inline-block;
  }
  .footer-container ul.social-media {
    justify-content: center;
    margin: 0;
  }
}

@media screen and (max-width: 1200px){
  .cls-featured-categories-inner span {
    font-size: 18px;
  }
}

@media screen and (max-width: 540px){
  .cls-featured-categories-inner .box {
    width: 100%;
  }
}