@charset "utf-8";
/* CSS Document */
html{height: 100%}

body{
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Helvetica, "Helvetica Neue", Arial, "Trebuchet MS";
}

*{
	padding: 0;
	margin: 0;
	list-style: none;
	outline: none;
}

a{
	text-decoration: none;
	color: inherit;
}

a:visited{
	color: inherit;	
}



img{
	border: none; 
	/*vertical-align: middle;*/
}

/*Genel Soru Sor Başlangıç*/

#MenuSoruCevre{
	background-color: rgba(43,43,43,0.70);
	height: 100%;
	width: 100%;
	padding-top: 100px;
	position: fixed;
	z-index: 9999;
	display: none;
	top: 0;
}

div.MenuSoruIlet{
	position: absolute;
	width: 210px;
	padding: 20px;
	font-size: 14px;
	background-color: #1fa67a;
	z-index: 950;
	top: 100px;
	left: 50%;
	margin-left: -125px;
	color: #FFFFFF;
}


div.MenuSoruIlet > p.MSBaslik{
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #BB3D3F;
	border-radius: 1px;
	font-size: 14px;
	padding: 4px;
}

div.MenuSoruIlet label{
	display: block;
	text-indent: 3px;
	margin-top: 6px;
	font-size: 13px;
	font-weight: bold;
}

div.MenuSoruIlet .MSInputText{
	border: none;
	width: 100%;
	height: 28px;
	text-indent: 5px;
	border-radius: 1px;
}

div.MenuSoruIlet #MSSoru{
	border: none;
	width: 100%;
	height: 80px;
	text-indent: 5px;
	border-radius: 1px;
}

/*Genel Soru Sor Bitiş*/


/*Genel Telefon Bırak Başlangıç*/

#MenuTelefonCevre{
	background-color: rgba(43,43,43,0.70);
	height: 100%;
	width: 100%;
	padding-top: 100px;
	position: fixed;
	z-index: 9999;
	display: none;
	top: 0;
}

div.MenuTelefonIlet {
	position: absolute;
	width: 210px;
	padding: 20px;
	font-size: 14px;
	background-color: #1fa67a;
	z-index: 950;
	top: 100px;
	left: 50%;
	margin-left: -125px;
	color: #FFFFFF;
}


div.MenuTelefonIlet #MSTTelefon{
	float: left;
	border: none;
	width: -webkit-calc(100% - 30px);
	width: -moz-calc(100% - 30px);
	width: -o-calc(100% - 30px);
	width: -ms-calc(100% - 30px);
	width: calc(100% - 30px);
	height: 28px;
	text-indent: 5px;
	border-radius: 1px;
}

div.MenuTelefonIlet span{
	display: block;
	float: left;
	height: 28px;
	width: 30px;
	background-color: #FFFFFF;
	line-height: 28px;
	text-indent: 3px;
	font-size: 22px;
	color: #BB3D3F;
}

div.MenuTelefonIlet #MSTGonder{
	width: 100%;
	border: none;
	background-color: #BB3D3F;
	color: #FFFFFF;
	display: block;
	margin-top: 10px;
	font-weight: bold;
	height: 30px;
	border-radius: 1px;
	cursor: pointer;
}
/*Genel Telefon Bırak Bitiş*/

/*Ust BAŞLANGIÇ*/
#Ust{
	width: 100%;
	background-color: #12556E;
	min-height: 30px;
	padding: 5px 0px;
}

#UstIc{
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}

#UstSosyalMedya{
	float: left;
	margin-top: 3px;
}

#UstSosyalMedya ul li{
	
	display: inline-block;

}

#UstSosyalMedya ul li a{
	color: #FDC66A;
	font-size: 24px;
	-webkit-transition: color 300ms ease-in;
    -moz-transition: color 300ms ease-in;
    transition: color 300ms ease-in;
}

#UstSosyalMedya ul li a:hover{color: white;}

#UstSag{
	float: right;
	margin-top: 3px;
}

#UstSag > ul{
	position: relative;
}

#UstSag > ul > li{
		
	font-size: 13px!important;
	display: inline-block;
	margin-left: 10px;
	font-weight: bold;
}

#UstSag > ul > li > a{color: #FFFFFF;}

#UstSag > ul > li > a > i{
	font-size: 22px;
	color: #FDC66A;
}

#UstSag ul li ul{
	display: none;
	position: absolute;
	width: 120px;
	border-radius: 0 0 5px 5px;
	right: 0;
	text-align: left;
	top: 30px;
	z-index: 100;
	padding: 10px;
	background-color: #12556E;
}	

#UstSag ul li ul li{
	font-size: 13px;
	display: block;
	line-height: 24px;
	font-weight: bold;
}

#UstSag ul li ul li a{
	color: #FFFFFF;
}

#UstSag ul li ul li a i{
	font-size: 16px;
	margin-right: 2px;
}
/*Ust BİTİŞ*/

/*UstOrtaAlan BAŞLANGIÇ*/
#UstOrtaAlan{
	width: 100%;
	background-color: #FFFFFF;
}

#UstOrtaAlanIc {

    max-width: 1180px;
    min-height: 100px;
    padding: 15px 10px 15px 10px;
    margin-left: auto;
    margin-right: auto;

}

#UstLogo{
	float: left;
}

#UstLogo img{
	width: 174px;
	height: auto;
}

#MiniSepetGosterge{
	font-size: 16px;
	font-weight: bold;
	color: #768591;
	float: right;
	position: relative;
	top: 20px;
	min-width: 50px;
	height: 40px;
	cursor: pointer;
}

.JsSepeteYonlendir{
	-webkit-user-select: none;  
	-moz-user-select: none;    
	-ms-user-select: none;      
	user-select: none;
}

#MiniSepetGosterge > i{ font-size: 30px; margin-right: 5px; color:#FDC66A !important; }

#GizliSepet{ 
	display: none;
	z-index: 9001;

	
}

/*Gizli Sepet Başlangıç*/

#GizliSepetIc{
	padding: 10px;
	color:  #5B5B5B;
	font-weight: normal !important;
	width: 335px;
	overflow: auto;
	max-height: 500px;
	background-color: white;
	position: absolute;
	z-index: 9002;
	top:45px;
	right: 0px;
	border-top: 2px solid  #12556E;
	border-right: 1px solid #12556E;
	border-left: 1px solid #12556E;
	border-bottom: 1px solid #12556E;
	border-radius: 0px 0px 15px 15px;
	cursor: auto;
}

#GizliSepetIc > p{ text-align: center; line-height: 24px; font-size: 14px;} 

#MiniSepetGosterge:hover #GizliSepet{ display: block;}

#GizliSepetIc .GSGosrselAciklamaCevre{
	border-bottom: 1px solid #D0D0D0;
	padding-bottom: 10px;
	padding-top: 10px;
}

#GizliSepetIc .GSGorsel{
	float: left;
	margin-left: 15px;
	width: 65px;
}

#GizliSepetIc .GSGorsel img{
	width: auto;
	height: 90px;
}

#GizliSepetIc .GSUrunAciklama{
	float: left;
	line-height: 20px;
	font-weight: bold;
	font-size: 12px;
}

#GizliSepetIc .GSUrunAciklama a{
	color: #12556E;
	font-weight: bold;
	font-size: 12px;
	
}

#GizliSepetIc #GSToplamFiyat{
	padding-bottom: 10px;
	color: #BB3D3F;
	padding-left: 20px;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #D0D0D0;
	margin-top: 10px;
}

#GizliSepetIc #GSToplamIndirim{
	padding-bottom: 10px;
	color: #BB3D3F;
	padding-left: 20px;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #D0D0D0;
	margin-top: 10px;
}

#GizliSepetIc #GSToplamIndirimliFiyat{
	padding-bottom: 10px;
	color: #BB3D3F;
	padding-left: 20px;
	font-weight: bold;
	font-size: 14px;
	/*border-bottom: 1px solid #D0D0D0;*/
	margin-top: 10px;
}

#GizliSepetIc .GSSil{
	float: right;
	font-weight:  bold;
	font-size: 28px;
	color: #BB3D3F;
	cursor: pointer;
	margin: 10px 5px 0px 0px;
}

#GizliSepetIc #GSSepeteGitButon{
	text-align: center;
	height: 30px;
	line-height: 30px;
	background-color: #BB3D3F;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
	border-radius: 1px;
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
}
/*Gizli Sepet Bitiş*/

/*UstOrtaAlan BİTİŞ*/

/*BilgilendirmeSeridi Başlanğıç*/
.BilgilendirmeSeridi{
	width: 100%;
	background-color: #B8BDC2;
	color: #2E2E2E;
	font-size: 12px;
}

.BilgilendirmeSeridiIc{
	max-width: 1190px;
	margin-left: auto;
	margin-right: auto;
	min-height: 30px;
	line-height: 30px;
	padding-left: 10px;
}

.BilgilendirmeSeridiIc ul li{
	display: inline-block;
	margin-right: 20px;
}

.BilgilendirmeSeridiIc ul li i{
	font-size: 15px;
}
/*UstBilgilendirmeSeridi Bitiş*/

/*Menu Başlangıç*/
.f-nav{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
}


#Menu{width: 100%; background-color: #12556E;}



#MenuIc{max-width: 1200px; margin-left: auto; margin-right: auto; min-height: 35px; position: relative;}

#MenuIc > ul > li{
	display: inline-block;
	/*border-right: 1px solid #2B7B4C;*/
	height: 45px;
	line-height: 45px;
	padding-right: 10px;
	padding-left:10px;
}

#MenuIc ul > li > a{
	color: #FDC66A;
	font-weight: bold;
	font-size: 13px;
}

#MenuIc > ul > li > a:hover{color: white;}

#MenuIc > ul li.BorderRightNone{
	border-right: none;
}

#MarkalarMenu{
	display: none;
	position: absolute;
	width: 100%;
	min-height: 200px;
	z-index: 9004;
	background-color: white;
	left: 0px;
	top: 45px;
	padding: 15px;
	border-radius: 0px 0px 15px 15px;
	border-top: 2px solid  #FFFFFF;
	border-right: 1px solid #12556E;
	border-left: 1px solid #12556E;
	border-bottom: 1px solid #12556E;
}

#MarkalarMenu ul li{
	display: inline-block;
	width: 150px;
	margin: 10px;
}

#MarkalarMenu img{
	width: 150px;
	height: auto;
}

#MenuIc ul li.MarkaGoster:hover #MarkalarMenu{
	display: block;
}

#GenelMenu {position: relative; top: -1px; max-width: 1200px; margin-left: auto; margin-right: auto;}

#GenelMenu > ul{ 
	display: block; 
	position: absolute; 
	background-color: #12556E; 
	border-radius: 0px 0px 15px 15px; 
	width: 200px; 
	top: 0px;
	z-index: 9003;
	border: 1px solid #12556E;
	padding: 5px 10px;
}

#GenelMenu ul li{  border-top: 1px solid #105E2F; font-size: 13px; font-weight: bold;}

#GenelMenu ul li i{  font-size: 18px; font-weight: normal;}

#GenelMenu ul div.GizliGenelMenu{  display: none;}

#GenelMenu ul li.BorderTopNone{  border-top: none;}

#GenelMenu ul li a{display: block; color: white; height: 30px; line-height: 30px;}


/*Menu Bitiş*/

/*Mobil Menu Başlangıç*/
#MobilMenuGosterGizle{
	background-color: #12556E;
	padding: 7px 0 7px 10px;
	display: none;
}

#MobilMenuGosterGizle i{ 
	font-size: 25px; 
	color: #FFFFFF;
}

/*.sidr {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 190px;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 15px;
  background: #333;
  color: #fff;
  box-shadow: 0 0 5px 5px #222 inset;
}*/

.sidr .sidr-inner{
	padding: 0 0 15px;
}

.sidr ul{
	display:block;
	margin:0 0 15px;
	padding:0;
	/*border-top:1px solid #1a1a1a;
	border-bottom:1px solid #4d4d4d*/
}

.sidr ul li:first-child{
	border-top:1px solid #D2D2D2;
}

.sidr ul li{
	display:block;
	margin:0;
	line-height:40px;
	border-bottom:1px solid #D2D2D2;
}

.sidr ul li a,.sidr ul li span{
	padding:0 20px;display:block;text-decoration:none;color:#fff
}

.sidr ul li ul{
	border-bottom:none;margin:0
}

.sidr ul li ul li{
	line-height:40px;
}


.sidr ul li ul li a,.sidr ul li ul li span{padding-left:20px}

#BilgilendirmeUl{ 
	display:none; 
	background-color: #42B9C8;
}

#BilgilerimUl{ 
	display:none; 
	background-color: #42B9C8;
}


nav {
  overflow-y: auto;
  width: 200px;	
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 15px;
  background-color: #12556E;
  color: #fff;
  /*padding-right: .25em;*/
  position: fixed;
  left: -18em;
  top: 0;
 /* padding-top: 5em;*/
  box-sizing: border-box;
  z-index: 20;
  height: 100%;
 -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
 -ms-transition: all .3s;	
  transition: all .3s;
}

nav.active { left: 0; }

/*#mobile-nav {
  background: url(menu-icon.png);
  cursor: pointer;
  left: 2em;
  height: 30px;
  position: absolute;
  top: 2em;
  width: 30px;
  z-index: 30;
}*/

.js-close-left-slidebar{
position: relative;
top: -5px;	
display: block;
float: right;
width: 25px;
height: 25px;	
line-height: 25px;
text-align: center;
border: solid 3px #7F9097;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
border-radius: 50px;
font-family: Arial, "Trebuchet MS", Helvetica, "sans-serif";
font-weight: bold;
margin-top: 10px;	
margin-right: 10px;
cursor: pointer;
}

/*Mobil Menu Bitiş*/

/*4 AL ÜÇ ÖDE BAŞLANGIÇ*/
    
.DortAlUcOdeBanner{
    padding-bottom: 10px;
    padding-top: 10px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    border: 1px solid #5C5C5C;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: normal !important;
}
    
.DortAlUcOdeSure{
    font-size: 30px;
     color: #535353;
    margin-top: 5px;
}

.DortAlUcOdeSure i{
   color: #E8104C;
}

.DortAlUcOdeBaslik{
    color: #717171;
    font-size: 60px;
    margin-top: 10px;
    font-weight: bold;
}

.DortAlUcOdeBaslik i{ color: #E8104C !important; }

.DortAlUcOdeKampanyaIcerik{
    margin-top: 10px;
    font-size: 60px;
    font-family:  Tahoma, Helvetica, Arial, "Trebuchet MS" !important;
    font-weight: bold;
}

p.DortAlUcOdeKampanyaIcerik span:first-child{
    color: #535353;
}

p.DortAlUcOdeKampanyaIcerik span:last-child{
    color: #E8104C;
}


/*4 AL ÜÇ ÖDE BİTİŞ*/


/*ANASAYFA İNDİRİM KODU BİLGİLENDİRME BAŞLANGIÇ*/

	#IndexIndirimKoduAlan{
	padding-bottom: 20px;
    padding-top: 20px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    border: 1px solid #5C5C5C;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    /*font-weight: normal !important;*/	
	}

	#IndexIndirimKoduAlan h1{
	color: #768591;
	font-size: 30px;
	}

	#IndexIndirimKoduAlan p{
	margin-top: 40px;
	line-height: 24px;
	color: #768591;
	font-size: 35px;
	}

	.IndexIndirimKoduAlanRenkVurgusu{
	color: #E8104C;		
	}

	.IndexIndirimKoduBilgilendirmeBr{
	display: none;
	}
/*ANASAYFA İNDİRİM KODU BİLGİLENDİRME BİTİŞ*/

/*Slider Başlangıç*/
	
#SliderTasiyici{
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}

a.OncekiSlider, a.SonrakiSlider{
	position: absolute;
	border-radius: 50px;
	height: 50px;
	width: 50px;
	top:50%;
	margin-top: -25px;
	font-size: 35px;
	text-align: center;
	line-height: 50px;
	color: #56DB3F;
} 

.OncekiSlider{
	left: 10px;
}


