
.wd-products-tabs .products-tabs-title {
	list-style: none;
	--li-pl: 0;
	--list-mb: 0;
	--li-mb: 0;
	margin-right: -15px;
	margin-left: -15px;
	color: var(--wd-title-color);
	font-weight: var(--wd-title-font-weight);
	font-style: var(--wd-title-font-style);
	font-family: var(--wd-title-font);
}

.wd-products-tabs.tabs-design-default .products-tabs-title .tab-label, .wd-products-tabs.tabs-design-alt .products-tabs-title .tab-label {
	line-height: 1.2;
	position: relative;
	display: inline-block;
	padding-top: 1px;
	padding-bottom: 1px;
}

.wd-products-tabs.tabs-design-default .products-tabs-title .tab-label:after, .wd-products-tabs.tabs-design-alt .products-tabs-title .tab-label:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	height: 2px;
	transition: width .4s cubic-bezier(.175, .885, .32, 1.15);
	background-color: var(--wd-primary-color);
}

.wd-products-tabs.tabs-design-default .products-tabs-title li:hover .tab-label:after, .wd-products-tabs.tabs-design-default .products-tabs-title li.active-tab-title .tab-label:after, .wd-products-tabs.tabs-design-alt .products-tabs-title li:hover .tab-label:after, .wd-products-tabs.tabs-design-alt .products-tabs-title li.active-tab-title .tab-label:after {
	width: 100%;
}

.wd-products-tabs .tabs-navigation-wrapper {
	position: relative;
}

.wd-products-tabs .wd-tabs-header {
	position: relative;
}

.wd-products-tabs .open-title-menu {
	display: none;
}

.wd-products-tabs .tabs-name {
	text-transform: uppercase;
	font-size: 22px;
}

.wd-products-tabs .tabs-name>span {
	vertical-align: middle;
}

.wd-products-tabs .tabs-name .img-wrapper {
	margin-right: 10px;
}

.wd-products-tabs .img-wrapper {
	display: inline-block;
}

.wd-products-tabs .products-tabs-title li {
	display: inline-flex;
	align-items: center;
	flex-direction: column;
	padding: 10px 15px;
	color: inherit;
	vertical-align: bottom;
	text-transform: uppercase;
	font-weight: inherit;
	font-size: 16px;
	line-height: 1.4;
	opacity: .7;
	cursor: pointer;
	transition: opacity .25s ease, color .25s ease;
}

.wd-products-tabs .products-tabs-title li:hover, .wd-products-tabs .products-tabs-title li.active-tab-title {
	opacity: 1;
}

.wd-products-tabs .products-tabs-title .tab-label {
	position: relative;
}

.wd-products-tabs .wd-tab-content {
	visibility: visible;
	opacity: 1;
	transition: transform .25s ease, opacity .25s ease, visibility 0s ease;
	transform: none;
}

.wd-products-tabs .wd-tab-content.loading {
	visibility: hidden;
	opacity: 0;
	transition: transform .25s ease, opacity .25s ease, visibility 0s ease .3s;
	transform: translateY(30px);
	pointer-events: none;
}

.wd-products-tabs.tabs-design-default .wd-tab-content.loading .wrap-loading-arrow, .wd-products-tabs.tabs-design-alt .wd-tab-content.loading .wrap-loading-arrow {
	display: none;
}

.wd-products-tabs.tabs-design-default .wd-tabs-header {
	margin-bottom: 15px;
}

.wd-products-tabs.tabs-design-default .tabs-name {
	margin-bottom: 10px;
}

.wd-products-tabs.tabs-design-default .products-tabs-title .img-wrapper {
	margin-bottom: 10px;
}

.wd-products-tabs.tabs-design-alt .wd-tabs-header {
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
}

.wd-products-tabs.tabs-design-alt .tabs-name, .wd-products-tabs.tabs-design-alt .tabs-navigation-wrapper {
	margin-bottom: 10px;
}

.wd-products-tabs.tabs-design-alt .products-tabs-title li {
	align-items: center;
	flex-direction: row;
	vertical-align: middle;
}

.wd-products-tabs.tabs-design-alt .products-tabs-title .img-wrapper {
	margin-right: 10px;
}

.wd-products-tabs.tabs-design-simple .wd-tabs-header {
	display: flex;
	align-items: flex-end;
	flex-direction: row;
	margin-bottom: 20px;
	border-bottom: 2px solid #eaeaea;
}

.wd-products-tabs.tabs-design-simple .tabs-name {
	position: relative;
	z-index: 1;
	margin-bottom: -2px;
	margin-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid var(--wd-primary-color);
	vertical-align: middle;
}

.wd-products-tabs.tabs-design-simple .tabs-name>span {
	vertical-align: bottom;
}

.wd-products-tabs.tabs-design-simple .tabs-name .img-wrapper {
	margin-left: 4px;
}

.wd-products-tabs.tabs-design-simple .products-tabs-title li {
	align-items: flex-end;
	flex-direction: row;
	font-size: 14px;
}

.wd-products-tabs.tabs-design-simple .products-tabs-title li.active-tab-title {
	color: var(--wd-primary-color);
}

.wd-products-tabs.tabs-design-simple .products-tabs-title .img-wrapper {
	margin-right: 10px;
}

.wd-products-tabs.tabs-design-simple .owl-nav, .wd-products-tabs.tabs-design-simple .wrap-loading-arrow {
	position: absolute;
	top: -62px;
	animation: wd-fadeIn .5s ease both .3s;
}

