.boncategoruproduct h2 {
  text-align: center;
}

.boncategoruproduct img{
    width: 100%;
    height: auto;
    min-width: 250px;
}
.boncategoruproduct .tabs-content {
    position: relative;
    z-index: 5;
}
.img-content span.loading {
    opacity: 0;
    visibility: hidden;
}
.boncategoruproduct .boncategoryproduct-swiper {
    opacity: 0;
    visibility: hidden;
}
.boncategoruproduct .swiper .swiper-wrapper {
    flex-direction: row;
    min-width: 100%;
}
.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;
    border-bottom: none;
    min-height: auto;
    font-weight: 500;
}
.boncategoruproduct .tabs-wrapper .swiper-buttons{
  top: -48px;
}
.boncategoruproduct .tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    flex-direction: column;
}

.boncategoruproduct .swiper-button-lock{
    display: none !important;
}

.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 38.7%;
    height: max-content;
}

.boncategoruproduct .img-content span {
  position: absolute;
  text-align: left;
  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;
    transition: all .3s ease;
}

.boncategoruproduct .tabs .tab.active {
    color: #02b88f;
}

.boncategoruproduct .tabs-wrapper .block-name{
    display: none;
}
/*text settings*/
.boncategoruproduct .img-content .h1, .boncategoruproduct .img-content .h2, .boncategoruproduct .img-content .h3 {
    color: white;
    position: relative;
}
.boncategoruproduct .img-content .h1 {
    font-weight: 600;
    text-transform: uppercase;
}
.boncategoruproduct .img-content .h2:not(h2) {
    font-weight: 400;
    text-transform: none;
}
.boncategoruproduct .img-content .h3 {
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
    letter-spacing: 0.01em;
}
.boncategoruproduct .img-content .h3:after {
    content: "";
    height: 1px;
    background: white;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    transition: all .3s ease;
}
.boncategoruproduct .swiper-button-prev,
.boncategoruproduct .swiper-button-next {
    border-radius: 50%;
    border: 1px solid #C2C2C2;
    width: 36px;
    height: 36px;
    top: 57%;
    color: #3a3a3a;
    transition: all 0.3s ease;
}
.boncategoruproduct .swiper-button-prev:hover,
.boncategoruproduct .swiper-button-next:hover {
     color: #0b9171;
     border: 1px solid #0b9171;
 }
.boncategoruproduct .swiper-button-next::after, .boncategoruproduct .swiper-button-prev::after {
    font-size: 16px;
}
.boncategoruproduct .swiper-button-next {
    right: -6px;
}
.boncategoruproduct .swiper-button-prev {
    left: auto;
    right: 46px;
}
@media screen and (any-hover: hover){
    .boncategoruproduct .img-content .h3:hover:after {
        width: 0;
        left: auto;
        right: 0;
    }
}
/*END text settings*/
@media screen and (min-width: 1881px){
    .boncategoruproduct {
        margin: 30px 0;
    }
    .boncategoruproduct .img-content span {
        left: 50px;
        top: 50px;
    }
    .boncategoruproduct .img-content .h1 {
        font-size: 35px;
        line-height: 43px;
        margin-bottom: 19px;
    }
    .boncategoruproduct .img-content .h2 {
        font-size: 22px;
        line-height: 27px;
        padding-right: 100px;
        margin-bottom: 38px;
    }
    .boncategoruproduct .img-content .h3 {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 5px;
    }
    .boncategoruproduct .products-section-title {
        font-size: 35px;
        line-height: 42px;
        margin: 0 0 20px 0;
    }
}
@media screen and (min-width: 769px) and (max-width: 1880px) {
    .boncategoruproduct .img-content span {
        left: calc(10px + (50 - 10) * ((100vw - 769px) / (1880 - 769)));
        top: calc(10px + (50 - 10) * ((100vw - 769px) / (1880 - 769)));
    }
    .boncategoruproduct .img-content .h1 {
        font-size: calc(14px + (35 - 14) * ((100vw - 769px) / (1880 - 769)));
        line-height: calc(17px + (43 - 17) * ((100vw - 769px) / (1880 - 769)));
        margin-bottom: calc(7px + (19 - 7) * ((100vw - 769px) / (1880 - 769)));
    }
    .boncategoruproduct .img-content .h2:not(h2) {
        font-size: calc(12px + (22 - 12) * ((100vw - 769px) / (1880 - 769)));
        line-height: calc(14px + (27 - 14) * ((100vw - 769px) / (1880 - 769)));
        padding-right: calc(30px + (100 - 30) * ((100vw - 769px) / (1880 - 769)));
        margin-bottom: calc(10px + (38 - 10) * ((100vw - 769px) / (1880 - 769)));
    }
    .boncategoruproduct .img-content .h3 {
        font-size: calc(12px + (20 - 12) * ((100vw - 769px) / (1880 - 769)));
        line-height: calc(14px + (24 - 14) * ((100vw - 769px) / (1880 - 769)));
        padding-bottom: 5px;
    }
}

