body {
	font-family: 'PT Sans', sans-serif;
}

h3 {
	color: #c40c18;
	padding-top: 15px;
}

.urun {
	display: block;
	z-index: 1;
}
.urun-aciklama{
	margin: 0;
	width: 90%;
}
.dashed{
	border-bottom: dashed 1px;
	z-index: 2;

}
.fiyat {

}

ul.leaders {
	max-width: 40em;
	padding: 0;
	overflow-x: hidden;
	list-style: none
}

ul.leaders li:before {
	float: left;
	width: 0;
	white-space: nowrap;
	content:
	". . . . . . . . . . . . . . . . . . . . "
	". . . . . . . . . . . . . . . . . . . . "
	". . . . . . . . . . . . . . . . . . . . "
	". . . . . . . . . . . . . . . . . . . . "
	". . . . . . . . . . . . . . . . . . . . ";
	color: #747474;	
}

ul.leaders span:first-child {
	padding-right: 0.33em;
/*background: white*/
}

ul.leaders span + span {
	float: right;
	padding-left: 0.33em;
/*background: white*/
}
span.fiyat-box{
	display: flex;
	flex-direction: column;

}
span.firma_urun.urun-fiyat{
	padding-left: 4px;
}

.page-header{
	font-weight: lighter;

}

#logo-container {
	background-color: #fff;
	
}
.instagram-row{
	display: flex;
	align-items: center;
	margin-top: 55px;
	margin-bottom: 50px;
}
.iicon{
	width: 35px;
	margin: 0 12px;
}
.instagram>a:hover {
	text-decoration: none;
}
.pic-box {
	display: flex;
	flex-wrap: wrap;
	row-gap: 30px;
}
.urun-box {
	width: 100vw;
	max-width: 450px;
	padding: 20px;
	height: 500px;
	border: 1px solid aliceblue;
	background-color: #212529;
}
.urun-pic {
	object-fit: cover;
	height: 400px;
}

.urun-ad {
	color: aliceblue;
	font-size: larger;
	margin-top: 20px;
}
.fitle {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media only screen and (max-width: 390px) {

	.firma_urun.urun-isim {
		display: inline-block;
		max-width: calc(100% - 100px);
	}
	.firma_urun.urun-fiyat {
		display: block;
	}
	.urun-aciklama {
		max-width: calc(100% - 90px);
	}
	.fiyat-box {
		display: block;
	}

}