
html{overflow-y:scroll;margin:0;padding:0;}
body{
	background-color: #EFEFEF;
	color: #3e474b;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}.content ul{list-style:none outside none;}


a {
	color: #000000;
	text-decoration: none;

}
.uyari-mesaji {
	font-size: 12pt;
	color: #000;
	background-image: url(img/svg/alert-urun-yok.svg);
	background-repeat: no-repeat;
	background-position: center 35px;
	text-align: center;
	padding-top: 110px;
	background-size: 64px;
	display: block;
	margin: 0px;
	float: left;
	width: 100%;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
a:focus,active,hover {
	text-decoration: none;
	outline:none;
	color: #000000;
}


.UyariMesaji {
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 18px;
	padding-right: 8px;
	padding-bottom: 23px;
	padding-left: 58px;
	float: left;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	background-size: 40px auto;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url(img/svg/alert.svg);
}


.Basliklar {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #333333;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	padding-top: 2px;
	text-align: right;
}
.AltCizgi {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.AltCizgi1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #F4F4F4;
}
.tabloBaslik{
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	padding-left: 15px;
	display: block;
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}



.loadingAjaxDialog {
	float: left;
	position: fixed;
	z-index: 9999;
	left: 0px;
	top: 0px;
	background-color: #000000;
	background-image: url(img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.5;
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: none;
}
input{
outline:none;
}
input::-webkit-input-placeholder {
  color: #cccccc;
  opacity: 0.5;
  padding:7px;
  	font-weight: normal;
}

input::-moz-placeholder {
  color: #cccccc;
  opacity: 0.5;
    padding:7px;
		font-weight: normal;
}

input:-ms-input-placeholder {
  color: #cccccc;
  opacity: 0.5;
    padding:7px;
		font-weight: normal;
}

input::placeholder {
  color: #cccccc;
  opacity: 0.5;
      padding:7px;
	 	font-weight: normal;
}

.tetxarea::-webkit-input-placeholder {
  color: #cccccc;
    padding:7px;
  opacity: 0.5;
  	font-weight: normal;
}

.tetxarea::-moz-placeholder {
  color: #cccccc;
  opacity: 0.5;
      padding:7px;
	  	font-weight: normal;
}

.tetxarea:-ms-input-placeholder {
  color: #cccccc;
  opacity: 0.5;
    padding:7px;
		font-weight: normal;
}

.tetxarea::placeholder {
  color: #cccccc;
   padding:7px;
 	 opacity: 0.5;
	font-weight: normal;	 
}



.radius {
-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius: 5px;
}


.fullClass{
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.WrapperBack {
	display: block;
	padding: 0px;
	max-width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
}

.textform{
	background-color: #EFEFEF;
	display: block;
	border: 1px solid #E6E6E6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0px;
	padding-top: 12px;
	padding-right: 11px;
	padding-bottom: 12px;
	padding-left: 11px;
}

.textform:focus{
	border: 1px solid #006699;
	outline: none;
		background-color: #FFFFFF;
}

.selectform{
	background-color: #EFEFEF;
	display: block;
	border: 1px solid #E6E6E6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius: 5px;
	margin: 0px;
	padding-top: 11px;
	padding-right: 15px;
	padding-bottom: 11px;
	padding-left: 15px;
}

.selectform:focus{
	border: 1px solid #006699;
	outline: none;
		background-color: #FFFFFF;
}
.flag{
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
	background-size: 24px;
	line-height: 35px;
	display: block;
	margin: 0px;
	float: left;
	height: 35px;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.flag-ar{
	background-image: url(img/png/flag-ar.png);

}
.flag-ru{
	background-image: url(img/png/flag-ru.png);

}
.flag-nl{
	background-image: url(img/png/flag-nl.png);

}
.flag-en{
	background-image: url(img/png/flag-en.png);

}
.flag-zh{
	background-image: url(img/png/flag-zh.png);

}
.flag-pt{
	background-image: url(img/png/flag-pt.png);

}
.flag-de{
	background-image: url(img/png/flag-de.png);

}
.flag-es{
	background-image: url(img/png/flag-es.png);

}
.flag-it{
	background-image: url(img/png/flag-it.png);

}
.flag-it{
	background-image: url(img/png/flag-it.png);

}
.flag-it{
	background-image: url(img/png/flag-it.png);

}
.flag-tr{
	background-image: url(img/png/flag-tr.png);

}


.flag-fr{
	background-image: url(img/png/flag-fr.png);

}
.hd-govde{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFF;
}
.dil-secimi{
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial;
	font-size: 12pt;
	line-height: 35px;
	color: #333;
	height: 35px;
	display: block;
}
.dil-secimi:hover{
	color: #FFF;
}
.dil-secimi:focus{
	color: #FFF;
}
.hd-menu{
	background-color: #3D3D3D;
}

.hd-menu .home {
	background-color: #FFF;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 10pt;
	line-height: 50px;
	color: #666;
	height: 50px;
	width: 50px;
}
.hd-menu .home i{
	font-size: 26pt;
	margin-top: 10px;
	color: #3D3D3D;
	text-align: center;
	display: block;
}	

.hd-menu a{
	color: #FFF;
	text-decoration: none;
	line-height: 50px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 50px;
	width: 100%;
}
.hd-menu .a{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
}

.hd-back{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #333;
}


.Sayfalama {
	BORDER-RIGHT: #d2d2d2 1px solid;
	BORDER-TOP: #d2d2d2 1px solid;
	FONT-SIZE: 11pt;
	MARGIN: 0px;
	BORDER-LEFT: #d2d2d2 1px solid;
	COLOR: #000000;
	BORDER-BOTTOM: #d2d2d2 1px solid;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #f8f8f8;
	TEXT-DECORATION: none;
	text-align: center;
	line-height: 40px;
	display: block;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-weight: normal;
	height: 40px;
}
.Sayfalama_big {
	BORDER-RIGHT: #d2d2d2 1px solid;
	BORDER-TOP: #d2d2d2 1px solid;
	FONT-SIZE: 12pt;
	MARGIN: 0px;
	BORDER-LEFT: #d2d2d2 1px solid;
	COLOR: #990000;
	BORDER-BOTTOM: #d2d2d2 1px solid;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #FFFFCC;
	TEXT-DECORATION: none;
	text-align: center;
	display: block;
	float: left;
	line-height: 40px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-weight: bold;
	height: 40px;
}


.SayfaClass {
	border: 1px solid #CCCCCC;
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
	font-size: 14px;
	background-color: #FFFFFF;
}
.SayfaClass:hover{
	text-decoration: none;
}
.SayfaClass_Selected {
	border: 1px solid #005279;
	background-color: #006699;
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}

.tinput::-webkit-input-placeholder {
   color: #000000;
}

.tinput:-moz-placeholder { /* Firefox 18- */
   color: #000000;  
}

.tinput::-moz-placeholder {  /* Firefox 19+ */
   color: #000000;  
}

.tinput:-ms-input-placeholder {  
   color: #000000;  
}

.hd-ara  {

  display: flex;

}

.hd-ara form

{
  width:100%;
}

.hd-ara form input {
	display: block !important;
	width: 100%;
	height: 50px;
	border: 1px solid #d3d3d3;
	color: #545454;
	border-radius: 5px;
	font-size: 13px;
	font-weight: 500;
	background-color: #fff;
	background-image: url(img/svg/ara.svg);
	background-repeat: no-repeat;
	background-position: 15px center;
	border-radius: 5px 0px 0px 5px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 45px;
}

.hd-ara .submit {
	border-radius: 0 5px 5px 0;
	font-size: 16px;
	font-weight: 700;
	background-color: #3D3D3D;
	color: #fff;
	display: block;
	margin: 0px;
	float: left;
	height: 50px;
	width: 100%;
	line-height: 50px;
	text-align: center;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}
.katalog{
	border-radius: 5px;
	font-size: 14px;
	font-weight: 700;
	background-color: #D11A2E;
	color: #fff;
	display: block;
	margin: 0px;
	float: left;
	height: 50px;
	width: 100%;
	line-height: 50px;
	text-align: center;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.katalog:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #000;
}
.vitrin-satir{
	margin-bottom: 20px;
}


.vitrin-satir span{
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}

.vitrin-satir .img{
	
	width: 390px;
	border-radius: 5px 5px 0px 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #D11A2E;
}
.vitrin-satir .baslik{
	line-height: 45px;
	color: #FFF;
	background-color: #000;
	display: block;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	text-align: center;
	font-weight: 700;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 50px;
	width: 390px;
	overflow: hidden;
	border-radius: 0px 0px 5px 5px;
}
.vitrin-satir:hover > .baslik{
	background-color: #D11A2E;
}




.vitrin-satir .img1{
	border-radius: 5px 5px 0px 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #D11A2E;
	width: 100%;
}
.vitrin-satir .baslik1{
	line-height: 45px;
	color: #FFF;
	background-color: #000;
	display: block;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	text-align: center;
	font-weight: 700;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 50px;
	width: 100%;
	overflow: hidden;
	border-radius: 0px 0px 5px 5px;
}
.vitrin-satir:hover > .baslik{
	background-color: #D11A2E;
}












.footer-back{
	background-color: #333;
	min-height:300px;
}
.altBilgi strong{
	color: #FFFFFF;
}
.altBilgi1 {
	font-size: 11px;
	color: #999999;
	padding-top: 15px;
	padding-bottom: 2px;
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
.altBilgi1 a {
	color: #F37735;
}
.altTitle {
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Dosis", Arial;
	line-height: 35px;
}

.altBilgi3 {
	font-size: 11px;
	color: #999999;
	padding-top: 10px;
	padding-bottom: 2px;
	margin-top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
.altBilgi3 .ara {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	padding-left: 10px;
}
.altEbulten {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.altEbulten .ebultenInput{
	font-family: "Dosis", Arial;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	background-color: #EAEAEA;
	display: block;
	padding: 5px;
	height: 40px;
	width: 100%;
	border: 1px solid #CCCCCC;
}
.altEbulten .Submit{
	font-family: "Dosis", Arial;
	font-size: 15px;
	line-height: 40px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	text-align: center;
}


.altBilgi2 .twitter {
	background-image: url(img/twitter.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 52px;
	width: 52px;
}

.altBilgi2 .instagram {
	background-image: url(img/instagram.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 52px;
	width: 52px;
}

.altBilgi2 .instagram:hover {
	background-image: url(img/instagram_hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 52px;
	width: 52px;
}

.altBilgi2 .face {
	background-image: url(img/face.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 52px;
	width: 52px;
}
.altBilgi2 .twitter:hover {
	background-image: url(img/twitter_hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 52px;
	width: 52px;
}
.altBilgi2 .face:hover {
	background-image: url(img/face_hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 52px;
	width: 52px;
}
.mob-menu{
	background-image: url(img/svg/mob/menu_beyaz.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:40px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 60px;
	width: 60px;
}

.footer-kvk-kontrol{
	font-size: 12px;
	background-color: #000000;
	font-weight: normal;
	display: block;
	height: 50px;
	position: fixed;
	z-index: 2;
	left: 0px;
	right: 0px;
	bottom: 0px;
	color: #FFF;
	line-height: 50px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #D11A2E;
}


.footer-kvk-kontrol  .kapat-kvk{
	background-image: url(img/svg/kapat-gri.svg);
	background-repeat: no-repeat;
	background-position: 97% center;
	background-size: 32px;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 5px;
	float: left;
	height: 40px;
	width: 100%;
	font-size: 10pt;
	line-height: 30px;
	color: #333;
	font-weight: bold;
}
.hd-basliklar{
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.hd-basliklar .a{
	background-image: url(img/png/arrow.png);
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: left center;
	display: block;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 35px;
	font-size: 12px;
	line-height: 35px;
	color: #999;
}

.kat-menu .title{
	font-size: 15px;
	line-height: 50px;
	font-weight: 700;
	color: #FFF;
	background-color: #D11A2E;
	display: block;
	margin: 0px;
	float: left;
	height: 50px;
	width: 100%;
	border-radius: 5px 5px 0px 0px;
	background-image: url(img/png/cat.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-size: 18px;
	padding-left: 45px;
	font-family: "Open Sans", sans-serif;
}
.kat-menu .liste{
	background-color: #FFF;
	display: block;
	margin: 0px;
	padding: 5px;
	float: left;
	width: 100%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	border-left-color: #E8E8E8;
	font-family: "Source Sans Pro", sans-serif;
}
.cerceve {
	background-color: #FFF;

	border: 1px solid #E8E8E8;
}
.sayfalama-div {
	background-color: #F0F0F0;
	border: 1px solid #E8E8E8;
	padding-top: 12px;
	padding-right: 7px;
	padding-bottom: 12px;
	padding-left: 7px;
}
.cerceve .ust-title{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8e8e8;
}
.kat-menu .liste a{
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 25px;
	color: #333;
}
.kat-menu .liste a:hover{
	color: #D11A2E;
}
.kat-menu .liste .ust{
	font-weight: bold;
	padding-left: 20px;
	background-image: url(img/png/dot.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: 12px;
}
.kat-menu .liste .alt {
	padding-left: 20px;
	color: #75716C;
}
.kat-menu .liste .link {
	padding-left: 25px;
	color: #75716C;
	line-height: 38px;
	background-image: url(img/svg/arrow-right-siyah.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
}
.kat-menu .liste .alt:hover{
	color: #D11A2E;
}
.kat-detay h1{
	font-family: "Dosis", sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #333;
	display: block;
	margin: 0px;
	padding: 5px;
	float: left;
	width: 100%;
}


.kat-satir{
	display: block;
	float: left;
	min-height: 400px;
	width: 100%;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #D11A2E;
	width: 280px;
	border-radius: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.kat-satir:hover{
	background-color: #EBEBEB;
	border: 1px solid #CCC;
}
.kat-satir span{
	padding: 0px;
	float: left;
	display: block;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;	

}
.kat-satir span img{
	max-height:200px;
	max-width:250px;
	border-radius: 5px;

}

.kat-satir h2{
	font-size: 14px;
	font-weight: bold;
	color: #000;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border: 1px solid #E2E2E2;
	text-align: center;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-radius: 10px;
	background-color: #FFF;
}.kat-satir h3 {
	font-size: 14pt;
	color: #000;
	float: left;
	width: 100%;
	text-align: center;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-radius: 10px;
	font-family: "Source Sans Pro", "sans-serif;";
	padding: 0px;
}
.kat-satir .fiyat {
	font-size: 18px;
	color: #069;
	float: left;
	width: 100%;
	text-align: center;
	display: block;
	line-height: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
}
.kat-satir h4 {
	font-size: 11pt;
	color: #000;
	float: left;
	width: 100%;
	text-align: center;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-radius: 10px;
	font-family: "Source Sans Pro", "sans-serif;";
	padding: 0px;
}
.filitre-secim{
	font-family: "Source Sans Pro", "sans-serif;";
	font-size: 14pt;
	line-height: 45px;
	font-weight: bold;
	color: #333;
	display: inline-block;
	margin: 0px;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 40px;
	background-image: url(img/png/filitre-list.png);
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.dialogTitle{
	font-size: 17px;
	line-height: 40px;
	color: #000;
	display: block;
	float: left;
	height: 50px;
	width: 100%;
	background-size : 24px;
	background-color: #F0F0F0;
	position: relative;
	border-radius: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


.dialogTitle .kapat{
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 40px
	z-index: 2;
	top: 5px;
	right: 5px;
	position: absolute;
	background-image: url(svg/kapat-oval-siyah.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px;
	width: 40px;
}

.kayit-back{
	background-color: #FFF;
	margin: 0px;
	border-radius : 10px;
	border: 1px solid #CCC;
	width: 100%;
	display: block;
	padding: 10px;
}
.kayit-full {
	background-color: #FFF;
	margin: 0px;
	border-radius : 10px;
	border: 1px solid #CCC;
	width: 100%;
	display: block;
	padding: 10px;
	
}

.kayit-blok{
	background-color: #EFEFEF;
	display: block;
	border: 1px solid #E6E6E6;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	border-radius: 10px;
	margin: 0px;
	padding: 8px;
}
.imgCerveve{
	background-color: #FFF;
	padding: 2px;
	border: 1px solid #F0F0F0;
	border-radius: 5px;
	margin-bottom: 5px;
	text-align: center;
}
.imgCerveve img{
border-radius:5px;	
}
.urun-detay .detay-satir{
	font-family: "Dosis", sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.urun-detay h1 {
	font-size: 15pt;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	display: block;
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
}
.down-icon {
	line-height: 30px;
	background-image: url(img/png/arrow_do.png);
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: left center;
	height: 30px;
	padding-left: 30px;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 15px;
}

.btn-whatsapp-icon{
	background-image: url(img/png/beyaz-whatsapp.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 18px;
	padding-left: 35px;
}


.btn-caal-icon{
	background-image: url(img/png/phone-call.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 18px;
	padding-left: 35px;
}
.urun-detay-text ul{
	display: block;
	margin: 0px;
	padding: 10px;
	float: left;
	width: 100%;
}
.urun-detay-text ul li{
	display: block;
	padding: 0px;
	float: left;
	width: 100%;
	font-family: "Dosis", sans-serif;
	font-size: 15px;
	line-height: 35px;
	background-color: #CFD0D0;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-radius: 5px;
	font-weight: bold;
}
.sayfa-title{
	font-family: "Dosis", sans-serif;
	font-size: 36px;
	line-height: 35px;
	display: block;
	margin-top: 50px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
}
.detay-text-icerik p{
	font-size: 12px;
}

.detay-text-icerik h2{
	font-size: 18px;
	font-weight: bold;
}


.detay-text-icerik h3{
	font-size: 15px;
	font-weight: bold;
}

.table{
	margin-botton: 0px;
}
.table tr th{
	font-size: 13px;
	vertical-align: middle;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	background-color: #F4F4F4;
}
.table tr td{
	font-size: 13px;
	vertical-align: middle;
	padding: 3px;
}

.ActionMenuBack{
	background-color: #000000;
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
	position: fixed;
	z-index: 998;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	display: none;
	left: 0px;
}


.ActionMenu{
	display: none;
	position: fixed;
	z-index: 999;
	top: 0px;
	bottom: 0px;
	background-color: #FFFFFF;
	float: left;
	width: 90%;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: auto;
	margin: 0px;
	right: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.ActionMenu .altKategoriler {
	display: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 90%;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
}
.ActionMenu ul{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
	display: block;
}
.ActionMenu ul li{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
	display: block;
}
.ActionMenu .a:hover{
	text-decoration: none;
	background-color: #FFFFFF;
}
.ActionMenu ul li a{
	line-height: 45px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F5;
	display: block;
	margin: 0px;
	float: left;
	width: 100%;
	height: 45px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	overflow: hidden;
}

.ActionMenu ul li .link{
	font-size: 15px;
	font-weight: normal;
	color: #333333;

}
.ActionMenu ul li .alt {
	font-size: 15px;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	padding-left: 50px;
	display: block;
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(img/svg/arrow-right-siyah.svg);
	background-repeat: no-repeat;
	background-position: 30px center;
	background-size:22px;
}
.ActionMenu ul li .subs_link {
	font-size: 15px;
	font-weight: normal;
	color: #333333;
	background-color: #F9F9F9;
	padding-left: 30px;
}

.ActionMenu ul li .icon{
	background-size: 18px auto;
	background-repeat: no-repeat;
	background-position: 10px center;
	position: relative;
	background-color: #F2F2F2;
}


.ActionMenu ul li .icon_kapat{
	background-color: #FFFFFF;
	background-image: url(svg/mob/kapat.svg);
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

.ActionMenu ul li .icon_arrow {
	background-image: url(img/svg/arrow-right-siyah.svg);
}

.ActionMenu ul li .icon_kat {
	background-image: url(img/png/arrow_do.png);
}


.detay-bar-icerik{
	margin-top: 15px;
	margin-bottom: 15px;
}
.detay-bar-icerik h1{
	display: block;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
}
@keyframes icerik-satir-foto {
  from {margin: 0px;}
  to {margin: -10%;}
  from {height: 100%;}
  to {height: 120%;}
 
}

@keyframes icerik-satir-foto-hover {
  from {margin:-10%;}
  to {margin: 0px;}
  from {height: 120%;}
  to {height: 100%;}
 
}


.icerik-satir{
	display: block;
	padding: 0px;
	width: 400px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
.icerik-satir .foto{
	height: 250px;
	overflow: hidden;
	text-align: center;
}

.icerik-satir .foto img{
	height: 100%;
	animation-name: icerik-satir-foto-hover;
	animation-duration: 0.5s;
	
}.icerik-satir .foto:hover img{
	background-color: #FAFAFA;
	animation-name: icerik-satir-foto;
	animation-duration: 0.5s;
	height: 120%;
	margin:-10%;
}

.icerik-satir h2{
	font-size: 16pt;
	font-family: Bitter, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
	font-weight: 700;
	display: block;
	float: left;
	width: 100%;
	margin-top: 4px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 4px;
	line-height: 18pt;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.icerik-satir p{
	font-size: 13pt;
	word-break: break-word;
  --tw-text-opacity: 1;
	color: #333;
	font-family: Bitter, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
	display: block;
	margin: 0px;
	padding: 5px;
	height: 80px;
	float: left;
	width: 100%;
	overflow: hidden;
}

.icerik-sol-cerceve {
	display: block;
	margin: 0px;
	float: left;
	width: 850px;
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.icerik-metni{
	font-size: 13pt;
	line-height: 22pt;
	word-break: break-word;
  --tw-text-opacity: 1;
	color: rgba(17,24,39,var(--tw-text-opacity));
	font-family: Bitter,ui-serif,Georgia,Cambria,Times New Roman,Times,serif;
}
.icerik-metni p{
	margin-bottom: 25px;
}

.index-menu{
	background-color: #FFF;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E9E9E9;
	border-left-color: #E9E9E9;
	position: relative;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	}

.index-menu .a{
	background-color: #FFF;
	display: block;
	margin: 0px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
	font-size: 10pt;
	line-height: 50px;
	color: #666;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image: url(img/svg/right-arrow-gri.svg);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 15px;
	height: 50px;
	}
.index-menu .a:hover{
	color: #FFF;
	background-color: #09F;
	background-image: url(img/svg/arrow-right-beyaz.svg);
}

.index-menu .home {
	background-color: #FFF;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 10pt;
	line-height: 50px;
	color: #666;
	height: 52px;
	width: 50px;
	border: 1px solid #FFF;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: -51px;
}
.index-menu .home i{
	font-size: 26pt;
	margin-top: 10px;
	color: #3D3D3D;
	text-align: center;
	display: block;
}	
		
#goog-gt-tt {display:none !important;}
.goog-te-banner-frame {display:none !important;}
.goog-te-menu-value:hover {text-decoration:none !important;}
.goog-text-highlight {background-color:transparent !important;box-shadow:none !important;}
body {top:0 !important;}
#google_translate_element2 {display:none!important;}
#goog-gt-{display:none!important;}
.skiptranslate{display:none;}