@media (max-width: 1880px) {
    .boncategoruproduct {
        margin: calc(10px + (30 - 10) * ((100vw - 320px) / (1880 - 320))) 0;
    }
    .boncategoruproduct .products-section-title {
        font-size: calc(20px + (35 - 20) * ((100vw - 320px) / (1880 - 320)));
        line-height: 42px;
        margin: 0 0 20px 0;
    }
}
@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-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 screen and (max-width: 768px) {
    .boncategoruproduct .img-content span {
        left: calc(10px + (50 - 10) * ((100vw - 320px) / (768 - 320)));
        top: calc(10px + (50 - 10) * ((100vw - 320px) / (768 - 320)));
    }
    .boncategoruproduct .img-content .h1 {
        font-size: calc(14px + (35 - 14) * ((100vw - 320px) / (768 - 320)));
        line-height: calc(17px + (43 - 17) * ((100vw - 320px) / (768 - 320)));
        margin-bottom: calc(7px + (19 - 7) * ((100vw - 320px) / (768 - 320)));
    }
    .boncategoruproduct .img-content .h2:not(h2) {
        font-size: calc(12px + (22 - 12) * ((100vw - 320px) / (768 - 320)));
        line-height: calc(14px + (27 - 14) * ((100vw - 320px) / (768 - 320)));
        padding-right: calc(30px + (100 - 30) * ((100vw - 320px) / (768 - 320)));
        margin-bottom: calc(10px + (38 - 10) * ((100vw - 320px) / (768 - 320)));
    }
    .boncategoruproduct .img-content .h3 {
        font-size: calc(12px + (20 - 12) * ((100vw - 320px) / (768 - 320)));
        line-height: calc(14px + (24 - 14) * ((100vw - 320px) / (768 - 320)));
        padding-bottom: 5px;
    }
}
@media (max-width: 576px) {
    .boncategoruproduct .tabs-wrapper .swiper-buttons {
        top: -101px;
        width: 100%;
    }
    .featured-products.featured-products-swiper .swiper-button-prev {
        left: 8px;
        right: auto;
    }
    .boncategoruproduct .tabs {
        padding-right: 0;
    }
    .boncategoruproduct .tabs-wrapper .tabs-items, .boncategoruproduct .products-section-title {
        text-align: center;
    }
    .boncategoruproduct .swiper-button-prev {
        left: 23px;
        right: auto;
    }
    .boncategoruproduct .tabs-wrapper .swiper-buttons {
        top: -112px;
        width: 100%;
    }
    .boncategoruproduct .tabs-wrapper .tabs-items {
        margin-top: 10px;
    }
}
@media screen and (max-width:540px) {
    .boncategoruproduct .boncategoryproduct-swiper, .boncategoruproduct .boncategoryproduct-swiper article {
      width: 100%;
  }
}