@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*Some CSS*/
.magnify {
  position: relative;
  margin: auto;
  display: block; }

.large {
  width: 175px;
  height: 175px;
  position: absolute;
  border-radius: 100%;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  display: none; }

.small {
  display: block; }

.mm-menu, .mm-panels, .mm-panels > .mm-panel {
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  box-sizing: border-box; }

.mm-btn, .mm-menu {
  box-sizing: border-box; }

.mm-listview a, .mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover {
  text-decoration: none; }

.mm-hidden {
  display: none !important; }

.mm-menu, .mm-panels > .mm-panel:not(.mm-hidden) {
  display: block; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu {
  padding: 0;
  position: absolute; }

.mm-panels, .mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  position: absolute; }

.mm-btn, .mm-panel.mm-highest {
  z-index: 1; }

.mm-panels {
  overflow: hidden; }

.mm-panel {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-panel.mm-opened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px; }

.mm-listview .mm-divider, .mm-listview > li > a, .mm-listview > li > span, .mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px; }

.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
  content: '';
  display: block;
  height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important; }

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
  height: 40px;
  bottom: auto; }

.mm-listview > li.mm-vertical > .mm-next:after, .mm-vertical .mm-listview > li > .mm-next:after {
  top: 16px;
  bottom: auto; }

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 19px; }

.mm-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0; }

.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-clear:before, .mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px; }

.mm-clear:after, .mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px; }

.mm-arrow:after, .mm-next:after, .mm-prev:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 23px; }

.mm-arrow:after, .mm-next:after {
  border-top: none;
  border-left: none;
  right: 23px; }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.mm-navbar > * {
  display: block;
  padding: 10px 0; }

.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0; }

.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0; }

.mm-panel .mm-navbar {
  display: none; }

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview, .mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }

.mm-listview > li {
  position: relative; }

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
  border-color: inherit; }

.mm-listview > li > a, .mm-listview > li > span {
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0; }

.mm-listview > li > a.mm-arrow, .mm-listview > li > span.mm-arrow {
  padding-right: 50px; }

.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 20px; }

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2; }

.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; }

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 50px; }

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%; }

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none; }

.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0; }

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px; }

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listview .mm-inset {
  list-style: disc inside;
  padding: 0 10px 15px 40px;
  margin: 0; }

.mm-listview .mm-inset > li {
  padding: 5px 0; }

.mm-listview .mm-divider {
  font-size: 10px;
  
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }

.mm-listview .mm-spacer > .mm-next {
  top: 40px; }

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7); }

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu .mm-listview > li .mm-arrow:after, .mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-divider, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05); }

.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  z-index: auto; }

html.mm-opened {
  overflow-x: hidden;
  position: relative; }

html.mm-blocking, html.mm-blocking body {
  overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2; }

html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

.mm-menu.mm-offcanvas.mm-current {
  display: block; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); } }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0); } }


@media (max-width: 1200px) {
  .ust-menu li {
    margin-right: 8px;
    padding-right: 8px; }

  .tel {
    margin-left: 9%; }

  .nav .menu {
    overflow: hidden;
    float: left; }

  .nav li {
    float: left;
    margin-right: 2.1%; }

  .urun-adi {
    width: 91px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

  .urun img {
    width: 100%;
    max-height: 168px;
    max-width: 105px; }

  .mainNav ul li a {
    max-width: 174px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

  .abonelik .mail h4, .abonelik .iletisim h4 {
    font-size: 19px; }

  .abonelik .iletisim {
    padding: 20px 20px 20px 44px; } }
@media (max-width: 990px) {
  .mobil-buton {
    display: inline-block; }

  .nav .menu {
    display: none; }

  #Sayfalar {
    padding: 0px 0 0px 0; }

  .siparis-hatti {
    font-size: 13px !important; }
    .siparis-hatti span {
      font-size: 13px !important; }

  .tel {
    display: none; }

  .kutu img {
    margin-top: 19px;
    width: 63%; }

  #slider .sag span {
    font-weight: 600;
    font-size: 23px; }

  #slider .sag {
    font-size: 37px; }

  .buton-ara {
    padding-left: 24px; }

  .nav li {
    margin-right: 2.7%; }

  .nav {
    padding: 0 20px; }

  .sosyal {
    display: none; }

  .kutu {
    height: 211px;
    padding: 10px; }

  .abonelik .mail h4 {
    line-height: 22px; }

  .abonelik .iletisim h4 {
    line-height: 22px; }

  .abonelik .mail input {
    width: 75%; }

  .abonelik .iletisim {
    padding: 20px 20px 20px 17px; }

  .abonelik .iletisim i {
    display: none; } }
