.boncategoruproduct {
  margin: 30px 0;
}

.boncategoruproduct h2 {
  text-align: center;
}

.boncategoruproduct img{
    width: 100%;
    height: auto;
    min-width: 250px;
}
.img-content span.loading {
    opacity: 0;
    visibility: hidden;
}
.boncategoruproduct .boncategoryproduct-swiper {
    /* flex: 0 0 60%; */
    opacity: 0;
    visibility: hidden;
}
.boncategoruproduct .swiper .swiper-wrapper {
  /*box-sizing: border-box;*/
    flex-direction: row;
    min-width: 100%;
}
.boncategoruproduct .swiper-slide {
    height: max-content;
}

.boncategoruproduct .wrapper-items{
  position: relative;
}

.boncategoruproduct .swiper {
  position: unset;
}

.boncategoruproduct .products-section-title {
    width: auto;
    margin: 0;
    border-bottom: none;
    min-height: auto;
}

.boncategoruproduct .tabs {
    display: flex;
    justify-content: space-between;
    padding-right: 40%;
    align-items: center;
    opacity: 0;
}

.boncategoruproduct .swiper-button-lock{
    display: none !important;
}

.boncategoruproduct .boncategoryproduct-button-prev, 
.boncategoruproduct .boncategoryproduct-button-next {
  border-radius: 50%;
  border: 1px solid #8e8e8e;
  width: 36px;
  height: 36px;
  color: #8e8e8e;
  transition: all .3s ease;
  left: auto;
  top: -4%;
}

.boncategoruproduct .boncategoryproduct-button-prev {
  right: 65px;
}

.boncategoruproduct .boncategoryproduct-button-next {
  right: 8px;
}

.boncategoruproduct .boncategoryproduct-button-prev:hover::after,
.boncategoruproduct .boncategoryproduct-button-next:hover::after{
  color: #265931;
}

.boncategoruproduct .boncategoryproduct-button-prev:hover,
.boncategoruproduct .boncategoryproduct-button-next:hover {
 border-color: #265931;
}

.boncategoruproduct .swiper-button-prev:after,
.boncategoruproduct .swiper-button-next:after {
  font-size: 16px;
}

.boncategoruproduct .block-name,
.boncategoruproduct .tabs {
  padding-bottom: 3px;
}

.boncategoruproduct .block-category-name,
.boncategoruproduct .tabs-wrapper .tabs .tab {
  /*text-transform: capitalize;*/
  margin: 0 12px;
  font-size: 20px;
  line-height: 130%;
  color: #3a3a3a;
}

.boncategoruproduct .tab-item,
.boncategoruproduct .block-item {
  /*display: flex;*/
  flex-wrap: wrap;
  margin-top: 20px;
}

.boncategoruproduct .img-content {
  position: relative;
  margin-bottom: 20px;
    margin-right: 10px;
    flex: 0 0 39.4%;
    height: max-content;
}

.boncategoruproduct .img-content span {
  position: absolute;
  right: 0;
  top: 5%;
  text-align: center;
  width: 100%;
  color: #3a3a3a;
}
.boncategoruproduct .img-content span p {
    font-weight: 500;
    font-size: 35px;
    line-height: 41px;
    margin-bottom: 23px;
    color: #505050;
}
.boncategoruproduct .img-content span h3 {
    font-weight: 600;
    font-size: 50px;
    line-height: 75px;
    color: #505050;
    /*text-transform: capitalize;*/
}

@media (min-width: 768px) and (max-width: 1880px) {
    .boncategoruproduct .img-content span p {
        font-size: calc(17px + (35 - 17) * ((100vw - 768px) / (1880 - 768)));
        line-height: calc(20px + (41 - 20) * ((100vw - 768px) / (1880 - 768)));
        margin-bottom: calc(10px + (23 - 10) * ((100vw - 768px) / (1880 - 768)));
    }
    .boncategoruproduct .img-content span h3 {
        font-size: calc(25px + (50 - 25) * ((100vw - 768px) / (1880 - 768)));
        line-height: calc(30px + (75 - 30) * ((100vw - 768px) / (1880 - 768)));
    }
}
@media (min-width: 320px) and (max-width: 768px) {
    .boncategoruproduct .img-content span p {
        font-size: calc(17px + (35 - 17) * ((100vw - 320px) / (1880 - 320)));
        line-height: calc(20px + (41 - 20) * ((100vw - 320px) / (1880 - 320)));
        margin-bottom: calc(10px + (23 - 10) * ((100vw - 320px) / (1880 - 320)));
    }
    .boncategoruproduct .img-content span h3 {
        font-size: calc(25px + (50 - 25) * ((100vw - 320px) / (1880 - 320)));
        line-height: calc(30px + (75 - 30) * ((100vw - 320px) / (1880 - 320)));
    }
}

.boncategoruproduct .tab-item.caroucel_enable,
.boncategoruproduct .block-item.caroucel_enable{
    flex-wrap: nowrap;
}

.boncategoruproduct .boncategoryproduct-swiper,
.boncategoruproduct .boncategoryproduct-swiper article{
    width: 100%;
    max-width: 100%!important;
}

.boncategoruproduct .product{
  margin-right: 1rem;
}

.boncategoruproduct .tabs .tab{
    position: relative;
    cursor: pointer;
    transition: all .3s ease;
}

.boncategoruproduct .tabs .tab.active {
    color: #265931;
}

.boncategoruproduct .tabs-wrapper .block-name{
    display: none;
}

@media screen and (max-width: 767px) {
  .boncategoruproduct .boncategoryproduct-button-prev, 
  .boncategoruproduct .boncategoryproduct-button-next {
    top: -7%;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
    .boncategoruproduct .tab-item {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .boncategoruproduct .img-content {
        margin: 0;
    }
    .boncategoruproduct .boncategoryproduct-swiper article {
        margin-bottom: 0;
    }
    .boncategoruproduct {
        margin: 20px 0;
    }
}
@media screen and (max-width: 1200px) {
  .boncategoruproduct .block-item.caroucel_disable .img-content,
  .boncategoruproduct .tab-item.caroucel_disable.img-content{
      margin: auto;
      padding-bottom: 20px;
  }
  .boncategoruproduct .tab-item,
  .boncategoruproduct .block-item{
    justify-content: center;
  }
  .boncategoruproduct .tabs-wrapper .tabs-items,
  .boncategoruproduct .products-section-title {
      margin-bottom: 5px;
      text-align: left;
  }
  .boncategoruproduct .tabs{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .boncategoruproduct .tabs-wrapper .tabs .tab{
      margin: 0 5px 0 0;
      display: inline-block;
  }
}
@media (max-width: 575px) {
  .boncategoruproduct .tabs {
    padding-right: 0;
    align-items: center;
  }
  .boncategoruproduct .tabs-wrapper .tabs-items, 
  .boncategoruproduct .products-section-title {
    text-align: center;
    margin-bottom: 14px;
  }

  .boncategoruproduct .products-section-title {
    margin-bottom: 15px;
  }

  .boncategoruproduct .tab-item, .boncategoruproduct .block-item {
    margin-top: 0;
  }

  .boncategoruproduct .block-category-name,
  .boncategoruproduct .tabs-wrapper .tabs .tab {
    font-size: 14px;
  }

  .boncategoruproduct .boncategoryproduct-button-prev, 
  .boncategoruproduct .boncategoryproduct-button-next {
    display: none;
  }

}
@media screen and (max-width:540px) {
  .boncategoruproduct .boncategoryproduct-swiper, 
  .boncategoruproduct .boncategoryproduct-swiper article {
    width: 100%;
  }
}