.SonrakiSlider{
	right: 10px;
}


#SliderTasiyici ul li{
	width: 100%;
	float: left;
}


#SliderTasiyici ul li img{
	width: 100%;
}

/*Slider Bitiş*/

/* Mesaj Bırak Başlangıç*/
#MesajBirakAlan{
   max-width: 1180px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background-color: #01E675;
}
    
#MesajBirakAlanGorsel{
    float: left;
    width: 45%;
    text-align: center;
    padding-top: 20px;
}

#MesajBirakAlanGorsel img{
    width: 400px;
    height: auto;
}

#MesajBirakAlanForm{
  float: right;
    padding: 10px;
  width: -webkit-calc(50% - 20px);
	width: -moz-calc(50% - 20px);
	width: -o-calc(50% - 20px);
	width: -ms-calc(50% - 20px);
	width: calc(50% - 20px);
    margin-top: 20px;
}
#MesajBirakAlanAciklama{
    padding: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #5c5e70;
    text-align: center;
    margin-bottom: 10px;
    background-color: #ffd15c;
    
}
#MesajBirakAlanForm span{
	display: block;
	float: left;
	height: 40px;
	width: 30px;
	line-height: 40px;
	border: none;
	text-align: center;
	color: #12556E;
    background-color: #FFFFFF;
}

#MesajBirakAlanForm .MesajBirakText{
	display: block;
	float: left;
	height: 40px;
	width: -webkit-calc(100% - 32px);
	width: -moz-calc(100% - 32px);
	width: -o-calc(100% - 32px);
	width: -ms-calc(100% - 32px);
	width: calc(100% - 32px);
	border: none;
	margin-bottom: 10px;
	text-indent: 2px;

}

#MesajBirakMesajIcerik{
	width: -webkit-calc(100% - 7px);
	width: -moz-calc(100% - 7px);
	width: -o-calc(100% - 7px);
	width: -ms-calc(100% - 7px);
	width: calc(100% - 7px);
	height: 125px;
	padding: 5px 0 0 5px;
	background-image: url(../images/chat.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	line-height: 20px;
	text-indent: 20px;
	border: none;
}

#MesajBirakGonderButon{
	width: 100%;
	height: 40px;
	border: none;
	display: block;
	text-align: center;
	color: #FFFFFF;
	background-color: #ff525d;
	margin-top: 5px;
	cursor: pointer;
	font-weight: bold;
}

/* Mesaj Bırak Bitiş*/


/*Kampanya Paket Ürünler Başlangıç*/

#KampanyaPaketAlani{
	max-width: 1200px;
	margin: 20px auto;
}

#KampanyaPaketAlani a{
	color: #768591;
	font-size: 85px;
}

#KampanualiUrunAfis{
	float: left;
	width: 47%;
	padding: 10px 0px;
	background: #E1E1E1;
	text-align: center;
	
}

#PaketUrunAfis{
	float: right;
	width: 47%;
	padding: 10px 0px;
	background: #E1E1E1;
	text-align: center;
}

#KampanualiUrunAfis p, #PaketUrunAfis p{ text-align: center; font-size: 26px; color: #768591}

/*Kampanya Paket Ürünler Başlangıç*/


/*Kategori Banner Başlangıç*/

#KategoriBanner{
	max-width: 1200px;
	margin: 20px auto 0 auto;
	height: auto;
}

#KategoriBanner img{
	width: 100%;
	
}

/*Kategori Banner Bitiş*/

/*Urunler Başlangıç*/

#Urunler{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	font-family: "Helvetica Neue", "Trebuchet MS", Arial, Helvetica !important;
	color: #768591;
	
}

#UrunlerBaslik{
	text-align: right;
	padding-right: 10px;
	margin-top: 20px;
}

#UrunlerBaslik h1{ 
	font-size: 20px;
	-webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
}

/*Filtre*/

#FiltreGoseterTemizleAlan{
	border: 1px solid #D5D5D5;
	padding: 10px;
}

#FiltreGosterGizle{ cursor: pointer; float: left; border-radius: 3px; border: 1px solid #B7B7B7; padding: 5px;}

#FiltreGosterGizle i{font-size: 16px}

#FiltreGosterGizle span{font-size: 11px; font-weight: bold;}

#TumFiltreleriTemizle{  cursor: pointer; float: right; border-radius: 3px; border: 1px solid #B7B7B7; padding: 5px;}

#TumFiltreleriTemizle i{font-size: 16px}

#TumFiltreleriTemizle span{font-size: 11px; font-weight: bold;}


#SecilenFiltreler{
	
	margin: 20px 0px;
}

#SecilenFiltreler ul li{
	display: inline-block;
	border: none;
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	border-radius: 5px;
	background-color: #1fa67a;
	margin: 5px;	
}

#SecilenFiltreler ul li i{
	font-size: 20px;
	font-weight: normal !important;
	margin-right: 3px;
}

#FiltreMenu{  display: none; height: auto; border: 1px solid #D5D5D5;; margin-top: 10px; padding-bottom: 10px;}

#FiltreMenu > ul > li{
	display: inline-block;
	width: 165px;
	padding: 10px 5px 10px 5px;	
	margin: 10px 10px 0px 10px;
	background-color: #E1E1E1;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
}

#Urunler #FiltreMenu > ul > li i{float: right;}

div.SecimAlan{
	border-top: 5px solid #1F1F1F;
	position: absolute;
	display: none;
	padding: 10px 0px;
	background-color: #E1E1E1;
	left: 0;
	right: 0;
	z-index: 9005;
	width: 100%;
}

div.SecimAlanIc{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	height: 300px;
	overflow-x: auto;
	position: relative;
}

div.SecimAlanIc > ul{
	text-align: left;
}

div.SecimAlanIc > ul > li{
	min-width: 200px;
	display: inline-block;
	margin: 10px 10px 10px 10px;
}

/*Filtre*/

/*Ürün Sayfalama Başlangıç*/
	
.UrunlerSayfalama,.UrunlerFiltreSayfalama{
	text-align: center;
	margin-top: 10px;
	border: 1px solid #D5D5D5;
	padding: 3px;
}


.UrunlerSayfalama li,.UrunlerFiltreSayfalama li{
	display:  inline-block;
	font-weight: bold;
	color: #E1E1E1;
	min-width: 20px;
	height: 20px;
	padding: 3px;
	border: 1px solid #B5B5B5;
	background-color: #768591;
	text-align: center;
	line-height: 20px;
	cursor: pointer;
	margin-right: 2px;
}

.UrunlerSayfalamaAktifLi{
	background-color: #1fa67a !important;
	border: 1px solid #1fa67a !important;
	
}

.UrunlerSayfalama li:hover,.UrunlerFiltreSayfalama li:hover{ border-radius: 10px;}
/*Ürün Sayfalama Başlangıç*/

/*Ürün Filtre Sayfalama Başlangıç*/

.UrunlerFiltreSayfalama{
	margin: 10px 0px;
}

.UrunlerFiltreSayfalama select{
	
	padding: 5px;
}

.UrunlerFiltreSayfalama span{
	display: inline-block;
	font-weight: bold;
	color: #E1E1E1;
	min-width: 20px;
	height: 20px;
	padding: 3px;
	border: 1px solid #B5B5B5;
	background-color: #768591;
	text-align: center;
	line-height: 20px;
	cursor: pointer;
	margin: 0 2px;
}

/*Ürün Filtre Sayfalama Başlangıç*/

#Urunler > ul#UrunlerUl{
	display: block;
	text-align: center;
	background-color: #F7F7F7;
	padding-bottom: 10px;
	margin-top: 10px;
    font-size: 0;
}

#Urunler ul#UrunlerUl li{
	position: relative;
	display: inline-block;
	padding: 10px;
	width: 22.3%;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #FFFFFF;
}

.UrunListDortAlUcOdeBildirimi{
    padding: 5px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #BA0B56;
    border-radius: 2px;
    margin-bottom: 5px;
}

.UrunlerUlKampanyaMesaj{
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 30px;
    line-height: 30px;
    background-color: #932B2D;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

#Urunler > ul#UrunlerUl > li > div.UGLSatir1{
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 10px;
	
}

#Urunler > ul#UrunlerUl > li > div.UGLSatir1 span{
	font-weight: bold;
	font-size: 20px;	
}

#Urunler > ul#UrunlerUl > li > div.UGLSatir1 span.KapsulYazi{
	font-weight: normal;
	font-size: 12px;	
}

.UrunlerUlResimAlan{
}

.UrunlerUlResimAlan img{
    height: 300px;
    width: auto;
}

.UGLSatir2{
	position: relative;
	height: 25px;
}

.UGLSatir2 span.AsilFiyat{
	position: absolute;
	top: 10px;
	left: 5px;
	font-size: 17px;
	text-decoration-line: line-through;
    text-decoration-color: red;
   -webkit-text-decoration-line: line-through;
    -webkit-text-decoration-color: red;
}

.UGLSatir2 span.AsilFiyat i{
	font-size: 14px !important;
}

.UGLSatir2 span.IndirimliFiyat{
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 26px;
}

.UGLSatir2 span.IndirimliFiyat i{
	color: #DA5E60 !important;
	font-size: 24px !important;
}

#Urunler > ul#UrunlerUl > li > div.UGLSatir3{
	text-align: center;
	font-size: 26px;
	color: #768591;
	margin-top: 10px;
	background-color: #E1E1E1;
	padding: 5px;
	cursor: pointer;
}

#Urunler > ul#UrunlerUl > li > div.UGLSatir4{
	text-align: center;
	font-size: 26px;
	color: #768591;
	margin-top: 10px;
	padding: 5px;
}

#Urunler > ul#UrunlerUl > li > div.UGLSatir4 i{
	display: inline-block;
	margin-right: 15px;
	cursor: pointer;
}

#Urunler > ul#UrunlerUl > li div.GizliSoruSorAlan{
	position: absolute;
	min-width: 200px;
	height: auto;
	padding: 20px 20px 20px 20px;
	background-color: #768591;
	text-align: left;
	top: 30px;
	left: 50%;
	margin-left: -120px;
	z-index: 9007;
	border-radius: 2px;	
}

#Urunler > ul#UrunlerUl > li div.GizliSoruSorAlan .BosAlanUyari{
	background-color: #5F707E;
	color: #FFFFFF;
}

#Urunler > ul#UrunlerUl > li div.GizliSoruSorAlan p{
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #BB3D3F;
	border-radius: 1px;
	font-size: 14px;
}


#Urunler > ul#UrunlerUl > li div.GizliSoruSorAlan label{
	display: block;
	color: #FFFFFF;
	text-indent: 5px;
	margin-top: 4px;
	font-size: 13px !important;
	font-weight: bold !important;
}

#Urunler > ul#UrunlerUl > li div.GizliSoruSorAlan .GSSInputText{
	height: 26px;
	width: 100%;
	border: none;
	border-radius: 1px;
}

#Urunler > ul#UrunlerUl > li div.GizliSoruSorAlan #GSSMesaj{
	width: 100%;
	height: 80px;
	border: none;
}

#Urunler > ul#UrunlerUl > li div.GizliBeniArayinAlan{
	position: absolute;
	min-width: 200px;
	height: auto;
	padding: 20px 20px 20px 20px;
	background-color: #768591;
	text-align: left;
	top: 70px;
	left: 50%;
	margin-left: -120px;
	z-index: 9008;
	border-radius: 2px;	
}

#Urunler > ul#UrunlerUl > li div.GizliBeniArayinAlan .BosAlanUyari{
	background-color: #5F707E;
	color: #FFFFFF;
	
}

#Urunler > ul#UrunlerUl > li div.GizliBeniArayinAlan #GBATelefon{
	width: 175px;
	height: 30px;
	text-indent: 10px;
	border: none;
	display: block;
	float: left;
}


#Urunler > ul#UrunlerUl > li div.GizliBeniArayinAlan span{
	display: block;
	float: left;
	height: 30px;
	width: 25px;
	background-color: #FFFFFF;
	line-height: 30px;
	text-indent: 3px;
	font-size: 22px;
	color: #BB3D3F;
}


#Urunler > ul#UrunlerUl > li div.SepeteEklendiUyari{
	position: absolute;
	min-width: 200px;
	height: auto;
	padding: 20px 20px 20px 20px;
	background-color: #1fa67a;
	top: 150px;
	left: 50%;
	margin-left: -120px;
	z-index: 9007;
	border-radius: 2px;	
	text-align: center;
	color: #FFFFFF;
	line-height: 24px;
}

#Urunler > ul#UrunlerUl > li div.SepeteEklendiUyari div.SEUTamamKapa{

	background-color: #BB3D3F;
	margin: 10px auto 0px auto;
	width: auto;
	height: 35px;
	line-height: 35px;
	border-radius: 1px;
	cursor: pointer;
}

#Urunler > ul#UrunlerUl > li div.SepeteEklendiUyari i{  font-size: 35px;}
/*Urunler Bitiş*/

/*İletişim Sayfası Başlangıç*/

#IletisimSayfa{
	max-width: 1160px;
	margin: 10px auto 0px;
	padding: 20px;
	color: #4B4B4B;
}

#IletisimSayfa .BosAlanUyari{
	width: -webkit-calc(92% - 9px);
	width: -moz-calc(92% - 9px);
	width: -o-calc(92% - 9px);
	width: -ms-calc(92% - 9px);
	width: calc(92% - 9px);	
	border-radius: 0px;
	height: 35px;
	line-height: 35px;
	color: #FFFFFF;
	
}

#IletisimBilgileri{
	margin-top: 10px;

}

#IletisimBilgileri ul li{
	display: block;
	border-bottom: 1px solid #E7E7E7;
	padding: 15px 0px;
	font-size: 13px;
}

#IletisimBilgileri ul li:first-child span:first-child{ float: left;}

#IletisimBilgileri ul li:first-child span:last-child{ float: right;}

#IletisimBilgileri ul li i{
	font-size: 22px;
	color: #12556E;
}

#IletisimBilgileri ul li:last-child i{ font-size: 18px; margin-right: 6px;
}

#IletisimFormuAlani{
	margin-top: 20px;
}

#IletisimFormuAlani h1{
	color: #12556E;
	margin-bottom: 10px;
	font-size: 18px;
}

#IletisimFormuSol{
	float: left;
	width: 50%;
}

#IletisimFormuSag{
	float: right;
	width: 50%;
}

#IletisimFormuAlani span{
	display: block;
	float: left;
	height: 35px;
	width: 30px;
	line-height: 35px;
	border-radius: 0px 0px 0px 1px;
	border: none;
	margin-bottom: 10px;
	border-left: 1px solid #D0D0D0;
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	border-right: none;
	text-align: center;
	color: #12556E;
}

#IletisimFormuAlani .IletisimText{
	display: block;
	float: left;
	height: 35px;
	width: -webkit-calc(92% - 32px);
	width: -moz-calc(92% - 32px);
	width: -o-calc(92% - 32px);
	width: -ms-calc(92% - 32px);
	width: calc(92% - 32px);
	border-radius: 0px 1px 0px 0px;
	border-left: none;
	border-top: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	margin-bottom: 10px;
	text-indent: 2px;
}

#IletisimMesaj{
	width: -webkit-calc(100% - 7px);
	width: -moz-calc(100% - 7px);
	width: -o-calc(100% - 7px);
	width: -ms-calc(100% - 7px);
	width: calc(100% - 7px);
	height: 125px;
	padding: 5px 0 0 5px;
	background-image: url(../images/chat.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	line-height: 20px;
	text-indent: 20px;
	border: 1px solid #D0D0D0;
}

#IletisimFormuSag .FormGonder{
	margin-top: 12px;
	
}

/*İletişim Sayfası Bitiş*/

/*Sepetim Başlangıç*/

#SepetimSayfa{
	max-width: 1180px;
	
	padding: 0px 10px;
	margin: 50px auto 0;
}

#SepetimSayfa h1{
	text-align: left;
	color: #768591;
	font-size: 30px;
	background-color: #D1D5D7;
	padding: 5px 15px;
	font-weight: normal;
}

