/*-------------------
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 */
/*-------------------*/
.navbar.header-navbar {
  justify-content: space-between;
}
.navbar-nav.header-links {
  justify-content: center;
}
.header-icons {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-icons > div, .header-icons > button, .header-icons > a {
  margin: 0;
}
.headerLinks .header-search-btn, .headerLinks .header-account-btn, .headerLinks .cart-btn {
  display: flex;
  color: #01a830;
  background-color: #EAEDF3;
  border-radius: 5px;
  padding: 14px 16px !important;
  font-size: 14px;
  font-weight: 600;
  gap: 10px;
}
.headerLinks .header-search-btn:hover, .headerLinks .header-account-btn:hover, .headerLinks .cart-btn:hover {
  background-color: #cad1e0;
  transition: .3s;
}
.header-icons > a svg, .header-icons button svg {
  fill: #01a830;
  height: 20px;
  stroke: none;
}
.top-navbar-notification-container {
  padding: 4px 0 5px;
}
.top-navbar-notification-container p {
  font-size: 14px;
  font-weight: 600;
}
.header-icons > button.btn:focus, .header-icons > div.dropdown > button.btn:focus {
  box-shadow: none;
}
.headerLinks {
  justify-content: end;
  flex-grow: initial;
}
/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/

/*-------------------*/
/* CONTENT */
/*-------------------*/
.category-boxes-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 50px 0;
}
.category-boxes-container > div {
  max-width: calc(50% - 15px);
}
.category-boxes-container > div a {
  display: block;
  position: relative;
}
.category-boxes-container > div h3 {
  position: absolute;
  top: auto;
  bottom: 0;
  text-align: center;
  display: block;
  width: 100%;
  color: #fff;
  background-color: #353a48b2;
  padding: 18px 10px;
  margin: 0;
  font-weight: 600;
  font-size: 24px;
}
/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/
.product-thumbnail .thumbnail-img-container {
  padding: 12px;
}
.product-thumbnail .thumbnail-description-container a h5 {
  font-size: 14px;
  font-weight: 500 !important;
}
.product-thumbnail p.card-text {
  font-size: 16px;
  font-weight: bold;
}
.category-boxes-container > div img {
  width: 100%;
}
/*-------------------*/
/* PRODUCT */
/*-------------------*/

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

/*-------------------*/
/* FOOTER */
/*-------------------*/
.footer-container .row {
  justify-content: center;
}
.footer-container * {
  text-align: center;
  justify-content: center;
}
ul.custom-footer-links, ul.social-media {
  margin: 0;
}
.footer-container .row .footer-icon {
  height: 30px;
  margin-bottom: 15px;
  display: flex;
  align-items: baseline;
}
.footer-container a {
  font-weight: 600;
}
.footer-container .row img {
  margin: auto;
  display: block;
}
.copyright-section {
  padding: 15px 0;
}

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

}

@media screen and (max-width: 1200px){
  .header-container > .wrapper {
    max-width: calc(100% - 40px);
  }
}
@media screen and (max-width: 991.99px){
  .header-container > .wrapper {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .carousel-caption {
    background: #000000;
  }
  .category-boxes-container > div {
    max-width: 100%;
    width: 100%;
  }
  .category-boxes-container > div h3 {
    padding: 10px 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 660px){

}

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

}