/*-------------------
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 */
/*-------------------*/

/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/

/*-------------------*/
/* CONTENT */
/*-------------------*/
.content-container {
  min-height: 0;
}
.homepage-category-boxes {
  margin: 40px;
  overflow: hidden;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.homepage-category-boxes .category-box img {
  width: 100%;
}
.homepage-category-boxes .category-box {
  width: calc(25% - 8px);
}
.homepage-carousel-container {
  overflow: hidden;
}
/*-------------------*/
/* CAROUSEL CUSTOM CSS */
/*-------------------*/
.jcarousel-wrapper {
  margin: 20px auto;
  position: relative;
}
.product-list-container {
  position: relative;
}
.custom-featured-products-wrapper {
  position: relative;
  margin-top: -5px;
}
.jcarousel, .custom-featured-products {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
a.btn-jcarousel {
  position: absolute;
  top: calc(50% - 60px);
  z-index: 9999;
  height: 40px;
  width: 40px;
  border: 1px solid #eaeaea !important;
  opacity: 1 !important;
  background-color: #fff;
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.btn-jcarousel.jcarousel-prev {
  padding: 0 2px 0 0;
  left: 5px;
}
a.btn-jcarousel.jcarousel-next {
  padding: 0 0 0 2px;
  right: 5px;
}
.jcarousel ul, .custom-featured-products > ul {
  width: 10000em;
  position: relative;
  list-style: none;
  margin: 0 0 0 calc((100% / 4) * 0.15);
  padding: 0;
  height: 100%;
  display: flex;
}
.jcarousel li {
  width: 200px;
  float: left;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.custom-featured-products > ul > li {
  width: 200px;
  float: left;
  border: none;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.jcarousel .product-thumbnail {
  margin: 10px 15px 10px 0px;
}
.jcarousel img, .custom-featured-products > ul > li {
  display: block;
  max-width: 100%;
  height: auto !important;
}

/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #4E443C;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font: 24px/27px Arial, sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 4px #F0EFE7;
  -moz-box-shadow: 0 0 4px #F0EFE7;
  box-shadow: 0 0 4px #F0EFE7;
}
.jcarousel-control-prev {
    left: 15px;
}
.jcarousel-control-next {
    right: 15px;
}

/** Carousel Pagination **/
.jcarousel-pagination {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0;
}
.jcarousel-pagination a {
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  height: 10px;
  width: 10px;
  line-height: 10px;
  background: #fff;
  color: #4E443C;
  border-radius: 10px;
  text-indent: -9999px;
  margin-right: 7px;
  -webkit-box-shadow: 0 0 2px #4E443C;
  -moz-box-shadow: 0 0 2px #4E443C;
  box-shadow: 0 0 2px #4E443C;
}
.jcarousel-pagination a.active {
  background: #4E443C;
  color: #000;
  opacity: 1;
  -webkit-box-shadow: 0 0 2px #F0EFE7;
  -moz-box-shadow: 0 0 2px #F0EFE7;
  box-shadow: 0 0 2px #F0EFE7;
}

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

/*-------------------*/
/* PRODUCTS PAGE */
/*-------------------*/
#filter-container .accordion-item #categories .accordion-item .accordion-collapse .accordion-header {
  padding: 0 0 0 12px !important;
}
#categories .border-bottom.accordion-header {
  padding: 0 !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}
.accordion-item .accordion-item {
  border-left: none;
  border-right: none;
}
.accordion-button:not(.collapsed) {
  border: none !important;
}
#filter-container .accordion-item #categories .accordion-item .accordion-collapse button::after {
  display: none;
}
#filter-container .accordion-item #categories .form-check {
  width: calc(100% - 25px);
}
#categories .border-bottom.accordion-header:has(+ .accordion-collapse) {
  padding: 0 !important;
}
.logo-buttons-wrapper {
  display: none;
}
.logo-location-thumb, .cart-item .img-thumbnail {
  background-color: #d5d5d5;
}
/*-------------------*/
/* PRODUCT */
/*-------------------*/
#logo-combination-error {
  display: none;
  color: #f00;
  font-weight: bold;
}
.product-overview * {
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
}

/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/
.hide-cdc {
  display: none;
}
.hide-cdc.show-label-for-this {
  display: block;
}
/*-------------------*/
/* FOOTER */
/*-------------------*/


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

}

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

}

@media screen and (max-width: 768px){
  .homepage-category-boxes .category-box {
    width: calc(50% - 5px);
  }
  .jcarousel ul, .custom-featured-products > ul {
    margin: 0 0 0 calc(100% * 0.08);
  }
}

@media screen and (max-width: 480px){
  .homepage-category-boxes {
    margin: 10px;
  }
  .jcarousel ul, .custom-featured-products > ul {
    margin: 0 0 0 calc(100% * 0.15);
  }
}
@media screen and (max-width: 340px){

}