#SepetKampanyaBaslik{
    text-align: left;
	color: #FFFFFF;;
	font-size: 20px;;
	background-color: #D92F6B;
	padding: 5px 15px;
	font-weight: normal;
}

#SepetimSayfa div.SepetUrunSatir{
	padding: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #768591;
	border: 1px solid #CBCBCB;
	margin: 10px 0px;
	position: relative;
}

.DortAlUcOdeBildirimi{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    color: #FFFFFF;
    background-color: #DE1846;
    font-weight: bold !important;
    padding: 3px;
}

#SepetimSayfa div.SepetUrunResim{
	float: left;
	text-align: center;
	width: 70px;
	margin-left: 5px;
}

#SepetimSayfa div.SepetUrunResim img{
	height: 120px;
	width: auto;
}

#SepetimSayfa div.SepetUrunAd{
	float: left;
	margin: 55px 0 0 10px;
	height: 30px;
	width: 22%;

}

#SepetimSayfa div.SepetUrunAd span{
	font-size: 12px;
	font-weight: normal;
}

#SepetimBr{
	display: none;
}

#SepetimSayfa div.SepetUrunAdet{
	float: left;
	margin: 50px 0px 0px 0px;
	height: 30px;
	line-height: 30px;
	width: 23%;
	text-align: center;
}


#SepetimSayfa div.SepetUrunAdet span{
	display: inline-block;
	width: 30px;
	text-align: center;
	background-color: #D2D2D2;
	cursor: pointer;
}

#SepetimSayfa div.SepetUrunAdet .SepetimUrunAdetAlan{

	background-color: #F3F3F3;
	width: 45px;
	display: inline-block;
	height: 30px;
	border: none;
	text-align: center;
	font-weight: bold;
	font-family: Helvetica, "Helvetica Neue", Arial, "Trebuchet MS";
	color: #58636E;
	font-size: 13px;
}

#SepetimSayfa div.SepetUrunFiyat{
	float: left;
	margin: 50px 0px 0px 0px;
	height: 30px;
	line-height: 30px;
	width: 17%;
	text-align: center;
}


#SepetimSayfa div.SepetUrunToplamFiyat{
	float: left;
	margin: 50px 0px 0px 0px;
	height: 30px;
	line-height: 30px;
	width: 17%;
	text-align: center;
}

#SepetimSayfa div.SepetimUrunSil{
	cursor: pointer;
	font-size: 28px;
	position: absolute;
	color: #BB3D3F;
	width: 28px;
	height: 28px;
	overflow: hidden;
	top: 50%;
	margin-top: -14px;
	right: 10px;
}

#SepetGenelToplam{
	padding: 7px;
	background-color: #1fa67a;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	font-size: 24px;
}

#SepetIndirim{
	padding: 7px;
	background-color: #1fa67a;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	font-size: 24px;
}

#SepetToplamIndirim{
	padding: 7px;
	background-color: #C51248;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	font-size: 24px;
}

#SepetIndirimliToplam{
	padding: 7px;
	background-color: #C51248;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	font-size: 24px;
}

#SepetAlisVeris{
	float: left;
	padding: 15px;
	min-width: 160px;
	margin-top: 20px;
	background-color: #D1D5D7;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	color: #768591;
	text-decoration: none;
	display: block;
}

#SepetSatinAl{
	float: right;
	padding: 15px;
	min-width: 160px;
	margin-top: 20px;
	background-color: #D1D5D7;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	color: #768591;
	text-decoration: none;
	display: block;
}


/*#SepetAlisVeris a,#SepetSatinAl a{
	color: #768591;
	text-decoration: none;
}*/

/*Sepet İndirim Kodu Alan Başlangıç*/
#IndirimKoduAlan{
	margin-top: 10px;
	padding: 10px 0px;
}

#IndirimKoduAlan label{
	display: block;
	text-indent: 3px;
	font-size: 13px;
	font-weight: bold;
	color: #768591;
	margin-bottom: 3px;	
	
}

#IndirimKoduAlan #IndirimKodu{
	border-top: 1px solid #949494;
	border-left: 1px solid #949494;
	border-bottom: 1px solid #949494;
	border-right: none;
	float: left;
	height: 35px;
	width: 200px;
	text-indent: 5px;
	display: block;
}

#IndirimKodu::-webkit-input-placeholder{
	font-size: 14px;
	line-height: normal;
}

#IndirimKodu::-ms-input-placeholder{
	font-size: 14px;
	line-height: normal;
}

#IndirimKodu::-moz-placeholder{
	font-size: 14px;
	line-height: normal;
}

.IndirimKoduPlaceholderFontSize::-webkit-input-placeholder{
	font-size: 14px;
	line-height: normal;
}

.IndirimKoduAktif{
	background-color: #1fa67a;
	color: white;
	font-size: 12px;
	font-weight: bold;
}


#IndirimKoduAlan #IndirimKoduGonder{
	display: block;
	float: left;
	padding: 0px 10px;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
	height: 37px;
	line-height: 35px;
	text-align: center;
	background-color: #BB3D3F;
	color:#FFFFFF;
	border: none;
	
}

#IndirimKoduAlan #IndirimKoduKaldir{
	display: block;
	float: left;
	padding: 0px 10px;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
	height: 37px;
	line-height: 35px;
	text-align: center;
	background-color: #BB3D3F;
	color:#FFFFFF;
	border: none;
	
}
/*Sepet İndirim Kodu Alan Bitiş*/
/*Sepetim Bitiş*/

/*Kargo Tahsilat Başlangıç*/

#KargoTahsilatSayfa{
	max-width: 1180px;
	padding: 10px;
	margin: 50px auto 0px;
	color: #484848;
	border: 1px solid #BEBEBE;
}

#KargoTahsilatSayfa h1{
	color: #12556E;
	font-size: 24px;
	margin-bottom: 10px;
}

#KargoTahsilatSayfa p {
	line-height: 24px;
	font-size: 16px;
}

#KargoTahsilatSayfa i {
	color: #12556E;
	font-size: 24px;
}

#KargoTahsilatSayfa strong {
	color: #12556E;
}

#KargoIslemleri{
	border-bottom: 1px solid #B9B9B9;
	padding-bottom: 20px;
}

#OdemeIslemleri{
	margin-top: 20px;
}

#OdemeIslemleri ul li{
	display: block;
	padding: 10px 0px;
	border-bottom: 1px solid #DFDFDF;
	line-height: 24px;
	
}

#OdemeIslemleri ul li:last-child{
	border-bottom: none;
}
/*Kargo Tahsilat Başlangıç*/


/*Giriş Yap/Kayıt ol Başlangıç*/

#KayitOlGirisYapSayfa{
	max-width:1200px;
	margin: 0px auto;
}

#KayitOlGirisYapFormAlan{
	width: 40%;
	margin: 20px auto 20px;
	padding: 20px;
	background-color: #1FA67A;
	border-radius: 5px;
}

#KayitOlGirisYapFormAlan h1{
	font-size: 35px;
	text-align: left;
	color: #FFFFFF;
	margin-bottom: 10px;
}

#KayitOlGirisYapFormAlan .BosAlanUyari{
	min-height: 30px;
	line-height: 30px;
	width: 99%;
	padding: 0 !important;
}

#KayitOlGirisYapFormAlan label#BeniHatirlaLabel{
	display: inline-block;
}

#KayitOlGirisYapFormAlan #BeniHatirla{
	position: relative;
	top: 1px;
}

#KayitOlGirisYapFormAlan label{
	display: block;
	color: #FFFFFF;
	text-indent: 5px;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
}

#KayitOlGirisYapFormAlan .KayitOlGirisYapInputText{
	width: -webkit-calc(99% - 34px);
	width: -moz-calc(99% - 34px);
	width: -o-calc(99% - 34px);
	width: -ms-calc(99% - 34px);
	width: calc(99% - 34px);
	height: 36px;
	float: left;
	display: block;
	margin-bottom: 15px;	
	border: none;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-box-shadow: 0 0 0 100px white inset !important;
    filter: none;
}

#KayitOlGirisYapFormAlan span{
	background-color: #FFFFFF;
	width: 34px;
	text-align: center;
	line-height: 36px;
	display: block;
	float: left;
	border: none;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	margin-right: -1px
}

#KayitOlGirisYapFormAlan span i{
	color: #12556E;
}
#KayitOlGirisYapFormAlan p{
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	margin-bottom: 5px;
}

#KayitOlGirisYapFormAlan a{
	color: #FFFFFF;
	text-decoration: underline;
}

#KayitOlGirisYapFormAlan .FormGonder{
	border-radius: 3px;
	width: 99%;
	font-size: 13px !important;
}

#UyeBildirimIslemleri{
	background-color: rgba(43,43,43,0.70);
	height: 100%;
	width: 100%;
	padding-top: 100px;
	position: fixed;
	z-index: 9999;
	display: none;
}

#UyeBildirimIslemleriIc {
	position: absolute;
	width: 200px;
	padding: 20px;
	background-color: #1fa67a;
	z-index: 950;
	top: 30%;
	left: 50%;
	margin-left: -120px;
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	border-radius: 5px;
}

#UyeBildirimIslemleriIc span i{
	color: #FFFFFF;
	font-size: 60px !important;
}

/*Giriş Yap/Kayıt ol Başlangıç*/

/*Ürün Detay Başlangıç*/

#UrunDetaySayfa{
	padding: 10px;
	max-width: 1180px;
	margin: 50px auto 0px;
	
}


#UrunDetay4al3odeBaslikMobil{
    color: #CE1250;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    display: none;
}

#UrunDetay4al3odeBaslik{

    color: #CE1250;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

#UrunDetayBolum1{
	float: left;
	padding-left: 20px;
	width:200px;
}


#UrunDetayBolum2{
	float: left;
	margin-left: 20px;
	padding: 10px;
	width: -webkit-calc(100% - 280px);
	width: -moz-calc(100% - 280px);
	width: -o-calc(100% - 280px);
	width: -ms-calc(100% - 280px);
	width: calc(100% - 280px);
}


#UrunDetayBaslik{
	font-weight: bold;
	font-size: 30px;
	color: #768591;
}


#UrunDetayAciklama {
	font-weight: bold;
	font-size: 12px;
	color: #768591;
	margin-top: 5px;
	line-height: 18px;
}

#UrunDetayAdet{
	margin-top: 20px;
	font-weight: bold;
	font-size: 14px;
	color: #494949;
	height: 30px;
	line-height: 30px;
}

#UrunDetayBolum2 span.UrunDetayAdetSpan{
	background-color: #FFFFFF !important;
	margin-right: 10px;
	display: inline-block;
	color: #12556E;
}

#UrunDetayBolum2 div#UrunDetayAdet span{
	display: inline-block;
	width: 40px;
	text-align: center;
	background-color: #D2D2D2;
	cursor: pointer;
	height: 30px;
}

#UrunDetayBolum2 div#UrunDetayAdet .UrunDetayAdetAlan{

	background-color: #F3F3F3;
	width: 50px;
	display: inline-block;
	height: 30px;
	border: none;
	text-align: center;
	font-weight: bold;
	font-family: Helvetica, "Helvetica Neue", Arial, "Trebuchet MS";
	color: #58636E;
	font-size: 14px;
}

#UrunDetayAsilFiyat{
	position: relative; 
	color: #949494; 
	font-size: 18px;
	margin-top: 20px;
}

#UrunDetayAsilFiyatCizgi{
	position: absolute; 
	height: 1px; 
	width: 80px;
	top: 50%; 
	margin-top: -1px; 
	background-color: red;
	left: -4px;
}

#UrunDetayFiyat{
	font-size: 30px;
	color: #BB3D3F;
	font-weight: bold;
}

#UrunDetaySoruSor,#UrunDetaySepeteEkle{
	margin-top: 20px;
	background-color: #1FA67A;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
	border-radius: 2px;
	cursor: pointer;
	width: 243px;
	padding: 11px 0;
	text-align: center !important;
	position: relative;
}

#UrunDetaySoruSor i,#UrunDetaySepeteEkle i{
	font-size: 24px;
}


#UrunDetayStoktaYok{
	margin-top: 20px;
	background-color: #BE3441;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
	border-radius: 2px;
	cursor: pointer;
	width: 243px;
	padding: 11px 0;
	text-align: center !important;
	position: relative;
}

#UrunDetayStoktaYok i{
	font-size: 24px;
}

#UrunDetayStokSonKullanmaTarihi{
	margin-top: 20px;
	
}

#UrunDetayStokSonKullanmaTarihi ul li{
	display: inline-block;
	margin: 0px 5px 0px 0px;
	font-size: 13px;
	color: #768591;
	border: 1px solid #B4B4B4;
	border-radius: 3px;
	padding: 5px;
}

#UrunDetayStokSonKullanmaTarihi ul li span{
	font-size: 18px;
	
}

#UrunDetaySosyalMedyaPaylasButon{
	margin-top: 15px;
}

#UrunDetaySosyalMedyaPaylasButon ul li{
	
	display: inline-block;
	margin-right: 1px;
}

#UrunDetaySosyalMedyaPaylasButon ul li a{
	color: #768591;
	font-size: 24px;
	-webkit-transition: color 300ms ease-in;
    -moz-transition: color 300ms ease-in;
	-o-transition: color 300ms ease-in;
    -ms-transition: color 300ms ease-in;
	transition: color 300ms ease-in;
}

#UrunDetaySosyalMedyaPaylasButon ul li a:hover{color: #BB3D3F;}

#UrunDetayOdemeSecenekleri{
	margin-top: 10px;
	padding: 10px;
	border-top: 1px solid #CBCBCB;
}

#UrunDetayOdemeSecenekleriBaslik{
	font-weight: bold;
	font-size: 14px;
	color: #12556E;
}

#UrunDetayOdemeSecenekleriBaslik i{

	font-size: 18px;

}

#UrunDetayOdemeSecenekleri ul{
	margin-top: 10px;
}

#UrunDetayOdemeSecenekleri ul li{
	display: inline-block;
	margin: 0px 5px 0px 0px;
	font-size: 13px;
	color: #768591;
	border: 1px solid #B4B4B4;
	border-radius: 3px;
	padding: 5px;
	
}

#UrunDetayOdemeSecenekleri ul li span{
	font-size: 18px;
	margin-right: 3px;
}

#UrunDetayOzellikler{
	border-top: 1px solid #CBCBCB;
	margin-top: 10px;
	padding: 10px;
}

#UrunDetayOzellikler p{
	font-weight: bold;
	font-size: 14px;
	color: #12556E;
	margin-bottom: 10px;
}

#UrunDetayOzellikler p i{
	font-size: 18px;
}

#UrunDetayOzellikler ul li{
	display: inline-block;
	margin-right: 10px;
	font-size: 13px;
	color: #768591;
	border: 1px solid #B4B4B4;
	padding: 4px;
	border-radius: 3px;
}

.AktifBilesenlerWidth{
	display: inline-block;
	min-width: 140px;
}

#UrunDetayOzellikler ul li span{
	font-weight: bold;
	margin-right: 5px;
}

#UrunDetayIcindekiler{
	margin: 10px 0px 0px 0px;
	padding: 10px;
	border-top: 1px solid #CBCBCB;
}

#UrunDetayIcindekiler p{
	font-weight: bold;
	font-size: 14px;
	color: #12556E;
	margin-bottom: 10px;
	
}

#UrunDetayIcindekiler p i{
	font-size: 18px;
}

/*#UrunDetayIcindekiler ul li{
	display: inline-block;
	margin: 5px 0px;
	font-size: 13px;
	height: 17px;
	line-height: 17px;
	color: #768591;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #B4B4B4;
	padding: 5px 0 5px 0;
	min-width: 200px;
}*/

table#UrunBilesenleriTablosu{
	border: 1px solid #C2C9CF;
	padding: 5px;
	border-collapse: collapse;
	width: auto;
	background-color: white;
}

table#UrunBilesenleriTablosu tr:nth-of-type(even){
	background-color: #F4F4F4;
}

