.urun {
	padding-bottom: 20px;
	background-color: #f5f5f5;
}
.urun-item {
	padding-top: 75%;
	background-position: center;
	background-size: cover;
	position: relative;

	cursor: pointer;
}
.urun-text {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	color: #ffffff;
	text-align: center;
	padding: 15px;

	display: block; /* bkz */
}
.urun-item:hover .urun-text {
	display: block;
}

@media (max-width: 576px) {

	.urun-text {
		display: block; /* no hover */
	}
	
} /* 576px */



/* dots */
.urun-carousel .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	margin-top: 30px;

}
.urun-carousel .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.urun-carousel .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	margin: 0 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
}
.urun-carousel .owl-dots .owl-dot.active span,
.urun-carousel .owl-dots .owl-dot:hover span {
	background: #869791;
}



