.container-module .tabs {
	padding-top: 15px;
	padding-bottom: 15px;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: none;
}
.container-tab {
	position: relative;
}
.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.active-tab-sticky .tabs__header__scroll {
	padding-bottom: 0;
}
.tabs__header.active-tab-sticky {
	position: sticky;
	top: 0px;
	z-index: 10;
}
.tabs__header.active-tab-sticky::before {
	content: '';
	position: absolute;
	left: -10px;
	right: -10px;
	background: #F8F9FA;
	height: 44px;
	width: calc(100% +20px);
	top: 0px;
	box-shadow: 0px 9px 10px -8px rgba(0,0,0,0.15);
}
@media (min-width: 768px) {
	.tabs__header.active-tab-sticky::before {
		height: 52px;
		width: 300%;
		left: -100%;
		right: -100%;
	}
}

.tab-content.show-all-tabs .tab-pane {
	display: block;
}
.tab-content.show-all-tabs .tab-pane:not(:last-child) {
	margin-bottom: 20px;
}
.tabs__header .my-tabs {
	margin-bottom: 0px;
	text-align: left;
	white-space:nowrap;
	position: relative;
	margin-top: 0px;
	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;
}
.my-tabs {
	text-align:left;
	border-bottom:0px;
	background: #F8F9FA;
	border-radius: 10px;
	display: block;
	padding: 4px;
	white-space: nowrap;
}
.tabs-product .tab-content .tab-pane {
	border-radius: 10px;
	border: 1px solid #E9ECEF;
	padding:15px;
	background:#fff;
}
.prod_cat_tab_content .tab-pane{
	border: 0px;
	padding:0px;
}
.tabs-product.col-sm-12 {
	clear: both;
}
.cbp {
	margin-bottom: 10px;
}
.container-module .tabs__header {
	padding-top:15px;
	margin-bottom: 5px;
}
.tabs-product .tabs__header {
	margin-top:10px;
	margin-bottom:10px;
}
@media (max-width: 992px) {
	.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;
	}
}
.my-tabs.nav-tabs > li {
	float:none;
	display:inline-block;
	text-align:center;
	margin-bottom: 0px;
}
.my-tabs.nav-tabs > li > a {
	margin-right: 0px;
	line-height: 1.42857143;
	border:0px;
	border-radius:8px;
	color:#000;
	padding:8px 12px;
	font-size:14px;
	text-decoration: none;
}

.tabs .my-tabs.nav-tabs > li.active > a:focus,
.tabs .my-tabs.nav-tabs > li.active > a:hover {
	color: #000;
	border:0px;
}
.tabs .my-tabs.nav > li > a:focus, .my-tabs.nav > li > a:hover {
	background-color: transparent;
	color: #000;
	border:0px;
}
.tabs .my-tabs.nav-tabs > li.active > a:hover,
.tabs .my-tabs.nav-tabs > li.active > a:focus,
.tabs .my-tabs > li.active a {
 	border:0px;
 	color:#000000;
 	background: #ffffff;
 	box-shadow: 9px 8px 10px rgba(0,0,0,0.067);
}
.active.before-load {
	background: #fff;
	border-radius: 8px;
	box-shadow: 9px 8px 10px rgba(0,0,0,0.067);
}
.tabs__active_line {
	height: 36px;
	display: block !important;
	background: #fff;
	border-radius: 8px;
	box-shadow: 9px 8px 10px rgba(0,0,0,0.067);
	position: absolute !important;
	bottom: 4px;
	transition: .3s;
}
@media (min-width: 768px) {
	.tabs-product .tab-content .tab-pane {
		padding:30px;
	}
	.my-tabs.nav-tabs > li > a {
		padding:12px 25px;
	}
	.tabs__active_line {
		height: 44px;
	}
}

.tab-content #tab-description img {
  max-width: 100%;
}
.tab-pane {padding-bottom:3px;}
.tab-pane.active {
	max-width:100%;
}
.tab-pane.active iframe{
	max-width:100%;
}