table#UrunBilesenleriTablosu th{
	border: 1px solid #C2C9CF;
	text-align: left;
	font-size: 13px;
	color: #768591;
	padding: 10px;
}

table#UrunBilesenleriTablosu th:first-child{width: 250px;}

table#UrunBilesenleriTablosu th:last-child{width: 100px;}


table#UrunBilesenleriTablosu td{
	font-size: 13px;
	color: #768591;
	border: 1px solid #C2C9CF;
	padding: 10px;
}

table#UrunBilesenleriTablosu td:first-child{width: 250px;}

table#UrunBilesenleriTablosu td:last-child{width: 100px;}
/*Ürün Detay Bitiş*/

/*Adres Başlangıç*/

#AdresSayfa{
	padding: 10px;
	max-width: 1180px;
	margin: 40px auto 0px;
	min-height: 800px;
}

#AdresSayfaBaslik{
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	background-color: #1fa67a;
	padding: 6px;
	margin-bottom: 10px;
}

#AdresAlan{
	float: left;
	width: 50%;
	min-height: inherit;
}

.AdresBaslik{
	font-weight: bold;
	font-size: 24px;
	color: #768591;
}

#AdresAlan div.InputKapsayici{
	border: 1px solid #BBBBBB;
	margin-top: 15px;
	border-radius: 5px;
	padding: 5px 5px 1px 10px;
	font-size: 14px;
	color: #AAAAAA;
	width: 97%;
	position: relative;
}

#AdresAlan div.InputKapsayici label{
	display: block;
}

#AdresAlan div.InputKapsayici span.AdresBosAlanUyari{
	color: #FFFFFF;
	margin-left: 20px;
	position: absolute;
	right: 5px;
	bottom: 1px;
}

#AdresAlan div.InputKapsayici span.AdresBosAlanUyari i{
font-size: 17px;
}

#AdresAlan .AdresInputClass{
	border: none;
	width: 100%;
	height: 20px;
}

.AdresTextarea{
	border: none;
	width: 100%;
	height: 70px;
}


.CheckboxRadioButtonAlan{
	margin-top: 15px;
	font-size: 13px;
	color: #7C7C7C;
	font-weight: bold;
	border: 1px solid #B0B0B0;
	width: 98%;
	padding: 5px;
}

.CheckboxRadioButtonAlan #FaturaBilgi{
	position: relative;
	top: 1px;
}

.AdresGonderSubmit{
	height: 40px;
	line-height: 40px;
	width: -webkit-calc(97% + 17px);
	width: -moz-calc(97% + 17px);
	width: -o-calc(97% + 17px);
	width: -ms-calc(97% + 17px);
	width: calc(97% + 17px);
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	border-radius: 3px;
	border: none;
	background-color: #BB3D3F;
	cursor: pointer;
}

#AdresParagrafBosAlanUyari{
	width: 98%;
	padding: 5px;
	text-align: center;
	background-color: #1fa67a;
	color: #FFFFFF;
	margin: 5px 0px;
	font-size: 12px;
	font-weight: bold;
	border-radius: 4px;
}

/*AdresKayitliAdresFatura Başlangıç*/
.AdresKayitliAdresFaturaBolum{
	padding: 10px;
	border: 1px solid #C7C7C7;
	margin-bottom: 20px;
}

.AdresKayitliAdresFaturaBolumBaslik{
	color: #768591;
	font-size: 15px;
	font-weight: bold;
}

.AdresKayitliAdresFatura{
	padding: 10px;
	border: 1px solid #D5D5D5;
	margin-top: 10px;
	position: relative;
}


.AdresKayitliAdresFatura:hover{
	border: 2px solid #1fa67a;
	border-radius: 3px;
}

.AdresSecimClass{
	border:2px solid #1fa67a;
	border-radius:3px;
}

.FaturaSecimClass{
	border:2px solid #1fa67a;
	border-radius:3px;
}

.AdresKayitliAdresFaturaBaslik{
	font-weight: bold;
	font-size: 14px;
	color: #768591;
	border-bottom: 1px solid #768591;
	padding-bottom: 5px;
}

.AdresKayitliAdresFaturaBaslik i{
	font-size: 22px;
	color: #1fa67a;
}

.AdresKayitliAdresFaturaBaslik label{
	display: block;
	cursor: pointer;
}
.AdresKayitliAdresFaturaBaslik label input{
	float: right;
}

.AdresKayitliAdresFaturaIcerik{
	font-size: 14px;
	color: #768591;
	margin: 10px 0px;
	line-height: 24px;
}

.AdresKayitliAdresFaturaIcerik strong{
	display: inline-block;
	min-width: 55px;
}

.AdresKayitliAdresFaturaDuzenle{
	float: left;
	font-size: 22px;
	color: #1fa67a; 
	cursor: pointer;
}


.AdresKayitliAdresFaturaSil{
	float: right;
	font-size: 22px;
	color: #BB3D3F; 
	cursor: pointer;
}

.YeniAdresEkleAdresFaturaGuncelleVazgecButon{
	background-color: #768591;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	cursor: pointer;
	color: #FFFFFF;
	text-align: center;
}

#KayitliAdresYokOdemeyeGecButon{
	background-color: #BB3D3F;
	padding: 11px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	cursor: pointer;
	color: #FFFFFF;
	text-align: center;
}
/*Adres Fatura Sil Onay Kutusu*/
.AdresFaturaSilOnayKutusu{
	width: 220px;
	padding: 10px 0;
	background-color: #C4C4C4;
	color: #FFFFFF;
	font-size: 13px;
	border-radius: 3px;
	position: absolute;
	left: 50%;
	margin-left: -110px;
	top: 30px;
	text-align: center;
	height: 60px;
}

.AdresFaturaSilOnayButon,.AdresFaturaSilVazgecButon{
	display: inline-block;
	text-align: center;
	width: 70px;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	font-weight: bold;
	background-color:#676767;
	margin: 18px 20px 0;
	cursor: pointer;
	font-size: 13px;
}

/*Adres Fatura Sil Onay Kutusu Bitiş*/
/*AdresKayitliAdresFatura Bitiş*/

/*Adres Sepet Alan Başlangıç*/
#AdresSepetAlan{
	float: right;
	width: 43%;
	border: 1px solid #B1B1B1;
	min-height: inherit;
	padding: 20px 10px;
}

.AdresSepetUrunAlan{
    position: relative;
	padding: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}

.AdresSepetUrunIndirimBildirimi{
   position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    color: #FFFFFF;
    background-color: #DE1846;
    font-weight: bold !important;
    padding: 3px;
}

.AdresSepetResim{
	position: relative;
	float: left;
	border-radius: 5px;
	padding: 5px 5px;
	text-align: center;
	width: 60px;
	border: 1px solid #E1E1E1;
}

.AdresSepetResim img{
	width: auto;
	height: 120px;
	vertical-align: middle;
}

.AdresSepetAdet{
	position: absolute;
	top: -12px;
	right: -12px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	font-size: 15px;
	font-weight: bold;
	border-radius: 30px;
	background-color: #1fa67a;
	color: #FFFFFF;
}

.AdresSepetUrunAdi{
	float: left;
	margin: 25px 0 0 10px;
	font-size: 14px;
	font-weight: bold;
	color: #768591;
	line-height: 20px;
}

.AdresSepetUrunAdi span{
	font-size: 12px;
	line-height: 5px;
}

.AdresSepetUrunFiyat{
	float: right;
	margin: 25px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #768591;
	line-height: 20px;
}

#AdresSepetIndirimKoduAlan{
	margin-top: 30px;
	padding: 0 0 10px 10px;
	
}


#AdresSepetIndirimKoduAlan label{
	display: block;
	text-indent: 3px;
	font-size: 13px;
	font-weight: bold;
	color: #768591;
	margin-bottom: 3px;	
	
}

#AdresSepetIndirimKoduAlan #AdresSepetIndirimKodu{
	border-top: 1px solid #949494;
	border-left: 1px solid #949494;
	border-bottom: 1px solid #949494;
	border-right: none;
	float: left;
	height: 35px;
	width: 200px;
	text-indent: 5px;
	display: block;
}


#AdresSepetIndirimKoduAlan #AdresSepetIndirimKoduGonder{
	display: block;
	float: left;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
	height: 37px;
	line-height: 37px;
	text-align: center;
	background-color: #BB3D3F;
	color:#FFFFFF;
	border: none;
	width: 75px;
}

#AdresSepetGenelToplamAlan{
	margin-top: 20px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #768591;
	border-top: 1px solid #CCCCCC;
}

.ASGTKapsayici{
	border-bottom: 1px solid #CCCCCC;
	padding: 10px 0;
	width: auto;
}

.ASGTSol{
	float: left;
}

.ASGTSag{
	float: right;
}

/*Adres Sepet Alan Bitiş*/

/*Adres Bitiş*/


/* ****Ödeme Başlangıç**** */

#OdemeSayfa{
	padding: 10px;
	max-width: 1180px;
	margin: 40px auto 0px;
	min-height: 800px;
    border: 1px solid #CBCBCB;
}

#OdemeAlan{
	float: left;
	width: 55%;
	border-right: 1px solid #E3E3E3;
	min-height: inherit;
}

.OdemeParagrafBosAlanUyari{
	width: 98%;
	padding: 5px;
	text-align: center;
	background-color: #1fa67a;
	color: #FFFFFF;
	margin: 5px 0px;
	font-size: 12px;
	font-weight: bold;
	border-radius: 4px;
}

.ThreeDSHAtaUyarisi{
	line-height: 18px;
	margin-top: 10px;
	background-color: #1fa67a;
	padding: 10px;
	color: #FFFFFF;
	font-size: 13px;
	border-radius: 2px;
	width: -webkit-calc(93% - 20px);
	width: -moz-calc(93% - 20px);
	width: -o-calc(93% - 20px);
	width: -ms-calc(93% - 20px);
	width: calc(93% - 20px);
}

.OdemeBaslik{
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	background-color: #1fa67a;
	padding: 6px;
	margin-bottom: 10px;
}

/*OdemeTab Başlangıç*/
ul#OdemeTab{
	margin-top: 10px;
	background-color: #dddddd;
	width: -webkit-calc(93% - 20px);
	width: -moz-calc(93% - 20px);
	width: -o-calc(93% - 20px);
	width: -ms-calc(93% - 20px);
	width: calc(93% - 20px);
	padding-top: 20px;
	padding-left: 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}	

#OdemeTab li{
	font-size: 13px;
	font-weight: bold;
	position: relative;
	display: inline-block;
	margin: 0 5px;
	background-color: #a3a3a3;
	padding: 10px 20px;
	color: #FFFFFF;
	cursor: pointer;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.AktifOdemeSecenek{
	background-color: #1fa67a !important;
}

.OdemeAlanGizle{display: none;}

/*OdemeTab Bitiş*/

#OdemeAlan div.OdemeInputKapsayici{
	border: 1px solid #BBBBBB;
	margin-top: 15px;
	border-radius: 5px;
	padding: 5px 5px 1px 10px;
	font-size: 14px;
	color: #AAAAAA;
	width: -webkit-calc(93% - 17px);
	width: -moz-calc(93% - 17px);
	width: -o-calc(93% - 17px);
	width: -ms-calc(93% - 17px);
	width: calc(93% - 17px);
	position: relative;
}

#OdemeAlan div.OdemeInputKapsayici label{
	display: block;
}

.OdemeBosAlanUyari{
	color: #FFFFFF;
	margin-left: 20px;
	position: absolute;
	right: 5px;
	bottom: 1px;
}

.OdemeBosAlanUyari i{
font-size: 17px;
}

#OdemeAyYilAlan{
	margin-top: 10px;
}

#OdemeAyYilTaksit label{
	display: block;
	float: left;
}

.OdemeAyYilSelect{
	border: none;
	font-size: 14px;
	color: #AAAAAA;
	width: 120px;
	
}

div.OdemeYilAyKapsayici{
	border: 1px solid #BBBBBB;
	border-radius: 5px;
	height: 40px;
	font-size: 14px;
	color: #AAAAAA;
	width: 120px;
	position: relative;
	float: left;
	padding: 3px;
	line-height: 38px;
	margin-right: 15px;
}

.OdemeTaksitKapsayici{
	border: 1px solid #BBBBBB;
	border-radius: 5px;
	height: 40px;
	font-size: 14px;
	color: #AAAAAA;
	width: -webkit-calc(93% - 8px);
	width: -moz-calc(93% - 8px);
	width: -o-calc(93% - 8px);
	width: -ms-calc(93% - 8px);
	width: calc(93% - 8px);
	position: relative;
	float: left;
	padding: 3px;
	line-height: 38px;
	margin-top: 10px;
}

.OdemeTaksitKapsayici select{
	border: none;
	font-size: 14px;
	color: #AAAAAA;
	width: 99%;	
}

#OdemeAlan .OdemeInputClass{
	border: none;
	width: 100%;
	height: 20px;
}

.OdemeGonder{
	height: 40px;
	line-height: 40px;
	width: 93%;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	border-radius: 5px;
	border: none;
	background-color: #BB3D3F;
	cursor: pointer;
}

#HavaleOdemeAlaniIc{
	margin-top: 10px;
	border:1px solid #CBCBCB;
	width: -webkit-calc(93% - 22px);
	width: -moz-calc(93% - 22px);
	width: -o-calc(93% - 22px);
	width: -ms-calc(93% - 22px);
	width: calc(93% - 22px);
	padding: 10px 10px 10px 10px;
}

#HavaleOdemeAlaniIc .OdemeGonder{
	width: 100%;
}

#HavaleOdemeAlani label{
	display: block;
	font-size: 12px;
	padding: 20px 0;
	color: #5C5C5C;
	border-bottom: 1px solid #CBCBCB;
	cursor: pointer;
	
}

#KapidaNakitOdemeAlaniIc{
	margin-top: 10px;
	border:1px solid #CBCBCB;
	width: -webkit-calc(93% - 22px);
	width: -moz-calc(93% - 22px);
	width: -o-calc(93% - 22px);
	width: -ms-calc(93% - 22px);
	width: calc(93% - 22px);
	padding: 10px 10px 10px 10px;
}

#KapidaNakitOdemeAlaniIc input[type=radio]{
	position: relative;
	top: 2px;
	
}

#KapidaNakitOdemeAlaniIc .OdemeGonder{
	width: 100%;
}

#KapidaNakitOdemeAlaniIc label{
	display: block;
	font-size: 12px;
	padding: 20px 0;
	color: #5C5C5C;
	border-bottom: 1px solid #CBCBCB;
	cursor: pointer;
	
}

#HavaleOdemeAlani label img{
	width: 90px;
	height: auto;
	margin-left: 10px;
	vertical-align: middle;
	margin-bottom: 7px;
}


.OdemeTercihAciklama{
	line-height: 24px;
	padding: 10px;
	border:1px solid #CBCBCB;
	margin-top: 10px;
	color: #5C5C5C;
	font-size: 13px;
	width: -webkit-calc(93% - 22px);
	width: -moz-calc(93% - 22px);
	width: -o-calc(93% - 22px);
	width: -ms-calc(93% - 22px);
	width: calc(93% - 22px);
}


.OdemeTercihAciklama h1{
	font-size: 18px;
	margin-bottom: 10px;
}

/*Sözleşme ColorBox Başlangıç*/

#SozlesmeColorBoxCevre{
	background-color: rgba(43,43,43,0.70);
	height: 100%;
	width: 100%;
	padding-top: 50px;
	position: fixed;
	top: 0;
	z-index: 99999;
	display: none;	
}

#SozlesmeColorBoxIcerik{
	max-width: 900px;
	height: 500px;
	overflow-x: hidden;
	overflow-y: scroll;
	margin: 0 auto;
	background-color: #DADADA;
	padding: 10px;
	position: relative;
}

#KapaAlan{
	margin: 0 auto;
	padding: 10px;
	background-color: #DADADA;
	position: relative;
	max-width: 900px;
}
#KapaAlan .kapa{
	right: -16px;
	top: -18px;
}

