.owl-theme .owl-nav [class*="owl-"]:hover {
	background-color: inherit;
	color: #555;
}

.owl-theme .owl-nav [class*="owl-"] {
	background-color: inherit;
	font-size: 20px;
	color: #555;
	padding: 0;
}


.owl-carousel .owl-stage-outer {
	padding-bottom: 5px;
}


.form-item {
	margin-bottom: 10px;
}

.image-additional .owl-theme .owl-nav [class*=owl-] {
	font-size: 20px;
	padding: 0;
	background: inherit;
	color: #666;
}


@media screen and (max-width:768px) {

	.owl-carousel .owl-controls {
		margin-top: 10px;
	}

	.owl-theme .owl-dots .owl-dot span {
		width: 10px;
		height: 10px;
		background: #303030;
		display: inline-block;
		border-radius: 30px;
		margin: 5px 7px;
	}

	.owl-theme .owl-dots .owl-dot.active span,
	.owl-theme .owl-dots .owl-dot:hover span {
		background-color: rgba(var(--base-color-blue), 1);
	}

	.owl-theme .owl-dots,
	.owl-theme .owl-nav {
		text-align: center;
		-webkit-tap-highlight-color: transparent;
	}

	.owl-dots .owl-dot {
		display: inline-block;
	}

	.owl-carousel .owl-stage-outer {
		box-shadow: 0 0 15px #ddd;
	}
}