
body { width: 100%; height: 100%; padding:0 0 0 0; margin: 0; color: #111; background: #fff; font-family: 'Core Sans G'; font-size: 14px; font-weight: 300; letter-spacing: 0.3px; overflow: auto; overflow-x: hidden; }
.loading { position: fixed; width: 100%; height: 100vh; background: #fff; top: 0; left: 0; z-index: 9999999999999999; }

/*::-webkit-scrollbar{ width: 8px;}
::-webkit-scrollbar-track{ background: #eee; border: 2px solid #fff;}
::-webkit-scrollbar-thumb{background: rgba(0,0,0,0.7); border-radius: 6px;}
::-webkit-scrollbar-thumb:hover{ background: rgba(0,0,0,0.9);}*/

.wrapper-full { max-width: 100%; width: 100%; margin: auto; }

.reklamAlan { width: 100%; position: relative; }
  .reklamAlan img { width: 100%; }

.bottombar { display: none; }

.GeriGit{ display:none; }

/* CONTENT */
.content { min-height: 200px; }
  .content::after { content: ""; display: block; clear: both; }
  .content .wrapper { max-width: 1300px; width: 100%; margin: auto; padding: 0 15px; }
    .content .wrapper .breadcrumb { background: #fff; width: 100%; }
      .content .wrapper .breadcrumb a { text-decoration: none; color: currentColor; color: #aaa; font-weight: 300; }
      .content .wrapper .breadcrumb span { color: #aaa; margin: 0 7px; }
      .content .wrapper .breadcrumb a:last-child { color: #111; font-weight: 500; }

/* HEADER */

.header { width: 100%; padding: 0 15px; background: #fff; }
  .header .wrapper { position: relative; max-width: 1300px; width: 100%; margin: auto; padding: 30px 0; display: flex; align-items: center; justify-content: space-between; }

    .header .wrapper .search { max-width: 200px; width: 100%; }
      .header .wrapper .search .inputs { max-width: 300px; width: 100%; position: relative; }
        .header .wrapper .search .inputs input[type=text] { width: 100%; padding: 5px 0 5px 40px; border: 0; outline: none; background: #fff; font-weight: 300; }
        .header .wrapper .search .inputs input[type=submit] { outline: none; width: 31px; height: 31px; position: absolute; left: 0; top: 0; border: 0; background: url(../images/search.svg) no-repeat center; background-size: 24px; }

    .header .wrapper .logo { width: 200px; position: absolute; z-index: 2; left: 50%; transform: translateX(-50%); }
      .header .wrapper .logo a { text-decoration: none; color: currentColor; display: block; }
      .header .wrapper .logo img { width: 200px; }

    .header .wrapper .links { width: auto; display: flex; align-items: center; justify-content: flex-end; }
      .header .wrapper .links .members { position: relative; }
        .header .wrapper .links .members .box { display: none; position: absolute; width: 120px; background: #fff; border: 1px #eee solid; box-shadow: 0px 10px 20px rgba(0,0,0,0.1); z-index: 5; padding: 5px 0; left: 50%; margin-top: 5px; margin-left: 7px; transform: translateX(-50%); }
          .header .wrapper .links .members .box a { width: 100%; padding: 0; padding: 7px; margin: 0; min-height: unset; min-width: unset; }
            .header .wrapper .links .members .box a:hover { color: #f27a1a; }
      .header .wrapper .links a { position: relative; text-decoration: none; color: currentColor; display: inline-block; text-align: center; margin-left: 15px; font-size: 13px; font-weight: 400; padding-top: 26px; min-width: 32px; min-height: 32px; }
        .header .wrapper .links a.login { background: url(../images/user.svg) no-repeat center top; background-size: 22px; }
        .header .wrapper .links a.fav { background: url(../images/fav.svg) no-repeat center top; background-size: 24px; }
        .header .wrapper .links a.basket { background: url(../images/basket.svg) no-repeat center top; background-size: 24px; }
          .header .wrapper .links a.basket span { position: absolute; width: 18px; height: 18px; font-size: 12px; background: #f27a1a; border-radius: 100%; color: #fff; top: 0; left: 50%; margin-left: 14px; margin-top: -5px; transform: translateX(-50%); }

/* TOP MENU */

.top-menu { width: 100%; padding: 0 15px; background: #fff; }
  .top-menu .wrapper { position: relative; max-width: 1300px; width: 100%; margin: auto; border-top: 1px #eee solid; }
    .top-menu .wrapper ul { list-style: none; padding: 0; margin: 0; width: 100%; display: flex; align-items: center; justify-content: center; }
      .top-menu .wrapper ul li { position: relative; }
        .top-menu .wrapper ul li a { text-decoration: none; color: currentColor; display: block; font-size: 15px; font-weight: 400; padding: 20px; letter-spacing: 1px; }
          .top-menu .wrapper ul li a:hover { color: #f27a1a; }

    .top-menu .wrapper .sub-ul { display: none; background: #fff; position: absolute; left: 0; width: 200px; padding: 10px 0; box-shadow: 0px 10px 20px rgba(0,0,0,0.1); z-index: 999; }
      .top-menu .wrapper .sub-ul li { }
        .top-menu .wrapper .sub-ul li a { padding: 5px 30px; font-size: 13px; }

    .top-menu .wrapper .sub-ul-ul { left: 100%; top: 0; }

/* SLIDER */

.slider { width: 100%; margin-bottom: 30px; }
  .slider .item { }
    .slider .item a { text-decoration: none; color: currentColor; display: block; width: 100%; outline: none; }
    .slider .item img { width: 100%; }

  .slider .slick-dots { display: none !important; }
  .slider .slick-prev { left: 10px; z-index: 2; width: 40px; height: 40px; background: url(../images/l-chevron.svg) no-repeat center; background-size: 24px; }
    .slider .slick-prev::before { display: none; }
  .slider .slick-next { right: 10px; z-index: 2; width: 40px; height: 40px; background: url(../images/r-chevron.svg) no-repeat center; background-size: 24px; }
    .slider .slick-next::before { display: none; }

/* CAT CAROU */

.catCarou { width: 100%; margin-bottom: 60px; }
  .catCarou .item { padding: 0 5px; }
    .catCarou .item a { outline: none; text-decoration: none; color: currentColor; display: block; width: 100%; padding-bottom: 100%; position: relative; overflow: hidden; }
    .catCarou .item img { transition: 0.4s; width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover; object-position: 50% 50%; }
    .catCarou .item:hover img { transform: scale(1.1); }

  .catCarou .slick-prev { left: -15px; width: 40px; height: 40px; background: #ddd; z-index: 2; border-radius: 100%; border: 3px #fff solid; }
    .catCarou .slick-prev::before { content: "\e92f"; font-family: 'Feather'; font-size: 24px; color: #666; }
  .catCarou .slick-next { right: -15px; width: 40px; height: 40px; background: #ddd; z-index: 2; border-radius: 100%; border: 3px #fff solid; }
    .catCarou .slick-next::before { content: "\e930"; font-family: 'Feather'; font-size: 24px; color: #666; }
  .catCarou .slick-dots { display: none !important; }

/* URUN CAROU */

.urunCarou { width: 100%; margin-bottom: 60px; }
  .urunCarou h1 { font-family: 'Bodoni Moda', sans-serif; text-align: center; margin-bottom: 15px; font-size: 24px; position: relative; }
    .urunCarou h1::before { content: ""; width: 50px; height: 1px; background: #111; position: absolute; left: 50%; transform: translateX(-50%); top: -15px; }

  .urunCarou ul { list-style: none; padding: 0; margin: 0; }
    .urunCarou ul li { position: relative; padding: 0 5px; }
      .urunCarou ul li a { text-decoration: none; color: currentColor; display: block; text-align: center; outline: none; }
      .urunCarou ul li .free { position: absolute; width: 70px; text-align: center; left: 5px; top: 5px; line-height: 1.1; border-radius: 4px; padding: 5px 0; background: #444; color: #fff; font-size: 13px; font-weight: 400; z-index: 2; }
      .urunCarou ul li .add-fav { width: 36px; height: 36px; position: absolute; right: 10px; top: 5px; z-index: 2; background: url(../images/fav2.svg) #fff no-repeat center; box-shadow: 0px 3px 5px rgba(0,0,0,0.2); background-size: 18px; border-radius: 100%; }
      .urunCarou ul li .img { width: 100%; padding-bottom: 150%; position: relative; border: 1px #eee solid; margin-bottom: 10px; }
        .urunCarou ul li .img img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover; object-position: 50% 50%; }
      .urunCarou ul li .color { width: 100%; /*display: flex;*/ display: none; align-items: center; justify-content: center; margin-bottom: 10px; }
        .urunCarou ul li .color span { display: block; margin: 0 5px; width: 16px; height: 16px; background: #666; border-radius: 100%; border: 1px #ddd solid; }
      .urunCarou ul li h2 { font-size: 14px; font-weight: 400; margin-bottom: 10px; }
      .urunCarou ul li h3 { font-size: 16px; font-weight: 300; margin-bottom: 10px; }
      .urunCarou ul li .star { width: 100%; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
        .urunCarou ul li .star span { margin: 0 2px; display: block; width: 16px; height: 16px; background: url(../images/star-o.png) no-repeat center; background-size: 16px; }
          .urunCarou ul li .star span.active { background: url(../images/star.png) no-repeat center; background-size: 16px; }
      .urunCarou ul li .price { display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
        .urunCarou ul li .price .norm { font-size: 16px; margin: 0 5px; position: relative; color: #878787; }
        .urunCarou ul li .price.small-font .norm { font-size: 16px; color: #878787; font-weight: 300; }
        .urunCarou ul li .price .norm::before { content: ""; position: absolute; z-index: 2; width: 100%; height: 1px; left: 0; top: 50%; background: #878787; }
        .urunCarou ul li .price .disc { font-size: 16px; font-weight: bold; color: #f27a1a; margin: 0 5px; position: relative; }
        .urunCarou ul li .price.small-font .disc { font-size: 16px; color: #878787; font-weight: 300; }
      .urunCarou ul li .basket-disc { border: 1px solid #df1c24; border-radius: 3px; color: #666; display: inline-flex; flex-wrap: wrap; align-items: center; justify-content: center; font-size: 12px; font-weight: 500; padding: 0 5px; }
        .urunCarou ul li .basket-disc span { margin: 0 3px; }
        .urunCarou ul li .basket-disc b { font-size: 16px; font-weight: bold; color: #f27a1a; margin: 0 5px; position: relative; }

  .urunCarou .slick-prev { left: -15px; width: 40px; height: 40px; background: #ddd; z-index: 2; border-radius: 100%; border: 3px #fff solid; }
    .urunCarou .slick-prev::before { content: "\e92f"; font-family: 'Feather'; font-size: 24px; color: #666; }
  .urunCarou .slick-next { right: -15px; width: 40px; height: 40px; background: #ddd; z-index: 2; border-radius: 100%; border: 3px #fff solid; }
    .urunCarou .slick-next::before { content: "\e930"; font-family: 'Feather'; font-size: 24px; color: #666; }
  .urunCarou .slick-dots { display: none !important; }

/* URUN GRID */

.urunGrid { width: 100%; margin-bottom: 60px; position: relative; display: flex; flex-direction: column; justify-content: space-between; flex-wrap: wrap; max-height: 650px; }
  .urunGrid .item:nth-child(1) { width: 50.2%; }
  .urunGrid .item:nth-child(2) { width: 44%; margin-left: 60px; margin-bottom: 30px; }
  .urunGrid .item:nth-child(3) { width: 44%; margin-left: 60px; }
  .urunGrid .item a { text-decoration: none; color: currentColor; display: block; }
  .urunGrid .item img { width: 100%; }

/* MID BANNER */

.mid-banner { width: 100%; }
  .mid-banner a { text-decoration: none; color: currentColor; display: block; width: 100%; }
  .mid-banner img { width: 100%; }

/* KURUMSAL */

.kurumsal { display: flex; flex-wrap: wrap; }

  .kurumsal .side-menu { width: 260px; margin-bottom: 30px; margin-right: 30px; }
    .kurumsal .side-menu ul { list-style: none; padding: 0; margin: 0; }
      .kurumsal .side-menu ul li { position: relative; }
        .kurumsal .side-menu ul li a { transition: 0.2s; text-decoration: none; color: #111; font-size: 14px; font-weight: 400; width: 100%; display: block; padding: 5px 0; }
          .kurumsal .side-menu ul li a:hover { color: #df1c24; }
        .kurumsal .side-menu ul li .icon { transition: 0.2s; position: absolute; right: 0; top: -1px; color: #f27a1a; width: 32px; height: 32px; z-index: 2; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 22px; }
          .kurumsal .side-menu ul li .icon.active { transform: rotate(90deg); }
        .kurumsal .side-menu ul li.has-sub > ul { display: none; }
        .kurumsal .side-menu ul li.has-sub ul a { transition: 0.2s; color: #999; padding-left: 10px; }
          .kurumsal .side-menu ul li.has-sub ul a:hover { color: #df1c24; }

  .kurumsal .right-content { width: calc(100% - 290px); }
    .kurumsal .right-content h4 { margin-bottom: 30px; }

/* İLETİŞİM */

.iletisim { display: flex; flex-wrap: wrap; }
  .iletisim .map { width: 50%; padding-right: 30px; }
    .iletisim .map iframe { width: 100%; height: 100% !important; }
  .iletisim .contact { width: 50%; }

    .iletisim .contact .info { width: 100%; margin-bottom: 30px; }
      .iletisim .contact .info h2 { font-size: 18px; margin-bottom: 15px; }
      .iletisim .contact .info ul { list-style: none; padding: 0; margin: 0; width: 100%; }
        .iletisim .contact .info ul li { width: 100%; margin-bottom: 7px; }
          .iletisim .contact .info ul li a { text-decoration: none; color: currentColor; display: block; }

    .iletisim .contact .form { width: 100%; }
      .iletisim .contact .form h2 { font-size: 18px; margin-bottom: 15px; }
      .iletisim .contact .form ul { list-style: none; padding: 0; margin: 0; width: 100%; }
        .iletisim .contact .form ul li { width: 100%; margin-bottom: 7px; }
          .iletisim .contact .form ul li:last-child { margin-bottom: 0; }
          .iletisim .contact .form ul li label { }
          .iletisim .contact .form ul li input[type=text] { width: 100%; outline: none; padding: 10px; border: 1px solid #ddd; border-radius: 4px; }
            .iletisim .contact .form ul li input[type=text]:focus { outline: none; box-shadow: unset; }
          .iletisim .contact .form ul li textarea { width: 100%; outline: none; height: 120px; padding: 7px; border: 1px solid #ddd; border-radius: 4px; }
            .iletisim .contact .form ul li textarea:focus { outline: none; box-shadow: unset; }

/* ÜRÜN LİSTE */

.urun-liste { display: flex; flex-wrap: wrap; }
  .urun-liste .filter { width: 260px; margin-right: 30px; }
  .urun-liste .filter .filter-button{ position: relative; display: none; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; background: #fff; margin-bottom: 15px; color: #111; font-weight: 700; padding: 12px 0; font-size: 14px; cursor: pointer;}
  .urun-liste .filter .filter-button i{ font-size: 20px;}
  .urun-liste .filter .filter-wrap{ display: block;}
  @media(min-width: 992px){ .urun-liste .filter .filter-wrap{ display: block !important;} }
    .urun-liste .filter .item { margin-bottom: 0; border-bottom: 1px #eee solid; margin-bottom: 15px; padding-bottom: 15px; }
      .urun-liste .filter .item:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
      .urun-liste .filter .item h2 { font-size: 16px; margin-bottom: 15px; }
      .urun-liste .filter .item ul { list-style: none; width: 100%; padding: 0; margin: 0; max-height: 210px; overflow: auto; }
        .urun-liste .filter .item ul li { width: 100%; display: flex; align-items: center; height: 24px; margin-bottom: 10px; position: relative; }
          .urun-liste .filter .item ul li label { user-select: none; margin-bottom: 0; cursor: pointer; width: 100%; padding-left: 30px; }
          .urun-liste .filter .item ul li input { margin-right: 10px; }

.filter ul li input[type=checkbox] { display: none; }
.filter ul li .chck { width: 24px; height: 24px; border-radius: 4px; border: 1px #ddd solid; z-index: -1; margin-right: 10px; cursor: pointer; position: absolute; }
  .filter ul li .chck.clicked::before { content: ""; position: absolute; width: 16px; height: 8px; border: 3px solid #f27a1a; border-top: 0; border-right: 0; transform: rotate(-45deg); left: 3px; top: 5px; }

.filter ul li input[type=radio] { display: none; }
.filter ul li .rdo { width: 24px; height: 24px; border-radius: 100%; border: 1px #ddd solid; z-index: -1; margin-right: 10px; cursor: pointer; position: absolute; }
  .filter ul li .rdo.clicked::before { content: ""; position: absolute; width: 12px; height: 12px; left: 5px; top: 5px; background: #f27a1a; border-radius: 100%; }

.urun-liste .filter .item ul::-webkit-scrollbar { width: 8px; }
.urun-liste .filter .item ul::-webkit-scrollbar-track { background: #eee; border: 2px solid #fff; }
.urun-liste .filter .item ul::-webkit-scrollbar-thumb { background: #ddd; border-radius: 6px; }
  .urun-liste .filter .item ul::-webkit-scrollbar-thumb:hover { background: #ddd; }

.urun-liste .list { width: calc(100% - 290px); }
.urunlist { }
.urun-liste .list ul { list-style: none; padding: 0; margin: 0; width: 100%; display: flex; flex-wrap: wrap; }

.urun-liste .list.column-3 ul li { width: calc(33.333% - 16px); margin-right: 24px; margin-bottom: 24px; }
  .urun-liste .list.column-3 ul li:nth-child(3n) { margin-right: 0; }
.urun-liste .list.column-4 ul li { width: calc(25% - 18px); margin-right: 24px; margin-bottom: 24px; }
  .urun-liste .list.column-4 ul li:nth-child(4n) { margin-right: 0; }

.urun-liste .list .sort { width: 100%; margin-bottom: 30px; }
  .urun-liste .list .sort .top { width: 100%; border-bottom: 1px #ddd solid; display: flex; align-items: center; justify-content: space-between; padding-bottom: 13px; }
    .urun-liste .list .sort .top .tukenen { display: inline-flex; align-items: center; user-select: none; height: 29px; position: relative; z-index: 2; }
      .urun-liste .list .sort .top .tukenen label { padding-left: 30px; margin-bottom: 0; cursor: pointer; font-size: 13px; font-weight: 400; color: #999; }
      .urun-liste .list .sort .top .tukenen input[type=checkbox] { display: none; }
      .urun-liste .list .sort .top .tukenen .chck { width: 24px; height: 24px; border-radius: 4px; left: 0; border: 1px #ddd solid; z-index: -1; margin-right: 10px; cursor: pointer; position: absolute; }
        .urun-liste .list .sort .top .tukenen .chck.clicked::before { content: ""; position: absolute; width: 16px; height: 8px; border: 3px solid #f27a1a; border-top: 0; border-right: 0; transform: rotate(-45deg); left: 3px; top: 5px; }

    .urun-liste .list .sort .top .grid { display: flex; align-items: center; justify-content: flex-end; }
      .urun-liste .list .sort .top .grid .button { width: 30px; height: 30px; cursor: pointer; }
        .urun-liste .list .sort .top .grid .button.active { border: 1px solid #f27a1a; }
        .urun-liste .list .sort .top .grid .button.column-3 { background: url(../images/3lu.svg) no-repeat center; background-size: 16px; }
        .urun-liste .list .sort .top .grid .button.column-4 { background: url(../images/4lu.svg) no-repeat center; background-size: 17px; }

  .urun-liste .list .sort .bottom { width: 100%; display: flex; align-items: center; justify-content: space-between; padding-top: 12px; }
    .urun-liste .list .sort .bottom .kategori { position: relative; }
      .urun-liste .list .sort .bottom .kategori span { display: inline-flex; align-items: center; cursor: pointer; font-weight: bold; position: relative; }
        .urun-liste .list .sort .bottom .kategori span::after { content: ""; margin-left: 10px; top: 1px; display: block; width: 12px; height: 12px; position: relative; background: url(../images/down.svg) no-repeat center; background-size: 10px; }
      .urun-liste .list .sort .bottom .kategori .box { display: none; position: absolute; width: 150px; max-height: 205px; overflow: auto; left: 0; padding: 10px 15px; margin-top: 10px; background: #fff; z-index: 5; box-shadow: 0px 10px 20px rgba(0,0,0,0.2); }
        .urun-liste .list .sort .bottom .kategori .box a { text-decoration: none; color: currentColor; display: block; padding: 3px 0; }

        .urun-liste .list .sort .bottom .kategori .box::-webkit-scrollbar { width: 8px; }
        .urun-liste .list .sort .bottom .kategori .box::-webkit-scrollbar-track { background: #eee; border: 2px solid #fff; }
        .urun-liste .list .sort .bottom .kategori .box::-webkit-scrollbar-thumb { background: #f27a1a; border-radius: 6px; }
          .urun-liste .list .sort .bottom .kategori .box::-webkit-scrollbar-thumb:hover { background: #f27a1a; }

    .urun-liste .list .sort .bottom .siralama { position: relative; width: 100%; }
      .urun-liste .list .sort .bottom .siralama span { display: flex; align-items: center; justify-content: space-between; cursor: pointer; font-weight: bold; position: relative; }
        .urun-liste .list .sort .bottom .siralama span::after { content: "\e92e"; font-family: 'feather'; right: 4px; font-size: 20px; font-weight: 400; margin-left: 10px; top: 1px; display: flex; align-items: center; justify-content: center; width: 12px; height: 12px; position: relative; }
      .urun-liste .list .sort .bottom .siralama .box { display: none; position: absolute; width: 150px; padding: 10px 15px; text-align: right; right: 0; margin-top: 10px; background: #fff; z-index: 5; box-shadow: 0px 10px 20px rgba(0,0,0,0.2); }
        .urun-liste .list .sort .bottom .siralama .box a { text-decoration: none; color: currentColor; display: block; padding: 3px 0; }

.urun-liste .list ul li { position: relative; }
  .urun-liste .list ul li a { text-decoration: none; color: currentColor; display: block; text-align: center; }
  .urun-liste .list ul li .free { position: absolute; width: 70px; text-align: center; left: 5px; top: 5px; line-height: 1.1; border-radius: 4px; padding: 5px 0; background: #444; color: #fff; font-size: 13px; font-weight: 400; z-index: 2; }
  .urun-liste .list ul li .add-fav { width: 36px; height: 36px; position: absolute; right: 5px; top: 5px; z-index: 2; background: url(../images/fav2.svg) #fff no-repeat center; box-shadow: 0px 3px 5px rgba(0,0,0,0.2); background-size: 18px; border-radius: 100%; }
  .urun-liste .list ul li .img { width: 100%; padding-bottom: 150%; position: relative; border: 1px #eee solid; margin-bottom: 10px; }
    .urun-liste .list ul li .img img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover; object-position: 50% 50%; }
  .urun-liste .list ul li .color { width: 100%; /*display: flex;*/ display: none; align-items: center; justify-content: center; margin-bottom: 10px; }
    .urun-liste .list ul li .color span { display: block; margin: 0 5px; width: 16px; height: 16px; background: #666; border-radius: 100%; border: 1px #ddd solid; }
  .urun-liste .list ul li h2 { font-size: 14px; font-weight: 400; margin-bottom: 10px; }
  .urun-liste .list ul li h3 { font-size: 16px; font-weight: 300; margin-bottom: 10px; }
  .urun-liste .list ul li .star { width: 100%; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
    .urun-liste .list ul li .star span { margin: 0 2px; display: block; width: 12px; height: 12px; background: url(../images/star-o.png) no-repeat center; background-size: 12px; }
      .urun-liste .list ul li .star span.active { background: url(../images/star.png) no-repeat center; background-size: 12px; }
    .urun-liste .list ul li .star strong { margin-left: 5px; }
  .urun-liste .list ul li .price { display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
    .urun-liste .list ul li .price .norm { font-size: 16px; margin: 0 5px; color: #878787; position: relative; }
    .urun-liste .list ul li .price.small-font .norm { font-size: 16px; color: #878787; font-weight: 300; }
    .urun-liste .list ul li .price .norm::before { content: ""; position: absolute; z-index: 2; width: 100%; height: 1px; left: 0; top: 50%; background: #878787; }
    .urun-liste .list ul li .price .disc { font-size: 16px; font-weight: bold; color: #f27a1a; margin: 0 5px; position: relative; }
    .urun-liste .list ul li .price.small-font .disc { font-size: 16px; color: #878787; font-weight: 300; }
  .urun-liste .list ul li .basket-disc { color: #666; border-radius: 3px; border: 1px solid #df1c24; display: inline-flex; flex-wrap: wrap; align-items: center; justify-content: center; font-size: 12px; font-weight: 500; padding: 0 5px; }
    .urun-liste .list ul li .basket-disc span { margin: 0 5px; }
    .urun-liste .list ul li .basket-disc b { font-size: 16px; font-weight: bold; color: #f27a1a; margin: 0 5px; position: relative; }

/* ÜRÜN DETAY */

.urun-detay { display: flex; flex-wrap: wrap; margin-bottom: 45px !important; }

.detail-gallery { width: 45%; margin-bottom: 30px; display: flex; }
  .detail-gallery .own { width: 79.3%; order: 2; margin-left: 10px; }
    .detail-gallery .own .item { width: 100%; }
      .detail-gallery .own .item a { text-decoration: none; color: currentColor; display: block; }
      .detail-gallery .own .item .img { width: 100%; padding-bottom: 150%; position: relative; }
        .detail-gallery .own .item .img img { width: 100%; height: 100%; position: absolute; object-fit: cover; object-position: 50% 50%; }
  .detail-gallery .thumbs { width: 20.7%; order: 1; }
    .detail-gallery .thumbs .item { outline: none; margin-bottom: 11px; }
      .detail-gallery .thumbs .item .img { width: 100%; padding-bottom: 150%; position: relative; }
        .detail-gallery .thumbs .item .img img { width: 100%; height: 100%; position: absolute; object-fit: cover; object-position: 50% 50%; }
    .detail-gallery .thumbs .slick-track { margin: 0; }
  .detail-gallery .slick-next { z-index: 2; width: 40px; height: 40px; background: #eee; border: 3px solid #fff; border-radius: 100%; top: unset; bottom: -25px; right: 35px; }
    .detail-gallery .slick-next::before { content: "\e92e"; color: #333; font-family: 'feather'; font-size: 24px; }
  .detail-gallery .slick-prev { z-index: 2; width: 40px; height: 40px; background: #eee; border: 3px solid #fff; border-radius: 100%; top: 0; left: 35px; }
    .detail-gallery .slick-prev::before { content: "\e931"; color: #333; font-family: 'feather'; font-size: 24px; }

.detail-content { width: calc(55% - 60px); margin-left: 60px; }
  .detail-content h1 { font-size: 22px; font-weight: 500; }
  .detail-content h2 { font-size: 18px; font-weight: 400; color: #666; }

  .detail-content .item { display: flex; align-items: center; font-size: 16px; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px #ddd solid; }
    .detail-content .item b { font-weight: 400; display: block; margin-right: 5px; }
    .detail-content .item .star { display: flex; margin-right: 15px; padding-right: 10px; border-right: 1px solid #ccc; cursor: pointer; }
      .detail-content .item .star span { display: block; width: 16px; height: 24px; margin-right: 6px; background: url(../images/star-o.png) no-repeat center; background-size: 16px; }
        .detail-content .item .star span.active { background: url(../images/star.png) no-repeat center; background-size: 16px; }
    .detail-content .item .rating { color: #999; font-weight: 400; display: flex; cursor: pointer; }
      .detail-content .item .rating b { font-weight: 400; }

  .detail-content .disc-rate { font-size: 18px; color: #f27a1a; }
    .detail-content .disc-rate b { font-size: 22px; font-weight: bold; }

  .detail-content .price { display: flex; align-items: center; flex-wrap: wrap; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px #ddd solid; }
    .detail-content .price .norm { margin-right: 10px; }
      .detail-content .price .norm span { font-size: 20px; font-weight: 400; color: #666; position: relative; }
        .detail-content .price .norm span::before { content: ""; width: 100%; height: 1px; background: #666; left: 0; top: 50%; position: absolute; }
    .detail-content .price .disc { }
      .detail-content .price .disc span { font-size: 20px; font-weight: bold; color: #f27a1a; }

  .detail-content .basket-disc { border: 1px solid #df1c24; font-size: 12px; font-weight: 500; color: #666; border-radius: 3px; display: inline-flex; flex-wrap: wrap; align-items: center; justify-content: center; margin-left: 15px; padding: 0 5px; }
    .detail-content .basket-disc span { margin: 0 3px; }
    .detail-content .basket-disc b { font-size: 20px; font-weight: bold; color: #f27a1a; margin: 0 5px; position: relative; }

  .detail-content .color { padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px #ddd solid; }
    .detail-content .color h5 { font-size: 14px; font-weight: bold; }
    .detail-content .color ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; }
      .detail-content .color ul li { width: 44px; margin-right: 10px; }
        .detail-content .color ul li:last-child { margin-right: 0; }
        .detail-content .color ul li a { text-decoration: none; color: currentColor; display: block; border: 2px #ccc solid; width: 44px; padding-bottom: 60px; background-size: cover !important; }
          .detail-content .color ul li a.stokyok { cursor: not-allowed; }
          .detail-content .color ul li a.secili { border-color: #f27a1a; }
        .detail-content .color ul li img { width: 100%; }

  .detail-content .colorDiger { padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px #ddd solid; }
    .detail-content .colorDiger h5 { font-size: 14px; font-weight: bold; }
    .detail-content .colorDiger ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; }
      .detail-content .colorDiger ul li { width: 44px; margin-right: 10px; }
        .detail-content .colorDiger ul li:last-child { margin-right: 0; }
        .detail-content .colorDiger ul li a { text-decoration: none; color: currentColor; display: block; border: 2px #ccc solid; width: 44px; background-size: cover !important; }
          .detail-content .colorDiger ul li a.stokyok { cursor: not-allowed; }
          .detail-content .colorDiger ul li a.secili { border-color: #f27a1a; }
        .detail-content .colorDiger ul li img { width: 100%; }

  .detail-content .size { margin-bottom: 30px; }
    .detail-content .size h5 { font-size: 14px; font-weight: bold; }
    .detail-content .size ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; }
      .detail-content .size ul li { margin-right: 10px; }
        .detail-content .size ul li:last-child { margin-right: 0; }
        .detail-content .size ul li a { text-decoration: none; font-weight: 500; color: #999; display: flex; align-items: center; justify-content: center; border: 2px #f5f5f5 solid; width: 40px; height: 40px; border-radius: 5px; background: #f5f5f5; }
          .detail-content .size ul li a.stokyok { cursor: not-allowed; opacity: 0.5; }
          .detail-content .size ul li a.secili { border-color: #f27a1a; color: #111; }
        .detail-content .size ul li img { width: 100%; }

  .detail-content .buttons { display: flex; align-items: center; margin-bottom: 10px; }
    .detail-content .buttons .price{ display:none; }
    .detail-content .buttons .add-basket-btn { margin: 0 7px; padding: 15px; font-size: 18px; max-width: 200px; width: 100%; margin-bottom: 10px; background: #f27a1a; display: block; border-radius: 5px; color: #fff; outline: none; border: 0; }
    .detail-content .buttons .add-basket-btn1 { margin: 0 7px; padding: 15px; font-size: 18px; max-width: 200px; width: 100%; margin-bottom: 10px; background: #8bc34a; display: block; border-radius: 5px; color: #fff; outline: none; border: 0; }

    .detail-content .buttons .add-fav-btn { margin: 0 7px; min-width: 56px; height: 56px; border-radius: 5px; border: 1px #ccc solid; margin-bottom: 10px; background: url(../images/fav2.svg) no-repeat center; background-size: 24px; }

    .detail-content .buttons .basket{ display:none; }

    .detail-content .note { font-weight: 300; margin-bottom: 30px; }
    .detail-content .note span { font-weight: 400; }

    .detail-content .urunPaylas{ width: 100%; display: flex; align-items: center; margin-bottom: 30px;}
    .detail-content .urunPaylas span{ font-weight: 700; display: block; margin-right: 15px;}
    .detail-content .urunPaylas .paylas-btns{ display: flex; align-items: center;}
    .detail-content .urunPaylas .paylas-btns a{ text-decoration: none; color: currentColor; margin-right: 10px; display: block; width: 24px; height: 24px;}
    .detail-content .urunPaylas .paylas-btns a.facebook{ background: url(../images/social/facebook.png) no-repeat center; background-size: 24px;}
    .detail-content .urunPaylas .paylas-btns a.twitter{ background: url(../images/social/twitter.png) no-repeat center; background-size: 24px;}
    .detail-content .urunPaylas .paylas-btns a.whatsapp{ background: url(../images/social/whatsapp.png) no-repeat center; background-size: 24px;}

/* DETAIL TAB */

.detail-tab { width: 100%; border-bottom: 1px solid #ddd; }
  .detail-tab ul { list-style: none; padding: 0; margin: 0; width: 100%; }
    .detail-tab ul li { width: 100%; border-top: 1px #ddd solid; padding: 10px 0; }
      .detail-tab ul li .tab-title { font-size: 16px; cursor: pointer; font-weight: bold; position: relative; display: flex; align-items: center; justify-content: space-between; }
        .detail-tab ul li .tab-title::after { transition: 0.2s; content: "\e930"; font-family: 'Feather'; display: block; font-weight: 400; position: relative; width: 22px; height: 28px; font-size: 24px; line-height: 1.2; }
        .detail-tab ul li .tab-title.current::after { transform: rotate(90deg); }
      .detail-tab ul li .tab-content { transition: 0.3s; width: 100%; max-height: 0; overflow: auto; overflow-x: hidden; }
        .detail-tab ul li .tab-content ul li { border: 0; }
        .detail-tab ul li .tab-content.opened { max-height: 400px; }
      
      .detail-tab ul li.comment .tab-content { overflow: auto !important; overflow: hidden; height: auto; padding-right: 10px; }

      .detail-tab ul li .tab-content::-webkit-scrollbar { width: 8px; }
      .detail-tab ul li .tab-content::-webkit-scrollbar-track { background: #eee; border: 2px solid #fff; }
      .detail-tab ul li .tab-content::-webkit-scrollbar-thumb { background: #f27a1a; border-radius: 6px; }
        .detail-tab ul li .tab-content::-webkit-scrollbar-thumb:hover { background: #f27a1a; }

      .detail-tab ul li .yrmYap { text-decoration: none; color: #f27a1a; font-weight: bold; }
.yorumLar a { text-decoration: none; color: #f27a1a; font-weight: bold; }

/* YORUM YAP */

.yorumYap { padding-bottom: 15px; margin-bottom: 15px; }
  .yorumYap ul { list-style: none; padding: 0; margin: 0; }
    .yorumYap ul li { display: block; border: 0; }
      .yorumYap ul li input[type=text] { transition: 0.3s; width: 100%; outline: none; padding: 10px; border: 0; font-size: 14px; font-weight: 500; border: 1px #ddd solid; }
        .yorumYap ul li input[type=text]:focus { border-color: #999; }
      .yorumYap ul li textarea { transition: 0.3s; width: 100%; outline: none; padding: 10px; border: 0; font-size: 14px; font-weight: 500; border: 1px #ddd solid; }
        .yorumYap ul li textarea:focus { border-color: #999; }
    .yorumYap ul .checkbox { font-size: 14px; }
    .yorumYap ul li .btn-primary { padding-top: 5px; font-size: 13px; }

    .yorumYap ul li #puanlama { display: inline-block; font-size: 14px; }
      .yorumYap ul li #puanlama span { cursor: pointer; display: inline-block; float: left; width: 20px; height: 16px; background-image: url(../../Library/images/star-o.png); background-repeat: no-repeat; background-position: left center; background-size: 17px 16px; }
        .yorumYap ul li #puanlama span.hover { background-image: url(../../Library/images/star.png); }
        .yorumYap ul li #puanlama span.active { background-image: url(../../Library/images/star.png); }
    .yorumYap ul li i { font-size: 14px; position: relative; top: -2px; }
  .yorumYap input[type=button] { background: #f27a1a; border-color: #f27a1a; color: #fff; border: 0; padding: 10px 15px; font-size: 13px; font-weight: 500; letter-spacing: 1px; }
.ySol .btn-success { color: #fff !important; }
.ySol .btn-danger { color: #fff !important; }

/* ICONS */

.icons { width: 100%; padding: 0 15px; }
  .icons .wrapper { max-width: 1300px; width: 100%; margin: auto; padding: 30px 0; }
    .icons .wrapper ul { list-style: none; padding: 0; margin: 0; display: flex; justify-content: space-between; }
      .icons .wrapper ul li { width: 20%; padding: 5px; }
        .icons .wrapper ul li:last-child { margin-right: 0; }
        .icons .wrapper ul li a { text-decoration: none; color: currentColor; display: block; text-align: center; }
        .icons .wrapper ul li .img { width: auto; height: 70px; display: inline-block; margin-bottom: 15px; }
          .icons .wrapper ul li .img img { width: auto; height: 70px; }
        .icons .wrapper ul li h2 { font-size: 16px; font-weight: bold; color: #f27a1a; }
        .icons .wrapper ul li h3 { font-size: 14px; font-weight: 400; }

/* FOOTER */

.footer { width: 100%; padding: 0 15px; padding-top: 15px; border-top: 1px #ddd solid; }
  .footer .wrapper { max-width: 1300px; width: 100%; margin: auto; padding: 30px 0; display: flex; justify-content: space-between; }
    .footer .wrapper .item { width: 20%; padding: 5px; }
      .footer .wrapper .item:nth-child(1) { width: 160px; }
      .footer .wrapper .item:nth-child(2) { width: 160px; }
      .footer .wrapper .item:nth-child(5) { width: 300px; }
      .footer .wrapper .item h2 { font-size: 14px; font-weight: bold; margin-bottom: 15px; }
      .footer .wrapper .item ul { list-style: none; padding: 0; margin: 0; }
        .footer .wrapper .item ul li { margin-bottom: 5px; }
          .footer .wrapper .item ul li a { text-decoration: none; color: currentColor; }

      .footer .wrapper .item .subscribe { margin-bottom: 30px; }
        .footer .wrapper .item .subscribe input[type=text] { width: 100%; border: 0; border-bottom: 1px #ddd solid; padding: 5px 0; margin-bottom: 15px; font-weight: 300; outline: none; }
        .footer .wrapper .item .subscribe input[type=submit] { border: 1px #ddd solid; background: #fff; padding: 10px 15px; letter-spacing: 1px; outline: none; }

      .footer .wrapper .item .social { display: flex; align-items: center; flex-wrap: wrap; }
        .footer .wrapper .item .social a { text-decoration: none; color: currentColor; display: block; width: 24px; height: 40px; margin-right: 15px; }
          .footer .wrapper .item .social a.facebook { background: url(../images/social/facebook.png) no-repeat center; background-size: 24px 24px; }
          .footer .wrapper .item .social a.instagram { background: url(../images/social/instagram.png) no-repeat center; background-size: 24px 24px; }
          .footer .wrapper .item .social a.twitter { background: url(../images/social/twitter.png) no-repeat center; background-size: 24px 24px; }
          .footer .wrapper .item .social a.pinterest { background: url(../images/social/pinterest.png) no-repeat center; background-size: 24px 24px; }
          .footer .wrapper .item .social a.whatsapp { background: url(../images/social/whatsapp.png) no-repeat center; background-size: 24px 24px; }

/* FOOTER ALT */

.footer-alt { width: 100%; padding: 0 15px; background: #ddd; }
  .footer-alt .wrapper { max-width: 1300px; width: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between; padding: 7px 0; }
    .footer-alt .wrapper .copyright { width: auto; }
    .footer-alt .wrapper .design { width: auto; }
      .footer-alt .wrapper .design a { text-decoration: none; color: currentColor; font-weight: 500; }

/* PAY */

.pay { width: 100%; }
  .pay .wrapper { max-width: 1300px; width: 100%; margin: auto; text-align: center; padding: 15px 0; }
    .pay .wrapper img { max-width: 736px; width: 100%; margin: auto; display: inline-block; }

/* GO TO TOP */

#go-to-top { display: inline-block; background: #f27a1a; border: 0; color: #fff; width: 50px; height: 50px; border-radius: 100%; text-align: center; position: fixed; bottom: 20px; right: 20px; transition: background-color .3s, opacity .5s, visibility .5s; opacity: 0; visibility: hidden; z-index: 1000; text-decoration: none; outline: none; font-size: 14px; font-weight: 300; text-align: center; }
  #go-to-top:hover { }
  #go-to-top:active { }
  #go-to-top.show { opacity: 1; visibility: visible; }
  #go-to-top i { font-size: 24px; }

/* OTHERS */

.aramaSayfa { width: 100% !important; }
.price .disc.overline { text-decoration: line-through; }
.renkImg { width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; top: 0; z-index: 9; }
.wp-fix-btn { width: 50px; height: 50px; position: fixed; bottom: 80px; right: 20px; background: url(../images/wp-icon.svg) no-repeat center; background-size: 50px; z-index:2; }




.haber { margin-bottom: 30px; }
  .haber a { text-decoration: none; color: currentColor; }
  .haber .img { width: 100%; margin-bottom: 20px; }
    .haber .img img { width: 100%; }
  .haber h2 { font-size: 18px; font-weight: 500; }
  .haber p { }
  .haber .button { font-size: 15px; color: #f27a1a; display: inline-flex; }
    .haber .button span { display: inline-block; margin-top: 1px; margin-left: 10px; }

.haberDetay { width: 100%; margin-bottom: 30px; }
  .haberDetay .img { max-width: 500px; width: 100%; margin-bottom: 20px; float: left; margin-right: 30px; }
    .haberDetay .img img { width: 100%; }
  .haberDetay h1 { font-size: 24px; font-weight: 600; margin-bottom: 10px; }
  .haberDetay p { font-size: 16px; }

.dTukendi { position: absolute; width: auto; background: brown; color: #fff; padding: 5px 10px; z-index: 9; left: 5px; top: 48px; border-radius: 3px; font-size: 13px; }
.kargosure { position: absolute; width: auto; background: green; color: #fff; padding: 5px 10px; z-index: 9; right: 5px; bottom: 5px; border-radius: 3px; font-size: 13px; }
.colorscala { position: absolute; width: 32px; height: 32px; z-index: 3; left: 5px; bottom: 5px; border-radius: 3px; font-size: 13px; }
  .colorscala img { width: 32px !important; height: 32px !important; background: #fff; border-radius: 100%; }
  .colorscala h2 { position: absolute; font-size: 16px !important; font-weight: 600 !important; left: 50%; top: 50%; transform: translate(-50%, -50%); margin-bottom: 0 !important; }

@media(max-width: 1070px) {
}

@media(max-width: 1024px) {
}

@media(max-width: 991px) {


  body { padding:91px 0 100px 0; }
  #go-to-top { bottom: 115px; }
  .wp-fix-btn { bottom: 180px; }

  .links{ display:none !important; }

  .bottombar { width: 100%; height: 100px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-around; position: fixed; bottom: 0; left: 0; background: #fff; border-top: solid 1px #ccc; z-index: 9999; }
    .bottombar a.home { background-image: url(../images/svg/home.svg); }
    .bottombar a.menu { background-image: url(../images/svg/menu.svg); }
    .bottombar a.giris { background-image: url(../images/svg/giris.svg); }
    .bottombar a.uyeol { background-image: url(../images/svg/uyeol.svg); }
    .bottombar a.cikis { background-image: url(../images/svg/cikis.svg); }
    .bottombar a.favori { background-image: url(../images/svg/favorite.svg); }
    .bottombar a.hesap { background-image: url(../images/svg/user.svg); }
    .bottombar a.sepet { background-image: url(../images/svg/sepet.svg); }
      .bottombar a.sepet span { position: absolute; width: 20px; height: 20px; font-size: 12px; line-height: 20px; background: #f27a1a; border-radius: 100%; color: #fff; top: 0; right: 0; text-align: center; }

    .bottombar a { position: relative; color: #f27a1a; font-weight: 500; background-repeat: no-repeat; background-size: auto 50px; padding-top: 54px; background-position: top center; text-decoration: none; }


  .closeBtn { position: absolute; right: 6px; top: 6px; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; font-size: 24px; color: brown; cursor: pointer; }
  .mobilBtn { position: absolute; right: -7px; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; font-size: 24px; top: 23px; }

  .top-menu { transition: 0.2s; position: fixed; width: 100%; height: 100%; overflow: auto; overflow-x: hidden; background: #fff; z-index: 20; top: 0; left: -100%; padding: 10px; padding-top: 70px; }
    .top-menu.show { left: 0; }
    .top-menu .wrapper { border: 0; }
      .top-menu .wrapper .parent-ul { display: block; position: relative; width: 100%; box-shadow: unset; padding: 0; }
        .top-menu .wrapper .parent-ul li { border-bottom: 1px #eee solid; position: relative; }
          .top-menu .wrapper .parent-ul li:last-child { border: 0; }
          .top-menu .wrapper .parent-ul li .arrow { position: absolute; right: 0; top: 6px; font-size: 22px; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; }
            .top-menu .wrapper .parent-ul li .arrow.clicked { transform: rotate(90deg); }
          .top-menu .wrapper .parent-ul li a { padding: 10px 5px; }
      .top-menu .wrapper .sub-ul { display: none; position: relative; width: 100%; box-shadow: unset; padding: 0; }
        .top-menu .wrapper .sub-ul li .arrow { height: 16px; }
      .top-menu .wrapper .sub-ul-ul { left: 0; }
      .top-menu .wrapper .sub-ul.opened { display: block; }
      .top-menu .wrapper .sub-ul li { border: 0; }
        .top-menu .wrapper .sub-ul li a { padding: 5px; }


  .header{ position:fixed; top:0; z-index:10; }
  .header .wrapper .links { padding-right: 43px; }
    .header .wrapper .links a { font-size: 0; margin-left: 5px; }
    .header .wrapper .links .box a { font-size: 13px; }

  .header .wrapper .logo { width: 140px; }
    .header .wrapper .logo img { width: 140px; }

  .iletisim .map { width: 100%; padding: 0; margin-bottom: 30px; }
    .iletisim .map iframe { height: 300px; }
  .iletisim .contact { width: 100%; }

  .footer .wrapper { flex-wrap: wrap; text-align: center; }
    .footer .wrapper .item { width: 100% !important; margin-bottom: 30px; }
      .footer .wrapper .item .subscribe { max-width: 400px; margin: auto; margin-bottom: 15px; }
        .footer .wrapper .item .subscribe input[type=text] { text-align: center; }
      .footer .wrapper .item .social { justify-content: center; }
        .footer .wrapper .item .social a { margin: 0 7px; }

  .footer-alt .wrapper { flex-wrap: wrap; text-align: center; }
    .footer-alt .wrapper .copyright { width: 100%; }
    .footer-alt .wrapper .design { width: 100%; }

  .kurumsal .side-menu { width: 100%; margin-right: 0; margin-bottom: 30px; text-align: center; }
  .kurumsal .right-content { width: 100%; }

  .urunGrid { max-height: unset; }
    .urunGrid .item { width: 100% !important; margin: 0 !important; margin-bottom: 15px !important; }

  .urun-liste .filter { width: 100%; margin-right: 0; }
  .urun-liste .filter .filter-button{ display: flex; align-items: center; justify-content: space-between;}
  .urun-liste .filter .filter-wrap{ display: none;}
  .urun-liste .list { width: 100%; }

  .detail-gallery { width: 100%; }
  .detail-content { width: 100%; margin-left: 0; }

  .urun-liste .list .sort .top .grid { display: none; }

  .urun-liste .list.column-4 ul li { width: calc(33.333% - 16px); margin-right: 24px; margin-bottom: 24px; }
    .urun-liste .list.column-4 ul li:nth-child(3n) { margin-right: 0; }
}

@media(max-width: 768px) {

  body{ padding:112px 0 100px 0; }
  .mobilBtn { top: 9px; }

  .header .wrapper { flex-wrap: wrap; padding: 5px 0; /*padding-top: 25px;*/ }
    .header .wrapper .logo { /*left: 0; transform: unset; top: 13px;*/ position:relative; margin:0 auto; left:inherit; transform:inherit; }
    .header .wrapper .search { max-width: 100%; width: 100%; order: 2; margin-top: 5px; border: 1px solid #f27a1a; padding: 5px 0; }
      .header .wrapper .search .inputs { max-width: 100%; }
        .header .wrapper .search .inputs input[type=text] { max-width: 100%; padding-left: 5px; }
        .header .wrapper .search .inputs input[type=submit] { left: unset; right: 5px; }
    .header .wrapper .links { max-width: 100%; width: 100%; order: 1; }

  .urun-liste .list ul li h2 { font-size: 14px; }
  .urun-liste .list ul li h3 { font-size: 14px; }
  .urun-liste .list ul li .price .norm { font-size: 16px; }
  .urun-liste .list ul li .price .disc { font-size: 19px; }
  .urun-liste .list ul li .basket-disc { font-size: 13px; }
    .urun-liste .list ul li .basket-disc b { font-size: 19px; }

  .urunCarou ul li h2 { font-size: 14px; }
  .urunCarou ul li h3 { font-size: 14px; }
  .urunCarou ul li .price .norm { font-size: 16px; }
  .urunCarou ul li .price .disc { font-size: 19px; }
  .urunCarou ul li .basket-disc { font-size: 13px; }
    .urunCarou ul li .basket-disc b { font-size: 19px; }

  .catCarou { display: flex; flex-wrap: wrap; }
    .catCarou .item { width: 50%; margin-bottom: 10px; }
}

@media(max-width: 640px) {
  .icons .wrapper ul li .img { height: 50px; }
    .icons .wrapper ul li .img img { height: 50px; }
  .icons .wrapper ul li h2 { font-size: 14px; }
  .icons .wrapper ul li h3 { font-size: 12px; }

  .urun-liste .list.column-3 ul li { width: calc(50% - 12px); }
    .urun-liste .list.column-3 ul li:nth-child(2n) { margin-right: 0; }
    .urun-liste .list.column-3 ul li:nth-child(3n) { margin-right: 24px; }
    .urun-liste .list.column-3 ul li:nth-child(6n) { margin-right: 0; }

  .urun-liste .list.column-4 ul li { width: calc(50% - 12px); }
    .urun-liste .list.column-4 ul li:nth-child(2n) { margin-right: 0; }
    .urun-liste .list.column-4 ul li:nth-child(3n) { margin-right: 24px; }
    .urun-liste .list.column-4 ul li:nth-child(6n) { margin-right: 0; }

  .detail-content { text-align: center; }
    .detail-content .item { justify-content: center; }
    .detail-content .price { justify-content: center; }
    .detail-content .color ul { justify-content: center; }
    .detail-content .colorDiger ul { justify-content: center; }

    .detail-content .size ul { justify-content: center; }
    .detail-content .buttons { justify-content: space-around; align-items:flex-end; position:fixed; bottom:0; left:0; background:#fff; z-index:3; width:100%; margin:0; padding:10px; border-top:solid 1px #ccc; }
      .detail-content .buttons .add-basket-btn { margin:0 10px 0 0; font-size:14px; }
      .detail-content .buttons .add-basket-btn1, .detail-content .buttons .add-fav-btn{ display:none; }

      .detail-content .buttons .basket { display:block; position: relative; color: #f27a1a; font-weight: 500; background: url(../images/svg/sepet.svg) no-repeat top center; background-size: auto 30px; padding-top: 30px; text-decoration: none; }
        .detail-content .buttons .basket span { position: absolute; width: 20px; height: 20px; font-size: 12px; line-height: 20px; background: #f27a1a; border-radius: 100%; color: #fff; top: 0; right: 0; text-align: center; }


      .detail-content .buttons .price { display: flex; align-items: center; flex-wrap: wrap; padding-bottom: 0; margin-bottom: 0; margin-right:10px; border-bottom: none; }
        .detail-content .buttons .price .norm { margin-right: 0; width:100%; }
          .detail-content .buttons .price .norm span { font-size: 20px; font-weight: 400; color: #666; position: relative; }
            .detail-content .buttons .price .norm span::before { content: ""; width: 100%; height: 1px; background: #666; left: 0; top: 50%; position: absolute; }
        .detail-content .buttons .price .disc { }
          .detail-content .buttons .price .disc span { font-size: 20px; font-weight: bold; color: #f27a1a; }

      .detail-content .buttons .basket-disc { border: 1px solid #df1c24; font-size: 12px; font-weight: 500; color: #666; border-radius: 3px; display: inline-flex; flex-wrap: wrap; align-items: center; justify-content: center; margin-left: 0; padding: 0 5px; }
        .detail-content .buttons .basket-disc span { margin: 0 3px; }
        .detail-content .buttons .basket-disc b { font-size: 20px; font-weight: bold; color: #f27a1a; margin: 0 5px; position: relative; }


      .detail-tab { text-align: left; }

  .urunCarou ul li .free { width: 55px; font-size: 9px; }
  .urun-liste .list ul li .free { width: 55px; font-size: 9px; }
  .kargosure { width: 63px; font-size: 9px; }
  .dTukendi { width: 63px; font-size: 9px; }
}

@media(max-width: 576px) {
  .icons .wrapper ul { flex-wrap: wrap; justify-content: center; }
    .icons .wrapper ul li { width: 33.333%; margin-bottom: 10px; }

  .detail-content h1 { font-size: 19px; }
  .detail-content h2 { font-size: 16px; }
  .detail-content .price .norm span { font-size: 17px; }
  .detail-content .price .disc span { font-size: 21px; }

  .detail-content .buttons .add-basket-btn, .detail-content .buttons .add-basket-btn1 { max-width: 150px; }

}

@media(max-width: 500px) {

  .bottombar a { background-size: auto 36px; padding-top: 40px; font-size: 12px; }

  .detail-content .buttons .add-basket-btn, .detail-content .buttons .add-basket-btn1 { max-width: 110px; padding: 14px 5px; }

  .detail-content .buttons .price .norm span { font-size: 16px; }
    .detail-content .buttons .price .disc span { font-size: 16px; }
  .detail-content .buttons .basket-disc b { font-size: 16px; }
}

@media(max-width: 420px) {

    .mobilBtn { top: 4px; }

  body { padding:100px 0 70px 0; }


  .bottombar { height: 70px; }

    .bottombar a { background-size: auto 26px; padding-top: 30px; font-size:11px; }

  .detail-content .buttons .add-basket-btn, .detail-content .buttons .add-basket-btn1 { max-width: 100px; padding: 12px 5px; }
  .detail-content .buttons .basket{ font-size:12px; }

  .header .wrapper .logo { width: 100px; }
    .header .wrapper .logo img { width: 100px; }

}