.SozlesmeSiparisOzetIcerik{
	margin-top: 10px;
	border: solid 1px #CFCFCF;
	border-radius: 5px;
	box-shadow: 1px 1px 5px #EFEFEF,-1px -1px 5px #EFEFEF;
	padding-bottom: 10px;
	padding: 10px;
	float: left;
	width: -webkit-calc(100% - 25px);
	width: -moz-calc(100% - 25px);
	width: -o-calc(100% - 25px);
	width: -ms-calc(100% - 25px);
	width: calc(100% - 25px);
	background-color: #FFFFFF;
	}
	
		.SozlesmeSiparisOzetIcerik img{
		float: left;
		margin: 0 20px;
		width: 50px;
		height: auto;

		}	
		
		.SozlesmeSiparisOzetIcerik p{
		float: left;
		margin-top: 10px;
		color: #605F5F
		}
		
	.SozlesmeSepetGenelTolam{
	padding: 10px;
	background-color: #E04F5F;
	color: white;
	font-weight: bold;
	margin-top: 10px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	}
/*Sözleşme ColorBox Bitiş*/

/*Ödeme Sepet Alan Başlangıç*/
#OdemeSepetAlan{
	float: left;
	width: 42%;
	min-height: inherit;
}

.OdemeSepetUrunAlan{
    position: relative;
	padding: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}

.OdemeSepetUrunIndirimBildirimi{
   position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    color: #FFFFFF;
    background-color: #DE1846;
    font-weight: bold !important;
    padding: 3px;
}

.OdemeSepetResim{
	position: relative;
	float: left;
	margin-left: 5px;
	border: 1px solid #E1E1E1;
	border-radius: 5px;
	padding: 5px 5px;
	width: 60px;
	text-align: center;
}

.OdemeSepetResim img{
	width: auto;
	height: 120px;
	vertical-align: middle;
}

.OdemeSepetAdet{
	position: absolute;
	top: -12px;
	right: -12px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	font-size: 15px;
	font-weight: bold;
	border-radius: 30px;
	background-color: #1fa67a;
	color: #FFFFFF;
}

.OdemeSepetUrunAdi{
	float: left;
	margin: 25px 0px 0px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #768591;
	line-height: 14px;
}

.OdemeSepetUrunAdi span{
	font-size: 12px;
	line-height: 5px;
}

.OdemeSepetUrunFiyat{
	float: right;
	margin: 25px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #768591;
	line-height: 14px;
}

#OdemeSepetIndirimKoduAlan{
	margin-top: 30px;
	padding: 0px 0px 10px 10px;
	
}


#OdemeSepetIndirimKoduAlan label{
	display: block;
	text-indent: 3px;
	font-size: 13px;
	font-weight: bold;
	color: #768591;
	margin-bottom: 3px;	
	
}

#OdemeSepetIndirimKoduAlan #OdemeSepetIndirimKodu{
	border-top: 1px solid #949494;
	border-left: 1px solid #949494;
	border-bottom: 1px solid #949494;
	border-right: none;
	float: left;
	height: 36px;
	width: 200px;
	text-indent: 5px;
	display: block;
}


#OdemeSepetIndirimKoduAlan #OdemeSepetIndirimKoduGonder{
	display: block;
	float: left;
	width: 75px;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background-color: #BB3D3F;
	color:#FFFFFF;
	border: none;
	
}

#OdemeSepetGenelToplamAlan{
	margin-top: 20px;
	padding: 10px 0 0 10px;
	font-size: 14px;
	font-weight: bold;
	color: #768591;
	border-top: 1px solid #CCCCCC;
}

.OSGTKapsayici{
	border-bottom: 1px solid #CCCCCC;
	padding: 10px 0;
	width: auto;
}

.OSGTSol{
	float: left;
	margin-top: 10px;
}

.OSGTSag{
	float: right;
	margin-top: 10px;
}

#OdemeSayfaMSFSozlesmesiAlan{
	padding: 20px 0 0 10px;
	font-size: 12px;
	color: #3371A3;
	font-weight: bold;
	text-decoration: underline;
}

#OdemeSayfaMSFSozlesmesiAlan input[type=checkbox]{
	position: relative;
	top: 3px;
	margin-right: 3px;
}

#OdemeSayfaMSFSozlesmesiAlan span{
	cursor: pointer;
}


#OdemeYukleniyorArkaPlan{
	background-color: rgba(43,43,43,0.70);
	height: 100%;
	width: 100%;
	padding-top: 50px;
	position: fixed;
	top: 0;
	z-index: 99999;
	text-align: center;
    display: none;
}

#OdemeYukleniyorArkaPlan div{
	display: inline-block;
	margin-top: 50px;
	padding: 5px;
	background-color: white;
	border-radius: 20px;
}

#OdemeYukleniyorArkaPlan img{
	width: 120px;
	height: 120px;
	vertical-align: middle;
}

/*Ödeme Sepet Alan Bitiş*/

/* ****Ödeme Bitiş**** */


/*Sipariş Sonuç Başlangıç*/
#SiparisSonucSayfa{
	padding: 10px;
	max-width: 1180px;
	margin: 10px auto 0px;
}

#SiparisSonucSayfa h1{
	text-align: center;
	color: #768591;
	font-size: 24px;
}

#SiparisSonucSayfa h1 i{
	color: #1fa67a;
	font-size: 24;
}

#SiparisSonucSiparisOzeti{
	margin-top: 10px;
}

#SiparisSonucSiparisOzeti h2{
	color: #768591;
	font-size: 14px;
	margin-bottom: 5px;
	padding-left: 10px
}

#SiparisSonucSiparisOzeti h2 i{
	color: #1fa67a;
}

.SiparisSonucSepetUrunAlan{
	padding: 15px 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	position: relative;
}

.SiparisSonucSepetResim{
	position: relative;
	border: 1px solid #BEBEBE;
	border-radius: 5px;
	padding: 5px 0;
	width: 70px;
	text-align: center;
}

.SiparisSonucSepetResim img{
	width: auto;
	height: 120px;
	vertical-align: middle;
}

.SiparisSonucSepetAdet{
	position: absolute;
	top: -12px;
	right: -12px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	font-size: 15px;
	font-weight: bold;
	border-radius: 30px;
	background-color: #1fa67a;
	color: #FFFFFF;
}

.SiparisSonucSepetUrunAdi{
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #768591;
	line-height: 17px;
	position: absolute;
	top: 55px;
	left: 95px;
	width: 210px;
}

.SiparisSonucSepetUrunAdi span{
	font-size: 12px;
	line-height: 5px;
}

.SiparisSonucSepetUrunFiyat{
	font-size: 14px;
	font-weight: bold;
	color: #768591;
	line-height: 17px;
	position: absolute;
	top: 55px;
	left: 340px;
}

#SiparisSonucSepetGenelToplamAlan{
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #768591;
}


#SiparisSonucHavaleBilgileri{
    padding: 10px;
    margin-top: 10px;
    border: solid 1px #5C5C5C;
}

#SiparisSonucHavaleBilgileriResim{
    margin-top: 10px;
}

#SiparisSonucHavaleBilgileriResim img{
    width: 100px;
    height: auto;
}

#SiparisSonucHavaleBilgileri p{
    font-size: 13px;
    font-weight: bold;
    color: #768591;
    line-height: 24px;
    margin-top: 5px;
}

.SiparisSonucTeslimatFaturaBilgileri{
	margin-top: 15px;
	background-color: #E5E5E5;
	padding: 10px;
	color: #5A5A5A;
	font-size: 14px;
	line-height: 24px;
}

.SiparisSonucTeslimatFaturaBilgileri h2{
	color: #5A5A5A;
	font-size: 16px;
	margin-bottom: 5px;
}

.SiparisSonucSGTSolKapsayici{
	padding: 10px;
	border: 1px solid #CACACA;
	margin-top: 10px;
}

.SiparisSonucSGTSol{
	float: left;

}

.SiparisSonucSGTSag{
	float: right;
}

#SiparisSonucYukleniyorArkaPlan{
	background-color: rgba(43,43,43,0.70);
	height: 100%;
	width: 100%;
	padding-top: 50px;
	position: fixed;
	top: 0;
	z-index: 99999;
	text-align: center
}

#SiparisSonucYukleniyorArkaPlan div{
	display: inline-block;
	margin-top: 50px;
	padding: 5px;
	background-color: white;
	border-radius: 20px;
}

#SiparisSonucYukleniyorArkaPlan img{
	width: 120px;
	height: 120px;
	vertical-align: middle;
}



/*Sipariş Sonuç Bitiş*/


/*Siparişlerim Başlangıç*/

#SiparislerimSayfa{
	padding: 10px;
	margin: 40px auto 0;
	max-width: 1180px;
}

#SiparislerimBaslik{
	background-color: #1fa67a;
	padding: 10px;
}

#SiparislerimBaslik ul li{
	text-align: center;
	display: inline-block;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

#SiparislerimSiparisTarihBaslik{
	width: 26%;
}

#SiparislerimSiparisKoduBaslik{
	width: 26%;
}

#SiparislerimAdetBaslik{
	width: 8%;
}

#SiparislerimToplamTutarBaslik{
	width: 13%;
}

#SiparislerimSiparisDurumuBaslik{
	width: 18%;
}

.SiparislerimGenelGorunum{
	min-height: 40px;
}

ul.SpGenelGorunumUl{
	padding: 50px 10px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #5A5A5A;
}

.SiparislerimGenelGorunum ul.SpGenelGorunumUl li{
	display: inline-block;
	color: #768591;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

.SiparislerimMobilSpan{
	display: none;
}

.SiparislerimSiparisTarih{
	width: 26%;
}

.SiparislerimSiparisKodu{
	width: 26%;
}

.SiparislerimAdet{
	width: 8%;
}

.SiparislerimToplamTutar{
	min-width: 13%;
}

.SiparislerimSiparisDurumu{
	width: 18%;
}

.SiparislerimGenelGorunum ul.SpGenelGorunumUl li a{
	color: #5EC7FB;
}

.SiparislerimGenelGorunum ul.SpGenelGorunumUl:hover{
	cursor: pointer;
}

.SiparislerimSiparisDetay{display: none;}


.SiparislerimSiparisDetay ul.SpSiparisDetayUl{
	display: block;
	border-top: none;
	border-right: 1px solid #848484;
	border-left: 1px solid #848484;
	border-bottom: 1px solid #848484;
	background-color: #FFFFFF;
	padding: 15px 10px;
}

.SiparislerimSiparisDetay ul.SpSiparisDetayUl li{
	display: block;
	font-weight: bold;
	color: #768591;
	font-size: 12px;
	float: left;
}

.SiparislerimDetayResim{
	width: 50px;
	margin: 0 10px;
}

.SiparislerimDetayUrunAd{
	min-width: 15%;
	margin-top: 35px;
}

.SiparislerimDetayBirimFiyat{
    min-width: 20%;
	text-align: center;
	margin-top: 35px;
}

.SiparislerimDetayAdet{
	min-width: 20%;
	text-align: center;
	margin-top: 35px;
}

.SiparislerimDetayToplamFiyat{
	min-width: 20%;
	text-align: center;
	margin-top: 35px;
}

.SiparislerimSiparisDetay ul.SpSiparisDetayUl li img{
	width: 50px;
	height: auto;
	vertical-align: middle;
}

.SiparisFiyatKargoIndirimBilgilendirme{
	padding: 5px;
	background-color: #C51248;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	font-size: 20px;
}

.SiparislerimOdemeSekli{
	padding: 10px 10px 10px 20px;
	border: 1px solid #9C9C9C;
	margin: 10px 0;
	color: #768591;
	font-weight: bold;
	font-size: 12px;
	line-height: 24px;
}

.SiparislerimToplamFiyatIndirim{
	padding: 5px;
	background-color: #C51248;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	font-size: 20px;
}

.SiparislerimAdres{
	float: left;
	padding: 20px;
	margin: 20px 0px;
	border: 1px solid #9C9C9C;
	background-color: #E7E7E7;
	width: 42%;
	position: relative;
	font-size: 14px;
	color: #768591;
	line-height: 18px;
	min-height: 100px;
}


.SiparislerimAdres:after, .SiparislerimAdres:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.SiparislerimAdres:after {
	border-color: rgba(231, 231, 231, 0);
	border-bottom-color: #E7E7E7;
	border-width: 13px;
	margin-left: -13px;
}
.SiparislerimAdres:before {
	border-color: rgba(156, 156, 156, 0);
	border-bottom-color: #9C9C9C;
	border-width: 14px;
	margin-left: -14px;
}


.SiparislerimFatura{
	float: right;
	padding: 20px;
	margin-top: 20px;
	border: 1px solid #9C9C9C;
	background-color: #E7E7E7;
	width: 42%;
	position: relative;
	font-size: 14px;
	color: #768591;
	line-height: 18px;
	min-height: 100px;
}

.SiparislerimFatura:after, .SiparislerimFatura:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.SiparislerimFatura:after {
	border-color: rgba(231, 231, 231, 0);
	border-bottom-color: #E7E7E7;
	border-width: 13px;
	margin-left: -13px;
}
.SiparislerimFatura:before {
	border-color: rgba(156, 156, 156, 0);
	border-bottom-color: #9C9C9C;
	border-width: 14px;
	margin-left: -14px;
}

#SiparislerimDetayClear{
	display: none;
}

/*Siparişlerim Bitiş*/


/*Bilgilerim Başlangıç*/

#BilgilerimSayfa{
	max-width:1200px;
	margin: 20px auto 0;
}

#BilgilerimAlan h1{
	font-size: 22px;
	text-align: left;
	color: #FFFFFF;
	margin-bottom: 10px;
	text-indent: 5px;
}

#BilgilerimAlan{
	width: 40%;
	margin: 0 auto;
	padding: 20px;
	background-color: #1FA67A;
	border-radius: 5px;
}

#BilgilerimAlan .BosAlanUyari{
	height: 30px;
	line-height: 30px;
	width: 99%;
	padding: 0 !important;
}

#BilgilerimAlan label#BeniHatirlaLabel{
	display: inline-block;
}

#BilgilerimAlan #BeniHatirla{
	position: relative;
	top: 1px;
}

#BilgilerimAlan label{
	display: block;
	color: #FFFFFF;
	text-indent: 5px;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
}

#BilgilerimAlan .BilgilerimInputText{
	width: -webkit-calc(99% - 35px);
	width: -moz-calc(99% - 35px);
	width: -o-calc(99% - 35px);
	width: -ms-calc(99% - 35px);
	width: calc(99% - 35px);
	height: 36px;
	float: left;
	display: block;
	margin-bottom: 15px;	
	border: none;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

#BilgilerimAlan span{
	background-color: #FFFFFF;
	width: 35px;
	text-align: center;
	line-height: 36px;
	display: block;
	float: left;
	border: none;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	margin-right: -1px
}

#BilgilerimAlan span i{
	color: #12556E;
}
#BilgilerimAlan p{
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	margin-bottom: 5px;
}

#BilgilerimAlan a{
	color: #FFFFFF;
	text-decoration: underline;
}

#BilgilerimAlan .FormGonder{
	border-radius: 3px;
	width: 99%;
	font-size: 13px !important;
}
/*Bilgilerim Bitiş*/


/*Adreslerim Başlangıç*/

#AdreslerimSayfa{
	padding: 10px;
	max-width: 1180px;
	margin: 40px auto 0px;
}

#AdreslerimFormAlan{
	float: left;
	width: 50%;
	
}

.AdreslerimAdresBaslik{
	font-weight: bold;
	font-size: 24px;
	color: #768591;
}

div.AdreslerimInputKapsayici{
	border: 1px solid #BBBBBB;
	margin-top: 15px;
	border-radius: 5px;
	padding: 5px 5px 1px 10px;
	font-size: 14px;
	color: #AAAAAA;
	width: 90%;
	position: relative;
}

.AdreslerimKayitliAdresFaturaBolum div.AdreslerimInputKapsayici{width: 96%; margin-left: auto; margin-right: auto;}
	
div.AdreslerimInputKapsayici label{
	display: block;
}

