.owl-carousel button.owl-dot {
	background-color: #929397 !important;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	margin: 5px;
}

	.owl-carousel button.owl-dot.active {
		height: 22px;
		width: 22px;
		background-color: #f6a0a5 !important;
	}

.owl-dots {
	text-align: center;
	padding: 10px 0px;
}

.owl-theme .owl-dots .owl-dot {
	outline: none;
}

.owl-carousel .owl-item img {
	width: 197px;
	height: 100%;
	padding: 15px 0;
}

@media (max-width: 375px) {
	.owl-carousel button.owl-dot {
		height: 16px;
		width: 16px;
		margin: 2px;
	}

		.owl-carousel button.owl-dot.active {
			height: 18px;
			width: 18px;
		}
}
