/*PRO CAT TAB*/
.container-module .tabs {
	clear:both;
	overflow:hidden;
}
.tab-content.prod_cat_tab_content {
	min-height:300px;
}
.my-tabs {
	text-align:center;
	border-bottom:1px solid #e7e7e7;
	margin-top:10px;
	margin-bottom:15px;
}
@media (max-width: 992px) {
.my-tabs.nav-tabs > li {margin-bottom:3px;}	
.my-tabs {border-bottom:0px;}
}
.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;
	color:#333;
	padding:4px 10px;	
	font-size:16px;
	border-bottom:1px solid transparent;
}

.my-tabs.nav-tabs > li.active > a, .my-tabs.nav-tabs > li.active > a:focus, .my-tabs.nav-tabs > li.active > a:hover {
	color: #ff671f;
	background-color: transparent;
	border:0px;
	border-bottom:1px solid #ff671f;
	padding:4px 10px;
}
.my-tabs.nav > li > a:focus, .my-tabs.nav > li > a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #ff671f;
	border-bottom:1px solid #ff671f;
}
.my-tabs>li a:hover,
.my-tabs>li.active a {
 border-bottom:1px solid #ff671f;
 color:#ff671f
}
.my-tabs>li a:hover:after,
.my-tabs>li a:hover:before,
.my-tabs>li.active a:after,
.my-tabs>li.active a:before {
 position:absolute;
 top:100%;
 left:50%;
 width:0;
 height:0;
 border:solid transparent;
 content:'';
 pointer-events:none
}
.my-tabs>li a:hover:before,
.my-tabs>li.active a:before {
 margin-left:-7px;
 border-width:7px;
 border-top-color:#ff671f
}
.my-tabs>li a:hover:after,
.my-tabs>li.active a:after {
 margin-left:-5px;
 border-width:5px;
 border-top-color:transparent;
}
/*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%;
}