.owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0px;
}

.owl-dots button {
	width: 44px;
	height: 5px;
	margin-left: 12px;
	transition: .4s;
}

.owl-dots button span {
	display: flex;
	width: 44px;
	height: 5px;
	background-color: var(--5);
	border-radius: 30px;
	transition: .4s;
}

.owl-dots button.active,
.owl-dots button.active span {
	width: 88px;
	background-color: var(--1);
}

/**/
.elementor-widget-text-editor ul {
	padding-left: 20px !important;
}

/**/
.elementor-widget-toggle .elementor-toggle .elementor-toggle-item {
	border-bottom: 1px solid #ececec;
}

/**/
.elementor-widget-toggle .elementor-toggle-item .elementor-tab-title {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.elementor-widget-toggle .elementor-toggle-item .elementor-tab-title .elementor-toggle-icon {
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.elementor-widget-toggle .elementor-toggle-item .elementor-tab-title svg {
	width: 16px !important;
	height: 16px !important;
}

@media screen and (max-width:767px) {
	.owl-dots {
		margin-top: 30px;
	}
	
	.owl-dots button,
	.owl-dots button span {
		width: 22px;
	}
	
	.owl-dots button.active,
	.owl-dots button.active span {
		width: 44px;
	}
}