.tvcmstab-title-product .tvtab-product-all-box{
    margin: 0 0 0 -7.5px;
}

.tvall-product-branner {
    padding: 0 7.5px;
}
@media (min-width: 1661px){
    .tvall-product-branner .tvbanner-hover-wrapper {
        padding: 0;
    }
}
.tvtab-product {
     overflow: hidden;
}
.tvtab-product {
    position: relative;
}
.tvtab-title-wrapper{
    overflow: hidden;
    position: relative;
    margin: 40px 0 40px;
    text-align: center;
}
.tvtab-product .tvtab-title-wrapper .tvtabs-products{
    margin-bottom: 0;
}
.tvtab-product .tvtab-title-wrapper .tvtabs-products{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-bottom: 30px;
}
ul {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
}
.tvtab-title-wrapper .tvtabs-products li:hover, .tvtab-title-wrapper .tvtabs-products li.active{
    border: 1px solid #eeeeee;
    background-color: #ffffff;
}
.tvtab-title-wrapper .tvtabs-products li{
    position: relative;
    padding: 9px 14px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    border: 1px solid transparent;
    margin: 0 8px;
}
.tvtab-title-wrapper .tvtabs-products li{
    padding: 5px 15px;
    cursor: pointer;
}

.tvbanner-hover-wrapper img{
    border-radius: 3px;
    width: 100%;
}
.tvimage-true{
    padding: 0px;
}
.tvtab-product-list-wrapper{
    margin: 0 -7.5px 0 0;
}
.owl-carousel{
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled, .post_thumbnail .owl-nav.disabled{
    display: none;
}
.owl-theme .owl-nav{
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-carousel.owl-hidden{
    opacity: 0;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded{
    display: block;
}
.tvcmsprev-btn{
    height: 35px;
    width: 35px;
    border: 1px solid #eeeeee;
    border-radius: 50%;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    right: 45px;
    background-color: #f7f7f7;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    transform: none;
}
.tvcmsprev-btn{
    position: absolute;
    right: 35px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: transparent;
    background-color: transparent;
    height: 30px;
    width: 30px;
    text-align: center;
    z-index: 2;
    cursor: pointer;
}
.tvcmsnext-btn{
    height: 35px;
    width: 35px;
    border: 1px solid #eeeeee;
    border-radius: 50%;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    right: 0;
    background-color: #f7f7f7;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    transform: none;
}
.tvcmsnext-btn{
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: transparent;
    background-color: transparent;
    height: 30px;
    width: 30px;
    text-align: center;
    z-index: 2;
    cursor: pointer;
}
/*.tvtab-product-wrapper .owl-carousel .owl-item{
    float: none;
} */