.boncategoruproduct {
  margin: 65px 0;
  text-align: center;
}

.boncategoruproduct h2 {
  margin-bottom: 20px;
}

.boncategoruproduct img{
    width: 100%;
    height: auto;
    min-width: 250px;
}

.boncategoruproduct .swiper .swiper-wrapper {
  box-sizing: border-box;
}

.boncategoruproduct .wrapper-items{
  position: relative;
}

.boncategoruproduct .swiper {
  position: unset;
}

.boncategoruproduct .swiper-buttons{
  display: flex;
  position: absolute;
  top: -7px;
  right: 15px;
}

.boncategoruproduct .tabs-wrapper .swiper-buttons{
  top: -65px;
}

.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: 0px;
}

.boncategoruproduct .swiper-button-prev {
  margin-right: 15px;
}

.boncategoruproduct .swiper-button-next:after,
.boncategoruproduct .swiper-button-prev:after {
  font-size: 15px;
}

.boncategoruproduct .tabs{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.boncategoruproduct .block-name,
.boncategoruproduct .tabs {
  padding-bottom: 15px;
}


.boncategoruproduct .block-category-name,
.boncategoruproduct .tabs-wrapper .tabs .tab {
  text-transform: capitalize;
  margin: 0 15px 15px 0;
  font-size: 20px;
  color: #3a3a3a;
}

.boncategoruproduct .block-category-name:hover,
.boncategoruproduct .tabs-wrapper .tabs .tab:hover{
  color: #187ca8;
}

.boncategoruproduct .tab-item,
.boncategoruproduct .block-item {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.boncategoruproduct .img-content {
  position: relative;
  margin-bottom: 20px;
  margin-right: 15px;
}

.boncategoruproduct .img-content span {
  position: absolute;
  right: 0;
  top: 5%;
  text-align: center;
  width: 100%;
  color: #3a3a3a;
}

.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;
}

.boncategoruproduct .tabs .tab.active{
  color: #187ca8;
}

.boncategoruproduct .tabs .tab:hover::after,
.boncategoruproduct .tabs .tab.active::after {
    transform: scaleX(1);
}

.boncategoruproduct .tabs .tab::after{
    background: #187ca8;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 23px;
    height: 2px;
    transform: scaleX(0);
    transition: all .3s linear;
}


.boncategoruproduct .tabs-wrapper .block-name{
    display: none;
}

@media screen and (max-width:767px) {
    .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 .swiper-buttons{
      display: flex;
    }
    .boncategoruproduct .tabs-wrapper .swiper-buttons{
      top: -93px;
    }
    .boncategoruproduct .boncategoryproduct-swiper, .boncategoruproduct .boncategoryproduct-swiper article {
      width: 80%;
  }
}

@media screen and (max-width:540px) {
    .boncategoruproduct .boncategoryproduct-swiper, .boncategoruproduct .boncategoryproduct-swiper article {
      width: 100%;
  }
}