@media (min-width: 768px) {
	.container-tab {
		max-width: 750px;
		margin: 0 auto;
	}
}
@media (min-width: 992px) and (max-width: 1500px){
	.container-tab {
		max-width: 100%;
	}
	header .tabs__header .container-tab {
		width: calc(100% - 30px);
	}
}
@media (min-width: 1500px){
	.container-tab {
		max-width: 1450px;
	}
}
.tab-white-bg {
	background:#fff;
	padding: 15px 20px 5px 20px;
	border-radius: 10px 10px 0px 0px;
	border: 1px solid #EAEDF7;
}
.tab-white-bg .my-tabs {
	width: 100%;
}
.container-module .tabs {
	padding-top: 15px;
	padding-bottom: 15px;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: none;
}
.tabs__header__scroll {
	position: relative;
}
.tabs__header__scroll {
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width:none;
	-ms-overflow-style: none;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 10px;
	border-radius:8px;
}
.tabs__header__scroll::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}
@media (max-width: 992px) {
	.tabs__header__scroll {
		overflow:auto;
		overflow-y:hidden;
	}
	.tabs__header{overflow: hidden;}
}

.tabs__header .my-tabs {
	margin-bottom: 0px;
	text-align: left;
	white-space:nowrap;
	position: relative;
	margin-top: 0px;
	transition: .3s;
}
.tabs__active_line {
	height: 44px;
	display: block !important;
	position: absolute !important;
	bottom: 4px;
	transition: .3s;
}
.tabs__header .my-tabs.nav-tabs > li.active > a:focus, .tabs__header .my-tabs > li.active a {
	box-shadow: none;
	background:transparent;
	border:0px;
	color:#000;
}
.my-tabs {
	text-align: left;
	border-bottom: 0px;
	border-radius: 0;
	display: inline-block;
	padding: 0;
	white-space: nowrap;
	border-bottom: 1px solid #E2DFDA;
	width: 100%;
}


@media (min-width: 768px) {
	.tabs-product .tab-content .tab-pane {
		padding: 0;
		border-radius: 0;
	}

}
.prod_cat_tab_content .tab-pane{
	border: 0px;
	padding:0px;
}
.tabs-product.col-sm-12 {
	clear: both;
	background: #F8F8F8;
	padding: 56px;
}
.cbp {
	margin-top:10px;
	margin-bottom: 10px;
}
.tabs__header .container{
		padding: 0;
		background: transparent;
	}
@media (max-width: 768px) {
	.cbp.xs-bt-1 {border-top:1px solid #EAEDF7;}
	.ft_tabs_mob .tabs-product .tab-content .tab-pane {border:0px;}
}
@media (max-width: 768px) {
	/*.ft_tabs_mob header {
		padding-top: 100px;
	}*/


	.ft_tabs_mob .tabs__header.ft__mobile {
		/*position: fixed;*/
		left:0px;
		right:0px;
		margin-top: 0px;
		margin-bottom: 0px;
		z-index: 500;
	}
	.ft_tabs_mob .tabs__header {
		background: #F7F8FB;
		padding: 0;
	}
	.ft_tabs_mob .tabs__header.ft__mobile .tabs__header__scroll {
		border-radius:0px;
		padding-bottom: 0;
	}
	.ft_tabs_mob.tabs-bottom .tabs-product .tabs__header.ft__mobile .tabs__header__scroll {
		background: #fff;
	}
	.my-tabs.nav-tabs > li {
		margin-right: 0;
	}
	.ft_tabs_mob .tabs__header.ft__mobile .my-tabs {
		padding: 20px 14px;
		border-radius: 0px;
		min-width: 100%;
		display: flex;
		justify-content: space-between;
		gap: 10px
	}
	.ft_tabs_mob #fm-fixed-mobile.topmm-fix {
		box-shadow: none;
	}
	.cbp.xs-mt-0 {margin-top: 0px;}

}

.container-module .tabs__header {
	padding-top:15px;
	margin-bottom: 5px;
}
.tabs-product .tabs__header {
	margin-top: 0;
	margin-bottom: 30px;
}
@media (max-width: 768px) {
	.my-tabs.nav-tabs > li {margin-bottom:3px;}
	.my-tabs {border-bottom:0px;}
}
@media (max-width: 768px) {
	.tabs_nav_prev, .tabs_nav_next {display: none;}
	.ft_tabs_mob .tabs-product.col-sm-12 {padding-left: 0px; padding-right: 0px;}
}
.my-tabs.nav-tabs > li {
	float:none;
	display:inline-block;
	text-align:center;
	margin-bottom: 0px;
	margin-right: 32px;
	border: none !important;
}
.my-tabs.nav-tabs > li > a {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 14px; /* 100% */
	letter-spacing: -0.14px;
	text-transform: uppercase;
	padding: 0;
	padding-bottom: 20px;
	border: none !important;
	background: transparent !important;
}
.my-tabs.nav-tabs > li.active > a {
	border-bottom: 1px solid #000 !important;
	color: #000 !important;
}



/*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%;
}

header .tabs__header {
	position:absolute;
	left: 0;
	right: 0;
	background:#F7F8FB;
	box-shadow: 0px 8px 11px -7px rgba(0, 0, 0, 0.13);
}
header .tabs__header__scroll {
	padding-bottom: 0;
}
.title-tab {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
}
.tab-content.show-all-tabs .tab-pane {
	display: block;
}
.tab-content.show-all-tabs .tab-pane ~ .tab-pane {
	margin-top: 30px;
}
header .tabs__header .container {
	padding: 0px 10px;
}
.vw-100 header .tabs__header {
	display: none;
}

@media (max-width: 768px) {
	.ft_tabs_mob .tabs__header.ft__mobile .my-tabs:before,
	.ft_tabs_mob .tabs__header.ft__mobile .my-tabs:after {
		display: none;
	}
	.tabs-product.col-sm-12 {
		width: 100%;
		padding: 0 !important;
	}
	.my-tabs.nav-tabs > li {
		margin-right: 0;
	}
	.ft_tabs_mob .tabs-product .tab-content .tab-pane {
		padding: 0 14px;
	}
	.tab-pane div.short-attribute .attr-name {
		width: 50%;
	}
}