div.owl-carousel {
	margin: 30px 0 50px 0;
}
div.owl-stage-outer {
	border: 2px solid #d40041;
}

div.carousel-item {
	background-image: url("../images/banners-bg.png");
}


button.owl-prev, button.owl-next {
	position: absolute;
	top: 140px;
	width: 40px;
	padding: 0 0 5px 0;
	font-size: 25px;
	font-weight: bold;
}
button.owl-prev {
	left: 10px;
}
button.owl-next {
	right: 10px;
}

@media (max-width: 711px) {
	button.owl-prev, button.owl-next {
		top: 115px;
	}
}

.owl-dots {
	text-align: center;
	margin: 10px 0 10px 0;
}
button.owl-dot {
	margin: 0 5px;
	padding: 0;
	width: 15px;
	height: 15px;
	border: 0;
}
button.owl-dot.active {
	background: linear-gradient(to bottom, #f2b2c6, #d40041);
}
button.owl-dot.active:active {
	box-shadow: inset 0 5px 5px rgba(119, 0, 37, 0.5);
}