div.AdreslerimInputKapsayici span.AdreslerimBosAlanUyari{
	color: #FFFFFF;
	margin-left: 20px;
	position: absolute;
	right: 5px;
	bottom: 1px;
}

div.AdreslerimInputKapsayici span.AdreslerimBosAlanUyari i{
font-size: 17px;
}

.AdreslerimInputClass{
	border: none;
	width: 100%;
	height: 20px;
}

.AdreslerimTextarea{
	border: none;
	width: 100%;
	height: 70px;
}

.AdreslerimCheckboxRadioButtonAlan{
	margin-top: 15px;
	font-size: 12px;
	color: #7C7C7C;
	font-weight: bold;
	border: 1px solid #B0B0B0;
	width: -webkit-calc(90% + 5px);
	width: -moz-calc(90% + 5px);
	width: -o-calc(90% + 5px);
	width: -ms-calc(90% + 5px);
	width: calc(90% + 5px);
	padding: 5px;
}

.AdreslerimKayitliAdresFaturaBolum .AdreslerimCheckboxRadioButtonAlan{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

.AdreslerimCheckboxRadioButtonAlan #FaturaBilgi{
	position: relative;
	top: 1px;
}

.AdreslerimGonder{
	height: 40px;
	line-height: 40px;
	width: -webkit-calc(90% + 17px);
	width: -moz-calc(90% + 17px);
	width: -o-calc(90% + 17px);
	width: -ms-calc(90% + 17px);
	width: calc(90% + 17px);
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	border-radius: 5px;
	border: none;
	background-color: #BB3D3F;
	cursor: pointer;
}

.AdreslerimKayitliAdresFaturaBolum .AdreslerimGonder{width: 99%; margin-left: auto; margin-right: auto; display: block;}
/*Adreslerim Kayıtlı Adresler Başlangıç*/

#AdreslerimKayitliAdreslerAlan{
	float: right;
	width: 50%;
}

.AdreslerimKayitliAdresFaturaBolum{
	padding: 10px;
	border: 1px solid #C7C7C7;
	margin-bottom: 20px;
}

.AdreslerimKayitliAdresFaturaBolumBaslik{
	color: #768591;
	font-size: 15px;
	font-weight: bold;
}

.AdreslerimKayitliAdresFatura{
	padding: 10px;
	border: 1px solid #D5D5D5;
	margin-top: 10px;
	position: relative;
}


.AdreslerimKayitliAdresFaturaBaslik{
	font-weight: bold;
	font-size: 14px;
	color: #768591;
	border-bottom: 1px solid #768591;
	padding-bottom: 5px;
}

.AdreslerimKayitliAdresFaturaBaslik i{
	font-size: 22px;
	color: #1fa67a;
}

.AdreslerimKayitliAdresFaturaIcerik{
	font-size: 14px;
	color: #768591;
	margin: 10px 0px;
	line-height: 20px;
}

.AdreslerimKayitliAdresFaturaIcerik strong{
	display: inline-block;
	min-width: 55px;
}

.AdreslerimKayitliAdresFaturaDuzenle{
	float: left;
	font-size: 22px;
	color: #1fa67a; 
	cursor: pointer;
}


.AdreslerimKayitliAdresFaturaSil{
	float: right;
	font-size: 22px;
	color: #BB3D3F; 
	cursor: pointer;
}

#AdreslerimParagrafBosAlanUyari{
	width: 97%;
	padding: 5px;
	text-align: center;
	background-color: #1fa67a;
	color: #FFFFFF;
	margin: 5px 0px;
	font-size: 12px;
	font-weight: bold;
	border-radius: 4px;
}

.AdreslerimKayitliAdresFaturaBolum #AdreslerimParagrafBosAlanUyari{ margin-left: auto; margin-right: auto;}

#AdreslerimFormAlan #AdreslerimParagrafBosAlanUyari{ width: 91%;}

.AdresFaturaGuncellemektenVazgecButon{
	background-color: #1fa67a;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	cursor: pointer;
	color: #FFFFFF;
	text-align: center;
	border-radius: 3px;
	width: 95%;
}

.AdreslerimKayitliAdresFaturaBolum .AdresFaturaGuncellemektenVazgecButon{
	margin-left: auto;
	margin-right: auto;
}

/*Adres Fatura Sil Onay Kutusu*/
.Adreslerim_AdresFaturaSilOnayKutusu{
	width: 220px;
	padding: 10px;
	background-color: #C4C4C4;
	color: #FFFFFF;
	font-size: 13px;
	border-radius: 3px;
	position: absolute;
	left: 50%;
	margin-left: -110px;
	top: 30px;
	text-align: center;
	height: 60px;
}

.Adreslerim_AdresFaturaSilOnayButon,.Adreslerim_AdresFaturaSilVazgecButon{
	display: inline-block;
	text-align: center;
	width: 70px;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	font-weight: bold;
	background-color:#676767;
	margin: 18px 20px 0;
	cursor: pointer;
}

/*Adres Fatura Sil Onay Kutusu Bitiş*/

/*Adreslerim Kayıtlı Adresler Bitiş*/

/*Adreslerim Bitiş*/

/*Sözleşmeler Başlangıç*/
#SozlesmelerSayfa{
	max-width: 1160px;
	padding: 10px 20px;
	margin: 60px auto 0;
	font-size: 14px;
	border: 1px solid #8C8C8C;
}

#SozlesmelerSayfa h1{
	color: #12556E;
	font-size: 30px;
}

/*Sözleşmeler Bitiş*/

/*Alt Sosyal Medya Alanı Başlangıç*/

#AltSosyalMedya{
	width: 100%;
	background-color: #12556E;
	margin: 10px 0px;
}

#AltSosyalMedyaIc{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 60px 0px;
}

#AltSosyalMedyaIc ul li{
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
}

#AltSosyalMedyaIc ul li a{
	color: #FFFFFF;
	font-size: 45px;
	-webkit-transition: color 300ms ease-in;
    -moz-transition: color 300ms ease-in;
    transition: color 300ms ease-in;
}

#AltSosyalMedyaIc ul li a:hover{color: #FDC66A;}

#AltSosyalMedyaIc p{ color: #FFFFFF; font-size: 20px; margin-top: 20px; font-weight: bold;}

/*Alt Sosyal Medya Alanı Bitiş*/


/*Footer Başlangıc*/
#Footer{
	width: 100%;
	background-color: #768591;
	padding-bottom: 40px;

}

/*Footer Numara Bırak Başlangıç*/

#FooterNumaraBirak{
	width: 100%;
	background-color: #4D4D4D;
	padding: 10px 0px;
}


#FooterNumaraBirakIc{
	max-width: 1180px;
	margin: 0px auto;
	padding: 0 10px;
}

#FooterNumaraBirakIc .BosAlanUyari{
	width: 265px;
	height: auto;
	line-height: 20px;
	text-align: center;
	margin: 0;
	padding: 0px 5px;
	background-color: #636363;
	border-radius: 0px;
	font-size: 12px;
	color: #FFFFFF;
}

#FooterNumaraBirakIc #FNBTelefon{
	width: 150px;
	height: 35px;
	text-indent: 10px;
	border: none;
	display: block;
	float: left;
}

#FooterNumaraBirakIc #FNBGonder{
	float: left;
	display: block;
	width: 100px;
	height: 35px;
	border: none;
	background-color: #BB3D3F;
	color: #FFFFFF;
	font-size: 16px;
	cursor: pointer;
}

#FooterNumaraBirakIc span{
	display: block;
	float: left;
	height: 35px;
	width: 25px;
	background-color: #FFFFFF;
	line-height: 35px;
	text-indent: 3px;
	font-size: 22px;
	color: #BB3D3F;
}
/*Footer Numara Bırak Bitiş*/

/*Kart Simgeleri Başlangıç*/
#KartSimgeleri{
	width: 100%;
	padding: 6px 0 6px 0;
	background-color: #373737;
	
}

#KartSimgeleriIc{
	padding-right: 6px;
	padding-left: 6px;
	max-width: 1188px;
	margin: 0px auto;
	text-align: left;
}

#KartSimgeleriIc img {
	vertical-align: middle;
	height: 20px;
	width: auto;
}
/*Kart Simgeleri Bitiş*/

/*Footer İç Başlangıç*/
#FooterIc{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#FooterIc ul#FooterUlBir,ul#FooterUlIki{
	padding: 10px;
	margin-right: 20px;
	float: left;	
}

#FooterIc ul li a{
	color: #FFFFFF;
	font-size: 14px;
	
}

#FooterIc ul li a:hover{
	text-decoration: underline;
	
}

#FooterIc ul#IletisimUl{
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px;
	
}

#FooterIc ul#IletisimUl li{
	color: #FFFFFF;
	font-size: 14px;
	margin-bottom: 10px;
	display: block;
	min-height: 30px;
	line-height: 30px;
	
}

#FooterIc ul#IletisimUl li.AdresLi{

	line-height: normal;
	
}

/*#FooterIc ul#IletisimUl li.AdresLi span{

	display: block;
	float: left;
	margin-top: 1px;
	margin-right: 5px;
}*/

#FooterIc ul#IletisimUl li span{
	margin-right: 2px;
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color: #12556E;
	border-radius: 35px;
	text-align: center;
	line-height: 35px;
}

#FooterIc ul#IletisimUl li span i{
	font-size: 17px;
}

#FooterIc ul#IletisimUl li span i.Kucult{
	font-size: 14px;
}

#FooterIc ul#IletisimUl li span i.Buyult{
	font-size: 20px;
}

/*#FooterMarkaAlan{
	padding: 10px 0px;
	text-align: left;
}


#FootLogoCevre{
	display: inline-block;
	padding: 5px;
	background-color: #FFFFFF;
	border-radius: 5px;
	text-align: center;
	margin-left: 10px;
}

	#FootLogoCevre img{
	width: 130px;
	height: auto;
}*/


/*Footer İç Bitiş*/
/*Footer Bitiş*/
/*GENEL CLASSLAR BAŞLANGIÇ*/

/*İletildi Başlangıç*/

.Iletildi {
	width: 190px;
	padding: 10px;
	position: fixed;
	left: 50%;
	margin-left: -105px;
	top: 30%;
	z-index: 10001;
	background-color: #1fa67a;
	border-radius: 5px;
	display: none;
}

.IletildiGorsel{
	float: left;
	margin-right: 10px;
	margin-left: 5px;
}

.IletildiGorsel i{
	font-size: 60px;
	color: white;
}

.IletildiText{
	float: left;
	color: white;
	font-size: 24px;
	text-align: center;
	padding-top: 15px;
}
/*İletildi Bitiş*/

/*AdresBildirimIslemleri Başlangıç*/


#AdresBildirimIslemleri{
	display: none;
	position: fixed;
	width: 200px;
	padding: 20px;
	background-color: #1fa67a;
	z-index: 950;
	top: 10%;
	left: 50%;
	margin-left: -120px;
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	border-radius: 5px;
}

#AdresBildirimIslemleri span i{
	color: #FFFFFF;
	font-size: 60px !important;
}
/*AdresBildirimIslemleri Bitiş*/


/*SepetBildirimIslemleri Başlangıç*/

#SepetBildirimIslemleri {
	display: none;
	position: fixed;
	width: 200px;
	padding: 20px;
	background-color: #1fa67a;
	z-index: 950;
	top: 30%;
	left: 50%;
	margin-left: -120px;
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	border-radius: 5px;
}

#SepetBildirimIslemleri span i{
	color: #FFFFFF;
	font-size: 60px !important;
}
/*SepetBildirimIslemleri Bitiş*/

/*IndirimKoduBildirimIslemleri Başlangıç*/

.IndirimKoduBildirimIslemleriArkaPlan{
	background-color: rgba(43,43,43,0.70);
	height: 100%;
	width: 100%;
	padding-top: 50px;
	position: fixed;
	top: 0;
	z-index: 99999;
	text-align: center;
	display: none;
}

.IndirimKoduBildirimIslemleri {
	display: none;
	max-width: 260px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px ;
	background-color: #FFFFFF;
	text-align: center;
	border-radius: 5px;
	position: relative;
	color: #768591;
}

.IndirimKoduBildirimIslemleri .IndirimKoduGecersiz{
	color: #c95353;
	font-size: 60px !important;
	display: none;
}

.IndirimKoduBildirimIslemleri .IndirimKoduGecerli{
	color: #1fa67a;
	font-size: 60px !important;
	display: none;
}

.IndirimKoduBildirimIslemleriKapat{
	position: absolute;
	right:-12px;
	top: -12px;
	border-radius: 27px;
	width: 27px;
	height: 27px;
	text-align: center;
	cursor: pointer;
	background-color: #BB3D3F;
	line-height: 27px;
	color: #FFFFFF;
}

.IndirimKoduBaslik{
	font-size: 16px;
	font-weight: bold;
}

.IndirimKoduMetin{
	margin-top: 5px;
	font-size: 16px;
	line-height: 20px;

}
/*IndirimKoduBildirimIslemleri Bitiş*/


/*GENEL CLASSLAR BAŞLANGIÇ*/

.BilgilendirmeBanner{
	padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    border: 1px solid #5C5C5C;
    margin-top: 50px;
    margin-bottom: 10px;
    text-align: center;
    
}	

.BilgilendirmeBanner p{
	color: #BA0B56;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
}


.UyariYazi{
	background-color: rgba(43,43,43,0.70);
	height: 100%;
	width: 100%;
	padding-top: 20px;
	position: fixed;
	top: 0;
	z-index: 999999;
	text-align: center;
	display: block;
}

.UyariYazi h1{
	font-size: 20px;
	color: #c5243f;
	margin-bottom: 10px;
}

.UyariYaziIcerik{
	display: inline-block;
	padding: 10px;
	background-color: white;
	border-radius: 5px;
	max-width: 400px;
	height: auto;
	margin-left: 10px;
	margin-right: 10px;

}

.UyariYaziIcerik p{
	line-height: 26px;
	font-style: italic;
	font-size: 16px;
}


.UyariYaziKapatButon{
	margin-top: 10px;
	border-radius: 5px;
	background-color: #c5243f;
	color: white;
	text-align: center;
	height: 35px;
	line-height: 35px;
	width: 100%;
	display: inline-block;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
}

.YukleniyorArkaPlan{
	background-color: rgba(43,43,43,0.70);
	height: 100%;
	width: 100%;
	padding-top: 50px;
	position: fixed;
	top: 0;
	z-index: 99999;
	text-align: center;
	display: none;
}

.YukleniyorArkaPlan div{
	display: inline-block;
	margin-top: 50px;
	padding: 5px;
	background-color: white;
	border-radius: 20px;
}

.YukleniyorArkaPlan img{
	width: 120px;
	height: 120px;
	vertical-align: middle;
}

.Yukleniyor{
	width: 120px;
	height: 120px;
	position: fixed;
	text-align: center;
	z-index: 10000;
	left: 50%;
	margin-left: -60px;
	display: none;
	top: 50%;
}

.Yukleniyor img{
	width: 100px;
	height: auto;
}

.FormGonder{
	width: 100%;
	height: 30px;
	border: none;
	display: block;
	text-align: center;
	color: #FFFFFF;
	background-color: #BB3D3F;
	margin-top: 5px;
	cursor: pointer;
	font-weight: bold;
}

.kapa{
	position: absolute;
	right:-10px;
	top: -13px;
	background-color: #BB3D3F;
	border-radius: 15px !important;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	border: solid 2px #CBCBCB;
	padding: 5px;
	cursor: pointer;
	color: #FFFFFF !important;
	font-weight: bold;
    font-size: 14px;
}

.FontAwsomeKapa{
	position: absolute;
	right:-12px;
	top: -12px;
	border-radius: 27px;
	width: 27px;
	height: 27px;
	text-align: center;
	cursor: pointer;
	background-color: #BB3D3F;
	line-height: 27px;
}

.FontAwsomeKapa i{
	font-size: 16px !important;
	color: #FFFFFF;
}

.BosAlanUyari{
	background-color: #188864;
	text-align: center;
	padding: 4px;
	margin: 5px 0px;
	font-size: 12px;
	font-weight: bold;
	border-radius: 4px;
}

