﻿body { width: 100%; height: 100%; padding: 0; margin: 0; color: #111; background: #fff; font-family: 'Titillium Web'; font-size: 16px; font-weight: 400; overflow: auto; overflow-x: hidden; }
.loading { position: fixed; width: 100%; height: 100vh; background: #fff; top: 0; left: 0; z-index: 9999999999999999; }
.container { max-width: 1300px !important; }
a { text-decoration: none !important; color: #0a0a0a; }
.main-section::after { content: ""; position: relative; display: block; clear: both; }
.ortala { margin-bottom: 60px; }

/* Header Section */
.header-section { position: sticky; top: 0; width: 100%; padding: 20px 0; z-index: 88; background-color: white; }
.logo { width: auto; }
  .logo a { display: inline-block; }
  .logo img { /*max-width: 200px;*/ /*width: 111%;*/ }

/* Top Links */
.top-links { display: flex; align-items: center; justify-content: flex-end; margin-left: 55px; }
  .top-links .user-wrap { position: relative; }
    .top-links .user-wrap .links { display: none; width: 120px; position: absolute; top: 40px; left: 50%; transform: translateX(-50%); border: 1px solid #ddd; z-index: 3; padding: 10px; background: #fff; text-align: center; }
      .top-links .user-wrap .links a { display: block; color: currentColor; font-size: 14px; padding: 5px; }
        .top-links .user-wrap .links a:hover { color: #0b9fdd; }
    .top-links .user-wrap .user-btn { cursor: pointer; width: 32px; height: 32px; background: url(../images/user.png) no-repeat center; background-size: 32px; }
  .top-links .fav-wrap .fav-btn { display: block; cursor: pointer; width: 32px; height: 32px; background: url(../images/fav.png) no-repeat center; background-size: 32px; margin-left: 15px; }
  .top-links .basket-wrap .basket-btn { display: block; position: relative; cursor: pointer; width: 32px; height: 32px; background: url(../images/basket.png) no-repeat center; background-size: 32px; margin-left: 15px; }
    .top-links .basket-wrap .basket-btn span { width: 20px; height: 20px; border-radius: 100%; position: absolute; right: -8px; top: -8px; background: #0b9fdd; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 12px; font-weight: 700; }
.add-fav {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 20px;
  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%;
}
.fixed-btns { max-width: 240px; width: 100%; position: fixed; right: 0; bottom: 20%;z-index:999; }
    .fixed-btns a { width: 100%; text-decoration: none; color: #fff; display: block; box-shadow: 0px 5px 10px rgba(0,0,0,0.1); font-size: 18px; position: relative; text-align: center; margin: 10px 0; border-radius: 30px 0 0 30px; }
        .fixed-btns a.whatsapp-btn { background-color: #4dc247; line-height: 1.2; padding: 10px 0; padding-left: 40px; background: url(../images/whatsapp.svg) #4dc247 no-repeat center left 20px; background-size: 32px; }
            .fixed-btns a.whatsapp-btn span { display: block; }
            .fixed-btns a.whatsapp-btn b { display: block; }
        .fixed-btns a.offer-btn { background-color: #688eff; padding: 18px 0; padding-left: 40px; background: url(../images/document.svg) #688eff no-repeat center left 20px; background-size: 32px; }
            .fixed-btns a.offer-btn span { display: block; }

/* Top Menu */
.top-menu { width: 100%; position: relative; margin-left: 25px }
  .top-menu ul { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; justify-content: center; }
    .top-menu ul li { width: auto; }
      .top-menu ul li a { display: flex; align-items: center; text-align: center; padding: 15px 10px; }
        .top-menu ul li a i { position: relative; top: 1px; margin-left: 3px; color: #0b9fdd; font-weight: bold; }
      .top-menu ul li:hover > a { color: #0b9fdd; }
      .top-menu ul li > a img { max-width: 100%; display: block; margin: auto; margin-bottom: 10px; }
  .top-menu > ul ul { list-style: none; padding: 10px 0; margin: 0; position: absolute; width: 200px; background: #fff; display: none; z-index: 3; box-shadow: 0px 10px 20px rgba(0,0,0,0.1); }
  .top-menu ul ul.opened { display: block; }
  .top-menu ul ul li { position: relative; }
    .top-menu ul ul li a { color: #111; padding: 7px 15px; text-align: unset; font-size: 16px; font-weight: 500; }
      .top-menu ul ul li a:hover { color: #0b9fdd; }
    .top-menu ul ul li .image { position: absolute; right: 30px; top: 30px; width: 25%; height: 240px; }
      .top-menu ul ul li .image img { position: absolute; width: 100%; height: 100%; object-fit: cover; left: 0; top: 0; }
 .rafmenu a { font-weight:600}

  .top-menu ul ul ul { right: -100%; top: 0; }

.mobile-menu { width: 100%; height: 100%; position: fixed; left: -100%; top: 0; z-index: 9; transition: 0.3s; background: #fff; overflow: auto; }
  .mobile-menu.opened { left: 0; }
  .mobile-menu ul { width: 100%; height: 100%; top: 0; z-index: 3; padding: 30px 0; padding-top: 80px; margin: 0; list-style: none; }
    .mobile-menu ul li { position: relative; border-top: 1px solid #eee; }
      .mobile-menu ul li:last-child { border-bottom: 1px solid #eee; }
      .mobile-menu ul li a { text-decoration: none; color: #111; font-size: 14px; font-weight: 500; display: block; padding: 10px 15px; text-align: center; }
  .mobile-menu > ul { display: block; left: 0; }
    .mobile-menu > ul ul { position: fixed; background: #fff; left: -100%; opacity: 0; visibility: hidden; transition: 0.3s; }
      .mobile-menu > ul ul.opened { left: 0; opacity: 1; visibility: visible; }
      .mobile-menu > ul ul ul { position: fixed; left: 0; top: 0; left: -100%; opacity: 0; visibility: hidden; transition: 0.3s; }
        .mobile-menu > ul ul ul.opened { left: 0; opacity: 1; visibility: visible; }
  .mobile-menu .back-icon { width: 40px; height: 40px; position: absolute; left: 15px; top: 20px; display: flex; align-items: center; justify-content: center; z-index: 2; border: 1px solid #ddd; }
  .mobile-menu .sub-icon { width: 40px; height: 40px; position: absolute; right: 0; top: 0; display: flex; align-items: center; justify-content: center; z-index: 2; }

/* Sırala Btn */
.sort.sirala { position: relative; display: inline-block; }
.siralaBtn { display: inline-block; border: 1px solid #ccc; padding: 10px 15px; cursor: pointer; min-width: 160px; }
  .siralaBtn b { font-weight: 400; }
  .siralaBtn > span { display: none; }
#siralamasecenek2 { list-style: none; min-width: 160px; padding: 0; margin: 0; display: none; position: absolute; left: 0; border: 1px solid #ccc; z-index: 3; background: #fff; padding: 15px; }
  #siralamasecenek2 li { width: 100%; }
    #siralamasecenek2 li a { color: currentColor; width: 100%; padding: 3px 0; display: block; font-size: 14px; }
    #siralamasecenek2 li:hover a { color: #0b9fdd; }

/* Slider */
.slider { width: 100%; position: relative; }
  .slider a { display: block; }
  .slider img { width: 100%; }

  .slider .swiper-pagination { width: auto; bottom: 20%; left: 26%; }
    .slider .swiper-pagination span { width: 12px !important; height: 12px !important; border-radius: 100%; background: transparent; border: 1px solid #999; opacity: 1; }
      .slider .swiper-pagination span.swiper-pagination-bullet-active { background: #0b9fdd; border-color: #0b9fdd; }

.mslider { width: 100%; position: relative; display: none; }
  .mslider a { display: block; width: 100%; }
  .mslider img { width: 100%; }

  .mslider .swiper-pagination { width: auto; bottom: 10%; left: 26%; }
    .mslider .swiper-pagination span { width: 12px !important; height: 12px !important; border-radius: 100%; background: transparent; border: 1px solid #999; opacity: 1; }
      .mslider .swiper-pagination span.swiper-pagination-bullet-active { background: #0b9fdd; border-color: #0b9fdd; }


/* Breadcrumb */
.breadcrumb { width: 100%; background: transparent; position: relative; margin-top: -75px; margin-bottom: 27px; z-index: 2; justify-content: center; }
  .breadcrumb a { display: inline-block; position: relative; margin-right: 10px; color: #fff; }
    .breadcrumb a::after { content: ">"; position: relative; display: inline-block; margin-left: 10px; }
    .breadcrumb a:last-child { font-weight: bold; color: #0b9fdd; }
      .breadcrumb a:last-child::after { content: ""; }

/* Sort */
.sort { }
  .sort select { outline: none; cursor: pointer; padding: 7px 12px; padding-right: 35px; border-color: #ccc; -webkit-appearance: none; -moz-appearance: none; background: url(../images/down.png) no-repeat center right 10px; background-size: 16px; }

/* Product List */
.product-item { width: 100%; margin-bottom: 30px; text-align: center; border: 1px solid #ddd; }
  .product-item a { display: block; color: currentColor; }
  .product-item .image { width: 100%; height: 100%; /* padding-bottom: 100%; */ position: relative; }
    .product-item .image img { width: 100%; height: 100%; object-fit: cover; /*position: absolute;*/ left: 0; top: 0; }
  .product-item .content { width: 100%; padding: 15px; text-align: center; position: relative; top: 0px; }
    .product-item .content h2 { font-size: 18px; margin-bottom: 15px; }
    .product-item .content .price { display: flex; align-items: center; justify-content: center; margin-bottom: 15px; font-size: 20px; }
      .product-item .content .price .norm { padding: 0 10px; color: #999; display: flex; }
        .product-item .content .price .norm span { position: relative; }
          .product-item .content .price .norm span::after { content: ""; width: calc(100% + 20px); height: 1px; background: #999; left: 0; top: 50%; position: absolute; }
      .product-item .content .price .disc { padding: 0 10px; font-weight: 700; display: flex; }
    .product-item .content .detail-btn { font-size: 14px; font-weight: 700; padding: 7px 12px; border-radius: 30px; display: inline-block; color: #0b9fdd; border: 1px solid #0b9fdd; }
  .product-item a.detail-btn { position: relative; top: -15px; font-size: 14px; font-weight: 700; padding: 7px 12px; border-radius: 30px; display: inline-block; color: #0b9fdd; border: 1px solid #0b9fdd; }

/*renk seçenekleri*/
.product-detail .colorDiger { margin: 15px 0; }
  .product-detail .colorDiger h4 { font-size: 17px; color: #0b9fdd; font-weight: 600; }
  .product-detail .colorDiger ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; }
    .product-detail .colorDiger ul li { width: 80px; margin-right: 10px; }
      .product-detail .colorDiger ul li:last-child { margin-right: 0; }
      .product-detail .colorDiger ul li a { text-decoration: none; color: currentColor; display: block; border: 2px #ccc solid; width: 100%; background-size: cover !important; }
        .product-detail .colorDiger ul li a.stokyok { cursor: not-allowed; }
        .product-detail .colorDiger ul li a.secili { border-color: #f27a1a; }
      .product-detail .colorDiger ul li img { width: 100%; }

/* Cat Carou */
.cat-carou.swiper-container { padding: 0 45px; }
.cat-carou .swiper-button-prev { top: 35%; left: 0; width: 30px; height: 50px; background: #ccc; display: flex; align-items: center; justify-content: center; }
  .cat-carou .swiper-button-prev::after { font-size: 16px; font-weight: bold; color: #111; }
.cat-carou .swiper-button-next { top: 35%; right: 0; width: 30px; height: 50px; background: #0b9fdd; display: flex; align-items: center; justify-content: center; }
  .cat-carou .swiper-button-next::after { font-size: 16px; font-weight: bold; color: #fff; }

/* Set Slider */
.set-slider a { display: block; }
.set-slider img { width: 100%; }
.set-slider.swiper-container { padding: 0 45px; }
.set-slider .swiper-button-prev { left: 0; width: 30px; height: 50px; background: #ccc; display: flex; align-items: center; justify-content: center; }
  .set-slider .swiper-button-prev::after { font-size: 16px; font-weight: bold; color: #111; }
.set-slider .swiper-button-next { right: 0; width: 30px; height: 50px; background: #0b9fdd; display: flex; align-items: center; justify-content: center; }
  .set-slider .swiper-button-next::after { font-size: 16px; font-weight: bold; color: #fff; }

.product-set-detail { width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
  .product-set-detail .title { width: auto; padding: 30px 0 15px 0; }
    .product-set-detail .title h1 { font-size: 22px; font-weight: 600; }
    .product-set-detail .title h2 { font-size: 16px; color: #999; margin-bottom: 0; }
  .product-set-detail a.add-basket { color: #fff; background: #0b9fdd; padding: 10px 15px; border-radius: 20px; font-size: 15px; font-weight: 600; display: flex; align-items: center; }
    .product-set-detail a.add-basket::before { content: ""; filter: brightness(100); width: 24px; height: 24px; margin-right: 7px; position: relative; display: block; background: url(../images/basket.png) no-repeat center; background-size: 24px; }

/* Tab Wrap */
.tab-wrap { width: 100%; }
  .tab-wrap .tab-title { width: 100%; margin-bottom: 10px; }
    .tab-wrap .tab-title > ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; }
      .tab-wrap .tab-title > ul > li { max-width: 140px; width: 100%; padding: 20px; cursor: pointer; color: #111; text-align: center; margin: 10px; border: 2px solid transparent; }
        .tab-wrap .tab-title > ul > li > img { max-width: 100%; margin-bottom: 10px; }
        .tab-wrap .tab-title > ul > li > h2 { font-size: 15px; font-weight: 700; margin-bottom: 0; }
        .tab-wrap .tab-title > ul > li.current { border: 2px solid #0b9fdd; }
  .tab-wrap .tab-content { width: 100%; }
    .tab-wrap .tab-content > ul { list-style: none; padding: 0; margin: 0; }
    .tab-wrap .tab-content ul { padding: 0; margin: 0; }

    .tab-wrap .tab-content > ul > li { width: 100%; padding: 30px 0; opacity: 0; visibility: hidden; height: 0; padding: 0; }
      .tab-wrap .tab-content > ul > li.current { animation: 0.5s fadeIn; opacity: 1; visibility: visible; height: auto; padding: 30px 0; }

  .tab-wrap.pd { margin-top: 20px; border-top: 1px solid #ddd; padding-top: 20px; }
    .tab-wrap.pd .tab-title > ul { flex-wrap: nowrap; justify-content: unset; width: 100%; }
      .tab-wrap.pd .tab-title > ul > li { border: unset; max-width: unset; width: auto; padding: 0; margin: 0; padding-right: 20px; margin-right: 20px; border-right: 1px solid #ddd !important; font-weight: 600; }
        .tab-wrap.pd .tab-title > ul > li:last-child { padding-right: 0; margin-right: 0; border-right: 0 !important; }
        .tab-wrap.pd .tab-title > ul > li.current { border: unset; color: #0b9fdd; }
    .tab-wrap.pd .tab-content > ul > li { /*background: #f5f5f5;*/ }
      .tab-wrap.pd .tab-content > ul > li.current { /*padding:20px 30px;*/ padding: 0; }


      /*ürün detay akordiyon*/
.akordiyon { width: 100%; }
  .akordiyon > ul { padding: 0; margin: 0; list-style-type: none; width: 100%; }
    .akordiyon > ul > li { display: block; width: 100%; background: #f3f3f3; padding: 15px; margin-bottom: 15px; color: currentColor; }
      .akordiyon > ul > li > a { font-weight: 600; font-size: 17px; display:block; width:100%; }
        .akordiyon > ul > li > a:after { content: '>'; float: right; transform: rotate(0); transition: all .5s; }

        .akordiyon > ul > li > a:hover { color: #0b9fdd; }
        .akordiyon > ul > li > a.aktif { color: #0b9fdd; }
          .akordiyon > ul > li > a.aktif:after { transform: rotate(90deg); }

      .akordiyon > ul > li > .content { height: 0; width: 100%; overflow: hidden; transition: all 1s; }
        .akordiyon > ul > li > .content.aktif { height: auto; }


/* TAKSÝT */

.taksit { text-align: center; }
  .taksit h2{ font-size:24px; }
  .taksit ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; }
    .taksit ul li { display: inline-block; width: 33%; padding: 0 5px; }
      .taksit ul li table thead { font-size: 12px; font-weight: 400; }
      .taksit ul li .table td, .taksit ul li .table th { padding: 5px; }







@-webkit-keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}



/* Grid Wrap */
.grid-wrap { width: 100%; position: relative; }
  .grid-wrap::after { content: ""; position: relative; display: block; clear: both; }
  .grid-wrap .item { float: left; border-radius: 10px; position: relative; }
    .grid-wrap .item a { position: relative; width: 100%; }
    .grid-wrap .item img { width: 100%; border-radius: 10px; }
    .grid-wrap .item:nth-child(1) { width: 50%; }
    /* 50% - 40% */
    .grid-wrap .item:nth-child(2) { width: 50%; padding-left: 30px; padding-bottom: 30px; }
    /* 50% - 20% */
    .grid-wrap .item:nth-child(3) { width: 25%; padding-left: 30px; }
    /* 20% - 25% */
    .grid-wrap .item:nth-child(4) { width: 25%; padding-left: 30px; }
/* 20% - 25% */

/* Mid Banner */
.mid-banner { width: auto; }
  .mid-banner a { display: block; margin-bottom: 10px; }
  .mid-banner img { width: 100%; border-radius: 10px; }

/* Banner */
.banner { width: 100%; }
  .banner a { display: block; position: relative; }
  .banner > a::after { content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(0,0,0,0.7); z-index: 2; }
  .banner img { width: 100%; }

/* Home About */
.home-about img { max-width: 100%; }
.home-about h2 { font-size: 20px; font-weight: 900; font-style: italic; }
.home-about p { font-size: 14px; }
.home-about a.read-more { color: #0b9fdd; font-size: 14px; font-weight: 600; display: inline-flex; align-items: center; }
  .home-about a.read-more i { margin-left: 5px; }
  .home-about a.read-more span { text-decoration: underline; }

/* About */
.about { position: relative; z-index: 3; margin-top: -140px; }
  .about img { max-width: 100%; }
  .about .content { margin-left: 31%; padding-right: 10%; margin-top: -180px; }
  .about h2 { font-size: 20px; font-weight: 900; font-style: italic; }
  .about p { font-size: 14px; }
  .about a.read-more { color: #0b9fdd; font-size: 14px; font-weight: 600; display: inline-flex; align-items: center; }
    .about a.read-more i { margin-left: 5px; }
    .about a.read-more span { text-decoration: underline; }

/* Icon Section */
.icon-section .container { padding: 0 30px; margin-bottom: 30px; }
  .icon-section .container .row { border-radius: 20px; }
    .icon-section .container .row .col-md-3 { border-right: 1px solid #ddd; position: relative; overflow: hidden; z-index: 2; }
      .icon-section .container .row .col-md-3:hover::after { content: ""; width: 200px; height: 200px; background-color: #0b9fdd; border-radius: 100%; position: absolute; left: -50px; top: -100px; z-index: 1; }
      .icon-section .container .row .col-md-3:hover .icon { filter: invert(1); }
      .icon-section .container .row .col-md-3:last-child { border: 0; }
.icon-section a { color: currentColor; display: block; position: relative; z-index: 2; padding: 30px 20px; }
.icon-section .icon { width: auto; margin-bottom: 15px; }
  .icon-section .icon img { max-width: 100%; }
.icon-section .content { }
  .icon-section .content h2 { font-size: 18px; font-weight: 900; }
  .icon-section .content p { font-size: 14px; }

/* Product Detail */
.product-detail-gallery img { width: 100%; }
.product-detail-gallery .own { margin-bottom: 15px; }
.product-detail-gallery .thumbs .swiper-slide { border: 2px solid #ddd; }
  .product-detail-gallery .thumbs .swiper-slide.swiper-slide-thumb-active { border-color: #0b9fdd; }

.product-detail h2 { font-size: 22px; font-weight: 600; }
.product-detail h3 { font-size: 16px; color: #999; margin-bottom: 15px; }
.product-detail .price { width: 100%; display: flex; align-items: center; padding: 10px 0; margin-bottom: 25px; font-size: 24px; color: #999; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }

  .product-detail .price .norm { margin-right: 30px; }
    .product-detail .price .norm span { position: relative; }
      .product-detail .price .norm span::after { content: ""; width: calc(100% + 30px); height: 1px; background: #999; left: 0; top: 50%; margin-top: 1px; position: absolute; }
  .product-detail .price .disc { font-size: 28px; font-weight: 900; color: #111; }

.product-detail .quantity { width: 100%; display: flex; align-items: center; margin-bottom: 20px; }
  .product-detail .quantity span { margin-right: 30px; }
  .product-detail .quantity .qty { margin-right: 30px; position: relative; display: flex; align-items: center; }
  .product-detail .quantity .minus { border: 1px solid #ddd; border-right: 0; background: #fff; padding-bottom: 5px; font-size: 24px; width: 35px; height: 45px; display: flex; align-items: center; justify-content: center; cursor: pointer; user-select: none; }
  .product-detail .quantity .plus { border: 1px solid #ddd; border-left: 0; background: #fff; padding-bottom: 5px; font-size: 24px; width: 35px; height: 45px; display: flex; align-items: center; justify-content: center; cursor: pointer; user-select: none; }
  .product-detail .quantity input { width: 33px; height: 45px; text-align: center; outline: none; border: 1px solid #ddd; border-left: 0; border-right: 0; font-size: 24px; font-weight: 600; }
    .product-detail .quantity input::-webkit-outer-spin-button, .product-detail .quantity input::-webkit-inner-spin-button { -webkit-appearance: none; }
  .product-detail .quantity a.add-basket { color: #fff; background: #0b9fdd; padding: 10px 15px; border-radius: 20px; font-size: 15px; font-weight: 600; display: flex; align-items: center; }
    .product-detail .quantity a.add-basket::before { content: ""; filter: brightness(100); width: 24px; height: 24px; margin-right: 7px; position: relative; display: block; background: url(../images/basket.png) no-repeat center; background-size: 24px; }
.product-detail .note { font-size: 14px; }

/* Part List */
.part-list { width: 100%; }
  .part-list .part-gallery { border: 1px solid #ddd; padding: 20px; border-radius: 10px; }
    .part-list .part-gallery img { width: 100%; }
  .part-list .item { width: 100%; display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #ddd; }
    .part-list .item:last-child { border-bottom: 0; }
    .part-list .item .left-col { width: 60%; }
    .part-list .item .right-col { width: 40%; padding-left: 45px; }
      .part-list .item .right-col h2 { font-size: 22px; font-weight: 600; margin-bottom: 5px; }
      .part-list .item .right-col .price { width: 100%; display: flex; align-items: center; font-size: 24px; color: #999; margin-bottom: 15px; }
        .part-list .item .right-col .price .norm { margin-right: 30px; }
          .part-list .item .right-col .price .norm span { position: relative; }
            .part-list .item .right-col .price .norm span::after { content: ""; width: calc(100% + 30px); height: 1px; background: #999; left: 0; top: 50%; margin-top: 1px; position: absolute; }
        .part-list .item .right-col .price .disc { font-size: 28px; font-weight: 900; color: #111; }
      .part-list .item .right-col .quantity { width: 100%; display: flex; align-items: center; margin-bottom: 20px; }
        .part-list .item .right-col .quantity span { margin-right: 30px; }
        .part-list .item .right-col .quantity .qty { margin-right: 30px; position: relative; display: flex; align-items: center; }
        .part-list .item .right-col .quantity .minus { border: 1px solid #ddd; border-right: 0; background: #fff; padding-bottom: 4px; font-size: 24px; width: 30px; height: 35px; display: flex; align-items: center; justify-content: center; cursor: pointer; user-select: none; }
        .part-list .item .right-col .quantity .plus { border: 1px solid #ddd; border-left: 0; background: #fff; padding-bottom: 5px; font-size: 24px; width: 30px; height: 35px; display: flex; align-items: center; justify-content: center; cursor: pointer; user-select: none; }
        .part-list .item .right-col .quantity input { width: 30px; height: 35px; text-align: center; outline: none; border: 1px solid #ddd; border-left: 0; border-right: 0; font-size: 18px; font-weight: 600; }
          .part-list .item .right-col .quantity input::-webkit-outer-spin-button, .part-list .item .right-col .quantity input::-webkit-inner-spin-button { -webkit-appearance: none; }

  .part-list .part-gallery .swiper-button-prev { left: 10px; width: 25px; height: 40px; background: #ddd; display: flex; align-items: center; justify-content: center; }
    .part-list .part-gallery .swiper-button-prev::after { font-size: 13px; font-weight: bold; color: #111; }
  .part-list .part-gallery .swiper-button-next { right: 10px; width: 25px; height: 40px; background: #0b9fdd; display: flex; align-items: center; justify-content: center; }
    .part-list .part-gallery .swiper-button-next::after { font-size: 13px; font-weight: bold; color: #fff; }

/* Fixed Section */
.fixed-section { transition: 0.4s; position: fixed; z-index: 9; max-width: 700px; width: 100%; display: flex; align-items: center; justify-content: space-between; left: 50%; bottom: 30px; transform: translateX(-50%) translateY(50px); padding: 20px; background: #fff; border-radius: 10px; box-shadow: 0px 10px 30px rgba(0,0,0,0.2); opacity: 0; visibility: hidden; }
  .fixed-section.scrolled { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
  .fixed-section .title { width: auto; border-right: 1px solid #ddd; padding-right: 45px; }
    .fixed-section .title h2 { font-size: 22px; font-weight: 600; margin-bottom: 5px; }
    .fixed-section .title h3 { font-size: 18px; color: #999; margin-bottom: 0; }

  .fixed-section .price { width: auto; display: flex; align-items: center; font-size: 20px; color: #999; margin-left: 15px; }
    .fixed-section .price .norm { margin-right: 30px; }
      .fixed-section .price .norm span { position: relative; }
        .fixed-section .price .norm span::after { content: ""; width: calc(100% + 30px); height: 1px; background: #999; left: 0; top: 50%; margin-top: 1px; position: absolute; }
    .fixed-section .price .disc { font-size: 24px; font-weight: 900; color: #111; }
  .fixed-section a.add-basket { position: relative; color: #fff; background: #0b9fdd; padding: 15px 20px; padding-right: 30px; border-radius: 10px; font-size: 15px; font-weight: 600; display: flex; align-items: center; margin-left: 15px; }
    .fixed-section a.add-basket::before { content: ""; filter: invert(1); width: 32px; height: 32px; position: relative; display: block; background: url(../images/basket.png) no-repeat center; background-size: 32px; }
    .fixed-section a.add-basket span { width: 18px; height: 18px; display: flex; right: 20px; top: 10px; align-items: center; justify-content: center; color: #0b9fdd; font-weight: bold; font-size: 21px; padding-bottom: 6px; border-radius: 100%; background: #fff; position: absolute; }

/* Contact */
.contact-map { width: 100%; height: 450px; position: relative; }
  .contact-map iframe { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }

.contact-info { width: 100%; margin-bottom: 30px; }
  .contact-info h2 { font-size: 20px; font-weight: 500; margin-bottom: 20px; }
  .contact-info ul { list-style: none; padding: 0; margin: 0; }
    .contact-info ul li { color: #111; margin-bottom: 5px; }
      .contact-info ul li:last-child { margin-bottom: 0; }
      .contact-info ul li a { text-decoration: none; color: currentColor; display: inline; font-size: 14px; }
      .contact-info ul li b { font-weight: 600; }

.contact-form { }
  .contact-form h2 { font-size: 20px; font-weight: 500; margin-bottom: 20px; }
  .contact-form ul { list-style: none; padding: 0; margin: 0; }
    .contact-form ul li { margin-bottom: 10px; }
      .contact-form ul li label { font-size: 14px; }
      .contact-form ul li input[type=text] { width: 100%; outline: none; border: 1px solid #ddd; padding: 7px; }
      .contact-form ul li textarea { width: 100%; height: 120px; outline: none; border: 1px solid #ddd; padding: 7px; }
  .contact-form input[type=submit] { min-width: 220px; font-weight: 600; letter-spacing: 1px; height: 76px; background: #0b9fdd; outline: none; border: 0; color: #fff; }

/* Footer Section */
.footer-section { width: 100%; }

.f-logo { text-align: center; }
  .f-logo a { display: inline-block; }
  .f-logo img { max-width: 100%; }

.f-menu h2 { font-size: 19px; font-weight: 900; margin-bottom: 15px; }
.f-menu ul { list-style: none; padding: 0; margin: 0; }
  .f-menu ul li { padding: 5px 0; }
    .f-menu ul li a { color: #aaa; }

.newsletter h2 { font-size: 19px; font-weight: 900; margin-bottom: 15px; }
.newsletter p { color: #aaa; }
.newsletter .inputs { width: 100%; position: relative; display: flex; align-items: center; }
  .newsletter .inputs input[type=text] { width: 100%; outline: none; background: transparent; border: 1px solid #aaa; padding: 10px; }
  .newsletter .inputs input[type=submit] { min-width: 60px; outline: none; border: 0; padding: 11px; margin-left: -1px; background: url(../images/arrow-right.png) #0b9fdd no-repeat center; background-size: 32px; }

.social-media { width: auto; display: flex; align-items: center; justify-content: center; padding: 15px 0; }
  .social-media a { display: inline-block; width: 48px; height: 48px; margin: 0 3px; }
    .social-media a.facebook { width: 32px; background: url(../images/social/facebook.svg) no-repeat center; background-size: 32px; }
    .social-media a.instagram { background: url(../images/social/instagram.svg) no-repeat center; background-size: 32px; }
    .social-media a.linkedin { background: url(../images/social/linkedin.svg) no-repeat center; background-size: 32px; }
    .social-media a.twitter { background: url(../images/social/twitter.svg) no-repeat center; background-size: 32px; }

.h2 { font-size: 22px; font-weight: 600; margin-bottom: 20px; padding: 0 45px; }
.menu-btn { position: relative; z-index: 10; width: 30px; height: 30px; background: #0b9fdd; color: #fff; font-size: 24px; margin-left: 20px; display: none; align-items: center; justify-content: center; }
.bg-light { background-color: #f5f5f5 !important; }

@media(max-width: 1100px) {

  .menu-btn { display: flex; }
  .top-links { margin-left: 15px; }
}

@media(max-width: 991px) {
  .header-section .top-menu { display: none }
  .header-section .logo img { width: 85% }
  .f-menu { text-align: center; margin-bottom: 20px; }
  .contact-map { height: 300px; margin-bottom: 20px; }
  .banner { position: relative; top: 31px; }
    .fixed-btns .whatsapp-btn span { display: none!important; }
    .fixed-btns .whatsapp-btn b { display: none!important; }
    .fixed-btns a.whatsapp-btn { padding: 34px 0; margin-left: 70%; }

}

@media(max-width: 768px) {

  .mslider { display: block; }

  .banner img { height: 150px; object-fit: cover; }
  .part-list .item .left-col { width: 100%; }
  .part-list .item .right-col { width: 100%; padding: 30px; padding-bottom: 0; }
  .fixed-section { max-width: 95%; }
  .icon-section .container .row .col-md-3:nth-child(2n) { border-right: 0; }
  .about { margin-top: -85px; }
    .about .content { margin-left: 0; padding-right: 0; margin-top: -60px; }

  .grid-wrap .item:nth-child(1) { width: 100%; margin-bottom: 15px; }
  .grid-wrap .item:nth-child(2) { width: 100%; padding-left: 0; padding-bottom: 0; margin-bottom: 15px; }
  .grid-wrap .item:nth-child(3) { width: 50%; padding-left: 0; padding-right: 8px; }
  .grid-wrap .item:nth-child(4) { width: 50%; padding-left: 8px; }
}

@media(max-width: 640px) {
  .fixed-section .price { flex-wrap: wrap; }
    .fixed-section .price .norm { width: 100%; }
}

@media(max-width: 576px) {
  .icon-section .container .row .col-md-3 { border-right: 0; border-bottom: 1px solid #ddd; }
}

@media(max-width: 480px) {
  .fixed-section { flex-wrap: wrap; }
    .fixed-section .title { width: 100%; border-right: 0; border-bottom: 1px solid #ddd; padding-bottom: 10px; margin-bottom: 10px; }
    .fixed-section .price { margin-left: 0; }
      .fixed-section .price .norm { margin-right: 0; }
}

@media(max-width: 400px) {
  .product-detail .quantity { flex-wrap: wrap; justify-content: center; }
    .product-detail .quantity a.add-basket { width: 100%; margin-top: 15px; }
  .tab-wrap.pd .tab-title ul { flex-wrap: wrap; }
    .tab-wrap.pd .tab-title ul li { width: 100%; margin: 0; padding: 0; margin-bottom: 10px; border: 0 !important; }
}


/* YORUM YAP */
.yrmYap { text-decoration: none; color: #f27a1a; font-weight: bold; }

.yorumLar a { text-decoration: none; color: #111111; font-weight: bold; }

.yorumYap { padding-bottom: 15px; margin-bottom: 15px; display: none; }

    .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; margin-bottom: 15px; }

                .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; margin-bottom: 15px; }

                .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(../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(../images/star.png); }

                .yorumYap ul li #puanlama span.active { background-image: url(../images/star.png); }

        .yorumYap ul li i { font-size: 14px; position: relative; top: -2px; }

    .yorumYap input[type=button] { background: #1f4680; border-color: #1f4680; color: #111111; 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; }

.yorumLar .bilgisi { width: 100%; position: relative; margin-bottom: 30px; }

.yorumLar .yorumList.genelListe ul { list-style-type: none; padding: 0; }

.yorumLar .yorumList.genelListe li { width: 100%; padding: 40px 0px 0px 0px; border-top: solid 1px #e4e4e4; margin-bottom: 20px; }

    .yorumLar .yorumList.genelListe li .tarih { width: 100%; font-size: 14px; color: #3c3c3c; font-weight: 600; margin-bottom: 11px; }

    .yorumLar .yorumList.genelListe li .kapsa { width: 100%; position: relative; box-sizing: border-box; display: flex; }

    .yorumLar .yorumList.genelListe li a { width: auto; }

        .yorumLar .yorumList.genelListe li a span { font-weight: 800; font-size: 12px; }

    .yorumLar .yorumList.genelListe li .ySol { width: 300px; vertical-align: top; position: relative; box-sizing: border-box; text-align: center; }

        .yorumLar .yorumList.genelListe li .ySol .begen { width: 100%; position: relative; box-sizing: border-box; padding: 0; display: flex; flex-wrap: wrap; justify-content: space-around; }

            .yorumLar .yorumList.genelListe li .ySol .begen a { font-size: 15px; line-height: 15px; color: #3c3c3c; font-weight: bold; padding: 8px 0; position: relative; }

                .yorumLar .yorumList.genelListe li .ySol .begen a.evet { padding-left: 32px; }

                .yorumLar .yorumList.genelListe li .ySol .begen a.hayir { padding-right: 32px; }

                .yorumLar .yorumList.genelListe li .ySol .begen a:before { content: ""; width: 24px; height: 100%; position: absolute; top: 0; background-repeat: no-repeat; background-position: left center; background-size: 100% auto; }

                .yorumLar .yorumList.genelListe li .ySol .begen a.evet:before { background-image: url(../images/dtevt.png); left: 0; }

                .yorumLar .yorumList.genelListe li .ySol .begen a.hayir:before { background-image: url(../images/dthyr.png); right: 0; }

        .yorumLar .yorumList.genelListe li .ySol p { margin-top: 10px; font-size: 15px; color: #3c3c3c; line-height: 16px; }

        .yorumLar .yorumList.genelListe li .ySol .onayi { width: 100%; position: relative; display: flex; flex-wrap: wrap; justify-content: space-around; }

            .yorumLar .yorumList.genelListe li .ySol .onayi a { font-size: 17px; font-weight: bold; line-height: 17px; color: #fff; padding: 8px 35px 11px 35px; display: inline-block; }

                .yorumLar .yorumList.genelListe li .ySol .onayi a.evet { background-color: #009640; }

                .yorumLar .yorumList.genelListe li .ySol .onayi a.hayir { background-color: #a60000; }

    .yorumLar .yorumList.genelListe li .ySag { width: calc(100% - 300px); vertical-align: top; position: relative; box-sizing: border-box; }

        .yorumLar .yorumList.genelListe li .ySag h5 { width: 100%; position: relative; box-sizing: border-box; font-size: 18px; line-height: 22px; font-weight: 800; color: #3c3c3c; margin-bottom: 8px; }

        .yorumLar .yorumList.genelListe li .ySag h6 { color: #3c3c3c; font-size: 15px; line-height: 22px; font-weight: 600; margin-bottom: 5px; }

            .yorumLar .yorumList.genelListe li .ySag h6 .yildiz { }

        .yorumLar .yorumList.genelListe li .ySag .yazi { width: 100%; position: relative; box-sizing: border-box; font-size: 13px; line-height: 22px; }

        .yorumLar .yorumList.genelListe li .ySag .yildiz { margin-bottom: 15px; }

            .yorumLar .yorumList.genelListe li .ySag .yildiz .kapsa { }

            .yorumLar .yorumList.genelListe li .ySag .yildiz i { margin: 0 0 0 4px; font-size: 11px; }

            .yorumLar .yorumList.genelListe li .ySag .yildiz .kapsa span { display: inline-block; width: 16px; height: 16px; background: url(../images/star-o.png) no-repeat center center; cursor: inherit; margin-right: 1px; }

                .yorumLar .yorumList.genelListe li .ySag .yildiz .kapsa span.active { background-image: url(../images/star.png); }
