.my-tabs {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 4px solid rgb(233, 234, 237);
    background: #fff;
}
.tabs-product.col-sm-12 {
	clear: both;
}
@media (max-width: 992px) {
	.my-tabs.nav-tabs > li {margin-bottom:3px;}
	.my-tabs {border-bottom:0px;}
}
@media (max-width: 768px) {
	.tabs-product .my-tabs.nav-tabs > li {
		width: 100%;
	}
	.tabs_nav_prev, .tabs_nav_next {
		display: none;
	}
}
.my-tabs.nav-tabs > li {
	float:none;
	display:inline-block;
	text-align:center;
	
}
.my-tabs.nav-tabs > li > a {
	margin-right: 0px;
	line-height: 1.42857143;
	border:0px;
	border-radius:0px;
	font-weight: 600;
    font-size: 18px;
    color: #282828;
	padding: 9px 30px 9px 30px;
	text-decoration: none;
}
@media only screen and (max-width: 767px) {
    .my-tabs {
       
        width: 100%;
      
        overflow: auto;
        padding-bottom: 0px;
    }
   .my-tabs.nav-tabs > li > a {	padding: 9px 20px 9px 20px;
    height: 35px;
    font-size: 14px;
    white-space: nowrap;}
}
.my-tabs.nav > li > a > sup {display: none;}
.my-tabs.nav > li > a:focus, .my-tabs.nav > li > a:hover {
	background-color: transparent;
	color: #3e77aa;
	border:0px;
}
.my-tabs > li.active a {color: #3e77aa;}
.my-tabs > li.active a:after {
    content: "";
    height: 4px;
    position: absolute;
    bottom: -3px;
    background: #3e77aa;
    width: 100%;
    left: 0;
}



/*END PRO CAT TAB*/
.tab-content #tab-description img {
  max-width: 100%;
}
.tab-content .product-thumb .image-carousel .owl-buttons .owl-prev{
	left:-20% !important;
    transition: all 0.4s ease-out 0s;
}
.tab-content .product-thumb:hover .image-carousel .owl-buttons .owl-prev{
	left:0px !important;
}
.tab-content .product-thumb .image-carousel .owl-buttons .owl-next{
	right:-10% !important;
    transition: all 0.4s ease-out 0s;
}
.tab-content .product-thumb:hover .image-carousel .owl-buttons .owl-next{
	right:24px !important;
}
.tab-pane {padding-bottom:3px;}
.tab-pane.active {
	max-width:100%;
}
.tab-pane.active iframe{
	max-width:100%;
}