/*-------------------
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 */
/*-------------------*/
.form-check-input:checked {
  background-color: #48142F;
  border-color: #48142F;
}
.btn.secondary.rounded-pill {
  background: #48142F;
  color: #FFF;
}
.btn.secondary.outline {
  border: 1px solid #48142F;
  color: #48142F;
}
/*-------------------*/
/* TOP NAV */
/*-------------------*/
.top-navbar-notification-container {
  padding: 5px 10px 6px;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .navbar-container ul.nav > li:first-child > a {
    padding-left: 20px !important;
  }
}
.navbar-container {
  border-bottom: none;
}
/*-------------------*/
/* HEADER */
/*-------------------*/
.header-container .search-btn {
  border-color: #65bf9f !important;
}
.header-container.border-bottom {
  border-bottom: none !important;
  padding: 15px 0;
}
.header-container.border-bottom.home-top {
  background-color: #214535;
}
.header-container.border-bottom.home-top .categories > li > a {
  color: #FFF;
}
.header-container li > a:hover,
.header-container li > a:active,
.header-container li > a:focus {
  color: #48142F;
}
.header-container.home-top li > a:hover,
.header-container.home-top li > a:active,
.header-container.home-top li > a:focus {
  color: #FFF;
}
/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/

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

/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/
.product-thumbnail {
  box-shadow: 0 0.2rem 0.4rem #00000007 !important;
}
/*-------------------*/
/* PRODUCT */
/*-------------------*/

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

/*-------------------*/
/* FOOTER */
/*-------------------*/
.footer-container {
  padding: 40px 0 25px;
}
.footer-container h1, .footer-container h2, .footer-container h3, .footer-container h4, .footer-container h5, .footer-container h6 {
  font-weight: bold;
}
.copyright-section {
  border: none;
}
.copyright-section p {
  font-size: 12px;
}
/*-------------------*/
/* MEDIA QUERIES */
/*-------------------*/
@media screen and (min-width: 661px){

}

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

}

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

}

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

}