@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 300;
  src: local('Ubuntu Light Italic'), local('Ubuntu-LightItalic'), url(https://fonts.gstatic.com/s/ubuntu/v11/4iCp6KVjbNBYlgoKejZftVyBN4Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 400;
  src: local('Ubuntu Italic'), local('Ubuntu-Italic'), url(https://fonts.gstatic.com/s/ubuntu/v11/4iCu6KVjbNBYlgoKej76l0w.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 500;
  src: local('Ubuntu Medium Italic'), local('Ubuntu-MediumItalic'), url(https://fonts.gstatic.com/s/ubuntu/v11/4iCp6KVjbNBYlgoKejYHtFyBN4Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 700;
  src: local('Ubuntu Bold Italic'), local('Ubuntu-BoldItalic'), url(https://fonts.gstatic.com/s/ubuntu/v11/4iCp6KVjbNBYlgoKejZPslyBN4Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: local('Ubuntu Light'), local('Ubuntu-Light'), url(https://fonts.gstatic.com/s/ubuntu/v11/4iCv6KVjbNBYlgoC1CzjvmyI.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(https://fonts.gstatic.com/s/ubuntu/v11/4iCs6KVjbNBYlgoKcQ7z.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: local('Ubuntu Medium'), local('Ubuntu-Medium'), url(https://fonts.gstatic.com/s/ubuntu/v11/4iCv6KVjbNBYlgoCjC3jvmyI.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(https://fonts.gstatic.com/s/ubuntu/v11/4iCv6KVjbNBYlgoCxCvjvmyI.ttf) format('truetype');
}
/* classes */
/* /classes */
/* classes */
.posRel {
  position: relative;
}
.posAbs {
  position: absolute;
}
.posFix {
  position: fixed;
}
.posSta {
  position: static;
}
.posInh {
  position: inherit;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.italic {
  font-style: italic;
}
.displayNone {
  display: none;
}
.displayInh {
  display: inherit;
}
.displayBlock {
  display: block;
}
.displayInline {
  display: inline;
}
.displayInlineBlock {
  display: inline-block;
}
.displayTable {
  display: table;
}
.displayTableCell {
  display: table-cell;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.border-radius {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.borderTop {
  border-top-style: solid;
  border-top-width: 5px;
}
/* /classes */
/*# sourceMappingURL=classes.css.map */
/* bootstrap modification */
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.container {
  padding-left: 5px;
  padding-right: 5px;
}
.row {
  margin-left: -5px;
  margin-right: -5px;
}
.row.breadcrumbWr {
  margin-left: -5px;
  margin-right: -5px;
  background-color: #c0bfc4;
}
.breadcrumb {
  background-color: transparent;
  font-size: 18px;
}
.breadcrumb li a {
  color: #4d4b4c;
}
.breadcrumb > li + li:before {
  display: none;
  content: "";
}
/* /bootstrap bootstrap modification */
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
a:hover h4,
a:focus h4,
a:active h4 {
  text-decoration: none;
}
a#toTop {
  display: none;
  position: fixed;
  text-align: center;
  opacity: .45;
  top: 50%;
  right: 10px;
  margin-top: -25px;
  font-size: 20px;
  color: #fff;
  z-index: 100;
  width: 50px;
  height: 50px;
  line-height: 46px;
  border-radius: 25px;
  border: solid 3px #d8d8d8;
  background-color: #000;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.75);
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -ms-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}
a#toTop:hover,
a#toTop:active {
  opacity: 1;
}
/* Mobile menuBG */
textarea {
  resize: none;
}
#menuBG {
  background-color: #fff;
  top: 99px;
  bottom: 0;
  left: -100%;
  width: 100%;
  z-index: 20;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
#menuBG.fullWidth {
  left: 0;
}
/* /Mobile menuBG */
/* discount engine */
span.indirimYuzde {
  display: none;
  position: absolute;
  font-weight: 300;
  text-align: center;
  top: -1px;
  right: 25px;
  background-color: #b0116b;
  color: #ffffff;
  font-size: 19px;
  line-height: 46px;
  width: 46px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
span.indirimYuzde {
  display: none;
  z-index: 20;
}
span.eskiFiyat {
  text-decoration: none;
}
.indirimliFiyat {
  display: none;
}
.indirimVar span.indirimYuzde {
  display: block;
}
.indirimVar span.eskiFiyat {
  position: relative;
  display: inline-block;
}
.indirimVar span.eskiFiyat:before {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  width: 100%;
  border-bottom: solid 1px;
  -ms-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.indirimVar .indirimliFiyat {
  display: block;
}
/* /discount engine */
/* stoktan teslim */
span {
  /* /stoktan teslim */
  /* ön sipariş */
  /* /ön sipariş */
  /*&.stoktanTeslim,
    &.onSiparis{
        -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.54);
        -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.54);
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.54);
        }*/
}
span.stoktanTeslim {
  display: none;
  position: absolute;
  font-weight: 400;
  text-align: left;
  font-style: italic;
  z-index: 20;
  right: 0;
  bottom: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZmUxZTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #ffffff 0%, #dfe1e1 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, #dfe1e1));
  background: -webkit-linear-gradient(left, #ffffff 0%, #dfe1e1 100%);
  background: -o-linear-gradient(left, #ffffff 0%, #dfe1e1 100%);
  background: -ms-linear-gradient(left, #ffffff 0%, #dfe1e1 100%);
  background: linear-gradient(to right, #ffffff 0%, #dfe1e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfe1e1', GradientType=1);
  color: #b0116b;
  font-size: 14.78px;
  line-height: 14.78px;
  text-decoration: none;
  width: 74px;
  padding: 10px 10px 10px 15px;
}
span.stoktanTeslim strong {
  font-weight: 700;
}
span.onSiparis {
  display: none;
  position: absolute;
  font-weight: 300;
  text-align: left;
  z-index: 20;
  right: 0;
  bottom: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: solid 1px #f0f1f1;
  background: #e1eeee;
  color: #101111;
  font-size: 14.78px;
  line-height: 14.78px;
  text-decoration: none;
  width: 100px;
  padding: 10px 10px 10px 15px;
}
span.onSiparis strong {
  font-weight: 500;
}
.stoktaVar span.stoktanTeslim {
  display: block;
}
.onSiparisVer span.onSiparis {
  display: block;
}
/* /stoktan teslim */
/* yeni ürün */
span.yeniIkon,
span.newIcon {
  display: none;
  position: absolute;
  width: 59px;
  height: 60px;
  background: url("../images/icons.png") center -296px;
  top: 2px;
  left: 5px;
  z-index: 20;
}
span.newIcon {
  background: url("../images/icons.png") center -398px;
}
.yeniUrun span.yeniIkon {
  display: block;
}
.newProduct span.newIcon {
  display: block;
}
/* /yeni ürün */
/* Ürün Sepet ve Detay İkonları */
.urunPrev .coverWrapper .urunCover {
  display: none;
  position: absolute;
  background-color: rgba(7, 4, 57, 0.71);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.urunPrev .hizliSepetIkon,
.urunPrev .urunDetayIkon {
  display: none;
  border: solid 1px #cfc9c9;
  width: 60px;
  height: 60px;
  background-color: #f7f8f8;
  text-indent: -9999px;
  top: 50%;
  margin-top: -30px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.urunPrev .hizliSepetIkon {
  left: 7.5px;
  background-image: url('../images/icons.png');
  background-position: center -488px;
}
.urunPrev .urunDetayIkon {
  right: 7.5px;
  background-image: url('../images/icons.png');
  background-position: center -570px;
}
.urunPrev:hover .hizliSepetIkon,
.urunPrev:focus .hizliSepetIkon,
.urunPrev:hover .urunDetayIkon,
.urunPrev:focus .urunDetayIkon,
.urunPrev:hover .urunCover,
.urunPrev:focus .urunCover {
  display: block;
  z-index: 10;
}
#sinema {
  margin-top: 25px;
  color: #f4f3f3;
  background: url("../images/sinema.png");
  background-size: cover;
  padding: 19px;
  min-height: 287px;
  position: relative;
}
#sinema a {
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(1, 1, 1, 0.75);
  position: relative;
  z-index: 10;
}
#sinema a h4 {
  font-weight: 300;
  font-size: 30px;
  color: #fff !important;
  border: none !important;
  margin-top: 2px;
  margin-bottom: 28px;
}
#sinema a p {
  font-size: 16px;
  max-width: 54%;
  color: #f4f3f3;
  display: inline-block;
}
#sinema a p.altYazi {
  margin-bottom: 42px;
}
#sinema a p.editor {
  font-size: 12px;
}
#sinema a p.editor:before,
#sinema a p.editor:after {
  display: block;
  content: "";
  width: 13px;
  height: 18px;
  background-image: url("../images/icons.png");
  background-position: center -66px;
  float: left;
}
#sinema a p.editor:before {
  margin-top: -9px;
  margin-right: 2px;
}
#sinema a p.editor:after {
  background-position: center -101px;
  float: right;
  margin-top: 9px;
  margin-left: 2px;
}
#sinema a.img {
  right: 19px;
  bottom: 19px;
  z-index: 1;
  max-width: 130px;
  max-height: 190px;
  position: absolute;
}
#hediye {
  text-align: right;
  color: #fdfdfd;
  background: url("../images/hediye-ceki.png") #2d9d81 left bottom no-repeat;
  padding: 15px 22px;
  margin-top: 15px;
  margin-bottom: 35px;
}
#hediye h4 {
  font-weight: 300;
  font-size: 34px;
  margin: 0 0 20px 0;
  border: none !important;
  color: #fdfdfd !important;
}
#hediye p {
  font-weight: 300;
  font-size: 14px;
  margin: 0;
}
#edebiyat .urunPrev .hizliSepetIkon,
#edebiyat .urunPrev .urunDetayIkon {
  width: 45px;
  height: 45px;
}
#edebiyat .urunPrev .hizliSepetIkon {
  background-size: cover;
  background-position: center -845px;
}
#edebiyat .urunPrev .urunDetayIkon {
  background-size: cover;
  background-position: center -905px;
}
/* /Ürün Sepet ve Detay İkonları */
.parlama {
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.parlama:hover,
.parlama:focus {
  -webkit-box-shadow: 0 0 10px 0 #91e2e3;
  -moz-box-shadow: 0 0 10px 0 #91e2e3;
  box-shadow: 0 0 10px 0 #91e2e3;
  outline: none;
}
body {
  border-top: solid 8px #505582;
  font-family: 'Ubuntu', sans-serif;
  color: #232727;
  /*background-color: #c0bfc4;*/
}
body.noScroll {
  overflow: hidden;
}
body > .container {
  position: relative;
  z-index: 10;
}
img {
  max-width: 100%;
}
#topHeader {
  position: relative;
  z-index: 15;
  background-color: #ffffff;
  /*margin-bottom: 3px;*/
}
#topHeader .row.border-bottom {
  border-bottom: solid 3px #454242;
}
#topHeader .siteSearch {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 5px;
  padding-top: 30px;
  padding-bottom: 10px;
  background: #dbdcdc;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGNkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #dbdcdc 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbdcdc), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #dbdcdc 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #dbdcdc 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #dbdcdc 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #dbdcdc 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdcdc', endColorstr='#ffffff', GradientType=0);
}
#topHeader h1 {
  margin: 0;
}
#topHeader a {
  color: #232727;
}
#topHeader a:hover,
#topHeader a:focus {
  text-decoration: none;
  color: #22bbcb;
}
#topHeader a#topHeaderLogo {
  display: block;
  width: 47px;
  height: 57px;
  background: url("../images/header-sprite.png") -57px top no-repeat;
  float: left;
  margin-top: 15px;
}
#topHeader a#topHeaderLogo img {
  display: none;
}
#topHeader #topMenu {
  position: relative;
  float: right;
  padding-top: 30px;
  padding-left: 0;
  width: 100%;
  min-height: 85px;
}
#topHeader #topMenu li {
  position: absolute;
  width: 26px;
  list-style-type: none;
  font-size: 16px;
  float: left;
}
#topHeader #topMenu li#mobileMenuButton {
  left: 0;
  display: block;
  width: 35px;
  padding-top: 35px;
  background: url("../images/header-sprite.png") -266px 3px;
  margin-right: 17px;
  font-size: 14px;
  z-index: 10;
}
#topHeader #topMenu li#mobileMenuButton button {
  float: none;
  margin: 0;
  padding: 8px 6px;
  border-radius: 0;
}
#topHeader #topMenu li#mobileLogo {
  text-align: center;
  font-weight: 300;
  width: auto;
  font-size: 14px;
  right: 92px;
  left: 35px;
  margin-top: -23px;
  z-index: 1;
}
#topHeader #topMenu li#mobileLogo img {
  margin: auto;
}
#topHeader #topMenu li#mobileLogo span {
  display: block;
  max-width: 131px;
  margin: 0 auto;
  clear: both;
}
#topHeader #topMenu li.uyeGirisi {
  right: 80px;
  z-index: 10;
}
#topHeader #topMenu li.uyeGirisi a {
  color: transparent;
  font-size: 0;
  display: block;
  width: 28px;
  height: 31px;
  background: url("../images/header-sprite.png") -128px -4px;
}
#topHeader #topMenu li.uyeGirisi a:hover,
#topHeader #topMenu li.uyeGirisi a:focus {
  text-decoration: none;
  color: #22bbcb;
}
#topHeader #topMenu li.uyeGirisiYapildi {
  right: 80px;
  z-index: 10;
}
#topHeader #topMenu li.uyeGirisiYapildi a {
  color: transparent;
  font-size: 0;
  display: block;
  width: 28px;
  height: 31px;
  background: url("../images/header-sprite.png") -128px -57px;
}
#topHeader #topMenu li.uyeGirisiYapildi a:hover,
#topHeader #topMenu li.uyeGirisiYapildi a:focus {
  text-decoration: none;
  color: #22bbcb;
}
#topHeader #topMenu li.sepet {
  padding-right: 13px;
  right: 40px;
}
#topHeader #topMenu li.sepet a {
  display: block;
  width: 31px;
  height: 32px;
  background: url("../images/header-sprite.png") -172px -2px;
}
#topHeader #topMenu li.sepet #sepetAdet {
  display: block;
  position: absolute;
  width: 25px;
  line-height: 25px;
  border-radius: 25px;
  background: #444b8b;
  color: #ffffff;
  font-weight: 500;
  font-size: 11px;
  top: -50%;
  right: -50%;
}
#topHeader #topMenu li#mobileArama {
  right: 0;
}
#topHeader #topMenu li#mobileArama a {
  display: block;
  /*width: 38px;*/
  height: 26px;
  background: url("../images/header-sprite.png") -176px bottom;
}
#topHeader #siteArama {
  position: relative;
}
#topHeader #siteArama #klavye {
  position: absolute;
  top: 3px;
  right: 70px;
  background: url("../images/header-sprite.png") left bottom;
  background-size: 250px 70px;
  width: 52px;
  height: 36px;
  z-index: 1;
  cursor: pointer;
}
#topHeader #siteArama #butonlar {
  position: absolute;
  top: -30px;
  display: none;
  z-index: 1;
}
#topHeader #siteArama #butonlar a {
  font-weight: 600;
  display: block;
  float: left;
  margin-right: 4px;
  padding: 4px;
  background: #cccccc;
  border-radius: 4px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.5);
}
#topHeader #siteArama label {
  display: none;
  text-indent: -2000px;
}
#topHeader #siteArama input {
  margin: 0;
  padding: 0;
  border: none;
}
#topHeader #siteArama input#arama {
  border: solid 1px #505582;
  border-right: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  line-height: 48px;
  height: 48px;
  padding-left: 26px;
  color: #232727;
  text-align: left;
  background-color: #fff;
  max-width: 611px;
}
@media screen and (min-width: 1280px) {
  #topHeader #siteArama input#arama {
    font-size: 20px;
  }
}
#topHeader #siteArama input#arama::-webkit-input-placeholder {
  color: #B2AEAE;
  font-style: italic;
}
#topHeader #siteArama input#arama:-moz-placeholder {
  color: #B2AEAE;
  font-style: italic;
}
#topHeader #siteArama input#arama::-moz-placeholder {
  color: #B2AEAE;
  font-style: italic;
}
#topHeader #siteArama input#arama:-ms-input-placeholder {
  color: #B2AEAE;
  font-style: italic;
}
#topHeader #siteArama input#araButon {
  line-height: 48px;
  height: auto;
  background: url("../images/mobile-search.png") no-repeat center #22bbcb;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#topHeader #siteArama input#araButon:hover {
  background-color: #158d9a;
}
#topHeader #siteArama #detayAra {
  text-align: right;
  float: right;
  font-size: 18px;
}
#topHeader #siteArama #detayAra a {
  display: block;
  padding-top: 8px;
  line-height: 1.2;
}
#topHeader #siteArama #detayAra a:hover,
#topHeader #siteArama #detayAra a:focus {
  text-decoration: underline;
}
.navbar {
  position: relative;
  min-height: 0;
  margin-bottom: 0;
  border: none;
}
.navbar.yamm.navbar-default {
  background: transparent;
  z-index: 20;
}
.navbar.yamm.navbar-default .navbar-collapse {
  background: #ffffff;
  font-size: 22px;
}
.navbar.yamm.navbar-default .navbar-collapse.collapse {
  display: block;
  position: absolute;
  width: 100%;
  left: -100%;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.navbar.yamm.navbar-default .navbar-collapse.collapse.in {
  left: 0;
}
.navbar.yamm.navbar-default .navbar-collapse.collapse.in .navbar-nav li {
  border-bottom: solid 1px #000000;
}
.navbar.yamm.navbar-default .navbar-collapse.collapse.in .navbar-nav li li {
  border-bottom: solid 1px #fff;
}
.navbar.yamm.navbar-default .navbar-collapse.collapse.in .navbar-nav li li .list-unstyled li {
  margin: 0 -5px;
  padding: 10px 15px;
}
.navbar.yamm.navbar-default .navbar-collapse.collapse.in .navbar-nav li:last-child {
  border-bottom: none;
}
.navbar.yamm.navbar-default .navbar-collapse.collapse.in .navbar-nav li.UniKitaplar .kitapMenu li:last-child {
  border-bottom: solid 1px #fff;
}
.navbar.yamm.navbar-default .navbar-collapse.collapse.in .navbar-nav .dropdown.open {
  background-color: #f1f2f2;
}
.navbar.yamm.navbar-default .navbar-collapse.collapse.in .navbar-nav .dropdown-menu {
  font-size: 22px;
  background-color: #E0E0E0;
  padding: 5px 0;
}
.navbar.yamm.navbar-default #navbar-collapse-1 .navbar-nav > li .dropdown-menu li .kategoriMenu {
  position: relative;
}
.navbar.yamm.navbar-default #navbar-collapse-1 .navbar-nav > li .dropdown-menu li .kategoriMenu .kategoriMenuBaslik {
  color: #883d68;
  margin-top: 10px;
  margin-bottom: 0;
}
.navbar.yamm.navbar-default #navbar-collapse-1 .navbar-nav > li .dropdown-menu li .kitapOneri {
  display: none;
}
.navbar.yamm .navbar-nav {
  padding: 0;
}
.navbar.yamm .navbar-nav li > a {
  color: #191919;
}
#bottomFooter {
  background-color: #1e2121;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #d3cece;
  border-bottom: solid 16px #505582;
  font-size: 18px;
  line-height: 40px;
}
#bottomFooter #logoFooter {
  margin-bottom: 10px;
}
#bottomFooter a {
  color: #d3cece;
}
#bottomFooter .sosyalMenu ul {
  margin: 0;
  padding: 0;
  max-height: 53px;
  line-height: 0;
}
#bottomFooter .sosyalMenu ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 53px;
}
#bottomFooter .sosyalMenu ul li a {
  display: block;
  width: 53px;
  height: 53px;
  background: url("../images/footer-sprite.png") no-repeat;
  color: transparent;
  font-size: 0;
}
#bottomFooter .sosyalMenu ul li.instagram a {
  background-position: left top;
}
#bottomFooter .sosyalMenu ul li.facebook a {
  background-position: center top;
}
#bottomFooter .sosyalMenu ul li.twitter a {
  background-position: right top;
}
#bottomFooter i {
  width: 27px;
  height: 30px;
  background-image: url("../images/footer-sprite.png");
  background-repeat: no-repeat;
  vertical-align: middle;
}
#bottomFooter i.email {
  display: inline-block;
  background-position: 0 -80px;
}
#bottomFooter i.email.firstLine {
  display: none;
}
#bottomFooter i.tel {
  display: inline-block;
  background-position: -73px -81px;
}
#bottomFooter i.faks {
  display: inline-block;
  background-position: -137px -77px;
  margin-right: 5px;
}
#bottomFooter span.emailSeperator {
  display: none;
}
#bottomFooter .sosyalBaslik {
  margin-top: 40px;
  margin-bottom: 25px;
}
#paNdoraKunye {
  display: inline-block;
  padding-top: 23px;
  padding-bottom: 23px;
  /*.mersis{
        .text-right;
        }*/
}
#paNdoraKunye .kunyeMenu {
  margin: 0;
  padding: 0;
}
#paNdoraKunye .kunyeMenu li {
  display: inline-block;
  text-align: center;
  list-style-type: none;
  margin: 0 0 5px 0;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  width: 100%;
  border-bottom: solid 1px #e3e3e3;
}
#paNdoraKunye .kunyeMenu li:first-child {
  padding-left: 0;
}
#paNdoraKunye .kunyeMenu li a {
  color: #232727;
  font-size: 22px;
}
#paNdoraKunye .kunyeMenu li a:hover,
#paNdoraKunye .kunyeMenu li a:focus {
  text-decoration: none;
  color: #22bbcb;
}
#paNdoraKunye .mersis {
  text-align: center;
}
#paNdoraKunye p {
  font-size: 16px;
  font-weight: 300;
}
#paNdoraKunye p.tasarimLST a {
  color: #232727;
  line-height: 32px;
}
input:focus {
  outline: none;
}
#krediKartlari {
  background-color: #f6f9f9;
}
#krediKartlari .row > div {
  display: table;
  height: 103px;
}
#krediKartlari .row > div div {
  display: table-cell;
  vertical-align: middle;
}
#krediKartlari .row > div div h6 {
  font-weight: 300;
  font-size: 22px;
}
#krediKartlari .row > div div ul {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}
#krediKartlari .row > div div ul li {
  text-align: center;
  border-bottom: solid 1px #e1e4e5;
  margin: 0;
  padding: 10px 0 0 0;
  list-style-type: none;
}
#krediKartlari .row > div div ul li p {
  font-weight: 300;
  font-size: 22px;
}
#krediKartlari .row > div div ul li p strong {
  font-weight: 500;
}
/*#paNdoraKunye{
    .kunyeMenu{
        &.onBottom{
            display: none;
        }
    }
    }*/
