@import url('icon.css');
@import url('renk.css');
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans Narrow'), local('PTSans-Narrow'), url(/font/ptsans1.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Narrow Bold'), local('PTSans-NarrowBold'), url(/font/ptsans2.woff) format('woff');
}
@font-face{font-family:'Open Sans';font-style:normal;font-weight:300;src:local('Open Sans Light'),local('OpenSans-Light'),url(/fonts/DXI1ORHCpsQm3Vp6mXoaTRa1RVmPjeKy21_GQJaLlJI.woff) format('woff')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:local('Open Sans'),local('OpenSans'),url(/font/u-WUoqrET9fUeobQW7jkRT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;src:local('Open Sans Semibold'),local('OpenSans-Semibold'),url(/fonts/MTP_ySUJH_bn48VBG8sNSha1RVmPjeKy21_GQJaLlJI.woff) format('woff')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;src:local('Open Sans Bold'),local('OpenSans-Bold'),url(/fonts/k3k702ZOKiLJc3WVjuplzBa1RVmPjeKy21_GQJaLlJI.woff) format('woff')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:800;src:local('Open Sans Extrabold'),local('OpenSans-Extrabold'),url(/fonts/EInbV5DfGHOiMmvb1Xr-hha1RVmPjeKy21_GQJaLlJI.woff) format('woff')}@font-face{font-family:'Open Sans';font-style:italic;font-weight:300;src:local('Open Sans Light Italic'),local('OpenSansLight-Italic'),url(/fonts/PRmiXeptR36kaC0GEAetxrsuoFAk0leveMLeqYtnfAY.woff) format('woff')}@font-face{font-family:'Open Sans';font-style:italic;font-weight:400;src:local('Open Sans Italic'),local('OpenSans-Italic'),url(/fonts/xjAJXh38I15wypJXxuGMBtIh4imgI8P11RFo6YPCPC0.woff) format('woff')}@font-face{font-family:'Open Sans';font-style:italic;font-weight:600;src:local('Open Sans Semibold Italic'),local('OpenSans-SemiboldItalic'),url(/fonts/PRmiXeptR36kaC0GEAetxmWeb5PoA5ztb49yLyUzH1A.woff) format('woff')}@font-face{font-family:'Open Sans';font-style:italic;font-weight:800;src:local('Open Sans Extrabold Italic'),local('OpenSans-ExtraboldItalic'),url(/fonts/PRmiXeptR36kaC0GEAetxqQf9gnzM91ovO3JZgha9gY.woff) format('woff')}
/* Reset Css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }

ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
.sagresim {max-height:300px !important;display:block;}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
.Balon {
	display: none;
	padding: 10px;
	width: 360px;
	position: absolute;
	margin-top: -100px;
	background: #000;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #ccc;
	z-index: 9999;
	color:#fff;
}
.BankBox {cursor:pointer}

/**
* Genel
*/
body {
	font-family:"PT Sans Narrow", Arial, Helvetica, sans-serif;
	color: #333;
	font-size: .75em;
	background: #fff;
	line-height: 1em;
	color: black;
}
p {
	line-height: 120%;
	padding-bottom:10px;
	text-align:justify
}
a {
	color:#000;
	outline: none;
	text-decoration:none;
	cursor:pointer;
}
a:hover {
	color:#CCC;
	text-decoration:none;
	
}
a img { border: none; }
strong { font-weight:bold; }
.clear {
	clear: both;
	display: block;
	height:1px !important;
	min-height:1px !important;
	font-size:1px;
}
.clear2{
	clear: both;
	display: block;
	height:18px;
	font-size:1px;
}
#logo {padding-left:0 !important;}
h1#logo>a>img {display:block;width:100%; max-width:300px; }
.gizle { display:none; }
.kalin { font-weight:bold; }
.hata {
	padding:20px 35px 20px 35px;
	background:#FDF2B9;
	border:1px solid #EDDE81;
	text-align:left;
	margin-bottom:10px;
	color:#BAA31B;
	display:block;
	font-size:17px;
	line-height:25px;
}
.left { float:left; margin-right:10px; }
.right { float:right; margin-left:10px; }

#SiteUstu {
	display:block;
	width: 100%;
	height: 45px;
	padding: 5px 15px 5px 15px;
	z-index:1000;
}

.SiyahGBG.no-scrolling-fixed {
	position:relative;
	opacity:1;
	transition-property: color;
	transition-duration:0.4s;
	transition-delay: 0.4s;
}
.SiyahGBG.scrolling-fixed {
	
	position:fixed;
	opacity:0.9;
	transition-property: color;
	transition-duration:0.4s;
	transition-delay: 0.4s;
}
.SiyahGBG {
	background: -webkit-linear-gradient(top, rgb(101, 101, 101) 0%, rgb(56, 56, 56) 94%, rgb(56, 56, 56) 100%);
	background: -o-linear-gradient(top, rgb(101, 101, 101) 0%, rgb(56, 56, 56) 94%, rgb(56, 56, 56) 100%);
	background: -ms-linear-gradient(top, rgb(101, 101, 101) 0%, rgb(56, 56, 56) 94%, rgb(56, 56, 56) 100%);
	background: -moz-linear-gradient(top, rgb(101, 101, 101) 0%, rgb(56, 56, 56) 94%, rgb(56, 56, 56) 100%);
	background: linear-gradient(to bottom, rgb(101, 101, 101) 0%, rgb(56, 56, 56) 94%, rgb(56, 56, 56) 100%);
	border-bottom: 1px solid #828282;
	color: #fff;
}
#SiteBilgi {
	display:block;
	margin:0 auto;
	min-height: 110px;
	padding-bottom: 5px;
}
#UstMenu>.mt-main-menu {
	/*margin-top:-14px;*/
	position:absolute;
}


#ustmenu>.mt-drill-menu {
	/*margin-top:-14px;*/
	position:absolute;
	top:-5px;
	right:1px;
}
#ustmenu .in {right:1px;}


.AltiniCiz {
	background:url("../img/cizik.jpg") bottom left repeat-x;
}
.UstunuCiz {
	background:url("../img/cizika.jpg") bottom left repeat-x;
	height: 5px;
	margin-top:-10px;
}
div.SagaGonder {
	float: right;
}
div.SolaGonder {
	float: left;
	margin-left:10px;
}
.Tutucu {
	width: 39px;
	height: 30px;
	background: url("../img/tutucu.png") no-repeat;
	margin-top: -5px;
}
.OvalKenar {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.UstMenu {
	position: relative;
	border:1px solid #2c2c2c;
	margin: -21px 5% 0 5%;
   height: 44px;
   width: 90%;
   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
   padding:2px 0 0 15px;
   z-index: 20;
}

/*.UstMenu:before, .UstMenu:after {
   content: '';
   z-index: -1;
   position: absolute;
   left: 10px;
   bottom: 15px;
   width: 70%;
   max-width: 300px;
   height: 35%;
   box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
   transform: skew(-15deg) rotate(-6deg);		
    -webkit-transition:	skew(-15deg) rotate(-6deg);
    -moz-transition:	skew(-15deg) rotate(-6deg);
    -webkit-transform:	skew(-15deg) rotate(-6deg);
    -moz-transform:		skew(-15deg) rotate(-6deg);
   
}*/
.fullwidthabnner{
	padding-top:15px;
}
#pnlUst{
	min-height:167px;
	clear:both;
}

#SiteSlider {
	/*background: #f9a61c url(../img/SlideArkaPlan.jpg) no-repeat;*/
z-index: -2;
display: inline-table;
width: 100%;
margin-top:-33px;
}
.tp-bannertimer{display: none !important}
.SliderMenu {
	float:left;
	width: 18% !important;
	display:block;
	position:relative;
}
.SayfaSlider {
	float:left;
	width: 80%;
	display:block;
	position:relative;
}
.UstMenu:after {
	left: auto;
	right: 10px;
	transform:				skew(15deg) rotate(6deg);
	-webkit-transition:		skew(15deg) rotate(6deg);
	-moz-transition:		skew(15deg) rotate(6deg);
	-webkit-transform:		skew(15deg) rotate(6deg);
	-moz-transform:			skew(15deg) rotate(6deg);
}
#anamenu li {
	float:left;
	padding:0 3px;
	display:block;
	margin:0;
	position: relative;
	z-index:9998;
}
#anamenu li.ilk { background:none; }
#anamenu li a {
	height:30px;
	float:left;
	padding:0 0 0 4px;
	margin:0;
}
#anamenu li a span.anamenu-sag {
	display:block;
	padding:8px;
	height:14px;
	font-size:1.1em;
	color:#fff;
	float:left;
	font-weight:bold;
	padding-right:15px;
	cursor:pointer;
}


#anamenu #anasayfa:before {
	content: '\f022';
	font-size: 4em;
	font-family: 'EntypoRegular';
	color: #fff;
	position: absolute;
	margin-top: 12px;
	margin-left: 7px;
}
#anamenu #anasayfa:hover { background-position:bottom; }
#anamenu li a:hover {
	background-position:0 -30px;
	text-decoration:none;
}
#anamenu li a:hover span.anamenu-sag {
	background-position:right -60px;
	color:#fff;
}
#anamenu li a:hover.altvar, #anamenu li:hover a.altvar, #anamenu .over a.altvar { background-position:0 -90px; }
#anamenu li a:hover.altvar span.anamenu-sag, #anamenu li:hover a.altvar span.anamenu-sag, #anamenu .over a.altvar span.anamenu-sag {
	background-position:right -120px;
	color:#fff;
}
#anamenu li a span.anamenu-ok {
}
#anamenu li a span.anamenu-ok:before {
content: '\f074';
font-size:2em;
padding-right:16px;
font-family: 'EntypoRegular';
}

#anamenu ul {
	position:absolute;
	width:200px;
	margin-top:30px;
	left:3px;
	padding:5px;
	display:none;
}
#anamenu .over ul { display:block; }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#anamenu a span { float:none; }
/* End IE5-Mac hack */
#anamenu a:hover span { color:#fff; }
#anamenu ul li {
	float:none;
	background:none;
	padding-bottom:1px!important;
	padding-bottom:0;
}
/* ie fix */  
*:first-child+html #anamenu ul li { padding-bottom:0!important; }
*:first-child+html #urun-ilanlari ul li, *:first-child+html #alim-ilanlari ul li { margin-bottom:-1px!important; }
/**************/

#anamenu ul li a {
	display:block;
	float:none;
	padding:8px;
	padding-bottom:10px;
	height:10px;
	background:#EA7500;
	color:#fff;
}
#anamenu ul li a:hover { background-color:#D96C00; }
/*iller*/
#anamenu .iller {
	width:630px;
	background-color:#F1F0E4;
	position:absolute;
	top:30px;
	left:3px;
	border:7px solid #FF9A35;
	display:block;
	display:none;
}
#anamenu .over .iller { display:block }
#anamenu .iller div { padding:10px; }
#anamenu .iller h3 {
	font-weight:bold;
	font-size:1.1em;
	border-bottom:1px solid #666;
	padding-bottom:5px;
	margin-bottom:10px;
}
#anamenu .iller li {
	float:left;
	padding:0;
	background-color:transparent;
	background:none
}
#anamenu .iller li a {
	display:block;
	width:120px;
	padding:0px;
	padding-top:3px;
	height:12px;
	text-indent:15px;
	background:url(../img/yyanok.gif) 3px center no-repeat;
}
#anamenu .iller .biten a { color:#61891D; }
#anamenu .iller .bitmeyen a {
	color:#FF3E3E;
	background:url(../img/kyanok.gif) 3px center no-repeat;
}
#anamenu .iller li a:hover { background-color:#E4E2CD }


.aramenu {
	height:29px;
	margin-left:5px;
}
#aramenu li {
	float:left;
	background:url(../img/aramanu-ayir.gif) left center no-repeat;
	padding:0 10px;
}
#aramenu li.ilk { background:none; }
#aramenu li a {
	float:left;
	height:29px;
}
#aramenu li a span {
	height:13px;
	float:left;
	color:#000;
	font-weight:bold;
	font-size:1.1em;
	padding:8px 20px;
	cursor:pointer;
}
#aramenu li a.aramenu-aktif {
	background:url(../img/arama-menu.gif) top left;
	text-decoration:none;
}
#aramenu li a.aramenu-aktif span { background:url(../img/arama-menu.gif) bottom right; }
/*Ara*/
#ara {
	height: 33px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	border: 1px solid #efefef;
	background: #fff;
	margin-top:2px;
	overflow:hidden;
}
#ustmenu .nav-tabs>li>a {color:#fff;}
#ustmenu .nav-tabs>li>a:hover ,#ustmenu .nav-tabs>li>a:active ,#ustmenu .nav-tabs>li>a:focus{color:#000;}
.collapsing {display: none !important;}
#ara #kelime {
	border: none;
	/*padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;*/
	color: #ccc;
	float: left;
	background : none;

    padding: 7.5px;
}
#ara #kelime.dolu {
     color:#333; 
}
#ara>a.buttonla {
float: right;
margin-top: 8px;
display: block;
width: 25px;
height: 25px;
}
#ara input.Arabutton {
	width:105px;
	height:32px;
	background:url(../img/ara.png) top;
	border:none;
	cursor:pointer;
	float:right;
	margin-right:8px;
}
#ara input.Arabutton:hover { background-position:bottom; }
#ara a { color:#333; }
#ara a.ara-secenek {
	background: url(../img/tasagiok.gif) 10px center no-repeat;
	float:right;
	padding:10px 25px;
	padding-right:15px;
	border-left:1px dotted #ccc!important;
	border-left:1px solid #ccc;
	width:10%;
}
#ara a.ara-secenek:hover, #ara a.ara-aktif {
	text-decoration:none;
	background:#FF9A35 url(../img/basagiok.gif) 10px center no-repeat;
	color:#fff;
}
#ara #ara-kategoriler { }
#ara #ara-kategoriler { }
#arama-ayrinti {
	margin-left:20px;
	margin-bottom:10px;
	padding:6px 10px;
	padding-bottom:0;
	position:absolute;
	z-index:500;
}
#arama-ayrinti a { color:#333; }
/* Ara kategoriler list */
.kriter {
	position:absolute;
	width:95%;
	display:none;
	border:5px solid #f9a61c;
	z-index:10;
	margin-left:8px;
	margin-top:-3px;
	background:#F1F0E4;
	padding:10px;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.kriter h3 {
	font-weight:bold;
	font-size:1.2em;
	padding-bottom:5px;
	color :#000;
}
.kriter p {
	border-bottom:1px solid #FF9A35;
	padding-bottom:5px;
	margin-bottom:5px;
	font-size:.9em;
	color: #000;
}
div#populerarama {padding-top:20px}
ul.populerarama {float:left; display:block;padding:0}
ul.populerarama li {float:left;padding: 2px 4px;}
ul.populerarama li a {border: 1px solid #ccc; padding: 4px 8px !important;-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}
ul.populerarama li a:hover {border: 1px solid rgb(243, 150, 12);}
.ara-kapat {
	float:right;
	margin-top:-20px;
	color:#C63D3D;
	padding-left:15px;
	background:url(../img/ikon-kapat.png) left 3px no-repeat;
}
.kriter ul { }
.kriter ul li { float:left; }
.kriter ul li a {
	display:block;
	width:95px;
	float:left;
	color:#666;
	margin:1px;
	padding:2px;
	padding-left:15px;
	background:url(../img/no-select.png) left center no-repeat;
}
.kriter ul li a.secili {
	background-image:url(../img/select.png);
	color:#000;
}
.kriter ul li a:hover { text-decoration:none; }

#ara-uyelikler-list .ara-kapat { margin-left:200px; }
#ara-markalar-list ul li a { width:180px; }
#arama-ayrinti-kategori, #arama-ayrinti-uyelik, #arama-ayrinti-marka { display:none }
.ayrinti strong {
	float:left;
	padding-top:4px;
	width:100px;
}
.ayrinti a {
	background:url(../img/kategoriler.png) left;
	float:left;
	padding-left:10px;
	margin-left:3px;
	margin-bottom:3px;
}
.ayrinti a span {
	display:block;
	height:19px;
	float:left;
	padding-top:3px;
	padding-right:20px;
	color:#fff;
	background:url(../img/kategoriler.png) right;
}
.ayrinti a:hover { text-decoration:none; }

/*kategori menu*/
#katmenu {
}
#katmenu li {
	position:relative;
	line-height:15px;
}
#katmenu li a {
	display:block;
	padding:6px;
	color:#333;
	border-bottom:1px dashed #E4E2CD;
	border-left:7px solid #E4E2CD;
	font-size:15px;
}
#katmenu li a:hover, #katmenu li a.aktif {
	background:#fff url(../img/secili.gif) 190px center no-repeat;
	text-decoration:none;
	border:2px solid #ADDD1E;
	font-weight:bold;
}
#katmenu .katmenu-yan {
	position:absolute;
	height:51px;
	width:14px;
	display:none;
	z-index:500;
}
li.markalari ul li {min-width:100px; max-width:150px; display:block; float:left;padding:4px;}
#katmenu ul {
	position:absolute;
	margin-left:50%;
	margin-top:-70px;
	background:#fff;
	border:2px solid #ADDD1E;
	z-index:100;
	display:none;
	min-height:100px;
	height:auto!important;
	height:100px;/*ie6 aptalı için :) */
	padding:5px;
	padding-top:0;
}
#katmenu ul li {
	float:left;
	padding:0 5px;
	border:none;
	background-color:#cc;
}
ul#katmenu li ul li ul {position:relative;margin:0;padding:0; border:0; width:220px;margin-left:10px;}
#katmenu ul li a {
	background:url(../img/tyanok.gif) 4px 6px no-repeat;
	padding:3px;
	padding-left:15px;
	border:none;
}
#katmenu ul, #katmenu li, #katmenu li a { vertical-align:bottom; }
#katmenu li.over ul, #katmenu li.over .katmenu-yan { display:block; }
#katmenu ul li.kat-baslik {
	float:none;
	border-bottom:1px solid #FF9A35;
	padding:3px;
	margin-bottom:5px;
}
#katmenu ul li.kat-baslik a {
	background:none;
	padding:3px;
	font-size:1.2em;
	font-weight:bold;
	text-indent:0;
	width:100%;
}
#katmenu ul li.markalari {
	background:none;
	clear:both;
	width:100%;
	display:block;
	
	
}
#katmenu ul li.markalari ul {
	width:95%;
	border:none;
	background:none;
	height:250px;
	overflow:hidden;
}
#katmenu ul li.markalari li a {
	width:auto;
	float:left;
}
#katmenu ul li.kat-baslik span {
	font-size:.93em;
	padding-left:3px;
}
#katmenu ul li.kat-baslik a:hover { background:none; }
#katmenu ul li a:hover {
	background:#D1EC80 url(../img/tyanok.gif) 5px center no-repeat;
	border:none;
}
/*kategori menu*/
#katmenun {
	background:#F1F0E4;
	border:1px solid #E4E2CD;
}
#katmenun li {
	position:relative;
	line-height:15px;
}
#katmenun li a {
	display:block;
	padding:6px;
	width:200px;
	color:#333;
	border-bottom:1px solid #E4E2CD;
	border-left:7px solid #E4E2CD;
}
#katmenun li a:hover, #katmenun li a.aktif {
	background:#E3F4AE url(../img/secili.gif) 190px center no-repeat;
	text-decoration:none;
	border:2px solid #ADDD1E;
	border-left:7px solid #ADDD1E;
	font-weight:bold;
}
#katmenun .katmenun-yan {
	position:absolute;
	height:51px;
	width:14px;
	background:url(../img/altmenu.gif);
	margin-left:213px;
	margin-top:-41px;
	display:none;
	z-index:101
}
#kategorilergezgini {display:none}
#katmenun .katmenu-yan {
	position:absolute;
	height:51px;
	width:14px;
	background:url(../img/altmenu.gif);
	margin-left:213px;
	margin-top:-41px;
	display:none;
	z-index:101
}
#katmenun ul {
	position:absolute;
	margin-left:223px;
	margin-top:-70px;
	background:#E3F4AE;
	border:2px solid #ADDD1E;
	z-index:100;
	display:none;
	min-height:100px;
	height:auto!important;
	height:100px;/*ie6 aptalı için :) */
	width:590px;
	padding:5px;
	padding-top:0;
	z-index:99999;
}
#katmenun ul li {
	float:left;
	padding:0 5px;
	border:none;
	background-color:#E3F4AE;
}
ul#katmenun li ul li ul {position:relative;margin:0;padding:0; border:0; width:220px;margin-left:10px;}
#katmenun ul li a {
	width:168px;
	background:#E3F4AE url(../img/tyanok.gif) 4px 6px no-repeat;
	padding:3px;
	padding-left:15px;
	border:none;
}
#katmenun ul, #katmenun li, #katmenun li a { vertical-align:bottom; }
#katmenun li.over ul, #katmenun li.over .katmenun-yan { display:block; }
#katmenun ul li.kat-baslik {
	float:none;
	border-bottom:1px solid #FF9A35;
	padding:3px;
	margin-bottom:5px;
}
#katmenun ul li.kat-baslik a {
	background:none;
	padding:3px;
	font-size:1.2em;
	font-weight:bold;
	text-indent:0;
	width:100%;
}
#katmenun ul li.markalari {
	background:none;
	clear:both;
	width:100%;
	display:block;
	
	
}
#katmenun ul li.markalari ul {
	width:95%;
	border:none;
	background:none;
	height:250px;
	overflow:hidden;
}
#katmenun ul li.markalari li a {
	width:auto;
	float:left;
}
#katmenun ul li.kat-baslik span {
	font-size:.93em;
	padding-left:3px;
}
.border {border: 1px solid #CCC2C2 !important;-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;}
#katmenun ul li.kat-baslik a:hover { background:none; }
#katmenun ul li a:hover {
	background:#D1EC80 url(../img/tyanok.gif) 5px center no-repeat;
	border:none;
}

