.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 {
  opacity: 0;
  visibility: hidden;
}

.boncategoruproduct .swiper .swiper-wrapper {
  min-width: 100%;
  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;
  margin: 0;
  border-bottom: none;
  min-height: auto;
}

.boncategoruproduct .tabs-wrapper .swiper-buttons {
  top: -48px;
}

.boncategoruproduct .tabs {
  display: flex;
  justify-content: space-between;
  padding-right: 40%;
  align-items: center;
  opacity: 0;
}

.boncategoruproduct .swiper-button-lock {
  display: none !important;
}

.boncategoruproduct .long-arrow-right,
.boncategoruproduct .long-arrow-left {
  display: block;
  margin: 0 auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #696969;
  border-left: 2px solid #696969;
  transition: all .3s ease;
}

.boncategoruproduct .long-arrow-right:hover,
.boncategoruproduct .long-arrow-left:hover {
  border-top: 2px solid #62cd47;
  border-left: 2px solid #62cd47;
}

.boncategoruproduct .long-arrow-right {
  transform: rotate(135deg);
  position: absolute;
  right: -2px;
}

.boncategoruproduct .long-arrow-left {
  transform: rotate(-45deg);
  position: absolute;
  left: -135px;
}

.boncategoruproduct .long-arrow-right::after,
.boncategoruproduct .long-arrow-left::after {
  content: "";
  display: block;
  width: 2px;
  height: 60px;
  background-color: #696969;
  transform: rotate(-45deg) translate(20.5px, 8px);
  left: 0;
  top: 0;
}

.boncategoruproduct .long-arrow-right:hover::after,
.boncategoruproduct .long-arrow-left:hover::after {
  background-color: #62cd47;
}

.boncategoruproduct .swiper-button-prev:after,
.boncategoruproduct .swiper-button-next:after {
  font-size: 15px;
}

.boncategoruproduct .swiper-button-next:hover,
.boncategoruproduct .swiper-button-prev:hover {
  color: #246c97;
}

.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: #62cd47;
}

.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 .swiper-buttons {
    display: none;
  }

  .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;
  }

}

@media screen and (max-width:540px) {

  .boncategoruproduct .boncategoryproduct-swiper,
  .boncategoruproduct .boncategoryproduct-swiper article {
    width: 100%;
  }
}