.listelemeSldrBaslik {
  background-color: #f7f7f7;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.listelemeSldrBaslik h4 {
  font-weight: 500;
  padding: 0 22px;
  line-height: 46px;
  height: 51px;
  margin: 0 0 20px 0;
  font-size: 24px;
  border: solid 1px #ebebeb;
  background-color: #fff;
}
.listelemeSldrBaslik h4 span {
  font-weight: 300;
}
.listelemeSldrBaslik h4.yeniler,
.listelemeSldrBaslik h4.cokSatanlar,
.listelemeSldrBaslik h4.sectiklerimiz,
.listelemeSldrBaslik h4.gundemdekiler,
.listelemeSldrBaslik h4.news {
  border-top-style: solid;
  border-top-width: 5px;
  border-top-color: #1be4a9;
  color: #0a7776;
}
.listelemeSldrBaslik h4.yeniler a,
.listelemeSldrBaslik h4.cokSatanlar a,
.listelemeSldrBaslik h4.sectiklerimiz a,
.listelemeSldrBaslik h4.gundemdekiler a,
.listelemeSldrBaslik h4.news a,
.listelemeSldrBaslik h4.yeniler a:hover,
.listelemeSldrBaslik h4.cokSatanlar a:hover,
.listelemeSldrBaslik h4.sectiklerimiz a:hover,
.listelemeSldrBaslik h4.gundemdekiler a:hover,
.listelemeSldrBaslik h4.news a:hover {
  color: #0a7776;
}
.listeleme-owl-carousel {
  background-color: #f7f7f7;
  margin-bottom: 35px;
  padding: 0 35px;
}
.listeleme-owl-carousel .item {
  padding: 10px 0;
}
.listeleme-owl-carousel .item .listelemeSldr {
  display: block;
  background-color: #fff;
  border: solid 1px #e0e1e1;
  padding: 30px 25px;
  margin: auto;
  margin-bottom: 10px;
}
.listeleme-owl-carousel .item .listelemeSldrAciklama {
  margin: auto;
}
.listeleme-owl-carousel .item .listelemeSldrAciklama p {
  font-weight: 300;
  text-align: center;
  margin: 0;
  overflow: hidden;
  font-size: 14px;
  color: #201e1e;
}
.listeleme-owl-carousel .item .listelemeSldrAciklama p.listelemeSldrUrun {
  font-size: 18px;
  color: #011317;
  margin-bottom: 5px;
  font-weight: 500;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  height: 73px;
}
.listeleme-owl-carousel .item .listelemeSldrAciklama p.listelemeSldrYazar {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 0;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  height: 45px;
}
.listeleme-owl-carousel .item .listelemeSldrAciklama p.listelemeSldrYayinevi {
  padding-top: 10px;
  border-top: solid 1px #d6d6d6;
  line-clamp: 6;
  -webkit-line-clamp: 6;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  height: 133px;
}
.listeleme-owl-carousel .item .listelemeSldrAciklama p.edebiyatFiyat,
.listeleme-owl-carousel .item .listelemeSldrAciklama p.indirimliFiyat {
  font-size: 19px;
  color: #22bbcb;
}
.listeleme-owl-carousel .item .listelemeFiyatGrup {
  height: 50px;
  margin-bottom: 9px;
}
.listeleme-owl-carousel .item.indirimVar .listelemeSldrAciklama p.listelemeSldrFiyat {
  font-weight: 300;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  color: #201e1e;
}
.listeleme-owl-carousel .item.indirimVar .listelemeSldrAciklama p.edebiyatFiyat {
  font-weight: 300;
  font-size: 17px;
  color: #000008;
}
.listeleme-owl-carousel .item .urunPrev {
  /*.hizliSepetIkon{
                left: 12.5px;
                }*/
}
.listeleme-owl-carousel .item .urunPrev .hizliSepetIkon,
.listeleme-owl-carousel .item .urunPrev .urunDetayIkon {
  width: 50px;
  height: 50px;
  background-size: cover;
  background-position: center -945px;
}
.listeleme-owl-carousel .item .urunPrev .urunDetayIkon {
  /*right: 12.5px;*/
  background-position: center -1010px;
}
.listeleme-owl-carousel .owl-controls {
  display: table;
  width: 100%;
  background-color: #f7f7f7;
}
.listeleme-owl-carousel .owl-controls .owl-nav {
  position: relative;
  height: 72px;
}
.listeleme-owl-carousel .owl-controls .owl-nav div {
  position: absolute;
  background-image: url("../images/carousel-arrows.png");
  width: 56px;
  height: 62px;
  text-indent: -200px;
  overflow: hidden;
  margin-right: 5px;
  right: 5px;
  border-bottom: 5px;
}
.listeleme-owl-carousel .owl-controls .owl-nav div.owl-prev {
  right: 66px;
}
.listeleme-owl-carousel .owl-controls .owl-nav div.owl-next {
  background-position: right center;
}
#suzgecler ul {
  padding: 0;
}
#suzgecler h2,
#suzgecler h3,
#suzgecler h4,
#suzgecler li {
  font-weight: 300;
  border-top: solid 1px #eceef0;
  line-height: 47px;
  margin: 0;
  padding-left: 26px;
}
#suzgecler h2 {
  color: #185a8e;
  font-size: 22px;
}
#suzgecler h3 {
  font-size: 22px;
  color: #b0116b;
}
#suzgecler h3.h3 {
  color: #317bc2;
}
#suzgecler h3.dil {
  color: #317bc2;
}
#suzgecler h4 {
  font-size: 20px;
  color: #111ba0;
}
#suzgecler li {
  position: relative;
  list-style-type: none;
  list-style-position: inside;
  text-indent: 22px;
  font-size: 17px;
}
#suzgecler li a {
  color: #000;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