.UrunKutusu {padding:0 !important;min-width: 280px !important;}
.UrunKutusuIcerik {
	/*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;*/
	border: 1px solid #eee;
	padding: 0px !important;
	height: 420px;
	margin: 10px 5px 10px 5px;
	background:#f3f3f3;
	transition: box-shadow 200ms ease-in-out 0s;
	transform: translate3d(0px, 0px, 0px);
	transition-property: transform, opacity;
	-webkit-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.UrunYaziDetay {
font-size:17px; line-height:22px;}
.UrunKutuBolumOne {
	background:#fff;
	padding: 15px;
}
.UrunKutuBolumTwo {
	background: none;
	padding: 15px 0 0 35px;
	border-bottom:1px solid #e8e8e8;
}
.UrunKutuBolumAra {background:#fff;height: 20px;}
.UrunKutuBolumTree {
bottom: -1px;
position: absolute;
height: 50px;
text-align:center;
padding-left: 60px;
margin: 0 auto;
}
div.UrunKutusuIcerik>div>div.urunresim>a {
	position: relative;
	display: block;
}
div.UrunKutusuIcerik>div>div.urunresim {
	text-align: center;
	line-height: 180px;
	height: 180px;
	overflow: hidden;
}
div.UrunKutusuIcerik>div>div.urunresim>a>img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
	max-height:200px;
}
a.KIncele {display:none;float: right;
clear: both;
background:  rgb(240, 148, 11);
padding: 6px 10px;
font-size: 13px;
margin-right: -15px;
margin-top: -52px;}
a.KSepeteAt {display:none; float:right;clear: both;
background: rgb(240, 148, 11);
padding: 6px 10px;
font-size: 13px;
margin-right: -15px;
margin-top: -2px;}

a.KSepeteAt:hover,a.KIncele:hover {color:#fff;-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;}

.urunfiyatimiz>span.fiyatimiz {
	font-size: 2.5em;
	color: rgb(240, 148, 11);
	float:left;
}
.urunfiyatimiz>span.fiyatimizk sub, .urunfiyatimiz>span.fiyatimizk sup 
{
width: 100%;
display: block;
line-height: 100%;
}

.urunfiyatimiz>span.fiyatimizk {
	font-size: 1.6em;
	float:left;
	margin-left:4px;
}
div.SiteIcerikleri {
	max-width: 1160px;
	margin: 0 auto;
}
div.urunadi {
	padding: 14px 4px 25px 4px;
	font-size: 18px;
	line-height: 27px;
	height:93px;
}

.productoptions {

	z-index: 1;
}
.kargobedava , .hizlikargo{
    color: #FFFFFF;
	float: left;
	margin-left: 5px;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    padding: 4px 6px;
	position:relative;
	display:block;
	margin-bottom:11px;
}
.kargobedava {
    background: none repeat scroll 0 0 #E98C00;

}
.kargobedava:before , .hizlikargo:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
	border-image: none;
    border-right: 3px solid transparent;
    border-style: solid;
    border-width: 3px;
    left: 8px;
    position: absolute;
    top: 19px;
	content:"";
}

.kargobedava:before {

    border-color: #E98C00 transparent transparent;
    z-index: 1;
}

.hizlikargo {
    background: none repeat scroll 0 0 #12A1C5;
}
.hizlikargo:before {
    border-color: #12A1C5 transparent transparent;
    z-index: 1;
}
.UrunKutusuIcerik a em {color: #fff !important;}

div.urunfiyatimiz {
padding-left: 55px;
}
.alt-ic {background: #202020; border-bottom: 1px solid #2b2b2b; margin-top:20px;border-top: 1px solid #101010;padding:10px 0 20px 0}
.alt-seriler {max-width: 1160px; display:block; margin: 0 auto; color: #fff;padding-top: 30px;}
.altdis-icerik  {max-width: 1160px; display:block; margin: 0 auto; color: #fff;padding-top: 15px;}
.altdis-icerik a {color : #fff;}
.alt-seriler h2 {font-size:17px;text-transform: uppercase;
font-weight: normal;padding-bottom:20px;}
.alt-seriler>div {border-right: 1px dotted #2b2b2b;
}
.alt-seriler  a {text-decoration: none;color: #ccc; padding-left:20px;
display: block;
  line-height: 25px;
  font-size: 17px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;}
.alt-seriler  a:hover {color: rgb(243, 150, 12)}
.alt-dis {width: 100%; display:block; background: #252525;min-height:70px;}

.social-icons {margin:0 0 20px;}
.social-icons li {display:inline-block; margin: 0 5px 0 5px;vertical-align: top;}
.social-icons li a {display:inline-block; width:30px; height:30px; text-indent:-9999px; background-image:url(../img/social-icons-sprite.png); background-repeat: no-repeat; position:relative; background-color: #111; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.social-icons li a:hover {background-color:rgb(243, 150, 12); box-shadow:0 0 6px rgba(0,0,0,0.4)}

.social-icons.has_gradient li a:after {content:''; position:absolute; left:0; top:0; width:100%; height:100%;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.2))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 ); /* IE6-9 */}

.social-icons li.social-twitter a {background-position:0 0;}
.social-icons li.social-dribbble a {background-position:-30px 0;}
.social-icons li.social-facebook a {background-position:-60px 0;}
.social-icons li.social-envato a {background-position:-90px 0;}
.social-icons li.social-flickr a {background-position:-120px 0;}
.social-icons li.social-forrst a {background-position:-150px 0;}
.social-icons li.social-gplus a {background-position:-180px 0;}
.social-icons li.social-gplus2 a {background-position:-210px 0;}
.social-icons li.social-icloud a {background-position:-240px 0;}
.social-icons li.social-lastfm a {background-position:-270px 0;}
.social-icons li.social-linkedin a {background-position:-300px 0;}
.social-icons li.social-myspace a {background-position:-330px 0;}
.social-icons li.social-paypal a {background-position:0 -30px;}
.social-icons li.social-piacasa a {background-position:-30px -30px;}
.social-icons li.social-pinterest a {background-position:-60px -30px;}
.social-icons li.social-reedit a {background-position:-90px -30px;}
.social-icons li.social-rss a {background-position:-120px -30px;}
.social-icons li.social-skype a {background-position:-150px -30px;}
.social-icons li.social-stumbleupon a {background-position:-180px -30px;}
.social-icons li.social-tumblr a {background-position:-210px -30px;}
.social-icons li.social-vimeo a {background-position:-240px -30px;}
.social-icons li.social-wordpress a {background-position:-270px -30px;}
.social-icons li.social-yahoo a {background-position:-300px -30px;}
.social-icons li.social-youtube a {background-position:-330px -30px;}
.social-icons li.social-blogger a {background-position:0px -60px;}
.social-icons li.social-deviantart a {background-position:-30px -60px;}
.social-icons li.social-digg a {background-position:-60px -60px;}
.social-icons li.social-foursquare a {background-position:-90px -60px;}
.social-icons li.social-friendfeed a {background-position:-120px -60px;}
.social-icons li.social-mail a {background-position:-150px -60px;}
.social-icons li.social-html5 a {background-position:-180px -60px;}
.social-icons li.social-technorati a {background-position:-210px -60px;}
.social-icons li.social-soundcloud a {background-position:-240px -60px;}
.social-icons li.social-quora a {background-position:-270px -60px;}
.social-icons li.social-bebo a {background-position:-300px -60px;}
.social-icons li.social-aim a {background-position:-330px -60px;}
.social-icons li.social-gosquared a {background-position:0 -90px;}
.social-icons li.social-dropbox a {background-position:-30px -90px;}
.social-icons li.social-github a {background-position:-60px -90px;}
.social-icons li.social-spotify a {background-position:-90px -90px;}
.social-icons li.social-apple a {background-position:-120px -90px;}

/* colored */
.social-icons.colored li.social-twitter a,
.social-icons.coloredHov li.social-twitter a:hover {background-color:#00bdec;}
.social-icons.colored li.social-dribbble a,
.social-icons.coloredHov li.social-dribbble a:hover {background-color:#ef5b92;}
.social-icons.colored li.social-facebook a,
.social-icons.coloredHov li.social-facebook a:hover {background-color:#3b5998;}
.social-icons.colored li.social-envato a,
.social-icons.coloredHov li.social-envato a:hover {background-color:#8dc050;}
.social-icons.colored li.social-flickr a,
.social-icons.coloredHov li.social-flickr a:hover {background-color:#ea2698;}
.social-icons.colored li.social-forrst a,
.social-icons.coloredHov li.social-forrst a:hover {background-color:#366725;}
.social-icons.colored li.social-gplus a,
.social-icons.coloredHov li.social-gplus a:hover {background-color:#d94a39;}
.social-icons.colored li.social-gplus2 a,
.social-icons.coloredHov li.social-gplus2 a:hover {background-color:#d94a39;}
.social-icons.colored li.social-icloud a,
.social-icons.coloredHov li.social-icloud a:hover {background-color:#666666;}
.social-icons.colored li.social-lastfm a,
.social-icons.coloredHov li.social-lastfm a:hover {background-color:#d2013a;}
.social-icons.colored li.social-linkedin a,
.social-icons.coloredHov li.social-linkedin a:hover {background-color:#1b92bd;}
.social-icons.colored li.social-myspace a,
.social-icons.coloredHov li.social-myspace a:hover {background-color:#003398;}
.social-icons.colored li.social-paypal a,
.social-icons.coloredHov li.social-paypal a:hover {background-color:#32689a;}
.social-icons.colored li.social-piacasa a,
.social-icons.coloredHov li.social-piacasa a:hover {background-color:#8e5aa4;}
.social-icons.colored li.social-pinterest a,
.social-icons.coloredHov li.social-pinterest a:hover {background-color:#cb2027;}
.social-icons.colored li.social-reedit a,
.social-icons.coloredHov li.social-reedit a:hover {background-color:#82a6ce;}
.social-icons.colored li.social-rss a,
.social-icons.coloredHov li.social-rss a:hover {background-color:#ff7f00;}
.social-icons.colored li.social-skype a,
.social-icons.coloredHov li.social-skype a:hover {background-color:#18b7f1;}
.social-icons.colored li.social-stumbleupon a,
.social-icons.coloredHov li.social-stumbleupon a:hover {background-color:#229d3d;}
.social-icons.colored li.social-tumblr a,
.social-icons.coloredHov li.social-tumblr a:hover {background-color:#38526d;}
.social-icons.colored li.social-vimeo a,
.social-icons.coloredHov li.social-vimeo a:hover {background-color:#01557a;}
.social-icons.colored li.social-wordpress a,
.social-icons.coloredHov li.social-wordpress a:hover {background-color:#454545;}
.social-icons.colored li.social-yahoo a,
.social-icons.coloredHov li.social-yahoo a:hover {background-color:#ab64bc;}
.social-icons.colored li.social-youtube a,
.social-icons.coloredHov li.social-youtube a:hover {background-color:#d20800;}
.social-icons.colored li.social-blogger a,
.social-icons.coloredHov li.social-blogger a:hover {background-color:#FF7600;}
.social-icons.colored li.social-deviantart a,
.social-icons.coloredHov li.social-deviantart a:hover {background-color:#768C82;}
.social-icons.colored li.social-digg a,
.social-icons.coloredHov li.social-digg a:hover {background-color:#195695;}
.social-icons.colored li.social-foursquare a,
.social-icons.coloredHov li.social-foursquare a:hover {background-color:#1B6CB4;}
.social-icons.colored li.social-friendfeed a,
.social-icons.coloredHov li.social-friendfeed a:hover {background-color:#2F72C4;}
.social-icons.colored li.social-mail a,
.social-icons.coloredHov li.social-mail a:hover {background-color:#b5b5b5;}
.social-icons.colored li.social-html5 a,
.social-icons.coloredHov li.social-html5 a:hover {background-color:#E44D26;}
.social-icons.colored li.social-technorati a,
.social-icons.coloredHov li.social-technorati a:hover {background-color:#55BB00;}
.social-icons.colored li.social-soundcloud a,
.social-icons.coloredHov li.social-soundcloud a:hover {background-color:#db5708;}
.social-icons.colored li.social-quora a,
.social-icons.coloredHov li.social-quora a:hover {background-color:#852828;}
.social-icons.colored li.social-bebo a,
.social-icons.coloredHov li.social-bebo a:hover {background-color:#a03939;}
.social-icons.colored li.social-aim a,
.social-icons.coloredHov li.social-aim a:hover {background-color:#cdae2d;}
.social-icons.colored li.social-gosquared a,
.social-icons.coloredHov li.social-gosquared a:hover {background-color:#556065;}
.social-icons.colored li.social-dropbox a,
.social-icons.coloredHov li.social-dropbox a:hover {background-color:#2d76be;}
.social-icons.colored li.social-github a,
.social-icons.coloredHov li.social-github a:hover {background-color:#667F8E;}
.social-icons.colored li.social-spotify a,
.social-icons.coloredHov li.social-spotify a:hover {background-color:#62aa29;}
.social-icons.colored li.social-apple a,
.social-icons.coloredHov li.social-apple a:hover {background-color:#859dab;}

.social-icons.colored li a:hover {background-color:#121212;}
div.alt-iletisim>p>i {
padding: 0 15px 0 0 ;
}
#AnaBankalar ul {
	max-width: 1160px;
	overflow: hidden;
	height: 50px;
	border: 1px solid #ccc;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	border: 1px solid #efefef;
	background: #fff;
	padding: 4px 0 25px 30px;
	margin: -20px auto;
}
#AnaBankalar ul li {
	display:block;
	width:100%;
	line-height:42px;
	font-size:35px;
}
/*#AnaBankalar>ul>li:before {content:""}*/
#AnaBankalar>ul>li:after {content:"' taksit imkanı...";color:black}
#AnaBankalar>ul>li {padding-left:110px;margin:0 auto;color:rgb(240, 148, 11);}
#AnaBankalar>ul>li.Garanti {background:url("../img/AnaBanka.png") 4px -38px no-repeat; }
#AnaBankalar>ul>li.Garanti:before{content:"Garanti Bankası kredi kartına '";color:black}
#AnaBankalar>ul>li.Halkbank {background:url("../img/AnaBanka.png") 4px -265px no-repeat;}
#AnaBankalar>ul>li.Halkbank:before{content:"Halkbank kredi kartına '";color:black}
#AnaBankalar>ul>li.Isbank {background:url("../img/AnaBanka.png") 4px -85px no-repeat;}
#AnaBankalar>ul>li.Isbank:before{content:"İş Bank kredi kartına '";color:black}
#AnaBankalar>ul>li.Ykb {background:url("../img/AnaBanka.png") 4px -130px no-repeat;}
#AnaBankalar>ul>li.Ykb:before{content:"Yapı kredi bankası kredi kartına '";color:black}
#AnaBankalar>ul>li.Akbank {background:url("../img/AnaBanka.png") 4px -219px no-repeat;}
#AnaBankalar>ul>li.Akbank:before{content:"Akbank kredi kartına '";color:black}
#AnaBankalar>ul>li.BankAsya {background:url("../img/AnaBanka.png") 4px -173px no-repeat;}
#AnaBankalar>ul>li.BankAsya:before{content:"Bankasya kredi kartına '";color:black}
#AnaBankalar>ul>li.Finansbank {background:url("../img/AnaBanka.png") 4px 6px no-repeat;}
#AnaBankalar>ul>li.Finansbank:before{content:"Finansbank kredi kartına '";color:black}
hr.bolme1 {
	display:block;
	width:100%;
	height:30px;
	background:url("../img/bolmeler.png") no-repeat center center;
	border: none;
}
.FHaberler {}
.PopulerArama {}
.DigerKol {}
#ustmenu>ul.nav-tabs>li {float:right}
#ustmenu>ul.nav-tabs {padding-right:50px;}
.ToplaCikarHesap {font-size:18px}
.ToplaCikarHesap span {line-height:22px;min-width:155px;display:inline-block;}
.daraltici {background:#fff;}
.icsayfalarmenu {
		float:left;
	}
	.icsayfalarsonuc,.icsayfalaricerik  {
		float:left;
	}
	.UrunKutusu {
	float:left;
	position:relative
	}
	.daraltici.in {margin-top:-15px !important;}
@media (min-width:320px){
	.UrunKutusu {
		width:100%;
	}
	#logo {text-align:center}
	#logo>a>img{margin:0 auto;}
}
@media (min-width:420px){
	.UrunKutusu {
		width:100%;
	}
	#logo {text-align:center}
	#logo>a>img{margin:0 auto;}
}
@media (min-width:768px){
	.UrunKutusu {
		width:100%;
	}
	#logo {text-align:center}
	#logo>a>img{margin:0 auto;}
}
@media (min-width:980px){
	.UrunKutusu {
		width:49%;
		padding-left:1%;
		
	}
	#logo {text-align:left}
	#logo>a>img{margin:0 0;}
}
@media (min-width:1100px){
.UrunKutusu {
		width:49%;
		padding-left:1%;
	}
	#logo {text-align:left}
	#logo>a>img{margin:0 0;}
}
@media (min-width:1200px){
	.UrunKutusu {
		width:24%;
		padding-left:1%;
	}
	#logo {text-align:left}
	#logo>a>img{margin:0 0;}
}
@media (min-width:280px){
	#ara-uyelik, #ara-kategoriler, #ara-markalar,#AnaBankalar,.mobil-gizle,.mtext,.SiparisAsama 	{display:none;visibility: hidden;}
	.mobil-goster {display:block;visibility: visible;}
	.daraltici {display:none;}
	.navbar .brand {display:block;}
	.icsayfalarmenu {
		width: 100%;
	}
	.icsayfalarsonuc,.icsayfalaricerik  {
		width: 100%;
	}
}
@media (min-width:320px){
	#ara-uyelik, #ara-kategoriler, #ara-markalar,#AnaBankalar,.mobil-gizle,.mtext,.SiparisAsama 	{display:none;visibility: hidden;}
	.mobil-goster {display:block;visibility: visible;}
	.daraltici {display:none;}
	.navbar .brand {display:block;}
	.icsayfalarmenu {
		width: 100%;
	}
	.icsayfalarsonuc,.icsayfalaricerik  {
		width: 100%;
	}
}
@media (min-width:768px){
	#ara-uyelik, #ara-kategoriler, #ara-markalar ,#AnaBankalar,.mobil-gizle{display:none;visibility: hidden;}
	.SiparisAsama  {display:none;visibility: hidden}
	}
	.mtext {display:none;visibility: hidden;}
	.mobil-goster {display:block;visibility: visible;}
	.brand {display:block;}
	.daraltici {display:none;}
	.icsayfalarmenu {
		width: 100%;
	}
	.icsayfalarsonuc,.icsayfalaricerik  {
		width: 100%;
	}
@media (min-width:980px){
	#ara-uyelik, #ara-kategoriler, #ara-markalar,#AnaBankalar,.mobil-gizle,.SiparisAsama  {display:block; visibility: visible;}
	.mtext {display:inline-block;visibility: visible;}
	.mobil-goster {display:none; visibility: hidden;}
	.brand {display:none;}
	.daraltici {display:block;}
	.icsayfalarmenu {
		width:24%;
		display:block;
	}
	.icsayfalarsonuc,.icsayfalaricerik  {
		width: 74%;
		padding-left:1%;
	}
}
@media (min-width:1200px){
	#ara-uyelik, #ara-kategoriler, #ara-markalar,#AnaBankalar,.mobil-gizle,.SiparisAsama  {display:block;visibility: visible;}
	.mtext {display:inline-block;visibility: visible;}
	.mobil-goster {display:none;visibility: hidden;}
	.brand {display:none;}
	.daraltici {display:block;}
	.icsayfalarmenu {
		width:16%;
		display:block;
	}
	.icsayfalarsonuc,.icsayfalaricerik  {
		width: 84%;
	}
}
.alt-anamenu,
.alt-uyemenu,
.alt-sonermenu,
.alt-iletisim {
	min-height:210px;
}
#EskiMenu>nav>ul{background-color:#fff;}
#EskiMenu {float:right;width:98%;padding:40px 1% 1% 1%}
#EskiMenu li {clear:both;float:none;}
#Giris>div.row>div>strong {color: #fff;}
.icon-like:before {padding-top:14px;}
#spot-urunler h2 {
	border-bottom: 3px solid #d5d5d5;
	padding: 30px 0  12px 0;
	font-size: 20px;
	font-weight: 400;
	margin-bottom:10px;
}
#spot-urunler h2:before {
	content: '';
	position: relative;
	top: 5px;
	left: 14px;
	margin-left: -8px;
	border: 5px solid transparent;
	border-bottom-color: #d5d5d5;
}
.vitrin h2,.icsayfalaricerik h2,.icsayfalaricerik h1,.icsayfalarmenu h2 {
	border-bottom: 3px solid #d5d5d5;
	padding: 15px 0  12px 0;
	font-size: 20px;
	font-weight: 400;
	margin-bottom:10px;
	font-family: 'PT Sans Narrow',sans-serif !important;
	font-size: 18px;	
	font-weight:normal !important;
}

.vitrin h2:before,.icsayfalaricerik h2:before,.icsayfalaricerik h1:before ,.icsayfalarmenu h2:before{
	content: '';
	position: relative;
	top: 5px;
	left: 14px;
	margin-left: -8px;
	border: 5px solid transparent;
	border-bottom-color: #d5d5d5;
}
.GolgeSoner {padding:0 0 15px 0}
.icsayfalaricerik h3{padding:5px 0 5px 0; font-size:18px;}
.icsayfalaricerik p {font-size:14px;}
.sepet {
	display:block;
	height:85px;
	padding:58px 0 0 0;
	font-size:100%;
	position:relative;
	margin-right:-46px;
	float:right;
}
.sepetotur {float:right;margin-top:6px;}
.bTn {
display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
table>tbody>tr>td>div.urunresim>a>img{
	max-width:100px;
	max-height:70px;
	display:block;
	margin:0 auto;
}

.SepetInput2 {
border: none;
background: none;
text-align: right;
width: 100%;
font-size: 15px;
cursor: pointer !important;
}
.SepetUrunAdi {
font-size: 15px;
line-height: 18px;
vertical-align:middle;
}
.SepetUrunA {
vertical-align:middle;
}
table>tbody>tr>td>div.urunresim>a{
background:#fff !important;
/*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;*/
border: 1px solid #efefef;
display:block;
padding:4px;

}

.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
 border-bottom:1px solid #ddd;
 border-left: none;
 border-right: none;
 border-top: none;
}
.table-bordered {border: 1px solid #ddd; }
.table-bordered  span {font-size: 15px;}
.table-bordered  span.number {font-size: 13px;}
.bTnHepsiniSil{
color:#fff;
background: #a90329; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzhmMDIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDAwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-8 */

}
.bTnHepsiniSil:hover {
background: #a90329; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYTkwMzI5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDQlIiBzdG9wLWNvbG9yPSIjOGYwMjIyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZkMDAxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(45deg,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
background: linear-gradient(45deg,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

}
.SepeTDevam {

color: #fff;
background: #9dd53a; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjOWRkNTNhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYTFkNTRmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjODBjMjE3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdjYmMwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(-45deg,  #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#9dd53a), color-stop(50%,#a1d54f), color-stop(51%,#80c217), color-stop(100%,#7cbc0a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* IE10+ */
background: linear-gradient(135deg,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

}
.SepeTDevam:hover,.SepeTDevam:focus,.SepeTDevam:active,.SepeTDevam.active,.open .dropdown-toggle.SepeTDevam{color:#fff;background: #9dd53a; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlkZDUzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ExZDU0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzgwYzIxNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3Y2JjMGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dd53a), color-stop(50%,#a1d54f), color-stop(51%,#80c217), color-stop(100%,#7cbc0a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-8 */
}
.bTn {}
.B2CProductCount {font-weight:bold}
.sepetdolu>.sepetdurum:before {content:"sepetinizde"; line-height:1.5em}
.sepetdolu .B2CProductCount:after  {content:" adet ürün var"}
.sepetbos .B2CProductCount:after  {content:" sepet boş";padding-top:4px;}
#Giris>div.row>div>strong>a{color: #fff;padding-left:10px;}


#slideshow {width: 100%; height: 0; padding: 0 0 39% 0;}
#slideshow.notPadded {height: auto; padding:0;}
/* some styling */

.itemPngBackground img {background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
background-color:#345370;}


.select-styled-list > .select-value, .select-styled-list > .select-arrow {
z-index: 99;
height: 30px;
}
.btnKopyala
{
	margin-top:30px;
	margin-right : 10px ;
}
#icsayfalartasarim ,.icsayfalartasarim {
	
	width: 90%;
	margin: 35px auto;
	padding:10px 10px 10px 8px;
}
.alt-iletisim p {font-size:15px;}
div#Giris {
  font-size: 15px;
}
.icsayfalarmenu ul {padding:0 0 10px 0}
.icsayfalarmenu ul li {
width:100%;
margin-left:1px;
line-height:30px;
border-bottom:1px dashed #ccc;
display:inline-block;
}

.icsayfalarmenu ul li a {
	width:100%;
	height:100%;
	display:block;
	background:url(../img/icsayfamenu.png) 0px -75px  no-repeat;
font-family: 'PT Sans Narrow', sans-serif;
	color: rgb(56, 56, 56);
	font-size: 15px !important;
	padding-left:20px;
	font-weight:normal !important;
}
.icsayfalarmenu ul li a:hover, .icsayfalarmenu ul li a.aktif {
	background:url(../img/icsayfamenu.png) 0px -115px  no-repeat;
	color:#fc8800;


}
.Sepetimiz {
	padding-top:35px;
}
.SiparisAsama {
	width:752px;
	height:71px;
	margin:0 auto;
	padding:4px 0 0 8px;
	background:url(../img/siparisislem.png) no-repeat;
}
.SiparisAsama1 {	}
.SiparisAsama2 {background-position:0 -75px}
.SiparisAsama3 {	background-position:0 -150px}
.SiparisAsama4 {background-position:0 -225px}
.SiparisAsama a {width:180px;height:60px;}
.SiparisAsama a span.islemde {
	width:18px;
	height:20px;
	text-indent:-50000px;
	margin-left:94px;
	margin-top:-2px;
	display:block;
}
.SiparisAsama a span.hatali {
	width:18px;
	height:20px;
	display:block;
	background:url(../img/siparisislem.png) -35px -300px  no-repeat;
	text-indent:-50000px;
	margin-left:99px;
	margin-top:-2px;
}
.SiparisAsama a span.okey {
	width:18px;
	height:20px;
	display:block;
	background:url(../img/siparisislem.png) -18px -300px  no-repeat;
	text-indent:-50000px;
	margin-left:99px;
	margin-top:-2px;
}
.Asama1 {
width:180px;
height:60px;
float:left;
cursor:pointer;
}
.Asama2 {
width:186px;
height:60px;
float:left;
margin-left:5px;
cursor:pointer;
}
.Asama3 {
width:188px;
height:60px;
float:left;
cursor:pointer;
}
.Asama4 {
width:180px;
height:60px;
float:left;
cursor:pointer;
padding-left:8px;
}
.basketpanel {padding-bottom:10px; border-bottom:1px dashed #ccc;margin-bottom:20px}
.checkbox, .radio {
display: inline-block;
zoom: 1;
vertical-align: middle;
width: 18px;
height: 13px;
border-width: 1px;
border-style: solid;
padding: 0;
-webkit-transition: all 400ms;
-moz-transition: all 400ms;
-ms-transition: all 400ms;
-o-transition: all 400ms;
transition: all 400ms;
-webkit-background-clip: padding-box;
position: relative;
margin-top: -2px;
margin-bottom: 2px;
}
/*Block Filtering*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 22px; cursor: default;margin-top:-6px; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle {  margin-left: -.5em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0;  }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }


.ui-slider-handle{background:  transparent ;border:none;width:20px;height:23px ;}
.ui-slider-horizontal{margin-top:10px !important;background:  transparent !important; border:none;}
.ui-slider-range{background: transparent;}
.scroll-bar-wrap {background:#ddd !important;}
.scroll-bar-wrap .ui-slider-handle {background:url(/QuipusTemplates/wdGreenPearL/img/sliderIcon.png) no-repeat center center #bbb !important;}

.ui-slider-horizontal {
    background: url("/QuipusTemplates/wdGreenPearL/img/range-icon-bg2.png") repeat scroll 0 0 transparent !important;
    border: medium none !important;
    margin-top: 10px !important;
}
.ui-slider-range {
    background: url("/QuipusTemplates/wdGreenPearL/img/range-icon-bg.png") repeat scroll 0 0 transparent !important;
}.ui-slider-handle {
    background: url("/QuipusTemplates/wdGreenPearL/img/range-icon.png")  0 0 transparent;
    height: 23px !important;
    margin-top: -4px !important;
    width: 20px !important;
    margin-left:-5px;
    cursor: pointer !important;
}
.price_filter_text{display:none;}

.fiyatdaraltic {
	padding:20px;
	margin:0 auto;
	text-align:center;
	display:block;
	line-height:25px;
}
#Sonuclar {
}
.ozelbuton {display:inline-block}

/***
Customized Bootstrap Tables
***/
/***
Default table
***/
.table thead > tr > th {
  border-bottom: 0;
}
.table.table-striped tbody tr.active:nth-child(odd) td, .table.table-striped tbody tr.active:nth-child(odd) th {
  background-color: #017ebc;
}
.table tr.heading > th {
  background-color: #eee !important;
}
.table td .img-responsive {
  width: 100%;
}

/* Contextual table row variants */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #428bca;
  color: #d8e3f2;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
  background-color: #357ebd;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  color: #3c763d;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
  color: #31708f;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  color: #8a6d3b;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  color: #a94442;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/***
Responsive & Scrollable Tables
***/
.table-scrollable {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 10px 0 !important;
}
.table-scrollable > .table {
  width: 100% !important;
  margin: 0 !important;
  margin-bottom: 0;
  background-color: #fff;
}
.table-scrollable > .table > thead > tr > th,
.table-scrollable > .table > tbody > tr > th,
.table-scrollable > .table > tfoot > tr > th,
.table-scrollable > .table > tfoot > tr > th,
.table-scrollable > .table > tfoot > tr > td {
  white-space: nowrap;
}
.table-scrollable > .table-bordered {
  border: 0;
}
.table-scrollable > .table-bordered > thead > tr > th:first-child,
.table-scrollable > .table-bordered > tbody > tr > th:first-child,
.table-scrollable > .table-bordered > tfoot > tr > th:first-child,
.table-scrollable > .table-bordered > thead > tr > td:first-child,
.table-scrollable > .table-bordered > tbody > tr > td:first-child,
.table-scrollable > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.table-scrollable > .table-bordered > thead > tr > th:last-child,
.table-scrollable > .table-bordered > tbody > tr > th:last-child,
.table-scrollable > .table-bordered > tfoot > tr > th:last-child,
.table-scrollable > .table-bordered > thead > tr > td:last-child,
.table-scrollable > .table-bordered > tbody > tr > td:last-child,
.table-scrollable > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.table-scrollable > .table-bordered > thead > tr:last-child > th,
.table-scrollable > .table-bordered > tbody > tr:last-child > th,
.table-scrollable > .table-bordered > tfoot > tr:last-child > th,
.table-scrollable > .table-bordered > thead > tr:last-child > td,
.table-scrollable > .table-bordered > tbody > tr:last-child > td,
.table-scrollable > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}

/***
Responsive Flip Scroll Tables
***/
.flip-scroll table {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  /* 768px */
  .flip-scroll .flip-content:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }

  .flip-scroll * html .flip-content {
    zoom: 1;
  }

  .flip-scroll *:first-child + html .flip-content {
    zoom: 1;
  }

  .flip-scroll table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }

  .flip-scroll th,
  .flip-scroll td {
    margin: 0;
    vertical-align: top;
  }

  .flip-scroll th {
    text-align: left;
    border: 0 !important;
    border-bottom: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    font-size: 13px !important;
    padding: 5px;
    width: auto !important;
  }

  .flip-scroll table {
    display: block;
    position: relative;
    width: 100%;
  }

  .flip-scroll thead {
    display: block;
    float: left;
  }

  .flip-scroll tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }

  .flip-scroll thead tr {
    display: block;
  }

  .flip-scroll th {
    display: block;
    text-align: right;
  }

  .flip-scroll tbody tr {
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
  }

  .flip-scroll td {
    display: block;
    min-height: 1.25em;
    text-align: left;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }

  /* sort out borders */
  .flip-scroll th {
    border-bottom: 0;
    border-left: 0;
  }

  .flip-scroll td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }

  .flip-scroll tbody tr {
    border-left: 1px solid #ddd;
  }

  .flip-scroll th:last-child,
  .flip-scroll td:last-child {
    border-bottom: 1px solid #ddd;
  }
}
/***
Custom tables
***/
.table-toolbar {
  margin-bottom: 15px;
}

.table.table-full-width {
  width: 100% !important;
}

.table .btn {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 5px;
}

.table thead tr th {
  font-size: 14px;
  font-weight: 600;
}

.table-advance {
  margin-bottom: 10px !important;
}

.table-advance thead {
  color: #999;
}

.table-advance thead tr th {
  background-color: #DDD;
  font-size: 14px;
  font-weight: 400;
  color: #666;
}

.table-advance div.success,
.table-advance div.info,
.table-advance div.important,
.table-advance div.warning,
.table-advance div.danger {
  position: absolute;
  margin-top: -5px;
  float: left;
  width: 2px;
  height: 30px;
  margin-right: 20px !important;
}

.table-advance tr td {
  border-left-width: 0px;
}

.table-advance tr td:first-child {
  border-left-width: 1px !important;
}

.table-advance tr td.highlight:first-child a {
  margin-left: 15px;
}

.table-advance td.highlight div.primary {
  border-left: 2px solid #428bca;
}

.table-advance td.highlight div.success {
  border-left: 2px solid #45b6af;
}

.table-advance td.highlight div.info {
  border-left: 2px solid #89c4f4;
}

.table-advance td.highlight div.warning {
  border-left: 2px solid #ecbc29;
}

.table-advance td.highlight div.danger {
  border-left: 2px solid #f3565d;
}

@media (max-width: 767px) {
  /* 767px */
  .table-advance tr > td.highlight:first-child a {
    margin-left: 8px;
  }
}
#GirisYap { max-width:1070px; display:block; margin:0 auto;clear:both;position:relative;padding:40px 0 40px 0;min-height:550px;}
#GirisYap h1 {font-size:22px; line-height:35px;padding:5px 0 5px 10px}
.LoginAlani  {
	border: 1px solid #eee;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.27), 0 0 10px rgba(0, 0, 0, 0.06) inset;
	background:#fff;
	min-height:315px;
}
.BilgiAlani  {
	border: 1px solid #eee;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.27), 0 0 10px rgba(0, 0, 0, 0.06) inset;
	background:#fff;
	font-size:16px;
	line-height:25px;
	padding:0px 10px 20px 10px;
	min-height:315px;
}

.loginkutu {
	display:block;
	padding:10px 10px 20px 20px;
}
.loginislem {
	display:block;
	width:100%;
	height:50px;
	padding:6px 15px 10px 15px;
	background:#f3f3f3;
}
.loginislem a {
	font-size:14px;
	line-height:20px;
}
.loginkutu label {width:100%; display:block;padding:5px 0 5px 0}
.loginkutu label  {font-size:18px;color:#000;line-height:25px;}
.loginkutu input[type="text"],.loginkutu input[type="password"]{
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	border: 1px solid #eee;
	padding:5px 10px;
	width:98%;
	display:block;
	margin-left:10px;
}
.loginkutu input[type="checkbox"] {
float:left;
margin-right:8px;
margin-top:6px;
}
.ordersection textarea {box-shadow: 0 1px 1px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	border: 1px solid #eee;
	padding:5px 10px;
	width:98%;
	display:block;
	margin-left:10px;}
.ordersection input[type="text"],
.ordersection input[type="number"] {box-shadow: 0 1px 1px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	border: 1px solid #eee;
	padding:5px 10px;
	width:98%;
	display:block;
	margin-left:10px;}
.ordersection select {box-shadow: 0 1px 1px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	border: 1px solid #eee;
	padding:5px 10px;
	width:98%;
	display:block;
	margin-left:10px;}
.ItemRow {padding:10px;font-size:16px}
legend {padding:10px;font-size:20px}
.RowHeading {padding: 5px 0 10px 0}
.DeliveryAddress {padding:10px;margin: 0 5px 230px 0;border:1px solid #e5e5e5;position:relative}
.BillAddress {padding:10px;border:1px solid #e5e5e5;margin: 0 10px 10px 0;position:relative}


/***
Slider
***/
.slider-main {
	z-index: 1;
	position: relative;
	max-height:450px !important;
	overflow:hidden;
	margin-bottom: 10px;
}
.slide_title_white {
	font-family: 'Open Sans';
	font-weight: 300;
	color:#fff;
	text-align:center;
	text-transform: uppercase;
	font-size:47px;
}

.slide_title_white_bold {
	font-weight: 400;
}

.slide_subtitle_white {
	border-top:1px solid #fff !important;
	border-bottom:1px solid #fff !important;
	font-family: 'Open Sans';
	font-weight: 300;
	padding: 5px 10px;
	color:#fff;
	text-align:center;
	text-transform: uppercase;
	font-size:18px;
}
.slider-colored {
	z-index: 1;
	height: 495px !important;
	position: relative;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
}
.slide_title,.slide_title2, .slide_subtitle, .slide_desc, .slide_btn{
	-moz-box-sizing: content-box; 
	-webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.slide_title {
	font-family: 'Open Sans';
	font-weight: 300;
	color:#fff;
	text-transform: uppercase;
	font-size:47px;
}
.slide_title2 {
	font-family: 'Open Sans';
	font-weight: 300;
	color:#fff;
    text-align: center;
	font-size:30px;
}
.slide_subtitle {
	font-family: 'Open Sans';
	font-weight: 400;
	background-color: #0088cc;
	padding: 5px;
	color:#fff;
	text-transform: uppercase;
	font-size:18px;
}

.slide_list_item {
	font-family: 'Open Sans';
	font-weight: 400;
	background-color: #0088cc;
	padding: 5px;
	color:#fff;
	text-transform: uppercase;
	font-size:14px;
}

.slide_desc {
	color:#fff;
	font-size:14px;
	line-height:24px;
}

.slide_desc_bordered {
	border-left: 3px solid #ddd !important; 
	padding-left: 5px;
}

.slide_btn {
	font-family: 'Open Sans';
	font-weight: 300;
	background:#6fc561;
	padding:7px 15px;
	color:#fff;
	font-size:14px;
	text-transform: uppercase;
	cursor:pointer;
}

.tp-leftarrow.default { 
	background: #d2d7dc url(/assets/img/sliders/revolution/arrow_left.png) no-repeat center !important;	
	width:40px !important;	
	height:50px !important;
}

.tp-rightarrow.default {	
	background:  #d2d7dc url(/assets/img/sliders/revolution/arrow_right.png) no-repeat center !important;
	width:40px !important;	
	height:50px !important;
}
.slide_kutu { max-width: 250px;text-align: justify;white-space: normal !important;}


.usttopla {
background-color: #EBEBEB;
border-bottom: 1px solid #CECECE;
font-weight: bold;
height: 15px;
width: 218px;
}
.usttablo {
border-right: 1px solid #CFCFCF;
float: left;
font-size: 11px;
height: 15px;
text-align: center;
width: 40px;
}
.usttablo1 {
border-right: 1px solid #CFCFCF;
float: left;
font-size: 11px;
height: 15px;
text-align: center;
width: 90px;

}
.usttablo2 {
float: right;
font-size: 11px;
height: 15px;
text-align: center;
width: 85px;
}


#teknikservis {width: 80%;display: block;padding-top: 20px;clear: both;margin:0 auto;}
#teknikservis ul {width: auto;margin: 0 auto;text-align:center}
#teknikservis ul li {display:inline-block;}
#teknikservis ul li a {min-width:220px;height:auto;display:block;float:left;padding:20px;margin:10px;background: #7abcff;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;						background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdhYmNmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzYwYWJmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDk2ZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);						background: -moz-linear-gradient(top,  #7abcff 0%, #60abf8 44%, #4096ee 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)); 
background: -webkit-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%);						background: -o-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); 
background: -ms-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); 
background: linear-gradient(to bottom,  #7abcff 0%,#60abf8 44%,#4096ee 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 );}
#teknikservis ul li a:hover, #teknikservis ul li a.Aktif{background: #7abcff; /* Old browsers */
background: rgb(169,3,41); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzhmMDIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDAwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);						background: -moz-linear-gradient(top,  rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-8 */}
#ariza {background-image:url(../img/teknikicon.png) ;}
#teknikservis ul li a span {display:block;width:100%;clear:both;text-align:left;}
#teknikservis ul li a span.baslik {color:white; font-size:18px; font-weight: 700;display:block;width:100%;clear:both;  }
#teknikservis ul li a span.icon-size5 {height:48px;padding-top:6px; color:white;font-weight:bold;}
#tServis,
#talep,
#yeni {padding: 15px 0 15px 15px;background: #FFF;}
#iletisimbolumu h1,
#iletisimbolumu h2 {font-size:13px;padding:5px 10px;line-height: 28px;text-transform:inherit;}
.pager .active {color: #ff0084;font-weight: bold;display: block;float: left;padding: 4px 6px;}
#yeni label {width:98%;float: left;margin-bottom:15px;}
#yeni label span {width:90px;float: left;}
.SepetAlani {padding-bottom:15px;text-align:right}
.icsayfalaricerik .formErrorContent {font-size:11px;}
.icsayfalaricerik  label {display: inline-block;width: 48%;height: auto;margin-bottom: 15px;font-size:15px}
.icsayfalaricerik  label span {display: block;width: 100%;;height: auto;}
.icsayfalaricerik  > label {display: table;width: 100%;margin-bottom: 15px;}
.icsayfalaricerik  label span {width: 100%;font-size: 16px;padding: 5px 0 15px 0;}
.icsayfalaricerik  label input[type="text"], 
.icsayfalaricerik  label input[type="password"],
.icsayfalaricerik  label textarea {
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.27), 0px 0px 40px rgba(0, 0, 0, 0.06) inset;
border: 1px solid #EEE;
padding: 10px 10px;
width: 98%;
display: block;
margin-left: 10px;
}
span.filename {white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: pre-wrap;       /* css-3 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
word-break: break-all;
white-space: normal;}
.icsayfalaricerik  label .filesystem {
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.27), 0px 0px 40px rgba(0, 0, 0, 0.06) inset;
border: 1px solid #EEE;
padding: 5px 10px;
width: 98%;
display: block;
margin-left: 10px;
}
.icsayfalaricerik  label select {
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.27), 0px 0px 40px rgba(0, 0, 0, 0.06) inset;
border: 1px solid #EEE;
padding: 5px 10px;
width: 98%;
display: block;
margin-left: 10px;
}
.icsayfalaricerik  label table {}
#icresimulasim {margin-bottom:15px;}

.BankaHesap {height: 159px!important;margin:5px 5px 15px 5px !important;}
.BankIcerik {height: 159px!important;padding:10px !important;}
.BankaHesap.secilmis {height: 159px!important;}/*Tamer 20-8-2014  --border: 1px solid red;  */
/**********************/
.secilmis .UrunKutusuIcerik.BankIcerik {background-color: rgb(197, 234, 255);} /*Tamer 20-8-2014*/
/**********/
.BankaHesap .BankaAdiH,
.BankaHesap .BankaSubeH,
.BankaHesap .BankSubeKoduH, 
.BankaHesap .BankaHesapNoH,
.BankaHesap .BankaIBANH {line-height:30px;cursor:pointer; font-size:15px}
.BankaHesap .BankaSube,
.BankaHesap .BankSubeKodu,
.BankaHesap .BankaHesapNo,
.BankaHesap .BankaIBAN {line-height:30px;cursor:pointer;font-weight:bold;font-size:15px}
.BankaHesap .BankaAdi {padding:0 0 10px 0px;font-size: 18px;font-weight:bold;clear:both;cursor:pointer;}










/* ÜRÜN DETAY SAYFASI */
#ctl00_MSR_Body_ctl00_pnlPRoductDetails {width:80%; margin:35px auto;}
#ustpanel {width:100%;}
.ProductTitle {padding: 0px;border-bottom: 1px solid #dcdcdc;font-size: 14px;font-weight: normal;line-height: 43px;}
.ProductTitle h1 {
font-size: 188%;
line-height: 30px;
margin: 0;
padding: 0;
text-transform: uppercase;
}
.input > .input-unstyled, .inputs > li > .input-unstyled {padding-top: 11px !important;
padding-bottom: 7px; !important}
#SmallImagesDetail {margin-left:10px;}
#resimkutu {display: table;
height: 300px;
margin: 25px auto;
width: auto;}
#resimic {display: table-cell;vertical-align: middle;}
#buyukresim {}
.resimicerikler {text-align:center;margin:0 auto;}
#buyukresim a {font-weight:bold;padding-left:15px;}
#buyukresim a img {width: 360px;border:1px solid #dcdcdc;display: inline-block;margin: 0 8px 10px 0;padding: 12px 8px;position: relative;vertical-align: top;}
#SmallImagesm .SmallImagess {display: block;position: relative;}
#SmallImagesm .SmallImagess a {position: absolute;width:0;height:0;display: block;text-indent: -5000px;top: 25px;border-width: 20px;border-style: solid;}
#SmallImagesm .SmallImagess a.KimgSolKaydir {left: -10px;border-color: transparent #f9a61c transparent transparent;}
#SmallImagesm .SmallImagess a.KimgSagKaydir {right:-10px;border-color: transparent transparent transparent #f9a61c;}
#SmallImages {display: block;width: 330px;margin-left: 50px;height:100px;overflow:hidden;}
#SmallImages a {width: 100px;height: 70px;display: table-cell;float: left;margin: 5px;background: #fff; padding:5px 10px;-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;border:1px solid #DFDFDF;overflow:hidden;}
#SmallImages a img {
position: relative;
max-width: 80px;
max-height: 65px;
display: block;

}
.BuyukResim a img {max-width:95%;margin:0 auto;}
.BuyukResim a {background: #fff; padding:5px 10px;-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;border:1px solid #DFDFDF; padding:5px;
display:block; min-height:452px}
.SBaslik {font-size:150%;font-weight:400;line-height:30px; color:#999}
.SIcerik {font-size:150%;font-weight:300;line-height:30px}
#satisalani {min-height:560px;padding:0px 15px 15px 15px;background: none repeat scroll 0 0 #F7F7F7;border: 1px solid #E5E5E5;}
#birimtabs {position: relative;}
#birimtabs ul {height: 50px;text-transform:capitalize;}
#birimtabs ul li {background: none repeat scroll 0 0 #E2E2E2;border-color: #D1D1D1 #E5E5E5 #E5E5E5;border-image: none;border-radius: 0 0 6px 6px;border-style: solid;float: left;font: bold 12px/30px ;margin-bottom: -1px;margin-right: 3px;padding: 2px 5px;position: relative;}
#birimtabs ul li a {color:#000;display: table-cell;padding:5px 0;text-decoration: none;font-weight: bold;font-size:18px;}
#birimtabs ul li.YesActive a p {color:#FFF;}
.InceAyar {
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
margin-right:19px;
}
#birimtabs ul li a p {color:#000;line-height: 11px;padding: 0;margin: 0;}
#birimtabs ul li a sup {font-size: 12px;}
#birimtabs ul li span.fiyatimiz {display: block;float: left;padding-top: 6px;font-size: 20px; color :#000 !important}
#birimtabs ul li span.fiyatimizk {display: block;float: left;margin-left: 2px;min-width: 50px;}
#birimtabs ul li.YesActive {padding-bottom: 3px;border-radius: 0 0 6px 6px;border: 1px solid #f9a61c;z-index: 100;background: #f9a61c;}
#birimtabs ul li.YesActive a {color:#000;font-size: 24px;}

#birimtabs div.TabbetTab {}
#birimtabs div.TabbetTab .TextFiyat {
font-size: 365%;
line-height: normal;
outline: none;
color: #f9a61c;
}
#birimtabs div.TabbetTab .BasketOBOX input[type="text"] {background:none;border:none;}
#birimtabs div.TabbetTab .BasketOBOX {}
#birimtabs input.SepetButon {width: 250px;height: 50px;display: block;padding: 0 20px 0 0;position: absolute;top: -5px;right:0px;border: medium none;border-radius: 6px 0 0 6px;background: #f9a61c;font-size:15px;text-align:right;font-weight: bold;color:#FFF;z-index:1;}
#birimtabs input.SepetButon:hover {background: #FA6C6C;}
#birimtabs .tabalti {width: 160px;display:table;position: absolute;top: -35px;right:0px;z-index: 99;}
#birimtabs .tabsitil {width:160px;border-radius:6px 0 0 6px;font-size:12px;text-align:center;text-transform:capitalize;background:#f9a61c;}
#birimtabs .tabsitil a {width:140px;display:block;padding:5px 10px;color:#FFF;}
#birimtabs .tabsitil a.karsilastirmalistem,
#birimtabs .tabsitil a.alisverislistem {display:none;}

#pnlVariants div {font-size: 14px;margin: 5px 0 0;border-width:0 0 1px;}
#pnlVariants ul dd{color: #696969;border: 0px solid #D1D1D1;font-size: 14px;line-height: 6px;padding: 8px 12px 8px 20px;}
#pnlVariants ul dd.secilmis,
#pnlVariants ul dd:hover {border: 0px solid #f9a61c !important; color:#000;}
#ProductPrices {}
#ProductPrices .BigCol {height: 50px;display: block;border:1px dashed #FA6C6C;border-width: 0 0 1px;background: none repeat scroll 0 0 rgba(0, 0, 0, 0);overflow: hidden;padding:10px 0 10px 0}
#ProductPrices .BigCol strong {color: #000;font-family: Tahoma;display: block;float: left;font-size: 15px;padding-left: 10px;padding-top: 6px;width: 140px;}
#ProductPrices .BigCol .ProductPriceCOL {color: #f9a61c;display: block;float: left;font-family: Tahoma;font-size: 15px;padding-left: 10px;padding-top: 6px;width: 100px;}
#ProductPrices .BigCol .ProductPriceCOL span {float:left;}
.ProductCashPrice {background: url("../img/urunic.jpg") -1079px -266px no-repeat;}
.ProductTransferPrice {background: url("../img/urunic.jpg") -1079px -306px no-repeat;}
.ProductCardPrice{background: url("../img/urunic.jpg") -1079px -346px no-repeat;}
.ProductCargoPrice{background: url("../img/urunic.jpg") -1079px -386px no-repeat;}
.ProductStock {background: url("../img/urunic.jpg") -1079px -426px no-repeat;}
.ProductModel{background: url("../img/urunic.jpg") -1079px -466px no-repeat;}

#eraltabs {padding: 15px;width: 100%;}
#eraltabs > ul {float: left;margin: 0px 0 0px 0;position: relative;}
#eraltabs > ul li {float: left;background:#E2E2E2;border-radius: 7px 7px 0 0;color: #000;font-size:18px;margin-right: 3px;padding: 10px 19px;}
#eraltabs > ul li.ThisActive a {color:#FFF;}
#eraltabs > ul li a {}
#eraltabs > ul li.ThisActive {background: #f9a61c;}
#eraltabs > ul li>a>i{float:left; }
#eraltabs > ul li>a>span {float:left; padding:4px 10px;}
#eraltabs  table td,#eraltabs  table th {font-size:16px;}
#eraltabs  table th {font-weight:700}
.SatirSalEfekt {padding-bottom:6px; border-bottom: 1px solid #efefef; max-width: 360px;display:block; clear: both !important;}
.SatirSalEfekt>.col-md-5 {padding: 0 !important;}
div.buyukresimicerik {width: 100%;
margin: 0 auto;
text-align: center;}
div.buyukresimicerik>img {margin: 0 auto;width: auto/9; max-height:400px;}
#eraltabs .Tabbet {clear: both;border-top: 1px solid #d1d1d1;background: none ;border-radius: 0 0 7px 7px;padding: 20px 20px;position: relative;border-radius: 0 0 0px 0px;min-height: 200px; overflow:hidden}
#eraltabs .Tabbet .CommentBox  {position:relative;margin-bottom: 15px;padding: 50px 10px 10px 30px;background-color:#FFF;color: #000;font-size: 12px;}
#eraltabs .Tabbet .CommentBox:before {position: absolute;top: 0;left: 0;content: '\f03c';font-family: 'EntypoRegular';padding: 5px;font-size: 40px;color: #FA6C6C;}
#eraltabs .Tabbet .CommentBox:nth-of-type(2n) {background-color:rgba(250, 108, 108, 0.2);}
#eraltabs .Tabbet .CommentBox .CommentTime {position: absolute;top: 15px;right: 15px;}
#eraltabs .Tabbet .CommentBox .CommentUser {position: absolute;top: 15px;font-weight: bold;}
#eraltabs .Tabbet .CommentBox .CommentHeader {margin-bottom: 10px;font-weight: bold;}
#eraltabs .Tabbet .CommentBox .CommentText {margin-bottom: 10px;}
#eraltabs .Tabbet .AddComment {padding-top:15px;border-top: 0px solid #d1d1d1;}
#eraltabs .Tabbet .AddComment br {display:none;}
#eraltabs .Tabbet .AddComment .AddTitle ,
#eraltabs .Tabbet .AddComment .AddText,
#eraltabs .Tabbet .AddComment .CommentOp,
#eraltabs .Tabbet .AddComment .CommentSend {width:100%;float:left;margin-bottom: 10px;}
#eraltabs .Tabbet .AddComment .CommentSend input {padding: 8px 24px;border: none;border-radius: 3px;color: #FFF;}
#eraltabs .Tabbet .AddComment .AddTitle span,
#eraltabs .Tabbet .AddComment .AddText span {width:150px;float:left;}
#eraltabs .Tabbet .AddComment .AddTitle input,
#eraltabs .Tabbet .AddComment .AddText textarea {width:400px;float:left;}
#eraltabs .Tabbet .AddComment .AddText textarea {height:100px;}
#eraltabs .Tabbet .AddComment .CommentOp input {margin-right:15px;}



.naviga {
	display: inline-block;
	float: left;
	height: auto;
	margin: 0 0 2px;
	padding: 0;
	width: 100%; }

#nav li.nav-1 ul li { width: 226px; }
#nav .menu-static-blocks {
	width:225px;
	float:left
}
	#nav .nav-1 .menu-static-blocks {
		margin: 0;
		padding: 10px 0 0 0;
		clear:both;
		width: 100%; }

.mt-navigation { margin: 0 !important; }

	.mt-navigation .sub-wrapper .menu-static-blocks p { margin: 10px 0 0 5px; }

ul .menu-static-blocks h1, ul .menu-static-blocks h2, ul .menu-static-blocks h3, ul .menu-static-blocks h4, ul .menu-static-blocks h5, ul .menu-static-blocks h6 {
	-webkit-border-radius: 0;
	-webkit-text-shadow: none;
	background-color: transparent;
	border-radius: 0;
	border: 0;
	font-size: 125%;
	font-weight: normal;
	height: auto;
	display:block;
	line-height: normal;
	margin: 0;
	outline: none;
	padding: 0;
	text-shadow: none; }

#nav {
	height: 40px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2; }
#nav .clearfix {height:auto !important;}
	/* All Levels */
/* Style consistent throughout all nav levels */
#nav li { text-align: left; }

		#nav li.over { z-index: 998; }

	#nav a, #nav a:hover {
		display: block;
		outline: none;
		text-decoration: none; }

	#nav span {
		cursor: pointer;
		display: block;
		white-space: nowrap; }

	#nav li ul span { white-space: normal; }

	#nav ul.level0 li {
		float: left;
		outline: none;
		position: relative;
		width: 200px; }

    #nav .dropdown ul.level0  li{ width: 100% }

	#nav ul li ul.level1 li, #nav ul li ul.level2 li {
		border: 0;
		margin: 0;
		width: 210px; }

		#nav .menu-static-blocks p {
			font-size: 90%;
			margin: 0;
			line-height:normal;
			outline: none;
			padding: 0;
			text-align: justify; }

			#nav .menu-static-blocks p.more-link { margin: 10px 0 0 0; }

				#nav .menu-static-blocks p.more-link a {
					-webkit-border-radius: 3px 3px 3px 3px;
					background-image: none;
					border-radius: 3px 3px 3px 3px;
					float: left;
					margin: 0;
					outline: medium none;
					padding: 5px 10px;
					text-align: center;
					width: auto; }

					#nav .menu-static-blocks p.more-link a:hover, #nav .menu-static-blocks p.more-link a:focus { outline: none; }

	#nav p { outline: none; }

	#nav .menu-static-blocks h4 { text-transform: uppercase; }

	#nav .menu-static-blocks img {
		margin: 0;
		max-width: 100%; }

	#nav ul.level0 li.menu-category-description { margin: 0 0 0 20px; }

		#nav ul.level0 li.menu-category-description h4 { text-transform: uppercase; }

		#nav ul.level0 li.menu-category-description img { margin: 0 0 10px; }

	/* 0 Level */
#nav li {
		float: left;
		height: 40px;
		padding: 0; }

		#nav li.m-dropdown { position: relative; }

			#nav li.m-dropdown .dropdown.sub-wrapper { width: 260px; max-width:290px }

		#nav li .shown-sub li div.shown-sub {
			left: 73%;
			top: 5px;
			width: 124%; }

		#nav li ul.shown-sub, #nav li div.shown-sub {
			-webkit-box-shadow: 1px 6px 7px 0 rgba(0, 0, 0, 0.15);
			border: 0;
			box-shadow: 1px 6px 7px 0 rgba(0, 0, 0, 0.15);
			left: 0;
			outline: none;
			width: 100%;
			z-index: 9; }

		#nav li .shown-sub ul.shown-sub {
			display: block;
			display: none;
			left: 60px;
			top: 20px;
			width: auto; }

		#nav li.level0 ul li.parent {
			background: url("../images/bg-li-menu-parent.png") left center no-repeat; }

		#nav li.level0 {
			display: block;
			line-height: 40px; }

	#nav a {
		-webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
		float: left;
		font-size: 120%;
		margin: 0;
		outline: medium none;
		outline: none;
		padding: 0 20px;
		text-decoration: none;
		text-transform: uppercase;
		transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s; }

div.video { z-index: 0; display:none}
#nav li:hover div.video{ display:block }

#megamenu a {
	outline: none;
	text-decoration: none; }

#nav li.over a, #nav a:hover {
	-webkit-transition-duration: 100ms;
	outline: none;
	transition-duration: 100ms; }

#nav li.custom-block .mm-item-base { padding: 30px 2.5% 20px; }

#nav li.item-custom { text-align: center; }

#nav li.custom-block a, #nav li.custom-block a span {
	cursor: default;
	outline: none; }

#nav li.item-custom .child-item { margin: 0 8%; }

	#nav li.item-custom .child-item img { margin: 0 0 30px 0; }

#nav li.item-custom:first-child .child-item { margin-left: 0; }

#nav li.item-custom:last-child .child-item { margin-right: 0; }

#nav li.custom-block h3 {
	background: url("../images/custom_line.png") repeat-x scroll top center transparent;
	font-size: 160%;
	font-weight: normal;
	height: auto;
	line-height: normal;
	margin: 0;
	outline: none;
	padding: 15px 12px 12px;
	text-transform: uppercase; }

/* 1st Level */
#nav ul li, #nav ul li.active {
	background: none;
	margin: 0;
	padding: 0; }

#nav ul a, #nav ul a:hover {
	background: none;
	float: none;
	padding: 0; }

#nav ul li a { font-weight: normal !important; }

/* 2nd Level */
#nav .sub-wrapper {
	border-top: 3px solid #FFFFFF;
	display: none;
	left: -10000px;
	position: absolute;
	top: 40px; }

	#nav .sub-wrapper .mm-item-base {
		border: 0;
		padding: 15px 20px; }

	#nav .sub-wrapper ul {
		border: none;
		margin: 0px;
		padding: 0px 10px 0 10px;
		position: static;
		width: auto; }

/* 3rd+ Level */
#nav li a.level-top:hover, #nav li a.level-top.hover { outline: none; }

#nav ul ul, #nav ul .sub-wrapper { top: 0; }

#nav li.level0 ul li { height: auto; }

	#nav li.level0 ul li.groups a {
		background:none;
		font-size: 120%;
		text-transform: uppercase;
	}

	#nav li.level0 ul li a, #nav li.level0 .groups-wrapper ul li a {
		-webkit-transition: all 0.2s ease-out 0s;
		background: url("../images/bg-li-menu.png") no-repeat scroll 0 11px transparent;
		border: 0 none;
		font-size: 97%;
		height: auto;
		line-height: 20px;
		margin: 0;
		outline: medium none;
		padding: 0;
		text-transform: capitalize;
		transition: all 0.2s ease-out 0s; }

		#nav li.level0 ul li a span {
			background: none;
			min-height: 25px;
			line-height: 25px;
			outline: none;
			padding: 0 0 0 10px; }
			
		#nav li.level0 ul li a span.title_group{ padding-left:0 }	

		#nav li.level0 .groups-wrapper ul li a:hover {
			-webkit-transition: all 0.2s ease-out 0s;
			outline: none;
			padding-left: 4px;
			text-decoration: none;
			transition: all 0.2s ease-out 0s; }

#nav ul span, #nav ul li.last li span { padding: 3px 15px 4px 15px; }

#nav li.level0 ul li ol { margin: 0 0 0 5px; }

/* Show menu */
/*---- Custom Menu --------*/
.custom-menu h4 {
	padding: 0;
	text-transform: uppercase; }

.custom-menu img { margin: 0 0 10px; }

#nav .custom-menu li {
	border: 0;
	margin: 0;
	padding: 0 0 0 15px;
	text-transform: capitalize; }

.custom-menu {
	border-right: 1px solid #acacac;
	float: left;
	min-height: 330px;
	width: 210px; }

.fashion-girl { padding: 0 12px 0 0; }

.fashion-men { padding: 0 12px; }

.fashion-news { padding: 0 12px; }

.fashion-collection {
	border: 0;
	padding: 0 0 0 12px; }

.navbar .brand {
	color: #FFF !important;
	font-weight: normal !important;
	text-shadow: 0 0 0 !important; padding-left:47px !important; margin-top: -17px !important}
.navbar p {
	color: #000 !important;
	font-weight: normal !important;
	text-shadow: 0 0 0 !important;
	padding-left: 33px !important;
	font-size: 16px;
	float: left;
	line-height: 0px;}
.navbar .btn-navbar {
	background-color: rgb(240, 148, 11);
	background-image: none !important;
	border: 0px !important;
	margin: -3px 0px 0; }

/********** Navigation > */
/* ======================================================================================= */
#megamenu div.childcontent ul li .megamenu-static { margin: 0 0 0 5px; }

	#megamenu div.childcontent ul li .megamenu-static a {
		background: #FFF;
		height: 120px;
		margin: 0;
		padding: 5px;
		width: 471px; }

		#megamenu div.childcontent ul li .megamenu-static a:hover {
			-webkit-box-shadow: 0 0 3px 1px #C4C4C1 inset;
			box-shadow: 0 0 3px 1px #C4C4C1 inset; }

	#megamenu div.childcontent ul li .megamenu-static h3 { margin: 10px 0 0 5px; }

	#megamenu div.childcontent ul li .megamenu-static p { margin: 0 0 0 5px; }

.nivo-caption p { color: #FFFFFF; }

#mt-wrapper {
	margin: 20px auto 45px;
	text-align: left;
	width: 960px; }

.content-static ul { margin: 0; }

	.content-static ul li {
		margin: 0 0 20px;
		text-align: center; }

		.content-static ul li.last { margin: 0; }

		.content-static ul li img { width: 100%; }

.content-static a.span12 { outline: none; }

#mt-dropdown ul li a:hover { outline: none; }

.product-title {
	line-height: 27px;
	margin: 0;
	min-height: 27px;
	padding: 0;
	text-transform: uppercase;
	width: auto; }

#mtcontainer .product-title span, #mt_productscroller .product-title span, .logoscroller .product-title span {
	font-size: 150%;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 7px; }

.sbHolder,
#megamenu li.root > div.childcontent
{
}
#megamenu li.root > div.childcontent
{ 
}
.search-form-border:before
{

}

#nav li.custom-block h1,
#nav li.custom-block h2,
#nav li.custom-block h3,
#nav li.custom-block h4,
#nav li.custom-block h5,
#nav li.custom-block h6,
#nav li.custom-block p,
#nav .menu-static-blocks p,
#nav .menu-static-blocks,
ul .menu-static-blocks h1.label,
ul .menu-static-blocks h2.label,
ul .menu-static-blocks h3.label,
ul .menu-static-blocks h4.label,
ul .menu-static-blocks h5.label,
ul .menu-static-blocks h6.label,
ul .menu-static-blocks p.info
{
	color: #4a4a4a;
}
#nav li.active a.level-top{
	background-color: #89b9c5;
	color: #ffffff;
}
#nav li a.level-top:hover,
#nav li a.level-top.hover
{
	color: #ffffff;
}
a.backtohome:hover,
.page-sitemap .pager .pages li.current,
.page-sitemap .pager .pages li a:hover
{
	color:#ffffff;
}
#megamenu div.childcontent ul li a:hover,
#nav li.level0 ul li a:hover,
#nav li.level0 ul li a span.title_group
{
	color:rgb(240, 148, 11);
}

#nav .menu-static-blocks p.more-link a{
	color: #ffffff;
}


#nav .menu-static-blocks p.more-link a:hover,
#options li a:hover,
#options li a.selected{
	background-color: #89b9c5;
}

ul.links li:hover,
ul.links li.hover
{
	background-color: #ffffff;
}
ul.links li:hover a,
ul.links li.hover a
{
	color: #89b9c5;
}

.product-title span,
.sku-product span,
.add-to-cart .qty,
.sidebar .block span, 
.sidebar .block label, 
.sidebar .block strong, 
.sidebar .block a, 
.sidebar .block p, 
.sidebar .block div,
.products-list .desc p,
.std p,
.std div,
.page .label, 
.page .badge
{
	color: #676767;	
}
.content-static h1,
input, button, select, textarea,
.checkout-cart-index .col-main .page-title h1, 
.checkout-cart-index .col-main .page-title h2
{
	font-family: Open Sans,Arial,Helvetica,sans-serif;
}
button.button span,
.subscribe input.input-text{
	font-family: Open Sans,Arial,Helvetica,sans-serif;
}
#nav a, .megamenu, #nav
{
	font-family: Open Sans,Arial,Helvetica,sans-serif;
}
ul.links li a,
.cms-no-route div.std ul.disc li a:hover,
#category-image .category-desc
{
	color:#ffffff;
}
ul.links li a:hover,
ul.links li a.hover,
ul.links li.hover a
{
	color:#89b9c5;
}
ul.links li a:active,
ul.links li.active a,
ul.links li a.active
{
	color:#89b9c5;
}
button.button span,
.sidebar .block button.button span,
.sidebar .block-tags .actions a,
#options li a,
.ajax-checkout a,
.main-inner .col-main .block.pager a,
.block-top-compare .actions a,
.block-top-compare .actions button
{
	color:#ffffff;
}
button.button:hover span,
.sidebar .block button.button:hover span,
.sidebar .block-tags .actions a:hover,
#options li a:hover,
.ajax-checkout a:hover,
.main-inner .col-main .block.pager a:hover,
.block-top-compare .actions a:hover,
.block-top-compare .actions button:hover
{
	color:#ffffff;
}
ul#nav>li>a {color:#fff !important;;}
ul#nav>li>a:hover,
ul#nav>li>a.hover,
ul#nav>li>a:active {background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjNmM2YzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDMlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 0%, #ffffff 43%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(0%,#f3f3f3), color-stop(43%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 0%,#ffffff 43%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 0%,#ffffff 43%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 0%,#ffffff 43%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 0%,#ffffff 43%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
color:#000 !important;-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;}
.page a:hover,
a:hover,
.ajax-container .product-details a:hover,
.block-account .block-content li.current strong,
.checkout-progress li.active,
.mt-empty p.note-msg,
.mask h2.product-name a:hover,
.mask h2.product-name:hover a,
.page-sitemap .links a:hover,
.content-static p.view a:hover,
.block-layered-nav dd li a:hover,
.sidebar .block a:hover,
.block-layered-nav dd li a:hover span,
.sidebar .block a:hover,
.sidebar .block a:hover span,
.products-list p.rating-links a:hover,
.mt-smartmenu .block-title strong span,
.product-view .product-shop .ratings a:hover, 
.product-view .product-shop .no-rating a:hover,
.product-view .product-shop .add-to-box .add-to-links .mt-actions a:hover span,
.mt-poll-label label:hover,
.mask h3.product-name a:hover
{	
	color:#89b9c5;
}
.mask h3.product-name a:hover
{
	color:#89b9c5 !important;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Open Sans";    
}

.sbHolder,
#megamenu li.root > div.childcontent
{
	border-color: #89b9c5;
}
#megamenu li.root > div.childcontent
{ 
	border-top-color: #89b9c5; 
}

#nav li.custom-block h1,
#nav li.custom-block h2,
#nav li.custom-block h3,
#nav li.custom-block h4,
#nav li.custom-block h5,
#nav li.custom-block h6,
#nav li.custom-block p,
#nav .menu-static-blocks p,
#nav .menu-static-blocks,
ul .menu-static-blocks h1.label,
ul .menu-static-blocks h2.label,
ul .menu-static-blocks h3.label,
ul .menu-static-blocks h4.label,
ul .menu-static-blocks h5.label,
ul .menu-static-blocks h6.label,
ul .menu-static-blocks p.info
{
	color: #4a4a4a;
}
#nav li.active a.level-top{
	background-color: #89b9c5;
	color: #ffffff;
}
#nav li a.level-top:hover,
#nav li a.level-top.hover
{
	color: #ffffff;
}
a.backtohome:hover,
.page-sitemap .pager .pages li.current,
.page-sitemap .pager .pages li a:hover
{
	color:#ffffff;
}

.search-icon, 
.header-static p:hover,
.mt-icon-ajaxcart,
.toolbar .sbHolder a.sbToggle,
.sbOptions li a:hover,
ul#sort-direction li a.selected,
.product-view .product-shop a.link-wishlist:hover span.icon,
.product-view .product-shop a.link-compare:hover span.icon,
.product-view .product-shop .email-friend a:hover span.icon,
.catalog-category-view .page-title, 
.sidebar .title-divider span, 
.products-list .title-divider span, 
div.title-divider span, 
.fieldset .legend,
.box-collateral .pagenav span:hover,
.breadcrumbs .mt-page-title,
.sticker,
.mt-icon-compareajax
{
	background-color: #89b9c5;
}
#megamenu{
	color: #4a4a4a;	
}

#nav .menu-static-blocks p.more-link a,
#options li a,
div.logopagenave > button,
.mt_productscroller .pagenave > button,
.toolbar .pager .pages li a.next, 
.page-sitemap .pager .pages li a.next, 
.toolbar .pager .pages li a.previous,
.block-poll button span,
.block-tags .actions a,
.ajax-checkout a,
.main-inner .col-main .block.pager a,
.buttons-set button.button span,
table button.button span,
.crosssell button.button span,
.sidebar .actions button.button span,
.product-view #addTagForm button.button span,
.products-list-inner button.button, 
.products-list-inner .wishlist p, 
.products-list-inner .compare p, 
.products-list-inner p.availability,
.block-top-compare .actions a,
.block-top-compare .actions button
{
}
div.logopagenave > button:hover,
.mt_productscroller .pagenave > button:hover,
.toolbar .pager .pages li a.next:hover,
.page-sitemap .pager .pages li a.next:hover,
.toolbar .pager .pages li a.previous:hover,
.block-poll button:hover span,
.block-tags .actions a:hover,
.ajax-checkout a:hover,
.main-inner .col-main .block.pager a:hover,
.buttons-set button.button:hover span,
table button.button:hover span,
.crosssell button.button:hover span,
.cart .cart-collaterals .crosssell .add-to-links li a.link-wishlist:hover,
.cart .cart-collaterals .crosssell .add-to-links li a.link-compare:hover,
a.backtohome:hover,
.sidebar .actions button.button:hover span,
.product-view #addTagForm button.button:hover span,
div.mt-actions p:hover,
div.mt-actions button.button:hover,
.products-list-inner button.button:hover, 
.products-list-inner .wishlist p:hover, 
.products-list-inner .compare p:hover, 
.products-list-inner p.availability:hover,
.block-top-compare .actions a:hover,
.block-top-compare .actions button:hover
{
}
#nav .menu-static-blocks p.more-link a:hover,
#options li a:hover,
#options li a.selected{

}


.opc .active .step-title
{
}
.opc .active .step,
.checkout-progress li.active div
{
	border-color:#89b9c5;
}
#nav .sub-wrapper{
	background-color: #ffffff;
}
.top-cart a.cart-link span.icon, 
.toolbar .pager .view-mode span a, 
.toolbar .pager .view-mode span strong, 
.product-view .product-shop .add-to-links span.icon, 
.product-view .product-shop .add-to-cart input.items, 
.ajax-container .product-details .btn-edit span.icon, 
.ajax-container .product-details .btn-remove span.icon, 
.main-inner .col-main .block.pager a, 
table td a.btn-edit, 
table th a.btn-edit, 
table td a.btn-remove, 
table th a.btn-remove, 
.crosssell button.button span, 
.cart .cart-collaterals .crosssell .add-to-links li a, 
a.backtohome, 
.btn-remove span.icon, 
.btn-edit span.icon, 
.block-related .product-title .pagenav span,  
.block-compare .btn-remove, 
.box-collateral .pagenav span, 
.cms-no-route div.std ul.disc li a,
.page-sitemap .pager .pages li.current, 
.header-static p,
#back-top span,
#multiship-addresses-table td .btn-remove2,
.ajax-container .access a span.icon,
.block-compare li a.btn-remove,
.my-wishlist a.btn-edit,
.my-wishlist a.btn-remove,
.search-icon:hover,
.mt-icon-ajaxcart:hover,
ul#sort-direction li a,
.box-collateral .pagenav span,
.mt-icon-compareajax:hover,
.compare-items .actions a,
.block-layered-nav .currently .btn-remove
{	
}
#back-top span:hover, 
.toolbar .pager .view-mode span strong,
.toolbar .pager .view-mode span a:hover,
.toolbar .pager .pages .current,
.toolbar .sbHolder a.sbToggle,
.toolbar .sbHolder a.sbToggle:hover,
.toolbar .pager .view-mode span:hover strong,
.toolbar .pager .pages li a:hover,
.product-view .product-shop .add-to-box .add-to-links .mt-actions a:hover span.icon,
.product-view .product-shop .add-to-links span.icon:hover,
.product-view .product-shop .add-to-cart input.items:hover,
.ajax-container .product-details .btn-edit span.icon:hover,
.ajax-container .product-details .btn-remove span.icon:hover,
.btn-remove span.icon:hover,
.btn-edit span.icon:hover,
.block-related .product-title .pagenav span:hover,  
.block-compare .btn-remove:hover span.icon,
.mt-more-images span:hover,
.thumbnail-direction-nav a:hover,
.ajax-container .access a:hover span.icon,
a.btn-edit:hover span,a.btn-remove:hover span,
button.btn-edit:hover,button.btn-remove:hover,
.block-compare li:hover a.btn-remove,
.block-compare .block-content .actions a:hover span.btn-remove,
.my-wishlist a.btn-edit:hover,
.my-wishlist a.btn-remove:hover,
table td a.btn-edit:hover,
table th a.btn-edit:hover,
table td a.btn-remove:hover,
table th a.btn-remove:hover,
ul#sort-direction li a:hover,
.search-form-border,
.compare-items .actions a:hover,
.top-compare a.btn-remove,
.block-layered-nav .currently .btn-remove:hover
{

}
.product-view .product-shop .add-to-cart .addcart button span,
.product-view .product-shop .add-to-cart button.btn-cart span,
button.btn-checkout span,
.my-wishlist button.btn-cart span
{
}
.product-view .product-shop .add-to-cart .addcart button:hover span,
.product-view .product-shop .add-to-cart button.btn-cart:hover span,
button.btn-checkout:hover span,
.my-wishlist button.btn-cart:hover span
{
	
}
.product-tabs li.active,
.product-tabs li.active a
{
	color:#89b9c5;
}
.product-tabs li:hover,
.product-tabs li:hover a
{
	color:#89b9c5;
} 
#mt_productscroller .mask h3.product-name a { padding: 15px 10px 0 10px; line-height: normal; display: block; }
#mtcontainer div.product-image:hover .mask h3.product-name{ margin:0 auto }
#mtcontainer div.product-image:hover .mask .short-description, 
#mtcontainer div.product-image:hover .mask .ratings{ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; zoom: 0; filter: alpha(opacity=0); opacity: 0; }

/*Copyright*/
.mt-copyright
{
    font-family: Open Sans,Arial,Helvetica,sans-serif;
}

.mt-drillmenu {
	float: left !important;
	margin-left: 0 !important;
	width: 100% !important; }

.nav-accordion { width: 100%; }

ul.nav-accordion {
	line-height: 0.5em;
	list-style: none;
	margin: 0;
	padding: 0; }

	ul.nav-accordion li {
		background: #FFFFFF;
		position: relative; }

.navbar-inner {
	background-image: none !important;
	border-radius: 0 0 0 !important;
	border: 0 !important;
	box-shadow: none !important;
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important; }

	.navbar-inner a.btn-navbar:hover { background-color: #ECECEC; }

.navbar { margin: 0 10px !important; }



.nav-collapse {
	border-radius: 0px;
	box-shadow: 0 0 7px #CCCCCC;
	margin: 0; }

ul.nav-accordion li a {
	background-image: none !important;
	border-bottom: 1px solid #e1e1e1;
	display: block;
	font-size: 110%;
	font-weight: bold;
	height: 41px;
	line-height: 41px;
	margin: 0;
	padding: 0 26px 0 30px;
	text-align: left;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase; }

ul.nav-accordion ul {
	display: none;
	margin: 0;
	padding: 0; }

	ul.nav-accordion ul li {
		clear: both;
		margin: 0;
		padding: 0; }

		ul.nav-accordion ul li a {
			font-size: 100%;
			outline: none;
			padding-left: 30px; }

			ul.nav-accordion ul li a:hover {  }

		ul.nav-accordion ul li.active { font-weight: bold; }

	ul.nav-accordion ul ul li a {
		font-size: 11px;
		padding-left: 30px; }

	ul.nav-accordion ul ul ul li a { padding-left: 30px; }

	ul.nav-accordion ul ul li a:hover {  }

ul.nav-accordion span {
	background-color: transparent;
	background-position: 0px 3px;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 32px;
	position: absolute;
	right: 12px;
	text-indent: -9999px;
	top: 6px;
	width: 38px;
	z-index: 9; }

ul.nav-accordion li span.expand {
	background-color: transparent;
	background-position: 0px 3px;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 32px;
	position: absolute;
	right: 1px;
	text-indent: -9999px;
	top: 6px;
	width: 38px;
	z-index: 9; }

ul.nav-accordion li span.collapse {
	background-color: transparent;
	background-position: 0px 3px;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 32px;
	position: absolute;
	right: 12px;
	text-indent: -9999px;
	top: 6px;
	width: 38px;
	z-index: 9; }

ul.detail-parent {
	margin: 0px;
	padding: 0 0 0 17px; }



.block-baslik {padding:10px 0 0 0}
.navbar .brand {
	font-size: 130% !important;
	font-weight: bold !important;
	text-shadow: none !important;
	text-transform: uppercase !important; }

.navbar-inner .block-title {  }

.navbar .btn-navbar .icon-bar { background-color: #FFFFFF !important; }

.hidden-desktop{display:none!important}.visible-desktop{display:inherit!important}@media(min-width:768px) and (max-width:979px){.hidden-desktop{display:inherit!important}.visible-desktop{display:none!important}.visible-tablet{display:inherit!important}.hidden-tablet{display:none!important}}@media(max-width:767px){.hidden-desktop{display:inherit!important}.visible-desktop{display:none!important}.visible-phone{display:inherit!important}.hidden-phone{display:none!important}}


.nav-collapse ul.nav-accordion li:last-child {
	border: 0px;
	padding-bottom: 15px; }

.nav-collapse ul.nav-accordion ul.detail-parent li:last-child { padding-bottom: 0px !important; }

	.nav-collapse ul.nav-accordion ul.detail-parent li:last-child a { border-bottom: 1px solid #e1e1e1; }

.nav-collapse ul.nav-accordion ul.detail-parent li a { background-color: #ececec; }


ul.nav-accordion span,
ul.nav-accordion li span.expand { background-image: url(../images/up-blue.png); }

ul.nav-accordion li span.collapse { background-image: url(../images/down-blue.png); }


.navbar .btn-navbar .icon-bar {
display: block;
width: 18px;
height: 2px;
background-color: #f5f5f5;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
box-shadow: 0 1px 0 rgba(0,0,0,0.25);
margin-top:2px;
}

.navbar .btn-navbar .icon-bar {
background-color: #FFFFFF !important;

}


#Giris .nav-tabs {border:none}
.in {
display: block;
position: absolute;
z-index: 999;
width: 100%;
min-width: 320px;
margin: 15px 0px 0 0px;
}
a.UrunSepetButon:hover{
	-webkit-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
	background:rgb(240, 148, 11);
	color:#000;
}
a.UrunInceleButon:hover  {
	-webkit-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
	background:#e8e8e8;
	color:#000;
}
a.UrunSepetButon, a.UrunInceleButon {
display: inline-block;
padding: 6px 4px;
min-width: 40px;
color: #ccc;
text-align: center;
font-size: 15px;
width:75px;
height: 50px;
border-left:1px solid #e8e8e8;
border-right:1px solid #e8e8e8;
}
a.UrunSepetButon span, a.UrunInceleButon span {
	display:none;
}

.UrunKutusuIcerik:hover {
/*	transform:scale(1.1);   
	-webkit-transform:scale(1.1); 
	-ms-transform:scale(1.1);
	box-shadow: 0 0 5px #c2c0c0;  
	transition: transform 400ms ease 0s,opacity 300ms ease 0s;
	-o-transition:transform 400ms ease 0s,opacity 300ms ease 0s;
	-webkit-transition:-webkit-transform 400ms ease 0s,opacity 300ms ease 0s;
	-moz-transition:transform 400ms ease 0s,opacity 300ms ease 0s;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	z-index:10;*/
}	
a.UrunSepetButon i, a.UrunInceleButon i {
	font-size: 1.4em;
	padding-top: 6px;
}
.butonlar {
	display:block;
	width: auto;
	margin:10px auto;
	text-align: center;
}

















.brands_carousel .owl-item{
	padding:0 15px;
}
[class*="fp_nav_"]{
	position:absolute;
	top:38.5%;
}
.ios_nav_prev,
.lp_nav_prev,
.c_nav_prev.nav_type_3,
.fp_nav_prev,.pc_nav_prev,.rp_nav_prev,
.extended.simple_slideshow .flex-prev{
	left:30px;
}
.ios_nav_next,
.lp_nav_next,
.c_nav_next.nav_type_3,
.fp_nav_next,.pc_nav_next,.rp_nav_next,
.extended.simple_slideshow .flex-next{
	right:30px;
}
.owl-pagination > div{
	width:12px;
	height:12px;
	border:1px solid rgba(255,255,255,.5);
	float:left;
}
.owl-pagination > div:not(:last-child){
	margin-right:8px;
}
.bg_light_2 .owl-pagination > div:not(.active),
.clients.brands:not(.with_video) .owl-pagination > div:not(.active){
	border-color:#bfc4c8;
}
[class*="pc_nav_"],[class*="rp_nav"],[class*="fproducts_nav_"]:not(.fn_type_2),[class*="ln_nav_"],
[class*="fp_nav_"].nav_type_2,[class*="lp_nav_"]{
	position:absolute;
	top:50%;
	margin-top:-18px;
}
[class*="c_nav_"].nav_type_2{
	position:absolute;
	top:38px;
}
[class*="c_nav_"].nav_type_3{
	position:absolute;
	top:50%;
	margin-top:20px;
}
.twc_prev,.twc_next{
	position:absolute;
	top:50%;
	margin-top:-12px;
}
.twc_prev{
	left:0;
}
.twc_next{
	right:0;
}
.related_projects .owl-item,
.wfilter_carousel .owl-item{
	padding-bottom:75px;
}
[class*="rp_nav"]{
	margin-top:-47px;
}
[class*="fproducts_nav_"]:not(.fn_type_2){
	margin-top:-90px;
}
[class*="ln_nav_"]{
	top:78px;
}
.fproducts_nav_prev,.ln_nav_prev{
	left:-50px;
}
.fproducts_nav_next,.ln_nav_next{
	right:-50px;
}
.c_nav_prev.nav_type_2{
	left:-54px;
}
.c_nav_next.nav_type_2{
	right:-54px;
}
.boxed_layout .fproducts_nav_prev,.boxed_layout .ln_nav_prev{
	left:-35px;
}
.boxed_layout .fproducts_nav_next,.boxed_layout .ln_nav_next{
	right:-35px;
}
.boxed_layout .c_nav_next.nav_type_2{
	right:-32px;
}
.boxed_layout .c_nav_prev.nav_type_2{
	left:-32px;
}
.featured_products .owl-item{
	padding-bottom:1px;
}
.thumbnails_carousel{
	width:80px;
}
[class*="fp_nav_"].nav_type_2{
	margin-top:15px;
}
#breaking_news{
	width:87.03%;
	margin-top:3px;
}
.photo_carousel img{
	min-width:100%;
}
.arizatipsecs {width:100% !important;}
label.arizatipsec input {margin:0 5px 0 15px;}
label.arizatipsec {
	display:block;
	width: 30% !important;
	float:left;
	font-size:16px;
	padding-left:25px;
}
#odeme-secenek {/*width: 90%;
margin: 35px auto;
padding: 10px 10px 10px 8px;*/ display:none;}
.RowInput textarea {height:80px !important}
.BTNNext {margin-bottom:20px;height: 30px;}
#sonfiyat{background: #ffaf4b; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYWY0YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjkyMGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffaf4b 0%, #ff920a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaf4b), color-stop(100%,#ff920a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffaf4b 0%,#ff920a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-8 */
padding:8px 20px 8px 20px;width:280px;border-top-right-radius:5px;-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;border-top-left-radius:5px;-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-bottom-right-radius:5px;-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px;border-bottom-left-radius:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px}#sonfiyat span{color:#fff}#sonfiyat h1{color:#fff}#sonfiyat strong{margin-left:10px;font-size:18px;color:#fff}
#rblOdemeTip label {font-size:16px;width:50%;padding-left:10px;font-weight:bold;cursor:pointer;}
#rblOdemeTip {width:100%;}


.secilmis {
	border-radius: 5px 5px 5px 5px;
	background: #FFFFFF;
	height: 178px !important;
}
.kapali {
	background: #CCC !important;
	color: black !important;
}
.finalsection fieldset {
display:block;
padding:15px;
border:1px dotted #CCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	margin:5px;
	clear:both;
	margin-bottom:10px;
}
.sozlesbody {
	height:100px;
	display:block;
	overflow:auto;
	padding:10px;
}
.AcKapatDiv {
position: relative;
float: right;

clear: both;

}
.sozlesbody .BankaHesap {
	padding-left:30px !important;
}
.AcKapatDivim {
	border-left:1px dotted #ccc;
	border-right:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	border-bottom-left-radius:1em;
	border-bottom-right-radius:1em;
	height:42px;
	width:110px;
	bottom: -59px;
right: 65px;
position:absolute;
}
.AcKapat {
	position:absolute;
	border:none;
	cursor:pointer;
	font-family: 'PT Sans Narrow',sans-serif !important;
	font-size: 14px;
	width:130px;
	height:40px;
	padding:8px 45px 13px 55px;
	margin-left:-18px;
}
.btnacik {
	background: url(../img/islembutonlar.png) 0px -45px;
}
.btnkapali {
	background: url(../img/islembutonlar.png) 0px 5px;
}
.uyeliksozlesme  {font-size:16px;line-height:22px;}
.kkkartlar {font-size:16px;}
.kkkartlar label {padding-left:8px;}
.finalsection fieldset legend {
	padding:10px;
background: #7abcff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdhYmNmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzYwYWJmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDk2ZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-8 */
 
border:1px dotted #CCC;
max-width:180px;
color:#fff;
	font-weight:bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
-webkit-box-shadow:   -4px -4px 2px #CCC;   
-moz-box-shadow:   -4px -4px 2px #CCC;   
box-shadow:   -4px -4px 2px #CCC; 
}
.finalsection input[type="number"] {
	margin-left:15px;
	margin-top:4px;
	padding:5px;
   -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
	width:95%;
	border:1px solid #CCC;
	height:35px;
}
.finalsection input[type="text"] {
	margin-left:15px;
	margin-top:4px;
	padding:5px;
   -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
	width:87%;
	border:1px solid #CCC;
	height:35px;
}
.finalsection select {
	margin-left:15px;
	margin-top:4px;
	padding:5px;
   -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
	width:100%;
	border:1px solid #CCC;
	height:35px;
}
.finalsection textarea {
	margin-left:15px;
	margin-top:4px;
 -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
	width:100%;
	border:1px solid #CCC;
	padding:10px;
	height:200px;
}
#panlist {
	background: transparent url("../img/kredikarti.png");
	margin: 10px auto 10px auto;
	padding: 0 0 0 150px;
	width: 0;
	height: 23px;
	overflow: hidden;
}
.AcKapatDiv {display:none;}

.finalsection .arizatipsecs {width: auto !important;}
.finalsection label>span {font-size: 17px !important}
.UcdIstiyor {font-size: 17px !important;padding:10px 0 10px 0}
.krediKarti>fieldset>div>div>div.row>.col-md-6 {padding-top:7px; padding-bottom:7px;}
.krediKarti>fieldset>div>div>div.row>div>.col-md-12 {padding-top:7px; padding-bottom:7px;}
.urunfiyatiOrijinal {
	width: 80px;
font-size: 7pt;
position:absolute;
margin-left:-30px;
margin-top: -5px;
}
.urunfiyatiOrijinal sub,.urunfiyatiOrijinal sup {top:0  !important;font-size : 100% !important;}


/***************/
.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1.5em;
    padding: 10px;
    border-bottom: 1px #e2e2e2 dotted;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal; 
    color: rgb(240, 148, 11);
}
 #pnlSisKategori>ul>li{margin-bottom: none;}
 #pnlSisKategori>ul>li>label
 {
 font-size: 17px;
 padding: 0 !important;
 margin-top: -3px;
 }
 #pnlMarka>ul>li {margin-bottom:none;}
 #pnlMarka>ul>li>label
 {
 font-size: 17px;
 padding: 0 !important;
 margin-top: -3px;
 }

  #pnlKategori>ul>li{margin-bottom: none;}
 #pnlKategori>ul>li>label
 {
 font-size: 17px;
 padding: 0 !important;
 margin-top: -3px;
 }
 #pnlAltKategori>ul>li {margin-bottom:none;}
 #pnlAltKategori>ul>li>label
 {
 font-size: 17px;
 padding: 0 !important;
 margin-top: -3px;
 }


/******************/

.alisverise-ekle {
padding-top: 20px;
font-size: 16px; 
}
.SiteLogo {
	display:block;
	margin:0 auto;
	width:90%;
}
#QuipusDolarFiyati {display:none}
.centered
{
    text-align:center;
}
.BDetayi {
	font-size: 1.2em;
}
#UrunBilgileri>div>.alert {margin-bottom:8px !important;padding: 9px !important}
#UrunBilgileri>div>.alert h4 {color:#00b8ff}
#UrunBilgileri>div>.alert span {padding-top:12px;}
.alert-diger {
	display:block;
	border-color: #DFDFDF;
	border-style: dashed;
	background:none;
}
.EkBilgiler>.alert {margin-bottom:8px !important;padding: 6px 10px !important}
.EkBilgiler>.alert>i {float:left;padding:0 10px 0 0; font-size:2em}
.EkBilgiler>.alert>i.fa-question {color:red}
.margin-bottom-10 {margin-bottom:20px;}
.AramaKutu {
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 0 5px 0 #CCCCCC inset;
	background-color: #FFFFFF;
	border-radius: 3px;
	border: 1px solid #d0c6c2;
	box-shadow: 0 0 5px 0 #CCCCCC inset;
	color: #7e7e7e;
	font-size: 90%;
	height: 30px;
	outline: none;
	padding: 4px 7px;
	width: 224px;
	margin:0 auto;
}
.MobilArama {
	padding: 0 0 15px 0;
	text-align: center;
}
.Gizle {
	display:none;
}
.btn-dropdown {
	border: none;
	background: none;
	cursor: pointer;
}
.banka-gruplari>ul>li {display:block; float:left; width:180px; margin:2px;cursor:pointer;
	-webkit-border-top-left-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomright: 20px;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
box-shadow: inset 0px 0px 20px 0px rgba(214,214,214,1);height:90px;}
.secilmemisli {
box-shadow: inset 0px 0px 20px 0px rgba(214,214,214,1) !important;
height: none !important;
}
.secilmisli {
box-shadow: inset 0px 0px 20px 0px rgba(214,142,14,1) !important;
height: none !important;
}
.banka-grup {
	display:block;
	width: 160px;
	height: 70px;
	text-indent: -5000px;
	margin:10px auto;
	border-radius: 10px;
	
}

.BankBox {
  display:block;
  width:442px;
  float:left;
  padding:0 15px 0 15px;
  margin:5px;
  min-height:170px;
  background:url(../img/taksitbg.png) left bottom no-repeat;
}
.LogoBankAsya {
	display: block;
	width: 108px;
	height: 62px;
	background: url("../img/bankalar.png") -1px -62px no-repeat;
	position: absolute;
	z-index: 49;
	margin-top: -20px;
}
.LogoAkbank {
	display: block;
	width: 108px;
	height: 62px;
	background: url("../img/bankalar.png") -1px -1px no-repeat;
	position: absolute;
	z-index: 49;
	margin-top: -20px;
}
.LogoCitibank {
	display: block;
	width: 108px;
	height: 62px;
	background: url("../img/bankalar.png") -106px -62px no-repeat;
	position: absolute;
	z-index: 49;
	margin-top: -20px;
}
.LogoFinansbank {
	display: block;
	width: 108px;
	height: 62px;
	background: url("../img/bankalar.png") -432px -0px no-repeat;
	position: absolute;
	z-index: 49;
	margin-top: -20px;
}
.LogoHSBC {
	display: block;
	width: 108px;
	height: 62px;
	background: url("../img/bankalar.png") -216px -62px no-repeat;
	position: absolute;
	z-index: 49;
	margin-top: -20px;
}
.LogoYkb {
	display: block;
	width: 108px;
	height: 62px;
	background: url("../img/bankalar.png") -107px 0px no-repeat;
	position: absolute;
	z-index: 49;
	margin-top: -20px;
}
.LogoIsbank 
{
	display: block;
	width: 108px;
	height: 62px;
	background: url("../img/bankalar.png") -323px 0px no-repeat;
	position: absolute;
	z-index: 49;
	margin-top: -20px;
}
.LogoTFK {
	display: block;
	width: 108px;
	height: 62px;
	background: url("../img/bankalar.png") -323px -62px no-repeat;
	position: absolute;
	z-index: 49;
	margin-top: -20px;
}
.LogoGaranti {
	display: block;
	width: 108px;
	height: 62px;
	background: url("../img/bankalar.png") -214px 0px no-repeat;
	position: absolute;
	z-index: 49;
	margin-top: -20px;
}
.LogoPesin {

	display: block;
	width: 108px;
	height: 62px;
	background: url("../img/bankalar.png") -432px -62px no-repeat;
	position: absolute;
	z-index: 49;
	margin-top: -20px;
}
.BankBoxContent {background-color:#fff;padding:10px;bottom:0px;height:100%;border-left:1px solid #ccc;border-right:1px solid #ccc;border-top:1px solid #ccc;border-bottom:none;min-height:135px;}
.HSBC .CardDesc {
background: #f17432; 
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2YxNzQzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2VhNTUwNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYjk1NWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #f17432 1%, #ea5507 49%, #fb955e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f17432), color-stop(49%,#ea5507), color-stop(100%,#fb955e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f17432 1%,#ea5507 49%,#fb955e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f17432 1%,#ea5507 49%,#fb955e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f17432 1%,#ea5507 49%,#fb955e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f17432 1%,#ea5507 49%,#fb955e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f17432', endColorstr='#fb955e',GradientType=0 ); /* IE6-8 */
}
.Garanti .CardDesc {
background: #bfd255; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmZDI1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzhlYjkyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzcyYWEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZWNiMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#8eb92a), color-stop(51%,#72aa00), color-stop(100%,#9ecb2d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-8 */
}
.Citibank .CardDesc {
background: #e2e2e2; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2QxZDFkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-8 */

}
.TFK .CardDesc {
background: #b5bdc8; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I1YmRjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iIzgyOGM5NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyODM0M2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #b5bdc8 0%, #828c95 36%, #28343b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5bdc8), color-stop(36%,#828c95), color-stop(100%,#28343b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b5bdc8 0%,#828c95 36%,#28343b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b5bdc8 0%,#828c95 36%,#28343b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b5bdc8 0%,#828c95 36%,#28343b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b5bdc8 0%,#828c95 36%,#28343b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-8 */


}
.Finansbank .CardDesc {
background: #4f85bb; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRmODViYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0Zjg1YmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #4f85bb 0%, #4f85bb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f85bb), color-stop(100%,#4f85bb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #4f85bb 0%,#4f85bb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #4f85bb 0%,#4f85bb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #4f85bb 0%,#4f85bb 100%); /* IE10+ */
background: linear-gradient(to bottom,  #4f85bb 0%,#4f85bb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f85bb', endColorstr='#4f85bb',GradientType=0 ); /* IE6-8 */


}
.Isbank .CardDesc {
background: #e570e7; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1NzBlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2M4NWVjNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhODQ5YTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #e570e7 0%, #c85ec7 47%, #a849a3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e570e7), color-stop(47%,#c85ec7), color-stop(100%,#a849a3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e570e7 0%,#c85ec7 47%,#a849a3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e570e7 0%,#c85ec7 47%,#a849a3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e570e7 0%,#c85ec7 47%,#a849a3 100%); /* IE10+ */
background: linear-gradient(to bottom, #e570e7 0%,#c85ec7 47%,#a849a3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e570e7', endColorstr='#a849a3',GradientType=0 ); /* IE6-8 */
}
.Ykb .CardDesc {
background: #cb60b3; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NiNjBiMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2FkMTI4MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZTQ3YWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #cb60b3 0%, #ad1283 50%, #de47ac 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb60b3), color-stop(50%,#ad1283), color-stop(100%,#de47ac)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cb60b3 0%,#ad1283 50%,#de47ac 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cb60b3 0%,#ad1283 50%,#de47ac 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cb60b3 0%,#ad1283 50%,#de47ac 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cb60b3 0%,#ad1283 50%,#de47ac 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#de47ac',GradientType=0 ); /* IE6-8 */

}
.BankAsya .CardDesc{
background: #49c0f0; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ5YzBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyY2FmZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #49c0f0 0%, #2cafe3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#49c0f0), color-stop(100%,#2cafe3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #49c0f0 0%,#2cafe3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #49c0f0 0%,#2cafe3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #49c0f0 0%,#2cafe3 100%); /* IE10+ */
background: linear-gradient(to bottom,  #49c0f0 0%,#2cafe3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49c0f0', endColorstr='#2cafe3',GradientType=0 ); /* IE6-8 */
}
.Akbank .CardDesc{
background: rgb(255,214,94); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDY1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWJmMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,214,94,1) 0%, rgba(254,191,4,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,214,94,1)), color-stop(100%,rgba(254,191,4,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 ); /* IE6-8 */

}

.CardDesc
{
	z-index: 9990;
height: 6px;
border-bottom: medium none;
box-shadow: 0px 0px 5px rgb(136, 136, 136);
border-radius: 1em 0em 2em 0em;
padding: 2px;
width: 80px;
margin-top: -10px;
margin-left: 65px;
display: block;
position: absolute;

}
.CreditCardName {
font-family: Garamond, serif;
line-height: 1em;
color: #000;
font-weight:bold;
font-size: 16px;
width:100%;
}
.CreditCardNameTitle{
position:absolute;
margin-left:100px;
width:150px;
font-family: Garamond, serif;
line-height: 1em;
color: #000;
font-weight:bold;
font-size: 23px;
display:none;
}
.CardDesc2
{
	padding-left:100px;
}
.CreditCardNameDesc {
font-size:11px;
	color:#000;
	margin-top:12px;
	margin-left:12px;
}

.BankCols {display:block;width:100%;height:18px;}
.BankRows {display:block;width:100%;border-bottom:1px dotted #ccc;height:21px; cursor:pointer;clear: both;font-family: Tahoma;
font-size: 14px;}
.BankRows:hover {background:#EFEFEF;}
.BankColsTitle {padding:4px; display:block;float:left;min-width:220px}
.BankColsResultCol1 {display:block;min-width:80px;float:left}
.BankColsResultCol2 {display:block;min-width:80px;float:left}
.BankColsResultCol1 span {float:left;display:block;padding:4px;}
.BankColsResultCol2 span {float:left;display:block;padding:4px;}
.BankPaymentOptions {margin-top:10px;}
.OdemeDetay .tek-cekim {
	background: url("/images/kartsec.jpg") -480px -213px no-repeat;
}
.OdemeDetay .Akbank {
	background: url("/images/kartsec.jpg") 0 0 no-repeat;
}
.OdemeDetay .Finansbank {
	background: url("/images/kartsec.jpg") -160px -71px no-repeat;
}
.OdemeDetay .Garanti {
	background: url("/images/kartsec.jpg") -320px -142px no-repeat;
}
.OdemeDetay .Halkbank {
	background: url("/images/kartsec.jpg") 0 -71px no-repeat;
}
.OdemeDetay .HSBC { 
	background: url("/images/kartsec.jpg") -320px -71px no-repeat;
}
.OdemeDetay .Isbank {
	background: url("/images/kartsec.jpg") -160px -142px no-repeat;
}
.OdemeDetay .Ykb {
	background: url("/images/kartsec.jpg") -640px -71px no-repeat;
}
.OdemeDetay .VYkb {
	background: url("/images/kartsec.jpg") -160px -213px no-repeat;
}
.SonucMesaji1 {font-size: 17px  !important;}
.SonucMesaji2 {font-size: 17px !important;}
.UstReklamResim>img {width: 100%; display:block;max-width:790px;margin:0 auto;}
.Kk-bAslik {font-size: 17px;}
.KKOdeme {
	display:block;
	background:url("/images/kart.jpg") no-repeat bottom right;
	
}
.KOdeme {
	display:block;
	background:url("/images/kapida.jpg") no-repeat bottom right;
	
}
.EFOdeme {
display:block;
	background:url("/images/banka.jpg") no-repeat bottom right;
}
.odeme-tipi {
	font-size: 24px;
	min-height:100px;
	cursor: pointer;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	box-shadow: inset 0px 0px 20px 0px rgba(214,214,214,1);
	margin: 0 8px 8px 8px;
	max-width:420px;
	min-width:290px;
}
.odeme-tipi span{
	padding: 20px 120px 0 0;
	display: block;
	line-height:28px;
	text-align:right
}
.odemetipleri {
	text-align: center;
	display: inline-block;
	display:block;
	width:100%;
	margin:0 auto;
}
.UrunUzunResim  img{max-height: 80px !important;}
.UrunKutuUzun {border-bottom: 1px dashed #ccc;margin-bottom:10px;}
.UrunUzunAdi,.OdememYazi {
font-size: 18px;
line-height:22px;
}
.Facesi {
min-height: 134px;
}
.Facesi>.clearfix {height:97px !important;}
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    text-align:left;
    margin-right:-4px;
}
.notifications {
  position: fixed;
  z-index: 9999;
}

/* Positioning */ 
.notifications.top-right {
  right: 10px;
  top: 25px;
}

.notifications.top-left {
  left: 10px;
  top: 25px;
}

.notifications.bottom-left {
  left: 10px;
  bottom: 25px;
}

.notifications.bottom-right {
  right: 10px;
  bottom: 25px;
}

/* Notification Element */
.notifications > div {
  position: relative;
  margin: 5px 0px;
}
@-webkit-keyframes notification {
	0% { -webkit-transform: rotateY(-90deg); opacity: 0; }
	70% { -webkit-transform: rotateY(20deg); opacity: .8; }
	90% { -webkit-transform: rotateY(-10deg); opacity: 1; }
	100% { -webkit-transform: rotateY(-0deg); opacity: 1; }
}

@-moz-keyframes notification {
	0% { -webkit-transform: rotateY(-90deg); opacity: 0; }
	70% { -webkit-transform: rotateY(20deg); opacity: .8; }
	90% { -webkit-transform: rotateY(-10deg); opacity: 1; }
	100% { -webkit-transform: rotateY(-0deg); opacity: 1; }
}

@-o-keyframes notification {
	0% { -webkit-transform: rotateY(-90deg); opacity: 0; }
	70% { -webkit-transform: rotateY(20deg); opacity: .8; }
	90% { -webkit-transform: rotateY(-10deg); opacity: 1; }
	100% { -webkit-transform: rotateY(-0deg); opacity: 1; }
}

keyframes notification {
	0% { -webkit-transform: rotateY(-90deg); opacity: 0; }
	70% { -webkit-transform: rotateY(20deg); opacity: .8; }
	90% { -webkit-transform: rotateY(-10deg); opacity: 1; }
	100% { -webkit-transform: rotateY(-0deg); opacity: 1; }
}

/* Webkit Only */
.alert-blackgloss:before {
	background: -webkit-gradient(linear, 0% -16.5%, 16.5% -100%, from(rgba(255,255,255,.0)), to(rgba(255,255,255,.6)), color-stop(.99,rgba(255,255,255,.2)),color-stop(.5,rgba(255,255,255,.0))) no-repeat;
	-webkit-mask-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,.5)), color-stop(.8,rgba(255,255,255,.0)));
	position: absolute;
	content: '.';
	line-height: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	text-indent: -99999px;
	-webkit-border-radius: 5px;
}

.alert-blackgloss {
	-webkit-animation: notification .75s linear;
	-moz-animation: notification .75s linear;
	-ms-animation: notification .75s linear;
	-o-animation: notification .75s linear;
	animation: notification .75s linear;
	background: rgba(0,0,0,1);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.2), inset 0 0 0 1px rgba(255,255,255,.1);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.2), inset 0 0 0 1px rgba(255,255,255,.1);
	-ms-box-shadow: 0 2px 5px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.2), inset 0 0 0 1px rgba(255,255,255,.1);
	-o-box-shadow: 0 2px 5px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.2), inset 0 0 0 1px rgba(255,255,255,.1);
	box-shadow: 0 2px 5px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.2), inset 0 0 0 1px rgba(255,255,255,.1);
	border: 1px solid rgba(0,0,0,.95);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-font-smoothing: antialiased;
	text-shadow: 0 1px 2px rgba(0,0,0,.5);
	color: #fff;
	-webkit-transform: rotateY(-0deg);
	-moz-transform: rotateY(-0deg);
	-o-transform: rotateY(-0deg);
	transform: rotateY(-0deg);
	position: relative;
	background-clip: padding-box;
}