.clear{clear: both;}

.Adet{ display: block; position: absolute; background-color: #12556E; top:22px; left: 13px; min-width: 20px; min-height: 20px; border-radius:50%; text-align: center; line-height: 20px; font-size: 12px !important; color: white !important;}
/*GENEL CLASSLAR BİTİŞ*/

/*Media Query*/


@media screen and (max-width: 1200px){
	
	#FiltreMenu > ul{
	text-align: center;
	}	
	
}	
	
@media screen and (max-width: 1119px){
	
	div.SecimAlanIc > ul{
		display: block;
		margin: 0 auto;
	}
	
}

@media screen and (max-width: 1111px){
	
	#Urunler ul#UrunlerUl li{
	width: 30%;	
	}
	
}

@media screen and (max-width:1100px){
	#BilgilerimAlan {
	width: 45%;
	}
}

@media screen and (max-width: 992px){
	
	.BilgilendirmeSeridiIc{
	text-align: center;
	}	
	
}

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

	#AdresAlan{
	width: 54%;
	}
	
	#AdresSepetAlan{
	padding: 10px;
	width: 40%;
	}
	
	#AdresSepetSol{
		float: left;
	}
	
	#AdresSepetSag{
		float: left;
		margin-left: 10px;
	}
	
	.AdresSepetUrunAdi{
		float: none !important;
		margin: 5px 0 0 0 !important;
	}
	
	.AdresSepetUrunFiyat{
		float: none !important;
		margin: 10px 0 0 0 !important;
	}
	
	#AdresSepetIndirimKoduAlan{
	margin-top: 20px !important;
	padding: 0 !important;
	}
	
	#AdresSepetGenelToplamAlan{
		padding-left: 0;
	}
	
	#OdemeAlan{
		width: 58%;
	}
	
	#OdemeSepetAlan{
		width: 40%;
	}
	
	#OdemeSepetSol{
		float: left;
	}
	
	#OdemeSepetSag{
		float: left;
	}
	
	.OdemeSepetUrunAdi{
		float: none;
		margin: 5px 0 0 10px;
	}
	
	.OdemeSepetUrunFiyat{
		float: none;
		margin: 15px 0 0 10px;
	}
	
	#BilgilerimSayfa {
	margin: 50px auto 0;
	}
	
	#BilgilerimAlan{
	width: 50%;
	}
}

@media screen and (max-width: 900px){
	
	#Urunler ul#UrunlerUl li{
	width: 29.5%;	
		
	}
	
	#KayitOlGirisYapFormAlan{
		width: 50%;
		margin-top: 60px;
	}
	
	    #MesajBirakAlanGorsel{
    width: 42%;
}

#MesajBirakAlanGorsel img{
    width: 100%;
    height: auto;
}

#MesajBirakAlanForm{
  width: -webkit-calc(55% - 20px);
	width: -moz-calc(55% - 20px);
	width: -o-calc(55% - 20px);
	width: -ms-calc(55% - 20px);
	width: calc(55% - 20px);
    margin-top: 0;
}
}

@media screen and (max-width: 940px){
	#SiparisSonucSayfa {
	margin: 40px auto 0px;
	}
}

@media screen and (max-width: 810px){
    #MesajBirakAlanAciklama{
        font-size: 18px;
    }
	
}

@media screen and (max-width: 800px){
	
	ul#OdemeTab{
		padding-left: 0;
		text-align: center;
		width: 93%;
	}
	
	#BilgilerimAlan{
	width: 55%;
	}
	
}

@media screen and (max-width: 850px){
	.SiparislerimDetayUrunAd{
	min-width: 22%;
	}
}

@media screen and (max-width: 790px){
	
	#Urunler ul#UrunlerUl li{
	width: 44%;	
		
	}
	
}


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

	.IndexIndirimKoduBilgilendirmeBr{
	display: inline-block;
	}


	#IndexIndirimKoduAlan p{
	padding-top: 10px;
	margin-top: 25px;
	line-height: 50px;
	font-size: 35px;
	border-top: 1px solid #768591;
	}

}

@media screen and (max-width: 768px){
	
	.SepetSatirSol{
		float: left;
	}
	
	.SepetSatirSag{
		float: left;
		margin-left: 30px;
	}
	
	#SepetimSayfa div.SepetUrunAd{
		float: none;
		margin: 0;
		position: absolute;
		top: 27px;
		left: 100px;
	}
	
	#SepetimSayfa div.SepetUrunAd span{
		display: none;
	}
	
	#SepetimSayfa div.SepetUrunFiyat{
		float: none;
		margin: 0;
		width: auto;
		position: absolute;
		top: 20px;
		left: 310px;
	}
	
	#SepetimSayfa div.SepetUrunToplamFiyat{
		float: none;
		margin: 0;
		width: auto;
		position: absolute;
		top: 90px;
		left: 310px;
	}
	
	#SepetimSayfa div.SepetUrunAdet{
		float: none;
		margin: 0;
		width: auto;
		position: absolute;
		top: 90px;
		left: 100px;
	}
	
	#SepetGenelToplam{
	font-size: 20px;
	}
	
    #SepetToplamIndirim{
	
	font-size: 20px;
}

    #SepetIndirimliToplam{

	font-size: 20px;
}
    
	#SepetimSayfa h1{
	font-size: 23px;

	}

	#AdresSayfa{
	min-height: auto;
	}
	
	#SepetimSayfa div.SepetUrunSatir{
		font-size: 12px;
	}
	
	#AdreslerimKayitliAdreslerAlan {
	float: none;
	width: 80%;
	margin: 0 auto;
	}
	
	#AdreslerimFormAlan {
	float: none;
	width: 80%;
	margin: 0 auto;
	border-top: 1px solid #768591;
	padding-top: 10px;
	}
	
	.AdreslerimKayitliAdresFaturaBolumBaslik {
	font-size: 13px;
	}
	
	.AdreslerimKayitliAdresFaturaBaslik {
	font-size: 13px;
	}

	.AdreslerimKayitliAdresFaturaBaslik {
	font-size: 13px;
	}
	
	.AdreslerimKayitliAdresFaturaIcerik {
	font-size: 13px;
	}
	
	.AdreslerimAdresBaslik {
	font-size: 18px;
	text-indent: 10px;
	}
	
	div.AdreslerimInputKapsayici {
	width: -webkit-calc(100% - 17px);
	width: -moz-calc(100% - 17px);
	width: -o-calc(100% - 17px);
	width: -ms-calc(100% - 17px);
	width: calc(100% - 17px);
	}
	
	.AdreslerimCheckboxRadioButtonAlan {
	width: -webkit-calc(100% - 12px);
	width: -moz-calc(100% - 12px);
	width: -o-calc(100% - 12px);
	width: -ms-calc(100% - 12px);
	width: calc(100% - 12px);
	padding: 5px;
	}
	
	.AdreslerimGonder {
	width: 100%;
	}
	
	#BilgilerimAlan h1{
	font-size: 18px;
	}
	
	#UrunDetayOzellikler ul li{
	margin-bottom: 10px;
	}
	
	#UstLogo img {
	width: 130px;
	height: auto;
	margin-top: 15px;
	}
	
	#MiniSepetGosterge:hover #GizliSepet{ display: none;}
}

@media screen and (max-width: 755px){
	
	#OdemeSepetIndirimKoduAlan #OdemeSepetIndirimKodu{
	border-right: 1px solid #949494;
	float: none;
	width: -webkit-calc(100% - 2px);
	width: -moz-calc(100% - 2px);
	width: -o-calc(100% - 2px);
	width: -ms-calc(100% - 2px);
	width: calc(100% - 2px);	
	
	}	
	
	#OdemeSepetIndirimKoduAlan #OdemeSepetIndirimKoduGonder{
	float: none;
	width: 100%;	
	
	}
	
}

@media screen and (max-width: 740px){
    
    #MesajBirakAlan{
        background-image: url("../images/kibarli-sorusor.png");
        background-size: 100px auto;
        background-repeat: no-repeat;
        background-position: 10px 10px;
    }    
    
#MesajBirakAlanGorsel{
    display: none;
}



#MesajBirakAlanForm{
    float: none;
  width: -webkit-calc(65% - 20px);
	width: -moz-calc(65% - 20px);
	width: -o-calc(65% - 20px);
	width: -ms-calc(65% - 20px);
	width: calc(65% - 20px);
    margin-left: auto;
    margin-right: auto;
}
    
    #MesajBirakAlanAciklama{
        font-size: 20px;
    }
    
}

@media screen and (max-width: 730px){
	.AdresSepetUrunAdi,.AdresSepetUrunFiyat{
		font-size: 13px;
		line-height: 18px;
	}
	
	#AdresSepetIndirimKoduAlan #AdresSepetIndirimKodu {
	border-bottom: none;
	border-right: 1px solid #949494;
	float: none;
	width: -webkit-calc(100% - 2px);
	width: -moz-calc(100% - 2px);
	width: -o-calc(100% - 2px);
	width: -ms-calc(100% - 2px);
	width: calc(100% - 2px);

	}
	
	#AdresSepetIndirimKoduAlan #AdresSepetIndirimKoduGonder {
	float: none;
	padding: 0;
	border: none;
	width: 100%;
	}
	
	#AdresSepetGenelToplamAlan{
	font-size: 12px;	
	}
}

@media screen and (max-width: 725px){
	
	.BilgilendirmeSeridiIc,#Menu,#GenelMenu{
	display: none;
	}	
	
	#MobilMenuGosterGizle{
	display: block;
	}
	
	#KayitOlGirisYapFormAlan{
		width: 60%;
		margin-top: 10px;
	}
	
	#SepetimSayfa{
		margin-top: 10px;
	}
	
	#KargoTahsilatSayfa{
		margin-top: 10px;
	}
	
	#AdresSayfa{
	margin-top: 10px;
	}
	
	#OdemeSayfa{
		margin-top: 10px;
        border: none;
	}
	
	#SiparisSonucSayfa {
	margin: 10px auto 0px;
	}
	
	#SiparislerimSayfa {
	margin: 10px auto 0;
	}
	
	#AdreslerimSayfa {
	margin: 10px auto 0;
	}
	
	#BilgilerimSayfa {
	margin: 10px auto 0;
	}
	
	#BilgilerimAlan {
	width: 65%;
	}
	
	#UrunDetaySayfa {
	margin: 10px auto 0px;
	}
    
    .DortAlUcOdeBanner{
        margin-top: 10px;
    }
    
    .DortAlUcOdeBaslik{
        font-size: 50px;
    }
    
    .DortAlUcOdeKampanyaIcerik{
        font-size: 50px;
    }

.BilgilendirmeBanner {
    margin-top: 15px;
	}
}

@media screen and (max-width: 700px){
	
	.CheckboxRadioButtonAlan{
		font-size: 12px;
	}
	
	#AdresSayfaBaslik,.AdresBaslik{
	font-size: 20px;
	}
	.AdresKayitliAdresFaturaIcerik,.AdresKayitliAdresFaturaBolumBaslik,.YeniAdresEkleAdresFaturaGuncelleVazgecButon,#KayitliAdresYokOdemeyeGecButon,.AdresGonderSubmit,.OdemeSepetUrunAdi,.OdemeSepetUrunFiyat,#OdemeSepetGenelToplamAlan{
	font-size: 13px;
	}
	
	#AdresSepetAlan{
	width: 38%;
	padding: 5px;
	}
	
	#AdresAlan{
	width: 56%;
	}
	
	.AdresSepetResim{
	padding: 5px;
	}
	
	.AdresSepetUrunAdi, .AdresSepetUrunFiyat{
	font-size: 12px;
	line-height: 16px;
	}
	
	#AdresSepetIndirimKoduAlan label{
	font-size: 12px;
	}
	
	#AdresSepetGenelToplamAlan{
	font-size: 12px;
	}
}

@media screen and (max-width: 690px){
    
    #MesajBirakAlanAciklama{
        font-size: 18px;
    }
}

@media screen and (max-width: 650px){
	
	#AdresAlan{
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	
	#AdresSepetAlan{
		margin-top: 15px;
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding: 10px;
		width: -webkit-calc(100% - 20px);
		width: -moz-calc(100% - 20px);
		width: -o-calc(100% - 20px);
		width: -ms-calc(100% - 20px);
		width: calc(100% - 20px);
	}
	
	#AdresSepetIndirimKoduAlan #AdresSepetIndirimKodu{
	border-top: 1px solid #949494;
	border-left: 1px solid #949494;
	border-bottom: 1px solid #949494;
	border-right: none;
	float: left;
	width: 200px;
	}
	
	#AdresSepetIndirimKoduAlan #AdresSepetIndirimKoduGonder{
	float: left !important;
	width: 75px;
	height: 37px;
	}
	
	#AdresAlan div.InputKapsayici{
	width: -webkit-calc(100% - 15px);
	width: -moz-calc(100% - 15px);
	width: -o-calc(100% - 15px);
	width: -ms-calc(100% - 15px);
	width: calc(100% - 15px);
	}
	
	.CheckboxRadioButtonAlan{
	width: -webkit-calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	width: -o-calc(100% - 10px);
	width: -ms-calc(100% - 10px);
	width: calc(100% - 10px);	
	}
	
	#AdresParagrafBosAlanUyari{
	width: -webkit-calc(100% - 8px);
	width: -moz-calc(100% - 8px);
	width: -o-calc(100% - 8px);
	width: -ms-calc(100% - 8px);
	width: calc(100% - 8px);	
	}
	
	.AdresGonderSubmit{
	width: -webkit-calc(100% + 2px);
	width: -moz-calc(100% + 2px);
	width: -o-calc(100% + 2px);
	width: -ms-calc(100% + 2px);
	width: calc(100% + 2px);	
	}
	
	.OdemeBaslik{
	width: -webkit-calc(99% - 10px);
	width: -moz-calc(99% - 10px);
	width: -o-calc(99% - 10px);
	width: -ms-calc(99% - 10px);
	width: calc(99% - 10px);
	}
	
	#OdemeAlan{
	float: none;
	width: 100%;
	border-right: none;
	min-height: auto;
	}
	
	#OdemeSepetAlan{
	float: none;
	width: 99%;
	border-top: 1px solid #E3E3E3;
	min-height: auto;
	margin-top: 15px;
	}
	
	#OdemeAlan div.OdemeInputKapsayici{
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	width: -ms-calc(100% - 20px);
	width: calc(100% - 20px);
	}
	
	#OdemeSepetGenelToplamAlan{
	padding: 10px 10px 0 10px;
	}
	
	ul#OdemeTab{
	width: -webkit-calc(99% - 8px);
	width: -moz-calc(99% - 8px);
	width: -o-calc(99% - 8px);
	width: -ms-calc(99% - 8px);
	width: calc(99% - 8px);
	padding-left: 10px;
	text-align: left;
	}
	
	.ThreeDSHAtaUyarisi{
	width: -webkit-calc(99% - 20px);
	width: -moz-calc(99% - 20px);
	width: -o-calc(99% - 20px);
	width: -ms-calc(99% - 20px);
	width: calc(99% - 20px);
}
	
	#HavaleOdemeAlaniIc {
	width: -webkit-calc(99% - 22px); 
	width: -moz-calc(99% - 22px); 
	width: -o-calc(99% - 22px); 
	width: -ms-calc(99% - 22px);
	width: calc(99% - 22px);
	}
	
	#KapidaNakitOdemeAlaniIc {
	width: -webkit-calc(99% - 22px);
	width: -moz-calc(99% - 22px);
	width: -o-calc(99% - 22px);
	width: -ms-calc(99% - 22px);
	width: calc(99% - 22px);
	}
	
	.OdemeTaksitKapsayici{
	width: -webkit-calc(99% - 6px);
	width: -moz-calc(99% - 6px);
	width: -o-calc(99% - 6px);
	width: -ms-calc(99% - 6px);
	width: calc(99% - 6px);
	}
	
	.OdemeGonder{
	width: -webkit-calc(99% + 2px);
	width: -moz-calc(99% + 2px);
	width: -o-calc(99% + 2px);
	width: -ms-calc(99% + 2px);
	width: calc(99% + 2px);
	}
	
	.OdemeTercihAciklama {
	width: -webkit-calc(99% - 22px);
	width: -moz-calc(99% - 22px);
	width: -o-calc(99% - 22px);
	width: -ms-calc(99% - 22px);
	width: calc(99% - 22px);
	}
	
	#OdemeSepetIndirimKoduAlan #OdemeSepetIndirimKodu{
	float: left;
	width: 200px;
	}
	
	#OdemeSepetIndirimKoduAlan #OdemeSepetIndirimKoduGonder{
	float: left;	
	width: 75px;
	}
	
	#UrunDetayBaslik{
	font-size: 24px;
	}
    
    .DortAlUcOdeBaslik{
        font-size: 40px;
    }
    
    .DortAlUcOdeKampanyaIcerik{
        font-size: 40px;
    }
}

