#menu {
  height: 100%;
  width: 280px;
  background-color: #fff;
  left: 0;
  top: 0;
  z-index: 20;
  position: fixed;
  overflow-y: auto;
  overflow-x: visible;
  -webkit-transform: translate(-280px, 0);
          transform: translate(-280px, 0);
}

.ssm-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.295);
  display: none;
  z-index: 1;
}

.is-navOpen {
  overflow: hidden;
}

#menu .menu-list li {
  border-bottom: 1px solid #f1f1f1;
}

#menu .menu-list li a {
  padding: .7em .75em;
    font-size: 14px;
    border-radius: 2px;
    color: #4a4a4a;
    display: table;
}

#menu .contentList img {
    width: auto;
    max-height: 40px;
}

#menu .socialMenu ul li {
  display: inline-block;
}

#menu .socialMenu {
  background: var(--ararenk);
}

#menu .socialMenu ul li a {
  font-size: 24px;
  color: #fff;
  margin: 0 10px;
}

#menu .contact i {
  font-size: 20px;
}

#menu .dropMenu {
  position: relative;
}

#menu .dropMenu::after {
  content: "\f107";
  font-family: 'Line Awesome Free';
  position: absolute;
  top: 10px;
  right: 15px;
  color: #969696;
  font-weight: 900;
}

.menu-list a.is-active {
  background-color: #363636;
  color: #fff;
}

 .menufix {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, .2);
    z-index: 10
  }
  .menufix a {
    display: block;
    float: left;
    width: 20%;
    text-align: center;
    padding: 5px 0;
    font-size: 9px;
    line-height: 15px;
    color: #222;
    position: relative
  }
  .menufix a i {
    display: block;
    font-size: 27px;
    line-height: 33px!important;
        color: #222;
  }
  .menufix a.active {
    color: #fdd530
  }
  .menufix a .count {
    position: absolute;
    left: 70%;
    bottom: 70%;
    background: red;
    line-height: 25px;
    min-width: 25px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border-radius: 50%
  }
  .menufix.alt a {
    color: #c00
  }
  .menufix .cart_total {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #cc5317;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    box-sizing: content-box;
    border: 3px solid #fff;
    position: absolute;
    right: 4px;
    top: 0;
    padding: 0
  }

  .whatsapp-link {
  position: relative;
}

.whatsapp-du {
  position: absolute;
  left: 9%;
  bottom: -2pc;
  background: #25D366;
  padding: 17px;
  border-radius: 74px;
  width: 70px;
  height: 70px;
  font-size: 37px !important;
  line-height: 1 !important;
  color: #fff !important;
}

