.onsale {
	z-index: 9;
}

.owl-carousel .owl-prev, .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.owl-carousel .owl-prev {
	left: 0;
	display: block;
	padding: 10px;
}

.owl-carousel .owl-next {
	right: 0;
	display: block;
	padding: 10px;
}

.owl-carousel .owl-dots {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	margin: 0 5px;
}
.owl-carousel .owl-dots .owl-dot span {
	display: block;
	width: 10px;
	height: 10px;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;

	background: #cccccc;
}
.owl-carousel .owl-dots .owl-dot.active span {
	background: #2c2524;
}
.owl-carousel .owl-dots .owl-dot span:hover {
	background: #ffffff;
}