
.wd-tabs:not(.wd-inited) .wd-nav-tabs[class*="wd-style-underline"]>li:first-child>a .nav-link-text:after {
	width: 100%;
}

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

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

.wd-tabs .tabs-name .img-wrapper {
	display: inline-block;
	margin-right: 10px;
}

.wd-nav-tabs {
	align-items: center;
	--nav-gap: .001px;
}

.wd-nav-tabs>li>a {
	padding: 10px 0;
	vertical-align: bottom;
	font-weight: var(--wd-title-font-weight);
	font-style: var(--wd-title-font-style);
	font-size: 16px;
	font-family: var(--wd-title-font);
	line-height: 1;
}

.wd-nav-tabs>li:not(:last-child) {
	margin-inline-end: 30px;
}

.wd-tabs-header, .wd-tabs-desc, .wd-nav-tabs-wrapper {
	margin-bottom: 10px;
}

.wd-tabs.tabs-design-simple .wd-tabs-header {
	display: flex;
	align-items: flex-end;
	margin-bottom: 20px;
	border-bottom: 2px solid var(--brdcolor-gray-300);
}

.wd-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-tabs.tabs-design-simple .tabs-name>span {
	vertical-align: bottom;
}

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

.wd-tabs.tabs-design-simple .wd-nav-tabs-wrapper {
	margin-bottom: 0;
}

.wd-tabs.tabs-design-simple .wd-nav-tabs li a {
	min-height: 42px;
	font-size: 14px;
}

.wd-tabs:not(.wd-inited) .wd-nav-tabs>li:first-child>a {
	color: var(--nav-color-active);
}

.color-scheme-light .wd-nav-tabs.wd-style-default {
	--nav-color-hover: var(--wd-primary-color);
	--nav-color-active: var(--wd-primary-color);
}

.wd-nav-tabs[class*="wd-style-underline"] {
	--nav-color: rgba(51, 51, 51, .7);
	--nav-color-hover: #333;
	--nav-color-active: #333;
}

.color-scheme-light .wd-nav-tabs[class*="wd-style-underline"] {
	--nav-color: rgba(255, 255, 255, .7);
	--nav-color-hover: #fff;
	--nav-color-active: #fff;
}

.wd-nav-tabs .img-wrapper {
	min-width: max-content;
}

.wd-nav-tabs.wd-icon-pos-top {
	align-items: flex-end;
}

.wd-nav-tabs.wd-icon-pos-top a {
	flex-direction: column;
}

.wd-nav-tabs.wd-icon-pos-top .img-wrapper {
	margin-bottom: 10px;
}

.wd-nav-tabs.wd-icon-pos-left a {
	flex-direction: row;
}

.wd-nav-tabs.wd-icon-pos-left .img-wrapper {
	margin-right: 10px;
}

.wd-nav-tabs.wd-icon-pos-right a {
	flex-direction: row-reverse;
}

.wd-nav-tabs.wd-icon-pos-right .img-wrapper {
	margin-left: 10px;
}

.wd-wpb.wd-tabs:not(.wd-products-tabs) .wd-nav-tabs>li>a {
	font-weight: inherit;
	font-size: inherit;
	font-family: inherit;
}

.wd-tabs.wd-fontsize-custom .wd-nav-tabs>li>a {
	line-height: inherit;
}

.wd-tabs:not(.wd-inited) .wd-tab-content:first-child {
	display: block;
	opacity: 1;
	transform: none;
}

.wd-tabs .wd-tab-content {
	display: none;
	opacity: 0;
	transition: all .3s ease;
	transform: translateY(30px);
}

.wd-tabs .wd-tab-content.wd-active {
	display: block;
}

.wd-tabs .wd-tab-content.wd-in {
	opacity: 1;
	transform: none;
}

@media (min-width: 1025px) {
	.wd-tabs.tabs-design-aside {
		position: relative;
		display: flex;
		--wd-side-width: 300px;
	}
	
	.wd-tabs.tabs-design-aside .wd-tabs-header {
		position: static;
		flex: 1 0 var(--wd-side-width);
		padding-inline-end: 15px;
		text-align: left;
	}
	
	.wd-tabs.tabs-design-aside :is(.wd-tabs-header, .wd-nav-tabs-wrapper) {
		margin-bottom: 0;
	}
	
	.wd-tabs.tabs-design-aside .wd-nav-tabs {
		display: block;
	}
	
	.wd-tabs.tabs-design-aside .wd-nav-tabs>li {
		margin-inline-end: 0;
		cursor: pointer;
	}
	
	.wd-tabs.tabs-design-aside .wd-nav-tabs>li>a {
		display: inline-flex;
	}
	
	.wd-tabs.tabs-design-aside .wd-tab-content-wrapper {
		max-width: calc(100% - var(--wd-side-width));
		width: 100%;
	}
	
	.wd-tabs.tabs-design-alt .wd-tabs-header {
		display: flex;
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

@media (max-width: 1024px) {
	.wd-tabs .wd-tabs-header .svg-icon {
		width: 25px !important;
		height: 25px !important;
	}
	
	.wd-tabs .wd-tabs-header .img-wrapper img {
		max-height: 25px;
		width: auto;
	}
	
	.wd-nav-tabs {
		flex-wrap: nowrap;
		white-space: nowrap;
	}
	
	.wd-nav-tabs-wrapper {
		overflow-x: auto;
		-webkit-mask-image: linear-gradient(to left, transparent 5px, #000 40px);
		mask-image: linear-gradient(to left, transparent 5px, #000 40px);
	}
	
	.wd-tabs.tabs-design-simple .wd-tabs-header {
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: 10px;
		border-bottom: none;
	}
	
	.wd-tabs.tabs-design-simple .tabs-name {
		margin-right: 0;
	}
	
	.wd-tabs.tabs-design-simple .wd-nav-tabs-wrapper {
		flex: 1 1 auto;
		padding-top: 10px;
		max-width: 100%;
		width: 100%;
		border-top: 2px solid var(--brdcolor-gray-300);
	}
}