.basket-left {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .category-list {
    display: none;
  }
  #header .header {
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
  }
  #header .header .searchMobile {
    display: none;
  }
  .ustband {
    display: none;
  }
  .story-listing .story-mode .swiper-slide {
    width: 80px !important;
    height: 80px;
  }
  .story-slider {
    margin: .2rem 0;
  }
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .mobileSearch {
    padding: .2rem .4rem;
  }
  header .search-box {
    max-width: 100%;
  }
  .main .vitrinList .vitrinText {
    padding: .1rem;
  }
  .main .vitrinList .vitrinText h4 {
    color: #fff;
    padding: 0rem 1rem;
    text-align: right;
    margin-top: -8px;
  }
  .story-slider {
    padding: .5rem 0 .5rem .3rem;
  }
  .flex-full-mobile {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .p-2-mobile {
    padding: 2rem;
    text-align: center;
  }

  .footerContent .p-2-mobile {
    padding: 2rem;
    text-align: center;
    padding-top: 0rem;
  }

  #ProductImages > .swiper-pagination-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding: 2px 3px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    position: absolute;
    left: 50%;
    bottom: 15px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
  }
  #ProductImages .swiper-pagination-list .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2;
    margin: 5px;
  }
  #ProductImages .swiper-pagination-list .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--ararenk);
  }
  .mt-0-mobile {
    margin-top: 0 !important;
  }
  .breadcrumb-new li:last-child {
    font-weight: 500;
  }
  .page-back .categoryName {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-back .categoryName h3 {
    font-size: 20px;
  }
  .page-back .wrapper-breads {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main .woo-archive .breadscrumb-inner .breadcrumb-new li::after {
    content: 'next';
    font-family: swiper-icons;
    font-size: 9px;
    vertical-align: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
  .page-back .breadscrumb-inner {
    margin-top: 1rem;
  }
  .page-back .breadscrumb-inner .breadcrumb-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    font-size: 13px;
  }
  .breadcrumb-new li:last-child {
    font-weight: 400;
  }
  .main .filterYan .siralaFilt #orderBy {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .main .filterYan .categoryText, .main .filterYan .categoryFiler {
    width: 50%;
    padding: 0;
  }
  .main .filterYan .categoryText {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-right: 1px solid #f1f1f1;
  }
  .main .categoryFiler .siralaFilt::before {
    content: "\f0dc";
    font-family: 'Line Awesome Free';
    color: #4a4a4a;
    font-weight: 900;
    top: 7px;
    left: 2.5rem;
    pointer-events: none;
    font-size: 18px;
  }
  .main .filterYan .categoryFiler {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .whatsapp_tabela .wrap .right {
    width: auto;
  }

  header .menu-list .menu-shop .count {
    top: -3px;
    right: -4px;
    background: #222222;
    padding: .1rem;
    height: 1.3rem;
    width: 1.3rem;
    line-height: 1;
    text-align: center;
    border-radius: 100%;
    color: #fff;
  }

  header .menuButton {
        margin-left: 0;
        padding: 0 0.2rem;
  }

  .story-listing .story-mode .swiper-slide .storyMode {width: 70px !important;height: 70px;border-radius: 100%;text-align: center;font-weight: 500;background: linear-gradient( 45deg , #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);border-width: 2px;border-style: solid;border-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)));padding: 1px;display: inline-block;line-height: 1;}
  .story-listing .story-mode .swiper-slide img { width: 100%; border-radius: 100%; height: 100%; max-width: 70px; max-height: 70px; }
  .story-listing .story-mode .swiper-slide .storyText {text-align: center;font-size: 12px;white-space: nowrap;overflow: hidden;color: #222;width: 70px;display: inherit;text-overflow: ellipsis;}
}

@media screen and (max-width: 480px) {
  .main .productList .productText .price .new {
    font-size: 15px;
  }
  .main .productList .productText .price .old {
    font-size: 9px;
  }
  .urundetayBread {
    padding: 1rem .3rem;
    background: white;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    margin-bottom: .8rem !important;
  }
  .urundetayBread a {
    font-size: 14px;
  }
  .main .categoryFiler .siralaFilt::before {
    content: "\f0dc";
    font-family: 'Line Awesome Free';
    color: #4a4a4a;
    font-weight: 900;
    position: absolute;
    top: 7px;
    left: 2.5rem;
    pointer-events: none;
    font-size: 20px;
  }
  .main .filterYan .siralaFilt #orderBy {
    padding: 5px 10px 5px 40px;
    width: 100%;
  }

  .whatsapp_tabela {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: -6px;
    margin-top: 15px;
    padding: .1rem;
  }

  .whatsapp_tabela .wrap {
    
      width: 100%;
  }


  header .logo img {
      max-width: 140px;
  }


  header .search-box input {
      -webkit-box-shadow: 0 5px 20px 0 #0000000d;
      box-shadow: 0 5px 20px 0 #0000000d;
      max-width: 100%;
      width: 100%;
      background: #ffffff;
      border-color: #dbdbdb40;
      border-radius: 0;
  }

  .list-group .list-group-item {
   width: 50%;} 

  .list-group .list-group-item a {
      padding: 1rem;
  }

  footer #footerPay p {
      text-align: center;
      width: 100%;
  }

  .UrunDetayDiv.sepetShop.flex {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
    margin: 0px;
    left: 0;
    border-radius: 0px;
    border: 0px;
  }
  .whatsapp-du {
    position: absolute;
    left: 9%;
    bottom: -2pc;
    background: #25D366;
    padding: 17px;
    border-radius: 74px;
    width: 66px;
    height: 66px;
    font-size: 37px !important;
    line-height: 1 !important;
    color: #fff !important;
  }
}

@media screen and (max-width: 375px) {
  .page-back .breadscrumb-inner .breadcrumb-new {
    display: block;
    text-align: center;
  }
}
/*# sourceMappingURL=responsive.css.map */