
.urun-resim{
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
}

.urun-hover{
	position: absolute; 
	overflow: hidden;
	display:none;
	cursor: pointer;
	background-image: url('../imgs/urun-hover.png');
	width: 300px;
	height: 300px;
	margin-top: -300px;
}

.urunler{
	width: 100%;
	margin: auto;
	overflow: hidden;
	padding-bottom: 48px;
	max-width: 1020px;
	text-align: center;
}

.urun-devami-resim{
	width: 250px;
	margin: auto;
	text-align: center;
	margin-top:250px;
}

.urun-devami-resim > img{
	height: 78px;
	margin-top: 50px;
	margin-bottom: 2px;
	text-align:center;
}


.urun{
	display:inline-block;
	margin-bottom: 50px;
	width: 300px;
	margin-left: 33px;
	height: 350px;
}

.urun-baslik{
	padding-top: 15px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	background-color: #262728;
	padding-bottom: 15px;
}

.urun-resim-hover{
	position:absolute;
	width: 250px;
	height: 250px;
	margin-top:-250px;
	opacity:0;
}

.urun-aciklama{
	color: #8A8787;
	text-align: center;
	font-size: 13px;
	margin-top: 5px;
}

.content-baslik{
	font-size: 35px;
	text-align: center;
	color: black;
	letter-spacing: 5px;
	margin-bottom: 15px;
	margin-top: 75px;
}

.urunler-border{
	width: 67%;
	border-bottom: 1px solid #9b9b9b;
	margin: auto;
	margin-bottom: 85px;
}


@media screen and (max-width:800px){
	.content-baslik {
    	font-size: 30px;
   	}
	
	
}
@media screen and (max-width:500px){
	.content-baslik {
    	font-size: 25px;
   	}
	
	
}

