/* CSS Document */
.caes_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.caes_list li {
  width: 20%;
  margin-bottom: 50px;
  padding: 0 15px;
}
.img_box {
  color: #242222;
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
}
.img_box .title {
  margin: 25px 0 0;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.selection_opt {
  display: inline-block;
  width: 100%;
}

/* product-detail */
.prod_detail_img .slick-slider .slick-track {
  margin-left: 0;
}
.prod_big_slider {
  margin-bottom: 30px;
}
.prod_big_slider .slideBox {
  position: relative;
  z-index: 1;
}
.prod_detail_img .prod-thumbnail-slider .slideBox img {
  border: 1px solid transparent;
  width: 100%;
  height: 100px;
  object-fit: cover;
}
.prod_detail_img .prod-thumbnail-slider .slick-active.slick-current img {
  border: 1px solid #f6931e;
}
.thumbslider.slidersectionleft {
  position: relative;
}
.zoom_icon {
  position: absolute;
  z-index: 1;
  right: 30px;
  top: 20px;
}
.prod_detail_img .prod-thumbnail-slider .slideBox {
  padding: 0 15px;
  height: 100px;
  overflow: hidden;cursor: pointer;
}
.prod_detail_img .prod-thumbnail-slider {
  margin: 0 -15px;
}
.slick-prev.slick-arrow {
  left: -40px;
}
.slick-next.slick-arrow {
  right: -40px;
}
.other_products {
  border-bottom: 1px solid rgb(112 112 112 / 10%);
}
.other_products .caes_list {
  margin-bottom: -50px;
}

.prod_big_slider .slideBox a.fancybox {
  height: 440px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: relative;
  z-index: 1;
}
.prod_big_slider .slideBox a.fancybox > img{
  height: 100%;
}
.prod_big_slider .slideBox a.fancybox {
  cursor: url(../images/zoom_icon.svg), auto;
}
body.showhidezoom .prod_detail_img .zoom_icon.fancybox {
  display: none;
}
/*filter css */
.wpc-filters-widget-top-container {
  background: transparent !important;
  border: 0 !important;
}
.wpc-filters-widget-top-container:before {
  content: none !important;
}
.wpc-filters-section {
  width: 400px;
}
.wpc-filter-title {
  border: 1px solid #fcd7ab;
  width: 400px;
  padding: 22px 20px;
  font-size: 16px;
  font-weight: normal;
  height: 60px;
  line-height: 29px;
  margin: 0 !important;
}
.wpc-filter-content {
  border-top: 0 !important;
  border: 1px solid #fcd7ab;
  padding: 10px;
  position: absolute;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  display: none;
  z-index: 99;
  background-color: #ffffff;
  top: 100%;
}
.wpc-filter-selected-values {
  display: none;
}

.wpc-filters-widget-main-wrapper
  li.wpc-term-item
  .wpc-term-item-content-wrapper
  input[type="checkbox"] {
  display: none;
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.wpc-filters-widget-main-wrapper li.wpc-term-item label {
  padding-left: 30px !important;
}
ul.wpc-filters-checkboxes label {
  font-size: 14px;
  color: #3e3b3b;
  font-weight: normal;
}
.wpc-checkbox-item label:before {
  content: "";
  border: 1px solid rgb(62 59 59 / 30%);
  background-color: #fff;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0px;
  border-radius: 4px;
}
/* .wpc-filters-widget-main-wrapper li.wpc-term-item.wpc-term-selected  label:before{
    background-color: #f6931e;
    border:1px solid #CA9C5E;
} */
.wpc-filters-widget-main-wrapper li.wpc-term-item label {
  color: #000;
}
.wpc-filters-widget-main-wrapper
  li.wpc-term-item.wpc-term-selected
  > .wpc-term-item-content-wrapper
  > label:after,
.children li.wpc-term-item.wpc-term-selected label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 1;
}
.wpc-checkbox-item label:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 5px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}

.wpc-filters-widget-wrapper,
.wpc-filters-section {
  /* display: flex; */
}
.wpc-posts-found {
  position: absolute;
  top: -35px;
}

.js_other_products {
  margin-top: 50px;
}
.js_other_products .caes_list  .slick-arrow{
    top: 35%;
}



@media (max-width: 1599.98x) {
}
@media (max-width: 1439.98px) {
  .caes_list {
    margin: 0 -8px;
  }
  .caes_list li {
    padding: 0 8px;
    margin-bottom: 35px;
  }
  .img_box {
    font-size: 15px;
  }
  .img_box .title {
    margin: 18px 0 0;
    line-height: 20px;
  }
}
@media (max-width: 1199.98px) {
  .prod_big_slider .slideBox a.fancybox{
    height: auto;
  }
  .js_other_products {margin-top: 10px;}

}
@media (max-width: 991.98px) {
  .caes_list li {
    width: 25%;
  }
  .other_products .caes_list {
    margin-bottom: 0px;
  }
  .slick-prev.slick-arrow {
    left: 0;
  }
  .slick-next.slick-arrow {
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .caes_list li {
    width: 33.3%;
  }
}
@media (max-width: 575.98px) {
  .caes_list {
    margin: 0 -5px;
  }
  .caes_list li {
    padding: 0 5px;
    margin-bottom: 20px;
    width: 50%;
  }
  .img_box {
    font-size: 13px;
  }
  .wpc-posts-found {
    position: absolute;
    top: -25px;
  }
  .wpc-filter-title,
  .wpc-filters-section {
    width: 100%;
  }
}
