body{
	background-color: #000;
}
.urun-image{
	height: 60vh;
	min-height: 440px;
	margin-top: 55px;
}

.home-image{
	height: 73vh;
	min-height: 440px;
	margin-top: 55px;
}

.home-lang{
	background-color: rgba(0,0,0,.4);
	border-radius: 50px !important;
	padding: 4px 8px;
	margin-bottom: 20px;
	color: white;
}

.home-lang a{
	padding-left: 10px;
	color: white;
}

.home-lang a.uk-active{
	font-weight: bold;
}

.home-social-bant{
	padding: 10px;
	background-color: #2e2e2e;
}

.home-social-bant img{
	height: 48px;
}

.home-social-bant a{
	border-radius: 3px;
}

.home-duyuru{
	border-radius: 10px;
}

.home-kategori{
	border-radius: 10px;
}

.home-kategori h1{
	color:white;
	font-size: 28px;
	font-weight: bold;
	text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 1px, rgba(0, 0, 0, 0.9) 1px 1px 8px;
	margin:0;
}
.home-kategori .text{z-index:2}
.home-kategori img{z-index:0}

.home-kategori .effect{
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index:1;
}

.footer .satir{
	text-align: center;
}

.footer .social img{ width: 24px; }
.footer .social a{ margin-right: 10px; }

.gizle{
	visibility: hidden;
	margin-top: -100px; 
}

.goster{
	visibility: visible;
	z-index: 10;
}

.ust-menu .uk-background-secondary{
	padding: 10px;
	background-color: rgba(0,0,0,0.8);
}


.urun-image .effect{
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index:1;
}

.urun-image .site-logo{
	margin-top: -100px;
	z-index:2;
}
.urun-image .urun-header{
	z-index:2
}
.urun-image img{z-index:0}
.urun-header{
	padding: 25px 0;
}
.urun-header h1{
	color: white;
	text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 1px, rgba(0, 0, 0, 0.9) 1px 1px 8px;
	font-size: 54px;
	margin:0;
}

.urun-back{
	background-color: rgba(0,0,0,.6);
	border-radius: 50px !important;
	padding: 4px 8px;
	margin-bottom: 20px;
	color: white;
	border: solid 1px white;
}

.urun-back a{
	color: white;
	font-size: 18px;
	text-transform: uppercase;
}

.urun-ayrinti img{
	aspect-ratio: 1/1;
border-radius: 4px;
flex-shrink: 0;
margin-right: 8px;
-o-object-fit: cover;
object-fit: cover;
overflow: hidden;
width: 96px;
}

.urun-ayrinti h2,
.urun-ayrinti .fiyat{
	font-size: 16px;
		color: #FFF;
	font-weight: bolder;
}

.urun-ayrinti .fiyat{
	text-align: right;
}

.urun-ayrinti .text{
	margin: 0;
	font-size: 14px;
}

.urun-ayrinti-ozel{
	background-color: #ececec;
	border-radius: 10px;
}
.urun-ayrinti-ozel img{
 border-radius: 10px;
}

.urun-ayrinti-ozel h2,
.urun-ayrinti-ozel .fiyat{
	font-size: 24px;
	padding: 10px;
	color: #FFF;
	font-weight: bolder;
}

.urun-ayrinti-ozel .fiyat{
	text-align: right;
}

.urun-ayrinti-ozel .text{
	margin: 0;
	font-size: 18px;
	padding: 10px;
}
.mobil-open-menu{
	z-index: 10;
}

.mobil-open-menu a span{
	color: white;
	padding: 10px;
}

.mobil-open-menu a rect{
	stroke: white;
	stroke-width: 0.5px;
}
.site-title{
	text-transform: uppercase;
	color: white;
	font-weight: bold;
}

@media (max-width: 639px) {
	.urun-image,
	.home-image{
		height: 40vh;
		min-height: 400px;
		margin-top: 55px;
	}
}