.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;
	background: #fff;
	border-radius: 8px;
	box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.04);
	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;
}
.my-tabs {
	text-align:left;
	border-bottom:0px;
	background: #F8F9FA;
	border-radius: 8px;
	display: inline-block;
	padding: 4px;
	white-space: nowrap;
}

.tabs-product .tab-content .tab-pane {
	border-radius: 8px;
	border: 1px solid #E6E7EA;
	padding:15px;
	background:#fff;
}
@media (min-width: 768px) {
	.tabs-product .tab-content .tab-pane {
		padding:30px;
	}

}
.prod_cat_tab_content .tab-pane{
	border: 0px;
	padding:0px;
}
.tabs-product.col-sm-12 {
	clear: both;
}
.cbp {
	margin-top:10px;
	margin-bottom: 10px;
}

.tab-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
}

.tab-title {
	font-size: 18px;
	font-weight: 700;
}

.stock-list {
	display: flex;
	flex-direction: column;
}

.stock-item {
	padding: 18px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.stock-item:first-child {
	padding-top: 0;
}

.stock-item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.stock-info {
	display: flex;
	align-items: flex-start;
	gap: 50px;
	margin-bottom: 14px;
}

.stock-row {
	display: flex;
	align-items: center;
	gap: 14px;
}

.stock-name {
	font-weight: 600;
	margin-bottom: 2px;
}

.stock-text {
	color: #848890;
	font-size: 13px;
}

.stock-wrapper {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
	column-gap: 20px;
}

.stock-quantity {
	display: flex;
	align-items: center;
	gap: 7px;
}

.stock-quantity-number {
	border-radius: 8px;
	background: #F7F5FC;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 5px 8px;
	font-weight: 600;
	min-width: max-content;
	width: max-content;
}

#tab-stock #city-filter {
	color: #8672D2;
    text-decoration: underline;
    border: none;
	outline: none;
	box-shadow: none;
	cursor: pointer;
	 /* -webkit-appearance: none; */
    /* -moz-appearance: none; */
    /* appearance: none; */
}

#tab-stock #city-filter:focus,
#tab-stock #city-filter:active,
#tab-stock #city-filter:focus-visible {
  border: none;
  outline: none;
  box-shadow: none;
}

@media (max-width: 768px) {
	.ft_tabs_mob header.pt {
		padding-top: 108px;
	}
	.ft_tabs_mob .tabs-product.col-sm-12 {padding-left: 0px;padding-right: 0px;}
/*	.ft_tabs_mob .tabs-product .tab-content .tab-pane {border:0px;}*/
	.ft_tabs_mob .tabs-product .tabs__header.ft__mobile {
		position: fixed;
		left:0px;
		right:0px;
		margin-top: 0px;
		margin-bottom: 0px;
		z-index: 500;
	}
	.ft_tabs_mob.tabs-top .tabs-product .tabs__header.ft__mobile {
		top: 64px;
	}
	.ft_tabs_mob.tabs-top .tabs-product .tabs__header.ft__mobile .my-tabs {
		box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.2);
	}
	.ft_tabs_mob.tabs-bottom .tabs-product .tabs__header.ft__mobile {
		bottom:52px;
		box-shadow: 0px -2px 9px -5px rgba(0, 0, 0, 0.2);
	}
	.ft_tabs_mob .tabs-product .tabs__header.ft__mobile .tabs__header__scroll {
		border-radius:0px;

	}
	.ft_tabs_mob.tabs-bottom .tabs-product .tabs__header.ft__mobile .tabs__header__scroll {
		background: #fff;
	}
	.ft_tabs_mob .tabs-product .tabs__header.ft__mobile .tabs__active_line {
		height: 36px;
	}
	.ft_tabs_mob .tabs-product .tabs__header.ft__mobile .my-tabs {
		padding: 4px 10px;
		border-radius: 0px;
		min-width: 100%
	}
	.ft_tabs_mob #fm-fixed-mobile.topmm-fix {
		box-shadow: none;
	}

	.ft_tabs_mob .tabs-product .tabs__header.ft__mobile .my-tabs.nav-tabs > li > a {
		padding: 8px 20px;
	}

	.cbp.xs-mt-0 {margin-top: 0px;}
	.cbp.xs-bt-1 {border-top:1px solid #F8F9FA;}

	.tab-title {
		font-size: 16px;
	}
}

.container-module .tabs__header {
	padding-top:15px;
	margin-bottom: 5px;
}
.tabs-product .tabs__header {
	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;
	}
}
@media (max-width: 500px) {
	.stock-info {
		flex-direction: column;
		gap: 12px;
		margin-bottom: 22px;
	}

	.tab-header {
		justify-content: space-between;
	}
}
.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:12px 25px;
	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);
}



/*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%;
}