@media only screen and (min-width : 480px)
{
	.belge_col
	{
		width:28%;
		display: flex;display: -webkit-box; display: -webkit-flex; display: -ms-flexbox;
		justify-content: center;
	
	}
}
@media only screen and (min-width : 750px)
{

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px)
{
.h_hizala
{
	width: 100%;
	max-width: 325px;
	float: left;
	padding-right: 10px;
}
.diger_r
{
	width:48%;
	
}
.diger_r_col
{
	justify-content: space-between;
}
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) 
{
	.urun_detay>highslide-gallery
	{
		float:left;
	}
}

@media only screen and (max-width : 992px) 
{
	.urun_detay>highslide-gallery
	{
		margin-bottom:20px;
	}
	
}
@media only screen and (max-width : 768px) 
{
	.h_hizala
	{
		width: 100%;
		text-align:center;
	}
	.diger_r
	{
		width: 100%;
		
	}
	.diger_r_col
	{
		justify-content: center;
	}
}
@media only screen and (max-width : 480px) 
{
	.belge_col{width:48%;}
	.slogan{display:none;}
}
.diger_r_col
{
	width: 100%;
	display: flex;display: -webkit-box; display: -webkit-flex; display: -ms-flexbox;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.diger_r
{	
	margin-bottom:20px;
	border:1px solid #dddada;
}
.belgeler_col
{
	width:100%;
	margin-top:20px;
	max-width: 1140px;
	margin: 0 auto;
}
.belge_col
{
	margin-bottom:30px;
}

.flex_cok_satir{
	display:-ms-flex; display:-webkit-flex; display: flex; -webkit-flex-flow: row  wrap; flex-flow: row wrap;
	align-items:center;
	justify-content: space-between;
}