@media screen and (max-width: 630px){
    
      #MesajBirakAlan{
        background-image: none;
    }    

@media screen and (max-width: 625px){
	
	#FooterIc ul#FooterUlBir,ul#FooterUlIki{
	margin-right: 0;
	float: none;	
}
	
	#Footer{
	padding-bottom: 10px;
	}
	
}

@media screen and (max-width: 600px){
	
	#SiparislerimBaslik{
	display: none;
	}
	
	ul.SpGenelGorunumUl {
	padding: 15px 10px;
	}
	
	.SiparislerimGenelGorunum ul.SpGenelGorunumUl li{
	display: block;
	text-align: left;
	line-height: 22px;
	font-weight: normal;
	font-size: 13px;
	}

	.SiparislerimMobilSpan{
	display: inline-block;
	width: 110px;
	color: #353535;
	}

	.SiparislerimSiparisTarih{
	width: auto;
	}

	.SiparislerimSiparisKodu{
	width: auto;
	}

	.SiparislerimAdet{
	width: auto;
	}

	.SiparislerimToplamTutar{
	width: auto;
	}

	.SiparislerimSiparisDurumu{
	width: auto;
	}
	
	.SiparislerimDetaySol{
	float: left;
	}
	
	.SiparislerimDetaySag{
	float: left;
	}
	
	.SiparislerimSiparisDetay ul.SpSiparisDetayUl li{
	float: none;
	line-height: 20px;
	font-weight: normal;
	font-size: 13px;
	}
	
	.SiparislerimDetayResim{
	width: auto;
}

.SiparislerimDetayUrunAd{
	min-width: auto;
	margin-top: 0;
	text-decoration: underline;
}

.SiparislerimDetayBirimFiyat{
    min-width: auto;
	margin-top: 0;
	text-align: left;
}

.SiparislerimDetayAdet{
	min-width: auto;
	margin-top: 0;
	text-align: left;
}

	.SiparislerimDetayToplamFiyat{
	min-width: auto;
	margin-top: 0;
	text-align: left;
	}
	
	.SiparislerimDetayBr{
	display: none;
	}
	
	.SiparislerimDetaySpan{
	display: inline-block;
	width:  60px;
	}
	
	.SiparislerimDetaySpanGizle{
		display: none;
	}
	
	.SiparislerimAdres{
	float: none;
	padding: 10px;
	margin: 10px 0;
	width: auto;
	font-size: 13px;
	}


.SiparislerimAdres:after, .SiparislerimAdres:before {
	display: none;
}

.SiparislerimAdres:after {
	display: none;
}
.SiparislerimAdres:before {
	display: none;
}


.SiparislerimFatura{
	float: none;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: auto;
	font-size: 13px;
}

.SiparislerimFatura:after, .SiparislerimFatura:before {
	display: none;
}

.SiparislerimFatura:after {
	display: none;
}
.SiparislerimFatura:before {
	display: none;
}
	#AdreslerimKayitliAdreslerAlan {
	width: 99%;
	}
	
	#AdreslerimFormAlan {
	width: 99%;
	}
	
	#BilgilerimSayfa {
	margin: 10px auto 0;
	padding: 0 10px;
	}
	
	#BilgilerimAlan{
	width: -webkit-calc(99% - 40px);
	width: -moz-calc(99% - 40px);
	width: -o-calc(99% - 40px);
	width: -ms-calc(99% - 40px);
	width: calc(99% - 40px);
	}
}

@media screen and (max-width:570px){
	
	#UrunDetayBolum1 {
	width: 150px;
	}
	
	#UrunDetayBolum2 {
	width: -webkit-calc(100% - 230px);
	width: -moz-calc(100% - 230px);
	width: -o-calc(100% - 230px);
	width: -ms-calc(100% - 230px);
	width: calc(100% - 230px);
	}
	
	#UrunDetayBolum1 img{
		width: 150px; height: auto;
	}
}

@media screen and (max-width:510px){
	
	#UrunDetayAsilFiyatCizgi{
	left: 50%;
	margin-left: -40px;
}
	
	#UrunDetayBolum1 {
	float: none;
	text-align: center;
	width: 100%;
	padding-left: 0 !important;
	}
	
	#UrunDetayBolum2 {
	float: none;
	margin-left: 0;
	padding: 10px 0 10px 0;
	width: 100%;
	text-align: center;
	}
	
	#UrunDetaySoruSor,#UrunDetaySepeteEkle {
	display: inline-block;
	}
	
	#UrunDetaySoruSor,#UrunDetayStoktaYok {
	display: inline-block;
	}
	
	#UrunDetayBolum2 span.UrunDetayAdetSpan{
	display: none !important;
	}
	
	#UrunDetayOdemeSecenekleri ul li{
	display: block;
	margin: 10px 5px 0px 0px;
	width: -webkit-calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	width: -o-calc(100% - 10px);
	width: -ms-calc(100% - 10px);
	width: calc(100% - 10px);
	}
	
	#UrunDetayOzellikler ul li{
	padding: 5px;
	display: block;
	margin-right: 0;
	width: -webkit-calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	width: -o-calc(100% - 10px);
	width: -ms-calc(100% - 10px);
	width: calc(100% - 10px);
	}
	
	#UrunDetayIcindekiler ul li {
	min-width: auto;
	}
	
	#UrunDetayIcindekiler ul li span{
	display: inline-block;
	min-width: 180px;
	}
    
    #UrunDetay4al3odeBaslikMobil{
        display: block;
    }
    
    #UrunDetay4al3odeBaslik{
        display: none;
    }
}


@media screen and (max-width: 500px){
	
	a.OncekiSlider, a.SonrakiSlider{
	font-size: 25px;
} 
	
	#SliderTasiyici ul li img{
	width: 100%;
}
	
	#KampanualiUrunAfis{
	float: none;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	}

	#PaketUrunAfis{
	float: none;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	}
	
	#Urunler ul#UrunlerUl li{
	width: 90%;		
	}	
	
	#KayitOlGirisYapFormAlan{
	width: -webkit-calc(97% - 40px);
	width: -moz-calc(97% - 40px);
	width: -o-calc(97% - 40px);
	width: -ms-calc(97% - 40px);
	width: calc(97% - 40px);	
	}
	
	
	#KayitOlGirisYapFormAlan h1{
		font-size: 30px;
	}
	
	#IletisimFormuSol{
	float: none;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	}
	
	#IletisimFormuSag{
	float: none;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	}
	
	#IletisimFormuAlani .IletisimText {
	display: block;
	float: left;
	height: 35px;
	width: -webkit-calc(100% - 32px);
	width: -moz-calc(100% - 32px);
	width: -o-calc(100% - 32px);
	width: -ms-calc(100% - 32px);
	width: calc(100% - 32px);
	}
	
	#IletisimSayfa .BosAlanUyari{
	width: -webkit-calc(100% - 9px);
	width: -moz-calc(100% - 9px);
	width: -o-calc(100% - 9px);
	width: -ms-calc(100% - 9px);
	width: calc(100% - 9px);	
}
	#SepetimSayfa div.SepetUrunSatir {
	font-weight: normal;
	}
	
	#SepetimSayfa div.SepetUrunAdet .SepetimUrunAdetAlan{
	font-weight: normal;
	}
	
	.SepetSatirSag{
	margin-left: 15px;
	}
	
	#SepetimSayfa div.SepetUrunAd{
		position: static;
		text-align: left;
		width: auto;
	}

	
	#SepetimSayfa div.SepetUrunFiyat{
		position: static;
		text-align: left;
		margin: 10px 0 0 0;
	}
	
	#SepetimSayfa div.SepetUrunToplamFiyat{
		position: static;
		text-align: left;
	}
	
	#SepetimSayfa div.SepetUrunAdet{
		position: static;
		text-align: left;
	}
	
	#SepetAlisVeris{
	padding: 10px 0;
	font-size: 13px;
	}

	#SepetSatinAl{
	padding: 10px 0;
	font-size: 13px;
	}
	
	
	table#UrunBilesenleriTablosu{
	width: 100%;
	}
	
	div.MenuSoruIlet{
	top: 20px;
	padding: 10px;
	}
	
	div.MenuSoruIlet #MSSoru {
	height: 70px;
	}
		
	#Urunler > ul#UrunlerUl > li div.GizliSoruSorAlan {

	padding: 15px 20px 20px 20px;

	}
}

@media screen and (max-width: 465px){
	.SiparisSonucSepetUrunAdi {
	top: 20px;
	width: auto;
	font-size: 13px;
	}
	
	.SiparisSonucSepetUrunFiyat {
	top: 65px;
	left: 95px;
	font-size: 13px;
	}
	
	#SiparisSonucSepetGenelToplamAlan{
	font-size: 13px;
	}
}

@media screen and (max-width: 460px){
	#FooterIc ul#IletisimUl{
	position: static;	
	}
	
	#FooterIc ul:not(:first-child){
	border-top: dashed 2px;	
	}
	
	#MesajBirakAlanAciklama{
        background-image: none;
    }
}

@media screen and (max-width: 450px){
	#SiparisSonucSayfa h1{
	font-size: 20px;
	}
    
    .DortAlUcOdeBaslik{
        font-size: 35px;
    }
    
    .DortAlUcOdeKampanyaIcerik{
        font-size: 35px;
    }
    
    .DortAlUcOdeSure{
        font-size: 25px;
    }

           #MesajBirakAlanAciklama{
       background-image: none;
    }    
    

#MesajBirakAlanForm{
  width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	width: -ms-calc(100% - 20px);
	width: calc(100% - 20px);
}
    
    #MesajBirakAlanAciklama{
        font-size: 14px;
    }
}


@media screen and (max-width: 402px){
	
	#FiltreMenu > ul > li{
	width: 95%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
}

@media screen and (max-width: 400px){
    
     .DortAlUcOdeBaslik{
        font-size: 30px;
    }
    
    .DortAlUcOdeKampanyaIcerik{
        font-size: 30px;
    }
    
    .DortAlUcOdeSure{
        font-size: 20px;
    }
    
}

@media screen and (max-width: 392px){
	
	#AltSosyalMedyaIc ul li a{
	font-size: 30px;
	}
	
}


@media screen and (max-width: 390px){
	
	#IndexIndirimKoduAlan p {
    margin-top: 15px;
    line-height: 37px;
    font-size: 28px;
	}
	
	#IndexIndirimKoduAlan h1{
	font-size: 22px;
	}
}

@media screen and (max-width:370px){
	
	#IndirimKoduAlan #IndirimKodu{
	border-right: 1px solid #949494;
	border-bottom: none;
	float: none;
	width: -webkit-calc(100% - 2px);
	width: -moz-calc(100% - 2px);
	width: -o-calc(100% - 2px);
	width: -ms-calc(100% - 2px);
	width: calc(100% - 2px);
	}


	#IndirimKoduAlan #IndirimKoduGonder{
	float: none;
	padding: 0;
	border: none;
	width: 100%;
	}
	

	#IndirimKoduAlan #IndirimKoduKaldir{
	float: none;
	padding: 0;
	border: none;
	width: 100%;	
	}

	#SepetAlisVeris{
	float: none;
	}

	#SepetSatinAl{
	float: none;
	}
	
	#SiparisSonucSayfa h1{
	font-size: 15px;
	}
	
	#SiparisSonucSiparisOzeti h2 {
	font-size: 13px;
	}
}

@media screen and (max-width:360px){
	
	.OdemeBaslik{
	font-size: 20px;
	}
	
	ul#OdemeTab{
	padding: 0;	
	width: -webkit-calc(99% + 1px);
	width: -moz-calc(99% + 1px);
	width: -o-calc(99% + 1px);
	width: -ms-calc(99% + 1px);
	width: calc(99% + 1px);
	}
	
	#OdemeTab li{
	text-align: center;
	display: block;
	margin: 10px 0;
	padding: 10px 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	width: auto;
	}
}

@media screen and (max-width: 350px){
     .DortAlUcOdeBaslik{
        font-size: 25px;
    }
    
    .DortAlUcOdeKampanyaIcerik{
        font-size: 25px;
    }
    
    .DortAlUcOdeSure{
        font-size: 15px;
    }
}

@media screen and (max-width: 340px){
	
	#UstSag > ul > li  span{
		
	display: none;
	}
	
	#KargoTahsilatSayfa h1{
		font-size: 20px;
	}
	
	#IletisimSayfaBr{
		display: none;
	}
		
	.SepetUrunSatir{
	padding: 10px 0 10px 0  !important;	
	}
	
	#SepetimSayfa div.SepetimUrunSil{
		right: 5px;
	}
	
	#SiparisSonucSepetGenelToplamAlan{
	font-size: 12px;
	}
	
	.SiparisSonucTeslimatFaturaBilgileri h2 {
	font-size: 14px;
	}
	
	#MesajBirakAlanAciklama{
        font-size: 13px;
    }
}

@media screen and (max-width: 330px){
	#AdresSepetIndirimKoduAlan #AdresSepetIndirimKodu {
	border-bottom: none;
	border-right: 1px solid #949494;
	float: none;
	width: -webkit-calc(100% - 2px);
	width: -moz-calc(100% - 2px);
	width: -o-calc(100% - 2px);
	width: -ms-calc(100% - 2px);
	width: calc(100% - 2px);

	}
	
	#AdresSepetIndirimKoduAlan #AdresSepetIndirimKoduGonder{
	float: none;
	padding: 0;
	border: none;
	width: 100%;
	}
	
	#OdemeSepetIndirimKoduAlan #OdemeSepetIndirimKodu{
	float: none;
	width: -webkit-calc(100% - 2px);
	width: -moz-calc(100% - 2px);
	width: -o-calc(100% - 2px);
	width: -ms-calc(100% - 2px);
	width: calc(100% - 2px);
	}
	
	#OdemeSepetIndirimKoduAlan #OdemeSepetIndirimKoduGonder{
	float: none;	
	width: 100%;
	}
}

@media screen and (max-width: 320px){
	
	div.OdemeYilAyKapsayici{
	width: 95px;
	}
	
	.OdemeAyYilSelect{
	width: 90px;
	}
	
	.OdemeTercihAciklama h1{
	font-size: 15px;
	}
}

@media screen and (max-width: 300px){
	
	#KayitOlGirisYapFormAlan h1{
	font-size: 25px;
	}

	#IndexIndirimKoduAlan h1 {
    font-size: 19px;
}

	#IndexIndirimKoduAlan p {
    margin-top: 10px;
    line-height: 30px;
    font-size: 22px;
	}
}

@media screen and (max-width: 295px){
	
	#FooterNumaraBirakIc #FNBTelefon{
	float: none;
	width: -webkit-calc(100% - 25px);
	width: -moz-calc(100% - 25px);
	width: -o-calc(100% - 25px);
	width: -ms-calc(100% - 25px);
	width: calc(100% - 25px);
	}

#FooterNumaraBirakIc #FNBGonder{
	float: none;
	width: 100%;
}
	#FooterNumaraBirakIc .BosAlanUyari {
	width: -webkit-calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	width: -o-calc(100% - 10px);
	width: -ms-calc(100% - 10px);
	width: calc(100% - 10px)
}
}
/*Media Query*/