.product-tabs-container-slider {
    position: relative;
    margin: 50px 0;
}

.product-tabs-container-slider .pos_title {
    margin-bottom: 30px;
}

.tabs_slider {
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.tabs_slider li {
    display: inline-block;
    margin: 0 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0;
    position: relative;
    text-transform: uppercase;
}

.tabs_slider li.active {
    color: #2fb5d2;
}

.tabs_slider li.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
  
}

.tab_content {
    display: none;
}

.tab_content.active {
    display: block;
}

.productTab-item {
    margin: 0 -15px;
}

.productTab-item .item-product {
    padding: 0 0px;
}

.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.owl-prev, .owl-next {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease;
    opacity: 0;
}

.product-tabs-container-slider:hover .owl-nav button {
    opacity: 1;
}

.owl-prev {
    left: -20px;
}

.owl-next {
    right: -20px;
}

.owl-prev:hover, .owl-next:hover {
    background: #2fb5d2;
    border-color: #2fb5d2;
    color: #fff;
}

.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 50%;
    background: #e5e5e5;
}

.owl-dot.active {
    background: #2fb5d2;
}
