.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;
}
.boncategoruproduct .swiper-slide {
    height: max-content;
}

.boncategoruproduct .wrapper-items{
  position: relative;
}

.boncategoruproduct .swiper {
  position: unset;
}

.boncategoruproduct .swiper-buttons{
  display: flex;
  position: absolute;
  top: -7px;
  right: 15px;
}
.boncategoruproduct .products-section-title {
    width: auto;
    font-size: 28px;
    line-height: 42px;
    margin: 0;
    border-bottom: none;
    min-height: auto;
}
.boncategoruproduct .tabs-wrapper .swiper-buttons{
  top: -65px;
}
.boncategoruproduct .tabs {
    display: flex;
    justify-content: space-between;
    padding-right: 110px;
    align-items: center;
    opacity: 0;
}
.boncategoruproduct .swiper-button-next,
.boncategoruproduct .swiper-button-prev {
  border-radius: 50%;
  border: 1px solid #c2c2c2;
  width: 36px;
  height: 36px;
  top: 63%;
  color: #3a3a3a;
  transition: all 0.3s ease;
  position: unset;
  margin: 0;
}

.boncategoruproduct .swiper-button-prev {
  margin-right: 15px;
}

.boncategoruproduct .swiper-button-next:after,
.boncategoruproduct .swiper-button-prev:after {
  font-size: 15px;
}
.boncategoruproduct  .swiper-button-next:hover, .boncategoruproduct  .swiper-button-prev:hover {
    color: #79a751;
    border: 1px solid #79a7517b;
}
.boncategoruproduct .block-name,
.boncategoruproduct .tabs {
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(58, 58, 58, 0.2);
}


.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: #fff;
}
.boncategoruproduct .img-content span h3 {
    font-weight: 600;
    font-size: 50px;
    line-height: 75px;
    color: #fff;
    text-transform: capitalize;
}
@media (max-width: 1880px) {
    .boncategoruproduct .products-section-title {
        font-size: calc(20px + (28 - 20) * ((100vw - 320px) / (1880 - 320)));
    }
}
@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: #79a751;
}

.boncategoruproduct .tabs-wrapper .block-name{
    display: none;
}
@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;
    }
    .boncategoruproduct .tabs .swiper-buttons{
      display: flex;
    }
    .boncategoruproduct .tabs-wrapper .swiper-buttons{
        top: -75px;
    }
}
@media (max-width: 576px) {
    .boncategoruproduct .products-section-title {
        line-height: 30px;
        display: none;
    }
    .boncategoruproduct .swiper-buttons {
        display: none;
    }
    .boncategoruproduct .tabs {
        padding-right: 0;
    }
    .boncategoruproduct .tabs-wrapper .tabs-items, .boncategoruproduct .products-section-title {
        text-align: center;
    }
}
@media screen and (max-width:540px) {
    .boncategoruproduct .boncategoryproduct-swiper, .boncategoruproduct .boncategoryproduct-swiper article {
      width: 100%;
  }
}