/*-------------------
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 */
/*-------------------*/
.logo-container img {
  max-width: 100%;
}
.header-contact-info {
  text-align: center;
}
.header-contact-info p a {
  color: #474746;
}
.header-contact-info p a:hover {
  color: #661d2c;
}
.header-contact-info .phone-number a {
  font-size: 20px;
}
.header-container .headerLinks {
  flex-grow: initial;
}
.header-container .navbar.header-navbar {
  display: flex;
  justify-content: space-between;
  padding: 16px 0 17px;
}
.header-contact-info {
  text-align: center;
}
.navbar-container ul.nav > li > a > svg {
  stroke: none;
}
.header-container .headerLinks > div {
  width: 100%;
}
.header-container .simple_form.new_search.search-form {
  width: 100%;
  max-width: 100%;
}
.header-container #s_keyword {
  width: calc(100% - 46px);
  padding: 10px 15px 10px 25px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  font-size: 14px;
}
.header-container #s_keyword:focus, .header-container .search-form .search-btn:focus {
  box-shadow: none;
}
.header-container .search-form .search-btn {
  padding: 10px 13px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-color: #474746 !important;
}
.header-container .navbar.header-navbar button {
  width: auto;
}
/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/
.category-container .navbar.header-navbar {
  padding: 0;
}
/*-------------------*/
/* CONTENT */
/*-------------------*/
.homepage-carousel-container {
  overflow: hidden;
}
.homepage-category-boxes {
  justify-content: center;
  flex-wrap: wrap;
}
.category-box {
  position: relative;
  background-color: #000;
  width: calc(100% / 6);
  min-height: 250px;
  max-width: calc(100% / 3);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.box-1 {
  background-image: url("https://assets.mybrightsites.com/uploads/sites/11923/themes/24404/5a8ae2bfd78bba5488ce9b838d3f1046c96e1d3f/cat_box_1_image.png?1734635220");
}
.box-2 {
  background-image: url("https://assets.mybrightsites.com/uploads/sites/11923/themes/24404/44ccc27fb877fbaa701339201410b4bb7c029ebe/cat_box_2_image.png?1734635220");
}
.box-3 {
  background-image: url("https://assets.mybrightsites.com/uploads/sites/11923/themes/24404/17076f981769eb37d540d53f1f5c977ca02be5be/cat_box_3_image.png?1734635220");
}
.box-4 {
  background-image: url("https://assets.mybrightsites.com/uploads/sites/11923/themes/24404/244c8c3d66fcf2a9ac5762fdd63ef821111b88a0/cat_box_4_image.png?1734635220");
}
.box-5 {
  background-image: url("https://assets.mybrightsites.com/uploads/sites/11923/themes/24404/e266a3096b9d5496b2ba116d34dd6e42226766af/cat_box_5_image.png?1734635220");
}
.box-6 {
  background-image: url("https://assets.mybrightsites.com/uploads/sites/11923/themes/24404/88ca21d5bad259d7f220753ac901dcf2ad4cd316/cat_box_6_image.png?1734635220");
}
.four-boxes .category-box {
  width: 25%;
  min-height: 300px;
}
.category-box a {
  display: flex;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  align-items: center;
  overflow: hidden;
}
.category-box a::after {
  content: "";
  background-color: #00000080;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
}
.category-box a:hover::after {
  opacity: 1;
}
.category-box h3 {
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 10px 10px;
  margin: 0;
  font-size: 20px;
}
.four-boxes .category-box h3 {
  font-size: 25px;
}
.category-box h3::before {
  content: "";
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.8;
  z-index: -1;
}
.category-box a img {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/
.product-thumbnail .thumbnail-description-container a h5 {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 22px !important;
  font-weight: 600 !important;
}
.product-thumbnail:hover .thumbnail-description-container a h5 {
  color: #661d2c;
}
/*-------------------*/
/* PRODUCT */
/*-------------------*/

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

/*-------------------*/
/* FOOTER */
/*-------------------*/
.footer-logo-container {
  display: inline-block !important;
}
.footer-container .links li a {
  display: inline-block;
}
.footer-container .links.categories li a {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.copyright-section {
  border: none;
}
/*-------------------*/
/* MEDIA QUERIES */
/*-------------------*/
@media screen and (min-width: 661px){

}

@media screen and (max-width: 1400px){
  .category-box {
    width: calc(100% / 3);
  }
  .four-boxes .category-box {
    width: 25%;
  }
}
@media screen and (max-width: 1200px){
  .logo-container img {
    max-height: 70px !important;
  }
  .header-contact-info .phone-number a, .header-contact-info .email-address a {
    font-size: 14px;
  }
  .header-container .navbar.header-navbar {
    padding: 2px 0;
  }
  .four-boxes .category-box h3 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .footer-container .wrapper {
    max-width: 90%;
  }
}
@media only screen and (max-width: 991.99px) {
  .header-container > .wrapper {
    max-width: calc(100% - 12px);
  }
  .four-boxes .category-box h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 840px) {
  .four-boxes .category-box h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px){
  .category-box {
    width: 50%;
    max-width: 50%;
  }
  .four-boxes .category-box {
    width: 50%;
  }
}

@media screen and (max-width: 480px){
  .category-box {
    width: 75%;
    max-width: 75%;
    margin-top: 20px;
  }
  .category-box:last-of-type {
    margin-bottom: 20px;
  }
  .four-boxes .category-box {
    width: 75%;
  }
}