.wd-products-tabs.tabs-design-simple .owl-nav>div, .wd-products-tabs.tabs-design-simple .wrap-loading-arrow>div {
	position: static;
	visibility: visible;
	margin-top: 0;
	width: 30px;
	height: 40px;
	opacity: 1;
	transform: none;
	pointer-events: visible;
}

.wd-products-tabs.tabs-design-simple .owl-nav>div:after, .wd-products-tabs.tabs-design-simple .wrap-loading-arrow>div:after {
	font-weight: 700;
	font-size: 14px;
}

.wd-products-tabs.tabs-design-simple .owl-nav>div[class*="prev"], .wd-products-tabs.tabs-design-simple .owl-nav>div[class*="next"], .wd-products-tabs.tabs-design-simple .wrap-loading-arrow>div[class*="prev"], .wd-products-tabs.tabs-design-simple .wrap-loading-arrow>div[class*="next"] {
	margin: 0;
	padding: 0;
}

.wd-products-tabs.tabs-design-simple .wrap-loading-arrow {
	right: -10px;
}

.wd-products-tabs.tabs-design-simple .owl-nav {
	right: 0;
}

.wd-products-tabs.tabs-design-simple .wd-carousel-spacing-30 .owl-nav {
	right: 5px;
}

.wd-products-tabs.tabs-design-simple .owl-loaded:after, .wd-products-tabs.tabs-design-simple .owl-loaded:before {
	content: none;
}

.wd-products-tabs.tabs-design-simple .wd-products-loader .wd-loader {
	position: absolute;
	top: 30px;
}

.wd-products-tabs.tabs-design-simple .wd-tab-content.loading .owl-nav, .wd-products-tabs.tabs-design-simple .wd-tab-content.loading .wrap-loading-arrow {
	display: none;
}

.wd-products-tabs.element-loading .wd-tab-content .wd-products-loader {
	display: none !important;
}

[class*="color-scheme-light"] .wd-products-tabs .products-tabs-title li {
	color: #fff;
}

[class*="color-scheme-light"] .wd-products-tabs.tabs-design-simple .wd-tabs-header {
	border-color: rgba(255, 255, 255, .15);
}

.wd-tabs-loader {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	visibility: hidden;
	margin-top: 50px;
	text-align: center;
	opacity: 0;
	pointer-events: none;
}

.browser-Safari .wd-tabs-loader {
	visibility: visible;
}

.element-loading .wd-tabs-loader {
	visibility: visible;
	opacity: 1;
	transition: opacity .3s ease, visibility .3s ease;
}

.element-loading .wd-tabs-loader .wd-loader:after {
	animation: wd-rotate 450ms infinite linear;
}

@media (max-width: 1024px) {
	.wd-products-tabs.tabs-design-simple .owl-nav>div, .wd-products-tabs.tabs-design-simple .wrap-loading-arrow>div {
		justify-content: center;
	}
}

@media (max-width: 768px) {
	.wd-products-tabs .tabs-name .svg-icon {
		width: 25px !important;
		height: 25px !important;
	}
	
	.wd-products-tabs .tabs-name .img-wrapper img {
		max-height: 25px;
		width: auto;
	}
	
	.wd-products-tabs .tabs-navigation-wrapper {
		overflow: hidden;
	}
	
	.wd-products-tabs .tabs-navigation-wrapper .svg-icon {
		width: 25px !important;
		height: 25px !important;
	}
	
	.wd-products-tabs .tabs-navigation-wrapper .img-wrapper img {
		max-height: 25px;
		width: auto;
	}
	
	.wd-products-tabs .products-tabs-title {
		overflow-y: auto;
		margin-right: -10px;
		margin-left: -10px;
		white-space: nowrap;
		mask-image: linear-gradient(to left, transparent 5px, #000 40px);
		-webkit-mask-image: linear-gradient(to left, transparent 5px, #000 40px);
	}
	
	.wd-products-tabs .products-tabs-title::-webkit-scrollbar {
		display: none;
	}
	
	.wd-products-tabs .products-tabs-title li {
		padding-right: 10px;
		padding-left: 10px;
		font-size: 14px;
	}
	
	.wd-products-tabs.tabs-design-alt .tabs-name, .wd-products-tabs.tabs-design-alt .tabs-navigation-wrapper {
		flex: 1 1 100%;
		max-width: 100%;
		width: 100%;
	}
	
	.wd-products-tabs.tabs-design-simple .wd-tabs-header {
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: 10px;
		border-bottom: none;
	}
	
	.wd-products-tabs.tabs-design-simple .tabs-name {
		margin-right: 0;
	}
	
	.wd-products-tabs.tabs-design-simple .tabs-navigation-wrapper {
		flex: 1 1 auto;
		padding-top: 10px;
		max-width: 100%;
		width: 100%;
		border-top: 2px solid #eaeaea;
	}
	
	.wd-products-tabs.tabs-design-simple .owl-nav, .wd-products-tabs.tabs-design-simple .wrap-loading-arrow {
		top: -103px;
	}
	
	.wd-products-tabs.tabs-design-simple .owl-carousel .owl-nav {
		right: -5px;
	}
	
	[class*="color-scheme-light"] .wd-products-tabs.tabs-design-simple .tabs-navigation-wrapper {
		border-color: rgba(255, 255, 255, .15);
	}
}