@media (max-width: 768px) {
	
.yeniurun {
  font-size: 11px;
  left: 5px;
  top: 4px;
  height: 30px;
  width: 30px;
  padding: 5px 0; }
.indirim {
  font-size: 11px;
  right: 5px;
  top: 4px;
  height: 30px;
  width: 30px;
  padding: 3px 0; }
  .indirim span {
    font-size: 10px;
  }
	
#header-ust {
background-color:#f3f3f3;
}
.urun-sayfa.sosyal {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .urun-sayfa.sosyal li {
      width: 48%;
      float: left;
      margin-right: 2%;
      margin-bottom: 2%; }
      .urun-sayfa.sosyal li a {
        width: 100% !important;
        opacity: 1; }

  #TelModal {
    text-align: center; }

  .siparis-hatti-mobil {
    display: block;
    clear: both;
    height: 44px;
    line-height: 44px !important;
    font-size: 18px;
    margin-bottom: 10px; }
    .siparis-hatti-mobil a {
      color: #444; }
      .siparis-hatti-mobil a:hover {
        color: #444; }
    .siparis-hatti-mobil i {
      color: #444 !important;
      margin-right: 6px !important; }

  .mobil-butonlar {
    width: 100%; }

  .nerdeyim {
    display: none; }

  .hides {
    display: none; }

  #header-ust {
    height: 48px;
    line-height: 48px; }

  .mobil-butonlar a {
    display: inline-block; }

  .buton-ara {
    display: none; }

  .nav {
    display: none; }

  .dropdown-menu .dropdown-menu {
    left: -1px !important;
    margin: 0 !important;
    right: auto !important;
    top: 48px !important; }

  .content .orta {
    float: right !important;
    width: 100% !important;
    margin-bottom: -3px !important; }

  .content .sol {
    width: 100%; }

  .kalite {
    display: none; }

  .kapsa .odeme {
    width: 100% !important;
    margin: 14px 0 !important; }
    .kapsa .odeme .hemen-al {
      margin-left: 10px !important; }
    .kapsa .odeme .hemen-al, .kapsa .odeme .sepete-ekle {
      width: auto !important;
      padding: 0 10px !important;
      float: right !important;
      font-size: 13px; }

  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 5px;
    padding-left: 5px; }

  .box {
    margin-bottom: 20px; }

  .row {
    margin-right: -5px;
    margin-left: -5px; }

  #kutular {
    display: none; }

  .nav {
    margin-top: 20px;
    display: none !important; }

  .nav .menu {
    display: none; }

  .mobil-button, .mobil-button-ust {
    display: inline-block; }

  .sepet a {
    font-size: 0; }

  #slider .sag {
    margin-top: 10px;
    max-height: 248px;
    padding: 16px 25px;
    font-size: 21px; }

  #slider img {
    width: 100%;
    margin: auto;
    float: none; }

  .sepet {
    width: 34%;
    height: 64px;
    display: none; }

  .sepet2 {
    width: 34%;
    height: 64px;
    display: none; }

  .logo {
    margin-bottom: 30px; }
    .logo a {
      display: block;
      margin: auto;
      width: 181px; }

  .rslides_tabs {
    bottom: 12px;
    position: absolute;
    right: 15px; }

  .rslides {
    top: 141px; }

  .uye-alan {
    float: none;
    display: none; }
    .uye-alan a {
      width: 31.3%;
      height: 31px;
      line-height: 32px; }

  #facebook {
    width: 63.7%; }

  #slider {
    height: 476px; }

  .slider-fix {
    height: 100px; }

  #header {
    margin-top: 16px; }

  .abonelik .mail, .abonelik .iletisim {
    min-height: 100%;
    width: 100%;
    height: auto;
    -webkit-clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%); }

  .abonelik .mail input {
    width: 71%; }

  .abonelik .iletisim .bilgi {
    float: right;
    width: 100%; }

  .ust-menu, .ozel-baglanti {
    display: none; }

  .footer-alt {
    margin-top: 47px;
    float: left;
    text-align: start; }

  .urun {
    padding: 10px;
    min-height: 100%; }

  .urun-fiyat {
    font-size: 13px;
    float: left;
    margin-top: 10px;
    clear: both;
    width: 100%; }
    .urun-fiyat i {
      float: right; }

  .cat .sepete-ekle span {
    display: none; }

  #footer {
    margin-top: 30px;
    border-bottom: 13px solid #0e0e0e;
    background-color: #151515;
    padding: 25px 0 4px 0;
    color: #fff; }
    #footer li {
      max-width: 100%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }

  .content {
    margin: 50px 0 15px 0; }

  .mob-hide {
    display: none; }

  .footer-sosyal ul {
    margin-top: 20px;
    float: left; }

  .urun-adi {
    font-size: 13px;
    display: block;
    overflow: hidden;
    width: 90%; }

  .baslik-bilgi h1 {
    max-width: 100% !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    font-size: 16px !important; }

  .col-sm-8.right {
    margin-top: -29px; }

  #giriskayit li a {
    width: 90px;
    height: 30px;
    line-height: 30px;
    margin-bottom: -2px;
    overflow: hidden;
    text-align: center; }

  .nerdeyim {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
    width: 100%; }

  .hemen-al {
    width: 55%;
    font-size: 13px; }

  .sepete-ekle {
    width: 42%; }

  .urun img {
    max-height: 105px; }

  .hemen-al i {
    display: none; }

  .tablar a {
    font-size: 14px !important; }

  .indirimli {
    font-size: 24px !important; }

  .silik {
    font-size: 16px !important; }

  .kargo {
    top: 0 !important;
    font-size: 13px !important;
    display: block; }

  .secenekler div {
    margin-bottom: 20px !important; }

  .fiyat {
    margin: 13px 0 4px 0 !important; }

  #aciklama .sosyal {
    display: block !important;
    margin: 9px 0;
    float: left !important;
    clear: both;
    overflow: hidden;
    top: -2px !important; }

  .secenekler select {
    width: 60px !important; }

  .bilgi {
    float: none !important;
    margin: auto;
    width: 165px;
    display: none !important; }

  .odeme {
    width: 100% !important;
    margin: 4px 0 !important; }

  .odeme span {
    display: none !important; }

  .odeme .hemen-al {
    width: 57% !important; }
    .odeme .hemen-al i {
      display: inline-block !important; }

  .urun-kodu, .stok {
    float: left;
    margin: 10px 0; }

  .siparis-hatti {
    display: none; }

  .puan {
    clear: both;
    display: none !important; }

  .urun-resim {
    padding: 6px 10px !important; }

  .diger-resimler {
    margin-bottom: 18px; }
    .diger-resimler img {
      height: 62px; }

  .urun-kodu span, .stok span {
    padding: 5px 8px !important;
    margin-right: 5px !important; }

  .urun-kodu, .stok {
    padding-right: 6px !important;
    margin-right: 5px !important;
    font-size: 12px; }

  .content .tam {
    float: left;
    width: 100%; }

  .mobiliti {
    display: inline-block; }

  .footer-sag {
    margin-top: 20px; }

  .baslik-bilgi {
    margin-bottom: 16px !important; } }
@media (max-width: 350px) {
  .tablar a {
    font-size: 12px !important; }
  #slider {
    height: 260px; }
  .slider-fix {
    height: 20px; }
  #slider img {
    width: 200px;
    margin: auto;
    float: none; }
	
	 }
@media (min-width: 1200px) {
  #aciklama .sosyal {
    margin-left: 31px; }

  .content .sol {
    width: 25.333333%; }

  .content .orta {
    width: 74.666667%; } }
@media (min-width: 990px) {
  .content .left {
    width: 38.333333%; }

  .content .right {
    width: 61.333333%; }

  .content .sol {
    width: 25.333333%; }

  .content .orta {
    width: 74.666667%; } }


@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }













