/*-------------------
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 {
  box-shadow: #00000020 0px 0px 10px;
}
.navbar-nav.header-links {
  margin-left: 30px;
}
.header-icons > a svg, .header-icons button svg {
  height: 20px;
  stroke: none;
}

.notification.notification-esfm {
  max-width: calc(1200px - 32px);
  margin: 1.5rem auto !important;
  padding: 0 16px 20px;
  border-bottom: 1px solid #ddd;
}
/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/

/*-------------------*/
/* CONTENT */
/*-------------------*/
.homepage-carousel-container {
  margin-top: -25px !important;
}
.homepage {
  display: flex;
  flex-direction: column;
}
.cols {
  display: flex;
  justify-content: space-around;
}
.homepage h1 {
  text-align: center;
  font-style: italic;
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 10px;
}
.col.col_2 {
  display: flex;
  width: 45%;
  flex-direction: column;
  text-align: center;
  margin: 30px 0;
  max-width: 500px;
}
.col.col_2:nth-child(2n) {
  display: none;
}
.homepage .cols h2 {
  font-size: 20px;
  font-weight: normal;
  margin-top: 25px;
  margin-bottom: 15px;
}
.homepage .col img {
  max-width: 130px;
  margin-bottom: 15px;
}
/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/

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

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

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


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

}

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

}

@media screen and (max-width: 660px){
  .cols {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .col.col_2 {
    width: 100%;
  }
}

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

}