#suzgecler li a:hover {
  color: #b0116b;
}
#suzgecler li:before {
  display: block;
  position: absolute;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #c0c1c1;
  top: 50%;
  margin-top: -4px;
}
#suzgecler .lisanSec li:before {
  display: none;
}
#suzgecler #suzgecListe,
#suzgecler #suzgecSonuc {
  background-color: #f6f9f9;
  padding: 15px 0 16px 26px;
  border-top: solid 1px #eceef0;
  border-bottom: solid 1px #eceef0;
}
#suzgecler #suzgecListe h5 {
  font-weight: 300;
  font-size: 18px;
}
#suzgecler #suzgecListe h5 button {
  font-weight: 700;
  margin-right: 15px;
  font-size: 24px;
  color: #b0116b;
  opacity: 1;
}
#suzgecler #suzgecListe h5 button:focus,
#suzgecler #suzgecListe h5 button:active {
  opacity: 1;
  outline: none;
}
#suzgecler #suzgecSonuc {
  margin-bottom: 17px;
}
#suzgecler #suzgecSonuc p {
  font-weight: 300;
  margin: 0;
}
#suzgecler #sinema h4 {
  font-size: 22px;
  padding: 0;
}
#suzgecler #hediye h4 {
  font-size: 26px;
  padding: 0;
  margin: 0;
}
.yanGrup {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  border: solid 1px #d6d6d6;
  margin-bottom: 30px;
  line-height: 1.2;
  background: #f6f9f9;
  background: -moz-linear-gradient(top, #f6f9f9 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #f6f9f9 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f6f9f9 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f9f9', endColorstr='#ffffff', GradientType=0);
}
.yanGrup .borderAround {
  font-weight: 300;
  font-size: 22px;
  color: #185a8e;
  border: solid 1px #d6d6d6;
  height: 48px;
  line-height: 48px;
  margin: -1px -2px 25px -1px;
  padding-left: 16px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 0%, #f6f9f9 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 0%, #f6f9f9 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 0%, #f6f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f9f9', GradientType=0);
}
.yanGrup p {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 25px;
  padding-right: 16px;
  padding-left: 16px;
  color: #080808;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.yanGrup p.uyeBaslik {
  padding-left: 0;
  font-size: 22px;
  color: #2f366c;
}
.yanGrup ul {
  font-size: 18px;
  color: #080808;
  margin: 0;
  padding: 0;
}
.yanGrup ul li {
  position: relative;
  list-style-type: none;
  margin: 0 0 16px 32px;
  padding-right: 16px;
}
.yanGrup ul li:before {
  position: absolute;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #caa2c9;
  border-radius: 100%;
  top: 10px;
  left: -16px;
}
.yanGrup ul li.soru:before,
.yanGrup ul li.cevap:before {
  display: none;
}
.yanGrup ul a,
.yanGrup ul a:hover {
  color: #080808;
}
.yanGrup ul.info li {
  margin: 0 0 20px 16px;
  padding: 0 0 0 41px;
}
.yanGrup ul.info li:before {
  display: none;
}
.yanGrup ul.info li.mailler {
  background: url("../images/uyelik-sprite.png") no-repeat left 5px;
}
.yanGrup ul.info li.telefonlar {
  background: url("../images/uyelik-sprite.png") no-repeat left -54px;
  font-weight: 500;
  font-size: 22px;
}
.yanGrup ul.info li.telefonlar span {
  font-weight: 400;
}
.yanGrup ul.info li.telefonlar span.bolge {
  font-size: 18px;
}
.yanGrup ul.info li.telefonlar span.pbx {
  font-size: 14px;
}
.yanGrup ul.info li.whatsapp {
  background: url("../images/whatsapp.png") no-repeat;
  height: 31px;
  line-height: 31px;
  font-weight: 500;
  font-size: 22px;
}
.yanGrup ul.info li.whatsapp span.bolge {
  font-size: 18px;
  font-weight: 400;
}
.yanGrup ul.info li .gun {
  display: inline-block;
  width: 140px;
}
.yanGrup ul.info a {
  color: #080808;
  text-decoration: none;
}
.yanGrup.benimPandoram li {
  list-style-type: none;
  font-size: 20px;
  color: #323131;
  border-bottom: dashed 1px #bfd0d6;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 32px;
}
.yanGrup.benimPandoram li:last-child {
  border-bottom: none;
}
.yanGrup.benimPandoram li a {
  height: 53px;
  line-height: 53px;
}
.yanGrup.benimPandoram li a.active,
.yanGrup.benimPandoram li a:hover {
  color: #954473;
}
.yanGrup.benimPandoram li:before {
  display: none;
}
.yanGrup.col-sm-6 h3 {
  margin-right: -15px;
  margin-left: -15px;
}
.owl-stage-outer {
  padding-bottom: 66px;
}
.owl-nav {
  position: relative;
  width: 124px;
  float: right;
}
.owl-next,
.owl-prev {
  position: absolute;
  bottom: 6px;
  text-indent: -1000px;
  background-image: url(../images/carousel-arrows.png);
  background-repeat: no-repeat;
  width: 62px;
  height: 62px;
  overflow: hidden;
}
.owl-next {
  background-position: -62px center;
  right: 0;
}
.owl-prev {
  background-position: left center;
  right: 62px;
}
input[type="radio"] + span,
input[type="checkbox"] + span {
  border-radius: 5px;
}
.listeleme #urunListesi #urunler li > div p a {
  max-height: 48px;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  @-moz-document url-prefix() {
    .listeleme #urunListesi #urunler li > div p a {
      position: relative;
    }
    .listeleme #urunListesi #urunler li > div p a:before {
      background: transparent;
      bottom: 0;
      position: absolute;
      right: 0;
      float: right;
      content: '\2026';
      margin-left: -3rem;
      width: 3rem;
    }
    .listeleme #urunListesi #urunler li > div p a:after {
      content: '';
      background: #fcfcfc;
      position: absolute;
      height: 50px;
      width: 100%;
      z-index: 1;
    }
  }
}
@media screen and (max-width: 767px) {
  .listeleme #urunListesi #urunler li > div p a {
    display: block;
    max-height: none;
  }
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #c8c6c6;
  border-color: #c8c6c6;
}
@media screen and (min-width: 480px) {
  #topHeader #siteArama #klavye {
    right: 90px;
  }
}
@media screen and (min-width: 640px) {
  #topHeader #siteArama #klavye {
    right: 110px;
  }
}
@media screen and (min-width: 732px) {
  #topHeader #siteArama #klavye {
    right: 130px;
  }
}
@media screen and (min-width: 768px) {
  .row.breadcrumbWr {
    margin-left: -14px;
    margin-right: -14px;
    background-color: #c0bfc4;
  }
  #topHeader a#topHeaderLogo {
    width: 236px;
    height: auto;
    background: transparent;
    float: left;
    margin-top: 0;
  }
  #topHeader a#topHeaderLogo img {
    display: block;
  }
  #topHeader .row.border-bottom {
    border-bottom: none;
  }
  #topHeader #siteArama #detayAra {
    font-size: 14px;
    text-align: center;
  }
  #topHeader #siteArama #klavye {
    right: 150px;
  }
  .hideOnMobile {
    display: inherit;
  }
  .hideOnMobile.hideOnTabletP {
    display: none;
  }
  .navbar.yamm.navbar-default .navbar-collapse.collapse.in {
    left: 0;
  }
  #navbar-collapse-1 .navbar-nav {
    float: none;
    margin: 7.5px -15px;
  }
  #navbar-collapse-1 .navbar-nav > li {
    clear: both;
    width: 100%;
  }
  #navbar-collapse-1 .navbar-nav > li > a:focus {
    color: #b0116b;
  }
  #navbar-collapse-1 .navbar-nav > li .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
  }
  #navbar-collapse-1 .navbar-nav > li.open .dropdown-menu {
    position: static;
  }
  #bottomFooter i.email.firstLine {
    display: inline-block;
  }
  #bottomFooter i.email.secondLine {
    display: none;
  }
  #bottomFooter span.phoneBR {
    display: none;
  }
  #bottomFooter span.phoneSeperator {
    display: inline-block;
  }
  #bottomFooter .sosyalMenu {
    float: right;
  }
  #krediKartlari .row > div div ul li {
    display: table-cell;
    width: 20%;
    height: 103px;
    border-right: solid 1px #e1e4e5;
    border-bottom: none;
    vertical-align: middle;
    padding: 0;
  }
  #krediKartlari .row > div div ul li:last-child {
    border-right: none;
  }
  /* Ürün Sepet ve Detay İkonları */
  .urunPrev .hizliSepetIkon {
    left: 14px;
  }
  .urunPrev .urunDetayIkon {
    right: 14px;
  }
  .listelemeSldrWrapper .urunPrev .hizliSepetIkon {
    left: 12px;
  }
  .listelemeSldrWrapper .urunPrev .urunDetayIkon {
    right: 12px;
  }
  /* /Ürün Sepet ve Detay İkonları */
}
@media screen and (min-width: 1024px) {
  /* bootstrap bootstrap modification */
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12,
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.breadcrumbWr {
    margin-left: -15px;
    margin-right: -15px;
    background-color: transparent;
  }
  /* /bootstrap bootstrap modification */
  body {
    border-top: solid 15px #505582;
    background-color: #ffffff;
  }
  #topHeader {
    position: relative;
    z-index: 100;
    background: #f6f9f9;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f6f9f9 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f9f9), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #f6f9f9 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #f6f9f9 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f6f9f9 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #f6f9f9 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f9f9', endColorstr='#ffffff', GradientType=0);
  }
  #topHeader .row.border-bottom {
    border-bottom: none;
  }
  #topHeader a#topHeaderLogo img {
    display: inherit;
  }
  #topHeader #topMenu {
    width: auto;
    padding-top: 0;
  }
  #topHeader #topMenu li {
    position: relative;
    display: inline-block;
    margin-top: 27px;
    padding-right: 5px;
    padding-left: 5px;
    border-right: solid 1px #000000;
    float: none;
    width: auto;
  }
  #topHeader #topMenu li[class] {
    right: auto;
    margin-right: 17px;
  }
  #topHeader #topMenu li.noRightBorder {
    border-right: none;
  }
  #topHeader #topMenu li#mobileMenuButton {
    display: none;
  }
  #topHeader #topMenu li.iletisim {
    border-right: none;
    position: relative;
  }
  #topHeader #topMenu li.iletisim::after {
    content: '/';
    position: absolute;
    right: -6px;
  }
  #topHeader #topMenu li.uyeGirisi a,
  #topHeader #topMenu li.uyeGirisiYapildi a {
    color: #232727;
    font-size: 16px;
    display: block;
    width: auto;
    height: auto;
    background: transparent;
  }
  #topHeader #topMenu li.sepet {
    position: relative;
    padding: 0;
  }
  #topHeader #topMenu li#mobileArama a {
    width: auto;
    height: auto;
    background: transparent;
  }
  #topHeader #topMenu li[class] {
    margin-right: 0;
  }
  #topHeader #topMenu li[class].bDD {
    position: relative;
  }
  #topHeader #topMenu li[class].bDD .bDM {
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.75);
    top: 100%;
    right: -1px;
    z-index: 10;
    padding-left: 0;
    width: auto;
    border: solid 1px rgba(0, 0, 0, 0.75);
    padding-bottom: 5px;
  }
  #topHeader #topMenu li[class].bDD .bDM li {
    border-right: none;
    margin-top: 5px;
    float: none;
    clear: both;
  }
  #topHeader #topMenu li[class].bDD .bDM li a {
    white-space: nowrap;
  }
  #topHeader #topMenu li[class].bDD:hover .bDM {
    display: block;
  }
  #topHeader .siteSearch {
    position: inherit;
    display: block;
    padding-top: 0;
    padding-bottom: 13px;
    background: transparent;
  }
  #topHeader .siteSearch.hideOnMobile {
    display: inherit;
  }
  #topHeader #siteArama #detayAra {
    text-align: center;
    padding: 0;
    margin-right: -20px;
  }
  #topHeader #siteArama #klavye {
    display: inherit;
    top: 9px;
    right: 160px;
    width: 43px;
    height: 30px;
    background-size: 253px 71px;
  }
  #topHeader #siteArama #butonlar {
    /*top: 40px;*/
    right: 154px;
  }
  .navbar.yamm.navbar-default {
    margin-bottom: 20px;
    background: #e4e4e4;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZTRlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNGQ0ZDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e4e4e4 0%, #d4d4d5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e4e4), color-stop(100%, #d4d4d5));
    background: -webkit-linear-gradient(top, #e4e4e4 0%, #d4d4d5 100%);
    background: -o-linear-gradient(top, #e4e4e4 0%, #d4d4d5 100%);
    background: -ms-linear-gradient(top, #e4e4e4 0%, #d4d4d5 100%);
    background: linear-gradient(to bottom, #e4e4e4 0%, #d4d4d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#d4d4d5', GradientType=0);
  }
  .navbar.yamm.navbar-default .navbar-collapse {
    font-size: 19px;
    text-align: center;
  }
  .navbar.yamm.navbar-default .navbar-collapse.collapse {
    position: inherit;
    background: transparent;
  }
  .navbar.yamm.navbar-default .navbar-collapse.collapse.in .navbar-nav .dropdown.open {
    background: transparent;
  }
  .navbar.yamm.navbar-default .navbar-collapse.collapse.in .navbar-nav li {
    border-bottom: none;
  }
  .navbar.yamm.navbar-default #navbar-collapse-1 .navbar-nav {
    float: left;
    margin: 0;
    margin-right: -15px;
    margin-left: -15px;
  }
  .navbar.yamm.navbar-default #navbar-collapse-1 .navbar-nav > li {
    display: inline-block;
    margin: 0 -2px;
    padding-right: 10px;
    padding-left: 10px;
    clear: none;
    width: auto;
  }
  .navbar.yamm.navbar-default #navbar-collapse-1 .navbar-nav > li.open {
    clear: none;
    width: auto;
  }
  .navbar.yamm.navbar-default #navbar-collapse-1 .navbar-nav > li.open .dropdown-menu {
    position: absolute;
  }
  .navbar.yamm.navbar-default #navbar-collapse-1 .navbar-nav > li a:focus {
    color: #191919;
  }
  .navbar.yamm.navbar-default #navbar-collapse-1 .navbar-nav > li .dropdown-menu li .kitapMenu {
    display: block;
    padding-left: 15px;
    width: 275px;
    border-right: solid 1px #dbdbdb;
    margin-top: 25px;
    margin-bottom: 25px;
    float: left;
    height: 275px;
  }
  .navbar.yamm.navbar-default #navbar-collapse-1 .navbar-nav > li .dropdown-menu li .kitapMenu a:hover {
    text-decoration: none;
    color: #535ec2;
  }
  .navbar.yamm.navbar-default #navbar-collapse-1 .navbar-nav > li .dropdown-menu li .kategoriMenu {
    width: 529px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 50px;
    float: left;
    font-size: 20px;
    height: 275px;
    font-weight: 300;
  }
  .navbar.yamm.navbar-default #navbar-collapse-1 .navbar-nav > li .dropdown-menu li .kategoriMenu ul {
    padding: 0;
  }
  .navbar.yamm.navbar-default #navbar-collapse-1 .navbar-nav > li .dropdown-menu li .kategoriMenu ul li a:hover {
    text-decoration: none;
    color: #b0116b;
  }
  .navbar.yamm.navbar-default #navbar-collapse-1 .navbar-nav > li .dropdown-menu li .kategoriMenu .kategoriMenuBaslik {
    margin-top: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 700;
  }
  .navbar.yamm.navbar-default #navbar-collapse-1 .navbar-nav > li .dropdown-menu li .kategoriMenu .tumKategoriler {
    position: absolute;
    right: 0;
    bottom: 35px;
  }
  .navbar.yamm.navbar-default #navbar-collapse-1 .navbar-nav > li .dropdown-menu li .kategoriMenu .tumKategoriler a {
    color: #3e3e3e;
    text-decoration: underline;
    font-weight: 400;
  }
  .navbar.yamm.navbar-default #navbar-collapse-1 .navbar-nav > li .dropdown-menu li .kategoriMenu .tumKategoriler a:hover {
    color: #535ec2;
  }
  .navbar.yamm.navbar-default #navbar-collapse-1 .navbar-nav > li .dropdown-menu li .kategoriMenu.universite {
    font-weight: 400;
  }
  .navbar.yamm.navbar-default #navbar-collapse-1 .navbar-nav > li:before {
    content: "";
    position: absolute;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#ffffff));
    background-image: -webkit-linear-gradient(#f1f1f1, #ffffff);
    background-image: -moz-linear-gradient(#f1f1f1, #ffffff);
    background-image: -o-linear-gradient(#f1f1f1, #ffffff);
    background-image: linear-gradient(#f1f1f1, #ffffff);
    top: 0;
    bottom: 0;
    left: 2px;
    width: 1px;
  }
  .navbar.yamm.navbar-default #navbar-collapse-1 .navbar-nav > li:after {
    content: "";
    position: absolute;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e3e3e3), to(#c2c2c2));
    background-image: -webkit-linear-gradient(#e3e3e3, #c2c2c2);
    background-image: -moz-linear-gradient(#e3e3e3, #c2c2c2);
    background-image: -o-linear-gradient(#e3e3e3, #c2c2c2);
    background-image: linear-gradient(#e3e3e3, #c2c2c2);
    top: 0;
    right: 2px;
    bottom: 0;
    width: 1px;
  }
  .navbar.yamm.navbar-default #navbar-collapse-1 .navbar-nav > li:first-child:before {
    background: transparent;
  }
  .navbar.yamm.navbar-default #navbar-collapse-1 .navbar-nav > li:last-child:after {
    background: transparent;
  }
  .navbar.yamm.navbar-default #navbar-collapse-1 .navbar-nav > li.dropdown .caret {
    display: none;
  }
  .navbar.yamm.navbar-default #navbar-collapse-1 .navbar-nav > li > a {
    padding-top: 7px;
    padding-right: 12px;
    padding-bottom: 14px;
    padding-left: 12px;
    margin-top: 7px;
  }
  .navbar.yamm.navbar-default #navbar-collapse-1 .navbar-nav > li:hover > a {
    color: #b0116b;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  #bottomFooter {
    color: #d3cece;
  }
  #bottomFooter a {
    color: #d3cece;
  }
  #bottomFooter .emailBR {
    display: none;
  }
  #bottomFooter span.phoneBR {
    display: none;
  }
  #bottomFooter span.emailSeperator {
    display: inline-block;
  }
  #bottomFooter span.phoneSeperator {
    display: inline-block;
  }
  #bottomFooter .sosyalBaslik {
    color: #fff;
  }
  #paNdoraKunye .kunyeMenu li {
    text-align: left;
    margin: 0;
    border-right: solid 1px #232727;
    border-bottom: none;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    width: auto;
  }
  #paNdoraKunye .kunyeMenu li:last-child {
    border-right: none;
  }
  #paNdoraKunye .kunyeMenu li a {
    font-size: 16px;
  }
  #paNdoraKunye .kunyeMenu li a:hover,
  #paNdoraKunye .kunyeMenu li a:focus {
    text-decoration: none;
    color: #22bbcb;
  }
  #paNdoraKunye .kunyeMenu.onTop {
    margin-bottom: 10px;
  }
  #paNdoraKunye .kunyeMenu.onBottom {
    display: block;
  }
  #paNdoraKunye .kunyeMenu.onBottom li:last-child {
    padding-left: 0;
  }
  #paNdoraKunye .mersis {
    text-align: right;
  }
  #paNdoraKunye p {
    font-size: 16px;
    font-weight: 300;
  }
  .aramaFormu {
    padding-top: 15px;
  }
  .hideOnTablet {
    display: inherit;
  }
  ul.nav li.dropdown.hover > ul.dropdown-menu {
    display: block;
    border: none;
    top: 48px;
    width: 864px;
    background-color: #f1f2f2;
    font-size: 22px;
  }
  ul.nav li.dropdown.TRKitaplar.hover > ul.dropdown-menu {
    left: 10px;
  }
  ul.nav li.dropdown.ENKitaplar:hover > ul.dropdown-menu {
    left: -161px;
  }
  ul.nav li.dropdown.UniKitaplar:hover > ul.dropdown-menu {
    left: -343px;
  }
  ul.nav li.dropdown.kirtasiye:hover > ul.dropdown-menu {
    left: -547px;
  }
  #navbar-collapse-1 .navbar-nav > li .dropdown-menu {
    -webkit-box-shadow: 0 7px 5px 5px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 7px 5px 5px rgba(0, 0, 0, 0.19);
    box-shadow: 0 7px 5px 5px rgba(0, 0, 0, 0.19);
  }
}
@media screen and (min-width: 1240px) {
  .navbar.yamm.navbar-default #navbar-collapse-1 .navbar-nav > li > a {
    padding: 10px 29px 15px 29px;
    margin-top: 5px;
  }
  .navbar.yamm.navbar-default .navbar-collapse {
    font-size: 20px;
  }
  #topHeader .siteSearch #siteArama #klavye {
    right: 200px;
  }
}
@media screen and (min-width: 1280px) {
  #topHeader #topMenu li {
    padding-right: 13px;
    padding-left: 13px;
  }
  #topHeader .siteSearch {
    padding-top: 0;
  }
  #topHeader .siteSearch #siteArama input#araButon {
    background: url(../images/header-sprite.png) no-repeat -195px -32px #22bbcb;
    background-size: 255px 71px;
    width: 94px;
  }
  #topHeader .siteSearch #siteArama input#araButon:hover {
    background-color: #158d9a;
  }
  #topHeader .siteSearch #siteArama #detayAra {
    margin-right: 0;
    float: left;
  }
  .navbar.yamm.navbar-default {
    /*.navbar-collapse {
                    font-size: 22px;
                }*/
  }
  .navbar.yamm.navbar-default #navbar-collapse-1 .navbar-nav > li {
    padding-right: 8px;
    padding-left: 8px;
    margin: 0;
    /*& > a {
                                padding: 10px 29px 15px 29px;
                                margin-top: @gutter;
                            }*/
  }
  .navbar.yamm.navbar-default #navbar-collapse-1 .navbar-nav > li:before {
    left: 0;
  }
  .navbar.yamm.navbar-default #navbar-collapse-1 .navbar-nav > li:after {
    right: 0;
  }
  .navbar.yamm.navbar-default #navbar-collapse-1 .navbar-nav > li .dropdown-menu {
    padding-bottom: 0;
  }
  .navbar.yamm.navbar-default #navbar-collapse-1 .navbar-nav > li .dropdown-menu li .kitapMenu {
    line-height: 40px;
    height: 395px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar.yamm.navbar-default #navbar-collapse-1 .navbar-nav > li .dropdown-menu li .kategoriMenu {
    border-right: solid 1px #dbdbdb;
    width: 520px;
    line-height: 40px;
    height: 395px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar.yamm.navbar-default #navbar-collapse-1 .navbar-nav > li .dropdown-menu li .kitapOneri {
    display: inherit;
    width: 380px;
    float: left;
    margin-top: 10px;
    padding: 0 40px;
  }
  .navbar.yamm.navbar-default #navbar-collapse-1 .navbar-nav > li .dropdown-menu li .kitapOneri .oneriKitapBaslik {
    font-weight: 300;
    color: #16bdcc;
    font-size: 24px;
    line-height: normal;
    height: 80px;
    overflow: hidden;
  }
  .navbar.yamm.navbar-default #navbar-collapse-1 .navbar-nav > li .dropdown-menu li .kitapOneri .oneriKitapYazi {
    font-weight: 300;
    color: #393c3d;
    font-size: 18px;
    line-height: normal;
    height: 85px;
    overflow: hidden;
  }
  .navbar.yamm.navbar-default #navbar-collapse-1 .navbar-nav > li .dropdown-menu li .kitapOneri img {
    max-width: 173px;
    max-height: 190px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    -webkit-box-shadow: -5px 0 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -5px 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: -5px 0 5px 0 rgba(0, 0, 0, 0.2);
  }
  ul.nav li.dropdown.hover > ul.dropdown-menu {
    width: 1180px;
  }
  ul.nav li.dropdown.TRKitaplar.hover > ul.dropdown-menu {
    left: 8px;
  }
  ul.nav li.dropdown.ENKitaplar:hover > ul.dropdown-menu {
    left: -219px;
  }
  ul.nav li.dropdown.UniKitaplar:hover > ul.dropdown-menu {
    left: -460px;
  }
  ul.nav li.dropdown.kirtasiye:hover > ul.dropdown-menu {
    left: -726px;
  }
  #paNdoraKunye .kunyeMenu.onBottom {
    display: block;
  }
  #paNdoraKunye .kunyeMenu.onBottom li:last-child {
    padding-left: 10px;
  }
}
@-moz-document url-prefix() {
  @media screen and (min-width: 1280px) {
    ul.nav li.dropdown.TRKitaplar.hover > ul.dropdown-menu {
      left: 7px;
    }
  }
}
#suzgecler .lisanSec li {
  position: relative;
}
#suzgecler .lisanSec label {
  font-weight: 300;
  font-size: 18px;
  height: 47px;
  line-height: 47px;
  margin: 0;
}
#suzgecler .lisanSec input[type="radio"] {
  width: 0;
  height: 0;
  opacity: 0;
}
#suzgecler .lisanSec input[type="radio"] + span {
  position: absolute;
  border: solid 1px #acacac;
  width: 23px;
  height: 23px;
  top: 50%;
  left: 25px;
  margin-top: -11.5px;
}
#suzgecler .lisanSec input[type="radio"]:checked + span {
  background: url(../images/uyelik-sprite.png) 0 -146px;
}
.page-header {
  position: relative;
  margin: 0 0 15px 0;
  padding: 0;
  border: 1px solid #eceeef;
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f9f9 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f9f9 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f6f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f9f9', GradientType=0);
}
.page-header h1 {
  font-weight: 300;
  margin: 0;
  padding: 0;
  font-size: 30px;
  line-height: 48px;
  color: #185a8e;
}
.page-header h1 span {
  display: none;
}
@media (max-width: 1279px) {
  .yanGrup.col-sm-6 h3 {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 1151px) {
  .yanGrup.benimPandoram li {
    font-size: 18px;
  }
  .yanGrup.col-sm-6 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .breadcrumb {
    margin-bottom: 0;
  }
  .breadcrumb .yanGrup {
    margin-top: 8px;
    margin-bottom: 5px;
  }
  #uyeContent {
    padding-top: 15px;
  }
  #krediKartlari .row > div {
    display: block;
    height: auto;
  }
  #krediKartlari .row > div div {
    display: block;
  }
  .yanGrup {
    margin-bottom: 15px;
  }
  .yanGrup.benimPandoram {
    max-height: 48px;
    overflow: hidden;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
  }
  .yanGrup.benimPandoram h3 {
    position: relative;
  }
  .yanGrup.benimPandoram h3 span {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
  }
  .yanGrup.benimPandoram.opened {
    max-height: 1000px;
  }
  .yanGrup.benimPandoram.opened h3 span {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .yanGrup.col-sm-6 {
    width: 49.28888888%;
  }
  .yanGrup.col-sm-6:first-of-type {
    margin-right: 5px;
  }
  .yanGrup.col-sm-6:last-of-type {
    margin-left: 5px;
  }
  #paNdoraKunye {
    padding-bottom: 0;
    background-color: #c0bfc4;
  }
  #paNdoraKunye .kunyeMenu.onBottom {
    margin-bottom: 5px;
  }
  #paNdoraKunye .mersis {
    background-color: #fff;
    padding-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  #filtreleButon {
    font-weight: 300;
    display: block;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    background-color: #8b9b9b;
  }
  #filtreleButon strong {
    font-weight: 500;
  }
  #suzgecForm {
    display: inline-block;
    position: absolute;
    top: 62px;
    left: -100%;
    width: 100%;
    background: #fff;
    z-index: 30;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
  }
  #suzgecForm.indoor {
    left: 0;
  }
  .page-header {
    margin-top: 5px;
  }
  .page-header h1 {
    text-align: left;
    font-size: 22px;
    padding-left: 10px;
  }
  a#toTop {
    margin-top: -22.5px;
    width: 45px;
    height: 45px;
    line-height: 40px;
  }
  .breadcrumb {
    padding: 8px 5px;
    font-size: 14px;
  }
  #krediKartlari {
    text-align: center;
  }
  .yanGrup ul {
    font-size: 15px;
  }
  .yanGrup ul li:before {
    top: 5px;
  }
  .yanGrup.col-sm-6 {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .yanGrup.col-sm-6:first-of-type {
    margin-right: 0;
  }
  .yanGrup.col-sm-6:last-of-type {
    margin-left: 0;
  }
  #uyeContent .yanGrup {
    background: #fff;
  }
}
/*ui-autocomplete*/
.ui-autocomplete {
  font-family: 'Ubuntu', sans-serif;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.75);
  overflow: auto;
  max-height: 350px;
  padding-left: 0;
}
.ui-autocomplete h4 {
  color: #000;
  font-weight: 400;
}
.ui-autocomplete h4 b {
  font-weight: 400;
}
.ui-autocomplete-category h3 {
  white-space: nowrap;
  text-align: left;
  font-size: 20px;
  align-content: center;
  margin-left: 20px;
  color: #0a7776;
}
.ui-state-active h4,
.ui-state-active h4:visited {
  /*color: black;*/
  color: #0a7776;
}
.ui-menu-item {
  border: 1px solid #ececf9;
}
.ui-state-active,
.ui-widget-content .ui-state-active {
  background-color: white !important;
}
.list_item_container {
  width: 100%;
  height: 80px;
  float: left;
  padding-left: 20px;
}
.ui-widget-content .ui-state-active .list_item_container {
  background-color: #eee;
}
.image {
  width: 15%;
  float: left;
  padding: 10px;
}
.image img {
  height: 60px;
}
.label {
  width: 85%;
  float: right;
  white-space: nowrap;
  overflow: hidden;
  color: #185a8e;
  text-align: left;
}
input:focus {
  background-color: #f5f5f5;
}
.ui-menu .ui-menu-item-wrapper {
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  body .ui-menu {
    display: none !important;
  }
}
#sepetdd {
  top: 80%;
  right: 15px;
  background: rgba(250, 252, 252, 0.95);
  z-index: 100;
  border-radius: 6px;
  border: solid 1px #d6d6d6;
  position: absolute;
  padding: 10px;
  width: 574px;
  display: none;
}
@media screen and (max-width: 767px) {
  #sepetdd {
    width: 300px;
    right: 10px;
  }
}
#sepetdd .nav-menu {
  clear: both;
  width: 100%;
}
#sepetdd .nav-menu li {
  display: block !important;
  float: left;
  margin-right: 0 !important;
}
#sepetdd .nav-menu li:first-child {
  width: 50%;
}
#sepetdd .nav-menu li:nth-child(2),
#sepetdd .nav-menu li:nth-child(3) {
  width: 10%;
  text-align: center;
}
#sepetdd .nav-menu li:last-child {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #sepetdd .nav-menu li {
    text-align: center;
  }
  #sepetdd .nav-menu li:first-child {
    width: 40%;
  }
  #sepetdd .nav-menu li:nth-child(2),
  #sepetdd .nav-menu li:nth-child(3) {
    width: 15%;
  }
}
#sepetdd .nav-menu:nth-child(2n+1) {
  background: #e9f2f3;
  display: inline-block;
  padding: 3px 0;
}
#sepetdd button {
  display: inline-block;
  border-radius: 5px;
  border: solid 1px #d7d7d7;
  background-color: #ebebeb;
  font-size: 18px;
  color: #222a70;
  height: 34px;
  padding-right: 12px;
  padding-left: 12px;
}
@media screen and (max-width: 767px) {
  #sepetdd button {
    font-size: 14px;
    width: 49%;
  }
}
#sepetdd #sepetddici {
  width: 25px;
  height: 25px;
  line-height: 23px;
  cursor: pointer;
  text-align: center;
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 6px;
  border: solid 1px #d6d6d6;
  background-color: #b0116b;
}
#sepetdd #sepetddici:before {
  content: '\e014';
  font-family: 'Glyphicons Halflings';
  display: block;
  color: #fff;
  font-size: 14px;
  margin: auto;
}
.ui-menu .ui-menu-item-wrapper {
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  padding-left: 10px !important;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  border: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  color: #b0116b !important;
  padding-left: 20px !important;
  border: none !important;
  margin: 0 !important;
}
.ui-menu-item-wrapper {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
select,
select.form-control {
  width: 100%;
  background: url(../images/uyelik-sprite.png) no-repeat 95% -372px #fff;
  border-radius: 10px;
  outline: none;
  height: 46px;
  padding: 6px 12px;
  border: 1px solid #cccccc;
  font-weight: normal;
  font-size: 18px;
  color: #232727;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand,
select.form-control::-ms-expand {
  display: none;
}
select:focus,
select.form-control:focus {
  outline: none;
  border: 1px solid #cccccc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal-body {
  font-size: 16px;
}
.modal-body button {
  margin: 0 8px 20px 8px;
  border-radius: 5px;
  border: solid 1px #d7d7d7;
  background-color: #ebebeb;
  font-size: 18px;
  color: #222a70;
  width: 150px;
  height: 50px;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}
.modal-body button:hover {
  background-color: #cccdcd;
}
.modal-body button.evet {
  border: solid 1px #cccccc;
  border-radius: 5px;
  background-color: #22bbcb;
  color: #fff;
}
.modal-body button.evet:hover {
  background-color: #158d9a;
}
.modal-body button:focus,
.modal-body button:active {
  outline: none !important;
  outline: 0 !important;
}
.modal-footer {
  height: 50px;
}
#sepetModal .modal-body,
#sepetModal2 .modal-body {
  font-size: 18px;
}
.ui-menu .ui-menu-item-wrapper {
  display: block !important;
  height: 101px !important;
}

/*# sourceMappingURL=style.css.map */