.woostify-component-tabs {
	position: relative;
}

.woostify-component-tabs:after {
	position: absolute;
	height: 1px;
	background: #d6d6d6;
	width: calc(100% + 24px);
	left: -12px;
	right: -12px;
	bottom: 0;
	z-index: 1;
}

.woostify-component-tabs ul {
	display: flex;
	position: relative;
	z-index: 2;
}

.woostify-component-tabs ul li {
	flex: 1 1 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 600;
	height: 42px;
	margin: 0;
	padding: 0 10px;
	cursor: pointer;
	border: 1px solid #d6d6d6;
	box-sizing: border-box;
	color: #555;
	background: #e7e7e7;
}

.woostify-component-tabs ul li:not(:first-child) {
	margin-left: 7px;
}

.woostify-component-tabs ul li.active {
	position: relative;
	color: #3c4248;
	background: transparent;
	border-bottom-color: #f0f0f1;
}

.woostify-component-tabs ul li.active:before {
	position: absolute;
	content: '';
	top: -1px;
	left: -1px;
	right: -1px;
	height: 2px;
	background: #2271b1;
}

.woostify-component-tabs ul li.disabled-btn {
	opacity: 0;
}

.customize-control.customize-control-woostify-tabs {
	transition: all .3s;
	max-height: 100px;
	z-index: 0;
}

.customize-control.customize-control-woostify-tabs.woostify-hide {
	max-height: 0;
	overflow: hidden;
	margin: 0;
}
