/*-------------------
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 ul.nav > li > a > svg {
  stroke: none;
  height: 16px;
}
/*-------------------*/
/* HEADER */
/*-------------------*/
.header-container .header-navbar {
  border-top: 3px solid #e7e7e7;
  border-bottom: 3px solid #e7e7e7;
}
.header-container .search-btn {
  padding: 8px 12px 6px;
  border: 1px solid #00694e !important;
}
/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/
.category-container .header-navbar {
  border-bottom: 3px solid #e7e7e7;
}

/*-------------------*/
/* SLIDESHOW */
/*-------------------*/
.homepage-carousel-container {
  max-width: 960px;
  max-height: 576px;
  padding: 0;
}

/*-------------------*/
/* CONTENT */
/*-------------------*/
.additional-info-container, .return-policy-container {
  text-align: center;
  margin-bottom: 25px;
}
.additional-info-container {
  background: #efefef;
  padding: 30px 20px 15px;
  margin-top: 16px;
}
.additional-info-container h2 {
  border-bottom: 2px dotted #111;
  display: inline-block;
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: bold;
}
.additional-info-container p {
  font-size: 20px;
  font-weight: bold;
}

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

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

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

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


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

}

@media screen and (max-width: 1280px){
  .category-container .header-navbar {
    border-bottom: none;
  }
}

@media screen and (max-width: 991.99px){
  .header-container .header-navbar {
    border-bottom: none;
  }
}

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

}