.alert-blackgloss .close {
  position: relative;
  top: -3px;
  right: -25px;
	color: #fff;
	content: 'x';
	padding:0 10px 0 10px !important;
}
.alert-bangTidy {
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background:none;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.88) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 0, 0, 0.80)), color-stop(100%,rgba(0, 0, 0, 0.88)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.80) 0%,rgba(0, 0, 0, 0.88) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.80) 0%,rgba(0, 0, 0, 0.88) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.80) 0%,rgba(0, 0, 0, 0.88) 100%);
  background: linear-gradient(top, rgba(0, 0, 0, 0.80) 0%,rgba(0, 0, 0, 0.88) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0, 0, 0, 0.80)', endColorstr='rgba(0, 0, 0, 0.88)',GradientType=0 );
  border: 1px solid #000;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.07), inset 0 0 0 1px rgba(255,255,255,0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.07), inset 0 0 0 1px rgba(255,255,255,0.1);
  -o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.07), inset 0 0 0 1px rgba(255,255,255,0.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.07), inset 0 0 0 1px rgba(255,255,255,0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  color: white;
  -webkit-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  -o-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  -webkit-font-smoothing: antialiased;
  
}

.rrssb-buttons.large-format li a,.rrssb-buttons.large-format li a .text{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden}.rrssb-buttons,.rrssb-buttons li,.rrssb-buttons li a{-moz-box-sizing:border-box;box-sizing:border-box}.clearfix{*zoom:1}.clearfix:after{clear:both}.clearfix:before,.clearfix:after{content:" ";display:table}.rrssb-buttons{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;height:36px;margin:0;padding:0;width:100%}.rrssb-buttons li{float:left;height:100%;list-style:none;margin:0;padding:0 2.5px;line-height:13px}.rrssb-buttons li.email a{background-color:#0a88ff}.rrssb-buttons li.email a:hover{background-color:#006ed6}.rrssb-buttons li.facebook a{background-color:#306199}.rrssb-buttons li.facebook a:hover{background-color:#244872}.rrssb-buttons li.tumblr a{background-color:#32506d}.rrssb-buttons li.tumblr a:hover{background-color:#22364a}.rrssb-buttons li.linkedin a{background-color:#007bb6}.rrssb-buttons li.linkedin a:hover{background-color:#005983}.rrssb-buttons li.twitter a{background-color:#26c4f1}.rrssb-buttons li.twitter a:hover{background-color:#0eaad6}.rrssb-buttons li.googleplus a{background-color:#e93f2e}.rrssb-buttons li.googleplus a:hover{background-color:#ce2616}.rrssb-buttons li.youtube a{background-color:#df1c31}.rrssb-buttons li.youtube a:hover{background-color:#b21627}.rrssb-buttons li.reddit a{background-color:#8bbbe3}.rrssb-buttons li.reddit a:hover{background-color:#62a3d9}.rrssb-buttons li.pinterest a{background-color:#b81621}.rrssb-buttons li.pinterest a:hover{background-color:#8a1119}.rrssb-buttons li.pocket a{background-color:#ed4054}.rrssb-buttons li.pocket a:hover{background-color:#e4162d}.rrssb-buttons li.github a{background-color:#444}.rrssb-buttons li.github a:hover{background-color:#2b2b2b}.rrssb-buttons li a{background-color:#ccc;border-radius:2px;display:block;font-size:11px;font-weight:bold;height:100%;padding:11px 7px 12px 27px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;-webkit-transition:background-color 0.2s ease-in-out;-moz-transition:background-color 0.2s ease-in-out;-o-transition:background-color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out}.rrssb-buttons li a .icon{display:block;height:100%;left:10px;padding-top:9px;position:absolute;top:0;width:10%}.rrssb-buttons li a .icon svg{height:17px;width:17px}.rrssb-buttons li a .icon svg path,.rrssb-buttons li a .icon svg polygon{fill:#fff}.rrssb-buttons li a .text{color:#fff}.rrssb-buttons li a:active{box-shadow:inset 1px 3px 15px 0 rgba(22,0,0,0.25)}.rrssb-buttons li.small a{padding:0}.rrssb-buttons li.small a .icon{height:100%;left:auto;margin:0 auto;overflow:hidden;position:relative;top:auto;width:100%}.rrssb-buttons li.small a .text{visibility:hidden}.rrssb-buttons.large-format{height:auto}.rrssb-buttons.large-format li{height:auto}.rrssb-buttons.large-format li a{font-size:15px;font-size:1vw;padding:7% 0% 7% 12%;border-radius:0.2em;line-height:1vw}.rrssb-buttons.large-format li a .icon{left:7%;padding-top:0;width:12%}.rrssb-buttons.large-format li a .icon svg{height:100%;width:100%}.rrssb-buttons.large-format li a .text{font-size:15px;font-size:1vw}.rrssb-buttons.large-format li a:hover{font-size:15px;font-size:1vw;padding:7% 0% 7% 12%;border-radius:0.2em}.rrssb-buttons.small-format{padding-top:5px}.rrssb-buttons.small-format li{height:80%;padding:0 1.5px}.rrssb-buttons.small-format li a .icon{height:100%;padding-top:0}.rrssb-buttons.small-format li a .icon svg{height:48%;position:relative;top:6px;width:80%}.rrssb-buttons.tiny-format{height:22px;position:relative}.rrssb-buttons.tiny-format li{padding-right:7px}.rrssb-buttons.tiny-format li a{background-color:transparent;padding:0}.rrssb-buttons.tiny-format li a .icon svg{height:70%;width:100%} 
.SepetHeader {
    text-align: right;
    width: 100%;
}

#gvSepetKalemler tbody tr td {
    vertical-align: middle;   
}

.SepetUrunAdi {
font-size: 17px !important; 
}

.SepetInput2 {
font-size: 17px !important; 
}

 .SepetFiyatSol {
     float: left;
     width: 50%;
     font-size: 13px !important;
     color: rgb(240, 148, 11);
 }

  .SepetFiyatSag {
     float: right;
     width: 50%
 }

  .TutarSatir {
      line-height: 40px !important;
      padding-left: 5px;
      /*padding-left: 5px;
      padding-right: 5px;*/
  }

  .TutarSatir.odd {
      background-color: #f3f3f3;
  }
  
  .TasarimsizInput {background: none !important;border: none !important;}