@charset "UTF-8";
a {
  text-decoration: none !important; }

.container {
  height: auto;
  margin: auto; }

#vitrin-urunleri {
  background: #eee;
  padding: 40px 0;
  margin-bottom: 40px; }

/* Ürün Detay Preview*/
#ProdPreview .prodpreview {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  #ProdPreview .prodpreview .prodpreview-container {
    position: relative;
    pointer-events: auto;
    padding: 0 20px;
    overflow: hidden;
    background: #fff;
    width: 80%;
    flex-wrap: wrap;
    display: flex;
    align-items: stretch; }
    #ProdPreview .prodpreview .prodpreview-container > div {
      display: inline-block;
      float: left; }
    #ProdPreview .prodpreview .prodpreview-container #urun-fiyat-bilgileri {
      padding: 40px 0 40px 5%; }
    #ProdPreview .prodpreview .prodpreview-container .prodpreview-close {
      z-index: 1;
      position: absolute;
      right: 20px;
      color: #5c5d65;
      top: 20px;
      height: 30px;
      width: 30px;
      line-height: 30px;
      text-align: center;
      border: none;
      background: none;
      transition: color 0.2s ease; }
      #ProdPreview .prodpreview .prodpreview-container .prodpreview-close:hover {
        color: #000; }

/*Giriş ve Üye Ol*/
.login-form-giris {
  background: #091f40;
  color: #fff; }
  .login-form-giris:hover {
    background: #415c7f;
    color: #fff; }

/*Bayi Newmem*/
#bayi_basvuru tr td {
  padding: 10px 0px; }

#bayi_basvuru .bayi-adres input {
  margin: 10px 0px; }

/*Loader*/
#loader {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto; }

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out; }

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

/*Form Elementleri*/
.modal-content {
  border-radius: 0px; }

.modal {
  z-index: 999950 !important; }

select option:disabled {
  color: #eee;
  font-weight: bold; }

textarea:focus, input:focus {
  outline: none !important; }

.btn {
  border-radius: 0px !important; }

.btntm-default {
  background: #eee;
  color: #919191;
  border: 1px solid #eee; }

.btntm-success {
  background: #6aac3b;
  border: 1px solid #6aac3b;
  line-height: 40px;
  padding: 0 20px;
  color: #fff; }
  .btntm-success:hover {
    background: #fff;
    color: #6aac3b; }

.btntm-danger {
  background: #ca3e39;
  border: 1px solid #ca3e39;
  line-height: 40px;
  padding: 0 20px;
  color: #fff; }

.btntm-danger1 {
  background: #d0504c;
  border: 1px solid #d0504c;
  line-height: 40px;
  padding: 0 20px;
  color: #fff; }
  .btntm-danger1:hover {
    background: #fff;
    color: #e26e6a; }

.btntm-danger:hover {
  background: #fff;
  color: #ca3e39; }

.btn1 {
  height: 34px;
  line-height: 34px;
  background: #353535;
  border: 1px solid #353535; }
  .btn1:hover {
    color: #353535; }

/*Sepet Popup*/
.sepete-eklendi-popup {
  background: #091f40;
  padding: 7px 20px;
  color: #FFF; }

.popup-urun-kazancin {
  background: #e5e5e5;
  text-align: center;
  padding: 4px 22px;
  font-weight: 700;
  color: #FE3B3B; }

.sepete-eklendi-row {
  padding: 10px 0;
  border: 1px solid #DDD;
  margin-bottom: 10px;
  display: flex;
  align-items: center; }

.sepete-eklendi-urunresmi img {
  width: 80px;
  border: 1px solid #eee;
  margin: 0 auto; }

.sepete-eklendi-urunadi {
  font-size: 14px;
  text-align: left; }

/*Loader*/
.loading-gif {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.55);
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center; }

/*Breadcrumb*/
.bread-bg {
  padding: 0.8rem 0rem;
  background-color: #fbfbfb;
  margin-bottom: 15px !important;
  border-radius: 0px !important;
  border-bottom: 1px solid #fbfbfb; }

.breadcrumb > li:first-child {
  margin-left: 0; }

#genel-bread {
  font-size: 13px;
  padding: 0px; }
  #genel-bread .container {
    min-height: 40px;
    width: 100%;
    height: auto;
    padding: 0px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row wrap; }
    #genel-bread .container::before, #genel-bread .container::after {
      display: none; }
  #genel-bread > .container > div {
    float: left;
    font-weight: 600;
    white-space: nowrap;
    padding-right: 15px; }
  #genel-bread ol {
    background: 0 0;
    margin: 0;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    white-space: normal;
    padding: 5px 10px;
    border-radius: 0px !important; }
    #genel-bread ol li a, #genel-bread ol li span {
      color: #000;
      font-family: "Roboto Condensed", sans-serif;
      transition: color 0.2s ease; }
    #genel-bread ol li:last-child a, #genel-bread ol li:last-child span {
      color: #c1c7cb; }
      #genel-bread ol li:last-child a:hover, #genel-bread ol li:last-child span:hover {
        color: #c1c7cb; }

.breadcrumb > li + li:before {
  color: #757575;
  content: "/";
  font-family: "Ionicons"; }

#genel-bread ol li a span {
  font-family: "Montserrat", sans-serif; }

@media all and (max-width: 1100px) {
  .breadcrumb > li {
    white-space: nowrap;
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    position: relative; }
    .breadcrumb > li > span {
      max-width: 100%; } }

@media all and (max-width: 992px) {
  .bread-bg .inner-align {
    height: auto !important;
    display: inline-block; } }

@media all and (max-width: 480px) {
  #genel-bread ol {
    white-space: normal; } }

/*Markalar */
#marka-sayfasi {
  text-align: center;
  height: auto;
  min-height: 200px;
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
  border: 5px solid transparent; }
  #marka-sayfasi a {
    border: 1px solid #DDD;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444;
    font-weight: 600;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto; }
    #marka-sayfasi a:hover {
      color: #000; }

@media all and (max-width: 480px) {
  #marka-sayfasi {
    min-height: 100px; } }

/* Hiza */
#anasayfa-slider-container {
  width: 100%;
  height: auto;
  height: auto;
  display: inline-block;
  position: relative;
  float: left; }

.inner-align {
  width: 80%;
  margin: auto;
  float: none;
  transition: all 0.5s ease; }

.ana-sayfa-urunleri-slide {
  float: right;
  padding-left: 0px; }

#anasayfa-urunleri {
  width: 75%;
  min-width: 1185px;
  padding: 0px;
  margin: auto;
  margin-top: 5vh;
  margin-bottom: 5vh; }

.page-inner {
  padding: 0px;
  float: none;
  margin: auto;
  height: auto; }

.pd0 {
  padding: 0 !important; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.container-fluid {
  width: 100%; }

.left_col, .mid_col, .right_col {
  background-color: transparent !important; }

@media all and (max-width: 992px) {
  body {
    margin-top: 61px !important; } }

@media all and (max-width: 1600px) {
  .inner-align, #anasayfa-urunleri {
    width: 90%; } }

@media all and (max-width: 1500px) {
  .inner-align, #anasayfa-urunleri {
    width: 95%; } }

@media all and (max-width: 1300px) {
  .inner-align {
    width: 95%; }
  #anasayfa-urunleri {
    width: 95%;
    min-width: inherit; } }

@media all and (max-width: 992px) {
  .inner-align {
    width: 95%;
    padding: 0px;
    border-radius: 0px;
    align-items: center;
    justify-content: center;
    flex-flow: column wrap;
    margin: auto; }
  .ana-sayfa-urunleri-slide {
    padding: 0px; } }

@media all and (max-width: 530px) {
  .container, .container-fluid {
    padding: 0px; }
  .inner-align {
    width: 98%;
    padding: 0; }
    .inner-align p span {
      font-size: 11px; } }

/*Statik Sayfalar*/
.statik-sayfa-baslik {
  padding: 10px 0;
  margin: 10px 0 5px; }
  .statik-sayfa-baslik h1 {
    margin: 0;
    color: #333333;
    font-size: 20px;
    font-weight: 600; }

.statik-sayfa-detay {
  padding: 0;
  margin-bottom: 50px;
  line-height: 25px; }

.iletisim-row {
  padding: 10px 0;
  display: inline-block;
  width: 100%; }

/*Blog Modulu*/
.blog-baslik-bg {
  position: relative;
  text-align: center;
  display: block; }
  .blog-baslik-bg::before {
    position: absolute;
    content: '';
    background: #b6b6b6;
    height: 2px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0; }
  .blog-baslik-bg h3 {
    position: relative;
    text-align: center;
    display: inline-block;
    font-weight: 700;
    background: #fff;
    color: #e23e01;
    margin: 10px 0px;
    padding: 0px 15px; }

.blog-button-content {
  text-align: center;
  height: auto;
  margin-top: 25px;
  display: inline-block; }

.blog-button {
  margin: 0 auto;
  background: #000;
  color: #fff;
  padding: 10px 15px; }

.blog-box {
  background: #fff;
  padding: 0px;
  border: 5px solid #fff; }

.blog-box-inner {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 15px 0px;
  border-radius: 3px; }

.blog-box-img {
  height: 300px;
  padding: 0px;
  position: relative;
  overflow: hidden; }
  .blog-box-img img {
    max-width: 100%;
    position: relative; }

.fixed-blog-tarih {
  display: inline-block;
  padding: 7px 0px;
  margin-top: 5px;
  z-index: 2;
  color: #333;
  font-size: 14px;
  font-weight: 300; }

.blog-box-yazi {
  height: auto;
  padding: 0px 5px;
  display: inline-block; }
  .blog-box-yazi h3 {
    margin: 0px; }
  .blog-box-yazi a {
    color: #5c5d65;
    font-weight: 600;
    font-size: 20px; }
  .blog-box-yazi header {
    margin-bottom: 10px; }
  .blog-box-yazi .blog-box-konu-baslik {
    color: #636161;
    letter-spacing: 2px;
    display: block;
    margin: 15px 0px 5px 0px;
    text-transform: uppercase; }
  .blog-box-yazi h2 {
    font-weight: 600;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    margin-bottom: 20px;
    min-height: 70px; }
    .blog-box-yazi h2 a {
      color: #5c5d65; }

.blog-box-yazi footer {
  background: transparent;
  margin-bottom: 15px; }
  .blog-box-yazi footer a {
    color: #757575;
    font-weight: 300;
    font-size: 15px;
    padding: 0px;
    background: transparent;
    display: inline-block;
    border: 1px solid #eee;
    max-width: 150px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    transition: all 0.5s ease; }
    .blog-box-yazi footer a i {
      font-size: 25px;
      height: 100%;
      width: 25%;
      display: block;
      text-align: center;
      float: right;
      padding: 2px 5px;
      color: #fff;
      position: relative;
      z-index: 1;
      background: #000; }
    .blog-box-yazi footer a span {
      width: 75%;
      display: block;
      float: left;
      position: relative;
      z-index: 1;
      height: 100%;
      padding-left: 10px;
      letter-spacing: 0.5px; }
    .blog-box-yazi footer a:before {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      content: "";
      transition: all 0.3s ease;
      width: 0px;
      opacity: 0;
      background: #0d0d0d; }
    .blog-box-yazi footer a:hover:before {
      opacity: 1;
      width: 100%; }
    .blog-box-yazi footer a:hover span {
      color: #fff; }

.blog-detay:first-line {
  display: block; }

.blog-detay-img {
  max-width: 100%; }

@media all and (max-width: 700px) {
  .blog-box {
    width: 100%; }
  .blog-box-img {
    height: inherit;
    max-height: 200px; }
  .blog-box-yazi {
    min-height: inherit; } }

/*--------------------------------KATEGORI-SOL-FİLTRE-TASARIM----------------------------------*/
.filtre-gorunum {
  text-align: right; }

.stok-filtre-item-ara button {
  color: #fff;
  background: #000 !important;
  font-family: "Work Sans", sans-serif; }
  .stok-filtre-item-ara button:hover {
    color: #fff; }

.stok-filtre-temizle a {
  color: #FFF;
  background: #000 !important;
  font-family: "Work Sans", sans-serif; }

#secili-sayfa {
  background: #000;
  border-radius: 50% !important;
  color: #FFF; }

#v3-loader {
  background: #ffffff4f; }

#v3-loader-filter {
  background: #ffffff91; }

#filtre-baslik {
  color: #282828;
  font-size: 13px;
  text-transform: uppercase !important;
  letter-spacing: 0.5px; }

.marka-filtre-item label::before, .grup-filtre-item label::before, .varyant-filtre-item label::before {
  border: 2px solid #bfbfbf; }

#secimidaralt_v3 .marka-filtre-item input[type="checkbox"]:checked + label::before, #secimidaralt_v3 .grup-filtre-item input[type="checkbox"]:checked + label::before, #secimidaralt_v3 .varyant-filtre-item input[type="checkbox"]:checked + label::before {
  background: #000 !important;
  color: #fff;
  border: 2px solid #000 !important;
  font-size: 20px !important;
  line-height: 15px !important; }

#secimidaralt_v3 .marka-filtre-item input[type="checkbox"]:checked + label, #secimidaralt_v3 .grup-filtre-item input[type="checkbox"]:checked + label, #secimidaralt_v3 .varyant-filtre-item input[type="checkbox"]:checked + label {
  color: #000; }

.marka-filtre-item label, .grup-filtre-item label, .varyant-filtre-item label, .kategori-filtre-item label {
  font-family: "Work Sans", sans-serif;
  color: #5c5d65;
  font-weight: 400 !important;
  font-size: 13px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start; }

.marka-filtre-item label::before, .grup-filtre-item label::before, .varyant-filtre-item label::before {
  border-radius: 50% !important;
  border: 1px solid #bfbfbf !important; }

.grup-baslik, .varyant-baslik, .kategori-baslik, .marka-baslik, .stok-baslik {
  font-family: "Work Sans", sans-serif; }

#cat_rw_03 {
  border: 1px solid #eee; }

#formfilterV23 {
  border: 1px solid #eee;
  padding: 20px 20px;
  height: auto;
  display: inline-block;
  width: 90%; }

.secim_baslik {
  font-weight: 600;
  font-size: 15px;
  display: block;
  width: 100%;
  padding-bottom: 15px; }

.secim_icerik {
  height: auto;
  display: block;
  width: 100%;
  padding: 0px 0px 20px 0px; }

.secim_icerik1 {
  padding: 0px 10px;
  width: 48%;
  min-height: 45px;
  line-height: 45px;
  background: #F0F0F0;
  float: left;
  margin-right: 2%;
  margin-bottom: 5px;
  cursor: pointer;
  text-align: center; }

.secim_icerik1on {
  padding: 0px 10px;
  width: 48%;
  min-height: 45px;
  line-height: 45px;
  background: #dcdbdb;
  float: left;
  margin-right: 2%;
  margin-bottom: 5px;
  border: 1px solid #dcdbdb;
  cursor: pointer;
  color: #fff;
  text-align: center; }

.secim_icerik2 {
  padding: 0px 10px;
  min-width: 75px;
  width: 100%;
  display: block;
  min-height: 45px;
  line-height: 45px;
  background: #F0F0F0;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #DDD;
  cursor: pointer;
  text-align: center; }

.secim_icerik2on {
  padding: 0px 10px;
  min-width: 75px;
  width: 100%;
  display: block;
  min-height: 45px;
  line-height: 45px;
  background: #dcdbdb;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #dcdbdb;
  cursor: pointer;
  color: #fff;
  text-align: center; }

.kategori-filter-input {
  border: 1px solid #ccc;
  width: 45%;
  font-weight: 400;
  margin: 5px 0px 15px 0px;
  height: 39px;
  text-align: center;
  outline: none;
  float: left;
  font-size: 13px;
  margin-right: 5px; }

.kategori-filter-button {
  height: 40px;
  width: 94%;
  border: none;
  outline: none;
  letter-spacing: 2px;
  background: #dcdbdb;
  color: #FFF;
  font-size: 14px; }

.stok-filtre-item {
  width: 50%;
  float: left; }

.stok-filtre-item-ara {
  clear: both;
  padding-top: 10px; }

#v3-loader {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background: #ffffff4f;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center; }

#v3-loader-filter {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: #ffffff91;
  display: flex;
  align-items: center;
  justify-content: center; }

#secimidaralt_v3 {
  background: #fbfbfb !important;
  border: 1px solid #fbfbfb !important;
  position: relative;
  height: auto;
  display: inline-block;
  margin-bottom: 150px; }

.sirala-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap; }

.sirala-div select {
  height: 42px; }

.sirala-div-margin {
  padding: 0px;
  padding-right: 15px; }

.cat-gorunum-box {
  background: #fbfbfb;
  padding: 5px;
  border: 1px solid #eee;
  display: inline-block;
  cursor: pointer; }
  .cat-gorunum-box:hover {
    background: #efefef; }

.pagination > li > a, .pagination > li > span {
  border: 0px; }

.varyant-baslik {
  padding-left: 0px !important; }

.form-control {
  border: 1px solid #eee;
  box-shadow: none;
  outline: none;
  border-radius: 0px !important; }
  .form-control:focus {
    box-shadow: none;
    border: 1px solid #dcdbdb; }

#katalogGorunumu {
  margin-top: 25px; }

/*Filtre Responsive*/
@media all and (max-width: 992px) {
  #secimidaralt_v3 {
    background: #fff !important; }
  #cat_rw_05 {
    padding: 0px; }
  .cat-filtre {
    font-family: "Work Sans", sans-serif;
    background: #000 !important; }
  .cat-menu-top p {
    font-family: "Work Sans", sans-serif; } }

/*UYE OL TASARIM*/
.newmem-content {
  padding: 0px;
  border: 1px solid #eee;
  margin: 30px auto 40px;
  float: none; }
  .newmem-content .container-fluid {
    padding: 15px 0px 25px;
    margin: 0 auto;
    background-color: #FFF; }
  .newmem-content input[type=checkbox] {
    display: inline-block !important; }

.newmem-baslik {
  font-size: 25px;
  margin: 0px;
  letter-spacing: -0.5px;
  text-align: center;
  background: #000;
  color: #fff;
  padding: 15px 0px; }

.newmem-content .newmem-row {
  margin: 7px 0px;
  padding: 0px 15px; }
  .newmem-content .newmem-row input {
    margin-top: 5px; }

label {
  font-weight: normal; }

.oc_member_singup_sozlesme_text.parmak strong {
  cursor: pointer; }

/*Kategori Banner*/
.cat-banner img {
  width: 100%; }

.cat-banner .slick-next {
  right: 0; }

.cat-banner .slick-prev {
  left: 0; }

.cat-banner .slick-dots {
  bottom: 0%; }
  .cat-banner .slick-dots li {
    overflow: hidden;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 2px 16px -2px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 2px 16px -2px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 2px 16px -2px rgba(0, 0, 0, 0.17); }
    .cat-banner .slick-dots li:hover {
      border-bottom: 20px solid #dcdbdb; }
    .cat-banner .slick-dots li button {
      background: #fff;
      padding: 0px;
      margin: 0px; }
    .cat-banner .slick-dots li.slick-active {
      border-bottom: 4px solid #dcdbdb; }
      .cat-banner .slick-dots li.slick-active button {
        background: #fff; }
    .cat-banner .slick-dots li button::before {
      display: none; }

@media all and (min-width: 992px) {
  .prodpreview-container {
    width: 90%; } }

@media all and (max-width: 992px) {
  .prodpreview-container {
    height: 90%;
    overflow: auto !important; }
  .slick-next:before, .slick-prev:before {
    bottom: 35%; }
  .slick-next:before {
    left: 30%; }
  .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    border: solid #fff;
    border-width: 0 1px 1px 0;
    opacity: 1; }
  .cat-banner.slick-dotted.slick-slider {
    margin-bottom: 10px; }
  .cat-banner .slick-arrow:hover {
    background: #dcdbdb; }
  .cat-banner .slick-arrow:before {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    opacity: 1;
    padding: 3px;
    bottom: 33%; }
  .cat-banner .slick-next:before {
    left: 29%; }
  .cat-banner .slick-prev:before {
    right: 26%; }
  .cat-banner .slick-prev:hover:before, .cat-banner .slick-prev:focus:before {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    opacity: 1; }
  .cat-banner .slick-next:hover:before, .cat-banner .slick-next:focus:before {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    opacity: 1; }
  .cat-banner .slick-dots li {
    width: 5px;
    height: 5px; }
    .cat-banner .slick-dots li button {
      width: 5px;
      height: 5px;
      border-radius: 50%; }
    .cat-banner .slick-dots li.slick-active {
      border: none;
      width: 7px;
      height: 7px; }
      .cat-banner .slick-dots li.slick-active button {
        width: 7px;
        height: 7px; } }

/*Karsılastirma*/
.karsilastirma-inner {
  display: flex;
  overflow-x: scroll;
  padding-bottom: 50px;
  justify-content: flex-start;
  align-items: flex-start; }

.urun-karsilastirma-baslik {
  font-size: 18px;
  letter-spacing: 0px;
  padding: 10px;
  width: 100%;
  display: block;
  font-weight: 600;
  color: #091f40; }

.urun-karsilastirma-box {
  position: relative;
  height: auto;
  display: inline-block;
  border-radius: 0px;
  background: #fff;
  padding: 15px;
  padding-bottom: 0px;
  float: left;
  min-width: 300px; }

.urun-karsilastirma-img {
  text-align: center;
  background: #eee;
  padding: 10px;
  border-radius: 3px;
  width: 100%; }
  .urun-karsilastirma-img a {
    border-radius: 5px;
    border: 2px solid #e3e3e3;
    padding: 5px 25px;
    background: #fff;
    display: inline-block;
    width: 100%; }
  .urun-karsilastirma-img img {
    max-width: 100%; }

.urun-detay-butonlar {
  width: 100%;
  height: 40px;
  position: relative; }
  .urun-detay-butonlar form {
    width: 50%;
    height: 100%;
    float: left; }
  .urun-detay-butonlar .list-cikar-mm {
    width: 100% !important;
    height: 100%;
    float: left;
    border: 0px;
    text-align: center;
    background: #dcdbdb;
    color: #fff;
    transition: all 0.5s ease;
    border-radius: 0px !important; }
  .urun-detay-butonlar .spt-ekle-mm {
    width: 50% !important;
    height: 100%;
    float: left;
    border: 1px solid #000;
    text-align: center;
    background: #000;
    color: #fff;
    transition: all 0.5s ease;
    border-radius: 0px !important; }

.urun-karsilastirma-aciklama {
  width: 100%;
  height: auto;
  margin: auto;
  margin-top: 10px;
  min-height: 100px; }

.urun-karsilastirma-ozellikler {
  padding: 15px;
  display: inline-block;
  width: 100%; }
  .urun-karsilastirma-ozellikler:nth-child(odd), .urun-karsilastirma-ozellikler:nth-child(even) {
    background: #eee; }

@media all and (max-width: 992px) {
  .urun-karsilastirma-aciklama {
    font-size: 13px; } }

/* TEMA 13 */
/*  PARAllax*/
.home-button {
  font-size: 13px;
  padding: 20px 30px;
  color: #fff;
  background: #000;
  margin-top: 2vw;
  font-weight: 600;
  display: flex;
  align-items: center; }
  .home-button:after {
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 0;
    display: inline-block;
    height: 14px;
    font-size: 18px;
    line-height: 14px;
    opacity: 0;
    transition: all 0.3s ease; }
  .home-button:hover:after {
    width: 20px;
    opacity: 1;
    padding-left: 15px; }

.home-parallaxes.home-mobile {
  display: none; }

.home-parallaxes {
  display: inline-block;
  width: 100%;
  float: left; }
  .home-parallaxes .home-parallax {
    display: inline-block;
    position: relative;
    float: left;
    width: 100%;
    height: 100vh; }
    .home-parallaxes .home-parallax .home-parallax-content {
      height: 100%;
      float: left;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #dcdbdb; }
      .home-parallaxes .home-parallax .home-parallax-content .home-parallax-content-wrapper {
        width: 70%;
        max-width: 400px;
        text-align: left;
        display: flex;
        flex-flow: column wrap;
        justify-content: flex-start;
        align-items: flex-start; }
        .home-parallaxes .home-parallax .home-parallax-content .home-parallax-content-wrapper span {
          color: #000;
          margin-top: 2vw; }
        .home-parallaxes .home-parallax .home-parallax-content .home-parallax-content-wrapper .title-1 {
          font-size: 20px; }
        .home-parallaxes .home-parallax .home-parallax-content .home-parallax-content-wrapper .title-2 {
          font-size: 4vw;
          font-weight: 600;
          line-height: 1; }
        .home-parallaxes .home-parallax .home-parallax-content .home-parallax-content-wrapper .title-3 {
          font-size: 20px; }
    .home-parallaxes .home-parallax .home-parallax-parallax {
      float: left;
      height: 100%;
      padding: 0; }
      .home-parallaxes .home-parallax .home-parallax-parallax .home-parallax-image {
        height: 100%;
        transition: height 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        width: 100%;
        overflow: hidden;
        display: flex;
        justify-content: center; }
        .home-parallaxes .home-parallax .home-parallax-parallax .home-parallax-image.parallax-active {
          position: fixed;
          top: 0;
          right: 0;
          width: 50%; }
        .home-parallaxes .home-parallax .home-parallax-parallax .home-parallax-image img {
          height: 100vh;
          width: 100%;
          object-fit: cover; }

@media all and (max-width: 992px) {
  .home-parallaxes.home-mobile {
    display: block; }
  .home-parallaxes.home-desktop {
    display: none; }
  .home-prods-row {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center; }
    .home-prods-row .vitrin-urun-head {
      text-align: center; }
      .home-prods-row .vitrin-urun-head .vitrin-urun-head-icerik, .home-prods-row .vitrin-urun-head a {
        color: #333;
        font-weight: bold; }
  .home-parallaxes .home-parallax .home-parallax-content {
    background: rgba(0, 0, 0, 0.5); }
    .home-parallaxes .home-parallax .home-parallax-content .home-parallax-content-wrapper {
      width: 90%;
      align-items: center;
      justify-content: center; }
      .home-parallaxes .home-parallax .home-parallax-content .home-parallax-content-wrapper span {
        color: #fff; }
  .home-parallaxes .home-parallax .home-parallax-parallax {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0; }
  .home-subscribe .subscribe-button input {
    width: 60% !important;
    padding-left: 0px !important;
    font-size: 12px; }
  .home-subscribe .subscribe-button button {
    font-size: 12px;
    width: 40% !important; } }

/* ANASAYFA - BLOG */
.home-blog .blog-cover {
  height: 100vh;
  background: #dcdbdb;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0; }
  .home-blog .blog-cover .blog-cover-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-flow: column wrap;
    width: 85%;
    max-width: 450px; }
    .home-blog .blog-cover .blog-cover-wrapper .blog-cover-title {
      font-size: 4vw;
      font-weight: 600;
      line-height: 1;
      color: #222; }

.home-blog .blog-list {
  float: left;
  display: flex;
  align-items: center;
  flex-flow: column wrap;
  justify-content: center; }
  .home-blog .blog-list .anasayfa-blog-box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 450px;
    overflow: hidden; }
    .home-blog .blog-list .anasayfa-blog-box:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.4);
      transition: background 0.4s ease-in-out; }
    .home-blog .blog-list .anasayfa-blog-box .blog-link {
      z-index: 1;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
    .home-blog .blog-list .anasayfa-blog-box .blog-image {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1;
      transition: transform 0.6s ease-in-out; }
    .home-blog .blog-list .anasayfa-blog-box .anasayfa-blog-icerik {
      width: 85%;
      display: flex;
      flex-flow: column wrap;
      align-items: flex-start;
      text-align: left;
      color: #fff; }
      .home-blog .blog-list .anasayfa-blog-box .anasayfa-blog-icerik span {
        margin-bottom: 20px;
        display: block; }
      .home-blog .blog-list .anasayfa-blog-box .anasayfa-blog-icerik .blog-title {
        font-size: 28px;
        font-weight: 700; }
      .home-blog .blog-list .anasayfa-blog-box .anasayfa-blog-icerik .blog-date {
        font-weight: 600;
        opacity: 0.6;
        font-size: 12px; }
      .home-blog .blog-list .anasayfa-blog-box .anasayfa-blog-icerik .blog-path {
        width: 40px;
        height: 4px;
        background: #fff; }
      .home-blog .blog-list .anasayfa-blog-box .anasayfa-blog-icerik .blog-desc {
        font-size: 14px;
        font-family: "Work Sans", sans-serif;
        font-weight: 500; }
    .home-blog .blog-list .anasayfa-blog-box:hover .blog-image {
      transform: scale(1.06); }
    .home-blog .blog-list .anasayfa-blog-box:hover:before {
      background: rgba(0, 0, 0, 0.7); }

.home-subscribe {
  padding: 60px 0; }
  .home-subscribe .subscribe-title {
    font-size: 37px;
    font-weight: 600;
    color: #252a2b; }
  .home-subscribe .subscribe-desc {
    font-weight: 600;
    opacity: 0.7;
    font-size: 15px; }
  .home-subscribe .subscribe-button {
    max-width: 800px;
    width: 85%;
    margin: 35px auto;
    height: 55px; }
    .home-subscribe .subscribe-button input {
      height: 100%;
      width: 75%;
      float: left;
      line-height: 55px;
      background: #ededed;
      border: none;
      padding-left: 20px; }
      .home-subscribe .subscribe-button input::placeholder {
        color: #888;
        font-family: "Work Sans", sans-serif;
        font-weight: 500;
        padding-left: 20px; }
      .home-subscribe .subscribe-button input:-ms-input-placeholder {
        color: #888;
        font-family: "Work Sans", sans-serif;
        font-weight: 500;
        padding-left: 20px; }
      .home-subscribe .subscribe-button input::-ms-input-placeholder {
        color: #888;
        font-family: "Work Sans", sans-serif;
        font-weight: 500;
        padding-left: 20px; }
    .home-subscribe .subscribe-button button {
      width: 25%;
      height: 100%;
      float: left;
      background: #222;
      color: #fff;
      line-height: 55px;
      border: none;
      font-family: "Work Sans", sans-serif;
      font-weight: 700; }
  .home-subscribe > div {
    margin-top: 20px;
    width: 100%;
    text-align: center; }

/* HOME CATEGORİES*/
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background: #000; }

.home-categories .home-category-slider {
  width: 100%;
  height: 100vh; }
  .home-categories .home-category-slider .slick-track {
    float: left; }
  .home-categories .home-category-slider .home-category {
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden; }
    .home-categories .home-category-slider .home-category a {
      z-index: 1;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%; }
    .home-categories .home-category-slider .home-category img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 0.3s ease;
      opacity: 0.8; }
    .home-categories .home-category-slider .home-category .home-category-desc {
      position: relative; }
      .home-categories .home-category-slider .home-category .home-category-desc a {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        display: block; }
      .home-categories .home-category-slider .home-category .home-category-desc span {
        font-family: "Work Sans", sans-serif;
        display: block;
        color: #000;
        font-size: 16px;
        font-weight: 500;
        text-align: center;
        margin-top: 30px; }
        .home-categories .home-category-slider .home-category .home-category-desc span:first-child {
          margin-top: 0; }
      .home-categories .home-category-slider .home-category .home-category-desc .home-category-title {
        font-family: "Montserrat", sans-serif;
        font-size: 40px;
        color: #000;
        font-weight: 700; }
      .home-categories .home-category-slider .home-category .home-category-desc .home-category-path {
        width: 40px;
        height: 3px;
        background: #000;
        margin-left: auto;
        margin-right: auto; }
    .home-categories .home-category-slider .home-category:hover img {
      opacity: 0.6;
      transform: scale(1.06); }

/*Yukarı Çık*/
.home-sag-alt {
  width: 40px;
  height: auto;
  display: inline-block;
  position: fixed;
  bottom: 40px;
  right: 20px; 
  text-align: center;
  z-index: 1000; }

.sag-alt-wp {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #222020;
  color: #00e676;
  line-height: 39px;
  font-size: 19px;
  border-radius: 50%;
  transition: all 0.5s ease; }
  .sag-alt-wp.asagi {
    border-radius: 0px;
    transition: all 0.5s ease;
    line-height: 33px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%; }
  .sag-alt-wp:hover, .sag-alt-wp:focus {
    color: #fff;
    background: #000; }

/*Tab List*/
#back-top {
  display: inline-block;
  background-color: #222020;
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
  transition: background-color .3s,  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  color: #fff;
  line-height: 38px;
  font-size: 20px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%; }
  #back-top:hover {
    cursor: pointer;
    background-color: #000; }
  #back-top:active {
    background-color: #000; }
  #back-top.show {
    opacity: 1;
    visibility: visible; }

footer {
  margin-top: 25px;
  clear: both;
  background: #252a2b; }

#footer {
  text-align: left;
  padding: 80px 0 0px 0px; }
  #footer input {
    display: none; }
  #footer label {
    display: none; }
  #footer .footer-mm1 {
    display: flex;
    margin: 0px auto !important;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: row wrap; }
  #footer .footer-sayfalar {
    padding-bottom: 30px; }
    #footer .footer-sayfalar > ul {
      width: 50%; }
  #footer .footer-mm1 ul li {
    position: relative;
    padding: 0px; }
    #footer .footer-mm1 ul li a {
      color: #fff;
      font-family: "Work Sans", sans-serif;
      text-decoration: none;
      position: relative;
      display: block;
      font-weight: 400;
      font-size: 13px;
      padding: 6px 0px 10px 0px;
      transition: all 0.3s ease; }
      #footer .footer-mm1 ul li a span {
        padding-left: 2%;
        font-family: "Work Sans", sans-serif; }
      #footer .footer-mm1 ul li a:hover {
        color: #dcdbdb; }

#footer ul {
  float: left;
  list-style: none; }

.footer-bottom-mm {
  width: 100%;
  height: auto;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .footer-bottom-mm a {
    text-decoration: none;
    color: #111; }
  .footer-bottom-mm p {
    width: auto;
    float: left;
    margin: 0px;
    text-align: center;
    font-size: 11px;
    color: #81828c; }
    .footer-bottom-mm p img {
      display: block;
      text-align: center;
      margin: auto; }
    .footer-bottom-mm p:last-child {
      text-align: right;
      float: right; }

.odeme-sprite-box {
  float: left;
  margin-bottom: 5px;
  width: 160px;
  height: 45px; }

.footer-odeme {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  align-items: center; }

@media all and (max-width: 992px) {
  #footer .footer-social {
    padding: 0 15px; }
  #footer .footer-sayfalar > ul {
    width: 100%; }
    #footer .footer-sayfalar > ul ul {
      width: 100%; }
      #footer .footer-sayfalar > ul ul li a {
        padding: 5px 0px; }
    #footer .footer-sayfalar > ul .footer-menu-title {
      margin: 2rem 0rem 0.5rem 0; }
  #footer ul {
    position: relative; }
    #footer ul label {
      display: inline-block;
      width: 100%;
      text-align: left;
      color: #fff; }
      #footer ul label i {
        color: #fff;
        font-size: 17px;
        float: right; }
    #footer ul input:checked ~ ul {
      max-height: 500px;
      visibility: visible; }
    #footer ul ul {
      overflow: hidden;
      transition: all 0.3s ease;
      max-height: 0;
      visibility: hidden; }
    #footer ul .footer-title {
      display: none; } }

@media all and (min-width: 992px) {
  #footer {
    padding: 0; }
    #footer .footer-mm1 {
      height: 100vh; }
      #footer .footer-mm1 .footer-div {
        height: 50%; }
        #footer .footer-mm1 .footer-div > ul {
          width: 70%;
          height: 100%;
          display: flex;
          flex-flow: column nowrap;
          align-items: flex-start;
          justify-content: center;
          margin: auto;
          float: none; }
          #footer .footer-mm1 .footer-div > ul .social-icons-li a {
            float: left;
            margin-right: 25px;
            color: #fff; }
            #footer .footer-mm1 .footer-div > ul .social-icons-li a i {
              font-size: 25px; }
          #footer .footer-mm1 .footer-div > ul > li {
            margin-bottom: 20px; }
          #footer .footer-mm1 .footer-div > ul .footer-title {
            color: #bbb;
            font-weight: 700; }
          #footer .footer-mm1 .footer-div > ul .footer-desc {
            color: #ddd; }
          #footer .footer-mm1 .footer-div > ul .footer-menu-title {
            font-weight: 700;
            color: #eee;
            font-size: 13px;
            margin-bottom: 15px; }
      #footer .footer-mm1 .footer-iletisim .footer-tel a {
        font-size: 40px;
        color: #fff;
        font-weight: 700; }
      #footer .footer-mm1 .footer-sayfalar > ul > li {
        width: 100%; }
        #footer .footer-mm1 .footer-sayfalar > ul > li > ul {
          width: 50%; } }

/*--------------------------------HEADER-TOP-BAR----------------------------------*/
.top-slogan {
  text-align: center;
  background: #fafafa;
  padding: 10px 0px;
  font-size: 12px; }
  .top-slogan img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important; }

.top-bar-content {
  width: 100%;
  height: 40px;
  background: #fbfbfb;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
  border-bottom: 1px solid #f7f7f7; }

.top-inner {
  height: 40px !important; }

/*topbar sol*/
.header-sol-social {
  height: 100%;
  float: left;
  padding-left: 1%;
  border-left: 1px solid rgba(255, 255, 255, 0.1); }

.header-social-link {
  float: left;
  color: #5f5f5f;
  font-family: "Montserrat", sans-serif;
  line-height: 40px;
  height: 100%;
  display: inline-block;
  font-size: 14px;
  margin-right: 20px;
  transition: all 0.5s ease; }
  .header-social-link i {
    line-height: 40px; }
  .header-social-link:hover {
    color: #333; }

/*topbar sag*/
.top-bar-pages {
  float: right;
  height: 100%;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.10196);
  border-left: 1px solid rgba(255, 255, 255, 0.10196); }
  .top-bar-pages .header-statik-link {
    color: #5c5d65;
    line-height: 40px;
    padding-left: 10px;
    font-size: 13px; }
  .top-bar-pages .header-statik-link.header-statik-blog {
    color: #fff;
    display: inline-block;
    background: #000;
    padding-right: 10px;
    margin-left: 10px;
    letter-spacing: 0.5px;
    font-weight: 600; }

.top-bar-hesap-button {
  font-family: "Work Sans", sans-serif;
  float: right;
  color: #5c5d65;
  width: 100%;
  height: 100%;
  font-size: 12px;
  margin-bottom: 0px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  display: flex;
  justify-content: space-around;
  align-items: center;
  transition: all 0.3s ease-in-out; }
  .top-bar-hesap-button i {
    width: 20%;
    font-size: 19px;
    position: relative;
    text-align: center; }
  .top-bar-hesap-button .top-bar-hesap-down {
    font-size: 20px; }
  .top-bar-hesap-button .top-bar-hesap-yazi {
    color: #757575;
    margin: 0;
    padding: 0px 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 11px; }
    .top-bar-hesap-button .top-bar-hesap-yazi span {
      color: #5c5d65;
      font-size: 12px;
      display: block;
      font-weight: 400; }

.top-bayi-buton {
  font-family: "Work Sans", sans-serif;
  display: inline-block;
  float: right;
  color: #292828;
  width: 50%;
  height: 100%;
  font-size: 12px;
  text-transform: capitalize !important;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out; }

#callbayi:checked ~ .login-menu {
  visibility: visible;
  top: 100%;
  z-index: 11;
  opacity: 1;
  transition: all 0.5s ease; }
  #callbayi:checked ~ .login-menu ul li {
    display: block; }

.login-menu {
  width: 150%;
  visibility: hidden;
  height: auto;
  background: #fff;
  margin: auto;
  top: 50%;
  right: 0px;
  opacity: 0;
  position: absolute;
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
  transition: all 0.5s ease; }
  .login-menu ul {
    list-style: none;
    width: 100%;
    height: auto;
    margin: 0px;
    display: inline-block; }
    .login-menu ul li {
      width: 100%;
      display: none;
      height: 50px;
      transition: all 0.3s ease; }
      .login-menu ul li:hover {
        background: #dcdbdb;
        color: #fff; }
        .login-menu ul li:hover a, .login-menu ul li:hover i {
          color: #fff; }
  .login-menu li a {
    font-family: "Work Sans", sans-serif;
    color: #5c5d65;
    font-size: 11px;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    padding: 0 15px;
    font-weight: 600;
    transition: all 0.3s ease; }
  .login-menu li i {
    color: #000;
    font-size: 16px;
    line-height: 50px;
    float: left;
    margin-right: 8px; }

@media all and (max-width: 1500px) {
  .login-menu {
    width: 100%; } }

@media all and (max-width: 992px) {
  .top-bar-content {
    display: none;
    margin-bottom: 50px; }
  .top-slogan {
    display: none; } }

/*Header Bar*/
.header-content {
  width: 100%;
  height: 60px;
  display: inline-block;
  box-shadow: 1px 1px 1px #ccc;
  background: #fff;
  position: relative;
  float: left;
  transition: all 0.5s ease-in-out; }

.header-align.inner-align {
  width: 98%;
  margin: auto;
  height: 60px;
  z-index: 1;
  transition: all 0.5s ease; }
  .header-align.inner-align input[type=checkbox] {
    display: none; }

.header-logo {
  width: auto;
  padding: 0 1%;
  height: 100%;
  float: left;
  position: relative;
  display: flex;
  margin: 0 auto;
  justify-content: flex-start;
  align-items: center;
  z-index: 3; }
  .header-logo a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative; }
  .header-logo img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%; }

.header-menu {
  height: 100%;
  float: left; }

.header-arama-content {
  width: 100%;
  height: 55px;
  position: relative;
  z-index: 9;
  background: #fff;
  padding: 0px;
  margin: 0px;
  transition: all 0.5s ease; }
  .header-arama-content form {
    width: 100%;
    height: 100%;
    margin: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fbfbfb;
    float: right;
    display: flex;
    justify-content: space-around;
    align-items: center; }
  .header-arama-content button {
    background: #000;
    outline: none;
    border: none;
    display: block;
    width: 50px;
    height: 102%;
    position: relative;
    float: right;
    color: #fff;
    font-size: 23px;
    transition: all 0.3s ease-in-out; }
    .header-arama-content button:hover {
      background: #dcdbdb;
      color: #fff; }
    .header-arama-content button:active .mm-control {
      display: block; }

.header-sag-arama {
  width: 100px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }
  .header-sag-arama p {
    margin-bottom: 0px;
    margin-left: 7px; }
    .header-sag-arama p span {
      color: #282828;
      padding-bottom: 3px;
      font-size: 12px;
      display: block;
      font-weight: 400; }
  .header-sag-arama i {
    font-size: 19px; }

.fixed-overlay {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.31);
  z-index: 2;
  cursor: pointer;
  display: none; }

.header-sag {
  width: 29%;
  height: 100%;
  position: relative;
  float: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 3; }
  .header-sag ul.login-ul {
    list-style: none;
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0px;
    margin-bottom: 0px; }
    .header-sag ul.login-ul li {
      display: block;
      position: relative;
      float: left;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      width: 100%;
      cursor: pointer; }
      .header-sag ul.login-ul li:hover {
        cursor: pointer; }
      .header-sag ul.login-ul li i {
        font-size: 22px;
        width: 100%;
        text-align: center; }

.header-sag-hesap {
  width: 40%;
  max-width: 130px;
  height: 100%;
  font-size: 18px;
  position: relative;
  padding: 0px 1%; }
  .header-sag-hesap:hover .login-menu {
    visibility: visible;
    top: 100%;
    z-index: 11;
    opacity: 1;
    transition: all 0.5s ease; }
    .header-sag-hesap:hover .login-menu ul li {
      display: block; }

.full-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 8;
  display: none; }

@media all and (max-width: 992px) {
  .header-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    z-index: 5;
    background: #fff; }
  .header-align {
    height: 50px; }
  .header-logo {
    margin: 0 auto;
    border: 0px;
    float: none;
    width: 40%;
    max-width: inherit; }
    .header-logo a {
      width: 100%;
      text-align: center;
      display: block; }
    .header-logo img {
      margin: auto;
      float: none;
      right: 0;
      left: 0;
      width: 30%;
      min-width: 170px;
      max-width: inherit; }
  .header-arama, .header-arama-content, .header-sag {
    display: none; }
  .header-menu {
    z-index: 4;
    width: 40px; } }

@media all and (max-width: 530px) {
  .header-logo img {
    width: 100%;
    min-width: inherit; } }

/*Header Kategori*/
.kategori-mm {
  background: transparent;
  height: 100%;
  position: relative;
  padding: 0px;
  float: none;
  margin: 0 auto;
  display: flex;
  align-items: center;
  z-index: 7; }
  .kategori-mm input[type=checkbox] {
    display: none; }

.kategori-mm-inner {
  margin: auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s ease;
  background: transparent;
  padding: 0px; }

.button {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
  display: none;
  height: 100%;
  width: 33.33%;
  float: left;
  cursor: pointer;
  margin-bottom: 0px; }
  .button i {
    font-size: 22px;
    color: #151440;
    padding: 0;
    position: relative;
    width: initial;
    height: initial;
    top: inherit;
    left: inherit;
    background: transparent; }

.sepet-icon {
  background: #dcdbdb;
  margin-right: .5%; }

.sepet-li {
  position: absolute;
  content: "0";
  top: 23%;
  margin: auto;
  left: 15%;
  background: #dcdbdb;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  font-size: 10px;
  text-align: center;
  z-index: 0;
  color: #fff;
  line-height: 15px;
  font-style: normal; }

.search-icon {
  height: 40px;
  background: transparent;
  margin-right: 5px; }
  .search-icon i {
    font-size: 25px;
    color: #101010; }

.header-mm-arama {
  width: 100%;
  z-index: 3;
  height: auto;
  min-height: 50px;
  display: none;
  background: #fff;
  margin: auto;
  top: 101%;
  left: 0;
  position: absolute;
  border-bottom: 1px solid #f5f5f5; }
  .header-mm-arama form {
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: #fff;
    position: relative;
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .header-mm-arama form input {
      display: block;
      width: 100%;
      padding-left: 15px;
      font-size: 14px;
      box-shadow: none;
      outline: none;
      background: #fff;
      border: 0px;
      line-height: 1.42857143;
      color: #555;
      font-size: 12px;
      border: none;
      float: left;
      color: #666;
      position: relative; }

*:focus {
  outline: none !important;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none; }

.header-mm-arama1 form input::focus {
  outline: none;
  box-shadow: none;
  border: none; }

.header-mm-arama1 button {
  background: transparent;
  outline: none;
  float: right;
  border: none;
  display: block;
  padding-right: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px; }

.header-mm-arama1 {
  width: 100%;
  display: none;
  height: auto;
  min-height: 50px;
  background: #fff;
  margin: auto;
  top: 100%;
  left: 0;
  position: absolute;
  border-top: 1px solid whitesmoke;
  -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.06); }
  .header-mm-arama1 form {
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: #fff;
    position: relative;
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .header-mm-arama1 form input {
      display: block;
      width: 100%;
      padding-left: 15px;
      font-size: 14px;
      box-shadow: none;
      outline: none;
      background: #fff;
      border: 0px;
      line-height: 1.42857143;
      color: #555;
      font-size: 12px;
      border: none;
      float: left;
      color: #666;
      position: relative; }

*:focus {
  outline: none !important;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none; }

.header-mm-arama1 form input::focus {
  outline: none;
  box-shadow: none;
  border: none; }

.header-mm-arama1 button {
  background: transparent;
  outline: none;
  float: right;
  border: none;
  display: block;
  padding-right: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px; }

.mm-control {
  display: block;
  height: 100%;
  width: 60%;
  font-size: 13px;
  box-shadow: none;
  outline: none;
  background: transparent;
  line-height: 1.42857143;
  color: #555;
  border: none;
  float: left;
  color: #666;
  position: relative; }
  .mm-control::placeholder {
    color: #8a8a8a !important;
    opacity: 1 !important;
    /* Firefox */
    font-size: 12px !important;
    font-weight: 400 !important; }
  .mm-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #8a8a8a !important;
    font-size: 12px !important;
    font-weight: 400 !important; }
  .mm-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #8a8a8a !important;
    font-size: 12px !important;
    font-weight: 400 !important; }

*:focus {
  outline: none !important; }

.header-input {
  width: 100%;
  color: #403c3c;
  font-size: 13px;
  border-radius: 0px !important;
  border: 0px !important;
  font-family: "Montserrat", sans-serif .header-input; }
  .header-input ::placeholder {
    letter-spacing: 0px;
    color: #ccc; }
  .header-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    letter-spacing: 0px;
    color: #ccc; }
  .header-input::-ms-input-placeholder {
    /* Microsoft Edge */
    letter-spacing: 0px;
    color: #ccc; }

.mm-control:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important; }

@media all and (max-width: 992px) {
  .button i {
    font-size: 18px; }
  .search-icon i {
    font-size: 21px; }
  #divAjaxAramaSonuc1 {
    width: 100%;
    position: absolute;
    top: 100%;
    margin: auto;
    width: 100%;
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
    z-index: 999; }
  .header-mm-arama1 {
    flex-flow: column wrap; }
  #call3:checked ~ .header-mm-arama1 {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center; } }

@media all and (max-width: 580px) {
  .arama-urun-adi a {
    font-size: 12px; } }

.cubuk {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  margin: auto;
  display: none;
  z-index: 9999;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  width: 28px; }

#bir {
  top: 35%; }

#iki {
  top: 50%; }

#uc {
  top: 63%; }

#call1:checked ~ .button #bir {
  top: 50%;
  -webkit-transform: rotate(405deg);
  -moz-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  -o-transform: rotate(405deg);
  transform: rotate(405deg); }

#call1:checked ~ .button #iki {
  opacity: 0; }

#call1:checked ~ .cubuk {
  background: #000; }

#call1:checked ~ .button #uc {
  top: 50%;
  -webkit-transform: rotate(-405deg);
  -moz-transform: rotate(-405deg);
  -ms-transform: rotate(-405deg);
  -o-transform: rotate(-405deg);
  transform: rotate(-405deg); }

@media all and (max-width: 1600px) {
  .kategori-mm-inner, .inner-align {
    width: 90%; } }

@media all and (max-width: 1500px) {
  .kategori-mm-inner, .inner-align {
    width: 95%; } }

@media all and (max-width: 1300px) {
  .kategori-mm-inner, .inner-align {
    width: 95%; } }

@media all and (max-width: 992px) {
  .kategori-mm {
    padding: 0px;
    background: #fff;
    width: 25px;
    height: 50px;
    border: 0px;
    box-shadow: none; }
  .kategori-mm-inner {
    background: transparent;
    width: 100%;
    height: 50px; }
  .inner-align {
    width: 100%; }
  .cubuk {
    background-color: #737373;
    display: block;
    width: 20px; }
  #bir {
    top: 40%; }
  #iki {
    top: 50%; }
  #uc {
    top: 60%; }
  .button {
    width: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    z-index: 3; }
  .sepet-icon {
    right: 2%;
    background: transparent; }
    .sepet-icon i {
      color: #737373; }
  .search-icon {
    right: 12%;
    color: #dcdbdb; }
  .menu-button {
    width: 100%; }
  .button1 {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    position: relative;
    z-index: 999;
    height: 30px;
    width: 30px;
    float: right;
    cursor: pointer;
    margin-right: 0px;
    margin-top: 2px;
    margin-bottom: 0px; }
  .mobil-menu-sol-icon {
    float: left; }
  .button1 .cubuk {
    background: #737373; }
  #call1:checked ~ .kategori-mm-menu .button1 #bir {
    top: 50%;
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  #call1:checked ~ .kategori-mm-menu .button1 #iki {
    opacity: 0; }
  #call1:checked ~ .kategori-mm-menu .button1 #uc {
    top: 50%;
    -webkit-transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg); }
  .menu-kapat1 {
    width: 0vw;
    height: 100vh;
    position: fixed;
    z-index: 0;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999; }
  #call1:checked ~ .menu-kapat1 {
    width: 100vw;
    background: rgba(0, 0, 0, 0.5); } }

/*--------------------------------KATEGORI MENUUU-MEMET----------------------------------*/
.kategori-mm-menu {
  width: 100%;
  margin: auto;
  height: 100%;
  position: relative;
  padding: 0px 0px;
  text-align: center; }

.mm-menu-img {
  line-height: 0px !important; }

.kategori-mm-menu ul {
  list-style: none;
  width: 100%;
  display: inline-block;
  padding-left: 0%;
  height: 100%;
  position: relative; }
  .kategori-mm-menu ul li {
    width: auto;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    align-items: center; }

#header-mm-img {
  max-height: 250px; }

.kategori-mm-menu ul li img.menu-icon {
  width: 40px; }

.kategori-mm-menu ul li a {
  font-family: "Roboto Condensed", sans-serif;
  color: #000;
  width: 100%;
  font-style: normal;
  display: inline-block;
  white-space: nowrap;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.643;
  letter-spacing: 0;
  text-align: left;
  padding-left: 0px !important; }

.menu-tum-urun-link {
  display: none !important; }

.menu-kategori-icon-link {
  width: auto !important;
  padding-left: 0px !important;
  padding-right: 7px; }
  .menu-kategori-icon-link img {
    width: auto !important;
    max-width: 25px; }

.menu-kategori-icon1 {
  width: auto !important;
  max-width: 27px;
  max-height: 35px;
  padding-right: 5px; }

.menu-kategori-icon2 {
  width: auto !important;
  display: block;
  margin: auto;
  max-height: 75px;
  padding-right: 5px; }

.mm-menu-a-none img {
  width: 100%;
  display: block;
  margin: auto; }

.kategori-mm-menu ul li a span {
  font-size: 16px;
  color: #999;
  font-weight: 300;
  display: block; }

.kategori-mm-menu ul li label {
  display: none; }

.kategori-mm-menu ul li ul {
  width: 100%;
  padding-top: 1%;
  height: auto;
  min-height: 200px;
  position: absolute;
  top: 70%;
  left: -0;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease,opacity 0.4s ease;
  z-index: -1; }

.menu-level-2 {
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18); }

.kategori-mm-menu ul ul li {
  display: none;
  float: left;
  width: 50%;
  max-width: 250px;
  text-align: center;
  height: inherit !important; }
  .kategori-mm-menu ul ul li a {
    line-height: 1.8;
    color: #000; }
  .kategori-mm-menu ul ul li a.buyuk-icon-link {
    line-height: 1;
    text-align: center; }

.kategori-mm-menu ul li.menu-level-2-li {
  width: 33.333%; }
  .kategori-mm-menu ul li.menu-level-2-li a.img-link {
    font-weight: 600; }
  .kategori-mm-menu ul li.menu-level-2-li img {
    max-width: 100%;
    display: block; }

.kategori-mm-menu ul li:hover > ul {
  top: 100%;
  visibility: visible;
  opacity: 1;
  z-index: 9; }
  .kategori-mm-menu ul li:hover > ul li {
    display: block; }

.kategori-mm-menu ul ul ul {
  width: 100%;
  left: 0%;
  position: relative;
  float: left;
  height: auto;
  display: inline-block;
  display: block;
  top: 100%;
  visibility: visible;
  opacity: 1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .kategori-mm-menu ul ul ul li {
    display: block;
    float: inherit;
    width: 100%;
    text-align: left; }
    .kategori-mm-menu ul ul ul li a {
      line-height: 1.8;
      margin-bottom: 0px;
      font-weight: 300;
      color: #777;
      transition: all 0.2s ease-in-out; }

.kategori-mm-menu ul ul li a:hover {
  padding-left: 30px; }

.menu-hiza {
  font-size: 14px;
  color: #232323;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding: 0px 4%;
  display: block;
  font-weight: 600;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative; }
  .menu-hiza:hover {
    color: #000; }
    .menu-hiza:hover i {
      color: #232323; }
  .menu-hiza p {
    color: #757575;
    margin: 0;
    padding: 0px 5px;
    min-width: 45%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px; }
  .menu-hiza span {
    color: #fff;
    font-size: 10px;
    display: block;
    padding-bottom: 0px;
    font-weight: 600;
    margin-right: 0px !important; }

.mobil-menu-top, .menu-login {
  display: none; }

.menu-social {
  width: 0%;
  position: fixed;
  bottom: 0;
  margin-top: 10px;
  visibility: hidden;
  transition: all 0.5s ease; }

#divAjaxAramaSonuc {
  position: absolute;
  top: 100%;
  margin: auto;
  width: 100%;
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
  z-index: 999; }

.arama-urun-row {
  background: #fff;
  border-radius: 0px !important;
  padding: 5px 0 !important;
  min-height: 65px;
  display: flex;
  align-items: center; }
  .arama-urun-row:hover, .arama-urun-row:nth-child(2n+2):hover {
    background: #dadada; }

.arama-urun-adi {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .arama-urun-adi a {
    color: #444;
    font-size: 14px; }

.arama-urun-resmi {
  width: 15%;
  padding: 0px; }
  .arama-urun-resmi img {
    width: 90%;
    margin: 0 auto;
    padding: 0px;
    max-width: 100px; }

.arama-tum-sonuclar {
  text-align: center;
  display: block;
  width: 100%; }
  .arama-tum-sonuclar a {
    text-align: center;
    display: block;
    padding: 20px 0px;
    background: #dcdbdb;
    color: #FFF; }

@media all and (max-width: 1300px) {
  #divAjaxAramaSonuc {
    position: absolute;
    top: 100%;
    left: 0%;
    margin: auto;
    width: 100%;
    z-index: 999; } }

@media all and (max-width: 1200px) {
  #urun-detay-sag-banner {
    border: 2px solid #efefef;
    border-radius: 3px;
    height: auto;
    padding: 20px 15px; }
  .border-banner {
    padding: 5px 0px !important;
    border: 0px !important; }
  #anasayfa-urunleri {
    width: 95%;
    min-width: inherit; }
  .kategori-mm-menu ul li a {
    font-size: 11px; }
  .kategori-mm-menu ul ul li a {
    font-size: 12px; } }

.menu-kategori {
  float: left;
  width: 75%; }

.menu-kategori-spot {
  float: right;
  width: 25%;
  height: 100%;
  display: flex !important;
  align-items: center; }

@media all and (min-width: 992px) {
  .header-logo img {
    position: relative;
    height: 100%;
    width: auto; }
  .kategori-mm {
    position: static !important; }
    .kategori-mm .kategori-mm-menu {
      position: static !important; }
      .kategori-mm .kategori-mm-menu .ana-menu {
        display: flex;
        position: static !important; }
        .kategori-mm .kategori-mm-menu .ana-menu > li {
          padding-right: 15px; }
          .kategori-mm .kategori-mm-menu .ana-menu > li:last-child {
            padding: 0; }
          .kategori-mm .kategori-mm-menu .ana-menu > li > a {
            text-transform: uppercase; }
        .kategori-mm .kategori-mm-menu .ana-menu .menu-level-2 {
          display: flex;
          justify-content: center;
          padding: 70px 0; }
          .kategori-mm .kategori-mm-menu .ana-menu .menu-level-2 .menu-kategori {
            width: 50%; }
            .kategori-mm .kategori-mm-menu .ana-menu .menu-level-2 .menu-kategori > li > a {
              position: relative;
              width: auto;
              float: left; }
              .kategori-mm .kategori-mm-menu .ana-menu .menu-level-2 .menu-kategori > li > a:before {
                content: '';
                position: absolute;
                left: 0;
                width: 0;
                bottom: 0;
                height: 2px;
                background: #000;
                transition: width 0.4s ease; }
              .kategori-mm .kategori-mm-menu .ana-menu .menu-level-2 .menu-kategori > li > a:hover:before {
                width: 100%; }
          .kategori-mm .kategori-mm-menu .ana-menu .menu-level-2 .menu-kategori-spot {
            width: 30%; }
            .kategori-mm .kategori-mm-menu .ana-menu .menu-level-2 .menu-kategori-spot > a {
              width: 100%; }
        .kategori-mm .kategori-mm-menu .ana-menu .menu-level-3 li a {
          color: #81828c; } }

@media all and (max-width: 992px) {
  .header-menu {
    width: 40px;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    padding: 0;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .header-mm-arama {
    display: none !important; }
  .menu-kategori {
    float: left;
    width: 100%; }
  .menu-kategori-spot {
    display: none !important; }
  .arama-urun-row {
    padding: 10px 0 !important; }
  .sepet-fixed-container {
    width: auto;
    max-width: 50px; }
  .slider-sol-img {
    margin-right: 0px;
    margin-top: 10px;
    order: 2; }
  .inner-align {
    width: 95%;
    border-radius: 0px;
    align-items: center;
    justify-content: center;
    flex-flow: column wrap;
    margin: auto; }
  .container {
    width: 100%; }
  .top-bar-wp-buton {
    font-size: 11px; }
  .top-bar-social ul li a i {
    font-size: 12px;
    margin: 0px;
    padding: 0px; }
  .menu-kapat {
    width: 0vw;
    height: 100vh;
    position: fixed;
    z-index: 0;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999; }
  .mobil-menu-top {
    display: block; }
    .mobil-menu-top img {
      width: 135px; }
  .menu-level-2 {
    min-width: 100% !important; }
    .menu-level-2 li {
      min-width: 100% !important;
      padding: 0px !important; }
  .menu-level-3 {
    padding: 0px !important; }
    .menu-level-3 li {
      min-width: 100% !important;
      padding: 0px !important; }
  .kategori-mm-menu ul li a {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    width: 75%;
    float: left;
    font-size: 13px;
    height: 35px;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
  .mm-menu-full {
    width: 100% !important; }
  .mm-menu-a-none {
    display: none !important; }
  .kategori-mm-menu ul li label {
    display: block;
    font-size: 15px;
    color: #444;
    float: right;
    width: 25%;
    background: #ececec;
    height: 35px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    position: relative;
    margin-bottom: 0px; }
  .menu-kategori-icon1 {
    max-width: 27px; }
  .kategori-mm-menu {
    width: 0px;
    margin: 0;
    padding: 0px;
    height: 100%;
    position: fixed;
    left: -50%;
    top: 0;
    float: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.5s ease;
    overflow-x: hidden;
    background: #fff;
    z-index: 999; }
    .kategori-mm-menu ul li img {
      float: left; }
    .kategori-mm-menu ul li img.menu-kategori-icon2 {
      max-width: 27px;
      float: left;
      margin: 0; }
    .kategori-mm-menu ul li label::before {
      font-size: 25px;
      color: #999;
      font-weight: 300;
      cursor: pointer;
      right: 0%;
      left: 0;
      text-align: center;
      content: "\f3d0";
      font-family: Ionicons;
      position: absolute;
      transition: all 0.2s ease; }
    .kategori-mm-menu ul ul li label::before {
      font-size: 20px;
      color: #999;
      font-weight: 300;
      cursor: pointer;
      right: 0%;
      bottom: 12%;
      left: 0;
      text-align: center;
      content: "\f3d0";
      font-family: Ionicons;
      position: absolute;
      transition: all 0.2s ease; }
    .kategori-mm-menu ul.ana-menu input[type=checkbox]:checked ~ label {
      background: #000; }
    .kategori-mm-menu ul.ana-menu input[type=checkbox]:checked ~ label::before {
      transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      /* IE 9 */
      -webkit-transform: rotate(180deg);
      /* Safari 3-8 */
      color: #fff; }
    .kategori-mm-menu ul ul li {
      display: inline;
      float: left;
      border-bottom: 0px;
      border-right: 0px;
      width: 100%;
      min-height: 35px;
      max-width: inherit; }
    .kategori-mm-menu ul ul ul li a:hover {
      padding: 0px; }
    .kategori-mm-menu ul li ul {
      width: 98%;
      position: relative;
      min-height: 0px;
      height: 0px;
      right: -100%;
      opacity: 0;
      left: inherit;
      z-index: 0;
      padding: 0;
      overflow: hidden;
      transition: all 0.5s ease;
      margin: auto;
      visibility: hidden;
      float: right;
      background: transparent;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    .kategori-mm-menu ul li:hover {
      cursor: pointer; }
      .kategori-mm-menu ul li:hover > ul {
        top: inherit;
        visibility: inherit;
        opacity: inherit;
        z-index: inherit; }
  .user-menu-mobil {
    width: 0px;
    margin: 0;
    height: 100%;
    position: fixed;
    right: inherit;
    right: -50%;
    top: 0;
    float: none;
    overflow: hidden;
    transition: 0.5s ease;
    background: #fff;
    z-index: 999; }
  .mobil-menu-top {
    width: 100%;
    height: 35px;
    background: #fff;
    border-bottom: 1px solid #f7f7f7; }
    .mobil-menu-top p {
      text-align: center;
      font-size: 17px;
      line-height: 31px;
      margin-bottom: 0px;
      font-family: "Work Sans", sans-serif; }
  .menu-login {
    padding: 0px 3%;
    width: 100%;
    margin-bottom: 10px;
    height: auto;
    display: inline-block;
    border-bottom: 1px solid #f7f7f7; }
    .menu-login a:first-child {
      border-right: 1px solid #f7f7f7;
      background: #000;
      color: #fff; }
  .menu-login-button {
    width: 50%;
    font-family: "Work Sans", sans-serif;
    padding: 10px 0px;
    float: left;
    color: #000;
    text-align: center; }
  #call1:checked ~ .kategori-mm-menu .menu-social {
    position: fixed;
    bottom: 0;
    margin-top: 10px;
    width: 60%;
    visibility: visible;
    background: #fff;
    padding-top: 5px;
    z-index: 1;
    border-top: 1px solid #f7f7f7;
    transition: all 0.5s ease; }
  .menu-social p {
    font-family: "Work Sans", sans-serif;
    float: left;
    padding: 4px 0px;
    font-weight: 900;
    margin-bottom: 0px;
    padding-right: 10px; }
  .menu-telephone {
    font-size: 15px !important;
    font-family: "Work Sans", sans-serif; }
    .menu-telephone i {
      font-size: 20px;
      margin-right: 10px; }
  .menu-social a {
    text-align: center;
    color: #585454;
    padding: 4px 8px;
    font-size: 16px;
    float: left;
    display: block; }
  .top-sol {
    justify-content: flex-end; }
  .ana-menu {
    overflow-y: auto;
    padding-bottom: 75px; }
  .kategori-mm-menu ul {
    list-style: none;
    width: 100%;
    margin: 0;
    height: auto;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease; }
  .kategori-mm-menu .ana-menu {
    margin: auto; }
  .kategori-mm-menu ul li {
    display: inline-block;
    float: none;
    max-width: inherit;
    min-height: 40px;
    width: 95% !important;
    float: right;
    padding-right: 2%;
    height: auto; }
  #call1:checked ~ .kategori-mm-menu {
    width: 60%;
    height: 100%;
    left: 0%;
    z-index: 99999;
    transition: all 0.5s ease; }
  #call1:checked ~ .ana-menu {
    list-style: none;
    width: 95%;
    height: 100%;
    background: #fff;
    display: block;
    margin: auto; }
  #call2:checked ~ .menu-kapat {
    width: 100vw;
    background: rgba(0, 0, 0, 0.5); }
  #call2:checked ~ .user-menu-mobil {
    width: 60%;
    padding: 0px;
    height: 100%;
    right: 0%;
    z-index: 99999;
    transition: all 0.5s ease; }
  input[type=checkbox]:checked ~ ul {
    list-style: none;
    height: auto;
    display: inline-block;
    margin: auto;
    top: 0;
    left: inherit;
    visibility: visible;
    opacity: 1;
    position: relative;
    z-index: 5;
    right: 0;
    transition: all 0.5s ease;
    padding: 10px 0px !important; }
  .uyeol-icon-mm::after {
    position: absolute;
    content: "+";
    top: -2px;
    right: -0%;
    font-weight: 900;
    margin: auto;
    font-size: 15px; } }

@media all and (max-width: 500px) {
  #call1:checked ~ .kategori-mm-menu {
    width: 100%;
    z-index: 99999; }
    #call1:checked ~ .kategori-mm-menu .menu-social {
      width: 100%;
      z-index: 99999; } }

/* TEMA - 13*/
@media all and (min-width: 992px) {
  .header-content-absolute {
    position: absolute;
    left: 0;
    top: 0; } }

/* --------------------------------- tema-13 ---------------------*/
@media all and (max-width: 991px) {
  .vitrin-urun {
    padding: 0px;
    border: 1px solid transparent; }
    .vitrin-urun .kutu-urun-border {
      height: auto;
      display: inline-block; }
    .vitrin-urun .kutu-urun-resmi {
      padding: 0px; }
    .vitrin-urun .vitrin-liste-ozellik {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2; }
      .vitrin-urun .vitrin-liste-ozellik .liste-indirim {
        font-family: "Roboto Condensed", sans-serif;
        position: absolute;
        cursor: pointer;
        right: 5px;
        top: 5px;
        margin: auto;
        border: 2px solid #222;
        background: #222;
        color: #fff;
        font-size: 13px;
        padding: 5px 10px;
        text-align: center; }
    .vitrin-urun .vitrin-urun-desc h2 {
      margin: 5px 0 10px 0; }
      .vitrin-urun .vitrin-urun-desc h2 a {
        font-family: "Roboto Condensed", sans-serif;
        text-align: left;
        display: -webkit-box;
        height: 17px;
        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        -mox-box-orient: vertical;
        color: #5c5d65;
        font-size: 15px; }
    .vitrin-urun .vitrin-urun-desc .vitrin-urun-fiyat a {
      color: #3a3838; }
  .home-blog .blog-cover {
    position: relative; }
  .slick-arrow:before {
    border: solid #ffffff;
    border-width: 0 2px 2px 0; }
  #footer .footer-mm1 ul li {
    color: #ddd; }
  .social-icons-li {
    width: 100%;
    height: auto;
    display: inline-block; }
    .social-icons-li a {
      float: left;
      padding: 10px !important; }
  #footer ul ul {
    width: 50%;
    max-height: inherit;
    visibility: visible; } }

@media all and (min-width: 992px) {
  .vitrin-urun-head .kutu-urun-border .vitrin-urun-head-icerik {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 25px;
    font-weight: 600; }
    .vitrin-urun-head .kutu-urun-border .vitrin-urun-head-icerik a {
      font-size: 25px;
      font-weight: 600;
      color: #000; }
    .vitrin-urun-head .kutu-urun-border .vitrin-urun-head-icerik:before {
      display: none; }
  .vitrin-urun {
    padding: 0;
    overflow: hidden; }
    .vitrin-urun .kutu-urun-border {
      position: relative;
      width: 100%;
      display: inline-block; }
      .vitrin-urun .kutu-urun-border:before {
        content: '';
        padding-top: 100%;
        display: inline-block; }
      .vitrin-urun .kutu-urun-border > a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2; }
      .vitrin-urun .kutu-urun-border .vitrin-liste-ozellik {
        position: absolute;
        left: 0;
        top: 0;
        background: #dcdbdb; }
      .vitrin-urun .kutu-urun-border .kutu-urun-resmi {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        padding: 0;
        transition: transform 0.4s ease; }
        .vitrin-urun .kutu-urun-border .kutu-urun-resmi > a {
          width: 100%;
          height: 100%; }
          .vitrin-urun .kutu-urun-border .kutu-urun-resmi > a img {
            object-fit: cover;
            width: 100%;
            height: 100%; }
      .vitrin-urun .kutu-urun-border .vitrin-urun-desc {
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.8);
        display: flex;
        flex-flow: column nowrap;
        z-index: 1;
        align-items: center;
        justify-content: center;
        transition: opacity 0.3s ease; }
        .vitrin-urun .kutu-urun-border .vitrin-urun-desc .hover-icon {
          position: absolute;
          top: 70%;
          left: 0;
          right: 0;
          display: flex;
          justify-content: center;
          flex-flow: column nowrap;
          align-items: center; }
          .vitrin-urun .kutu-urun-border .vitrin-urun-desc .hover-icon .stick-long {
            width: 3px;
            height: 0px;
            background: #000;
            transition: height 0.3s ease; }
          .vitrin-urun .kutu-urun-border .vitrin-urun-desc .hover-icon .stick-head {
            width: 0;
            height: 0;
            border-color: #000 transparent transparent;
            border-width: 6px 6px 0px 6px;
            border-style: solid; }
        .vitrin-urun .kutu-urun-border .vitrin-urun-desc h2 {
          font-weight: 600;
          font-size: 22px;
          margin: 0;
          overflow: hidden; }
          .vitrin-urun .kutu-urun-border .vitrin-urun-desc h2 a {
            color: #222;
            transition: transform 0.4s ease;
            transform: translateY(40px); }
        .vitrin-urun .kutu-urun-border .vitrin-urun-desc .vitrin-urun-fiyat {
          overflow: hidden;
          height: 20px; }
          .vitrin-urun .kutu-urun-border .vitrin-urun-desc .vitrin-urun-fiyat a {
            transition: transform 0.4s ease;
            transform: translateY(40px);
            color: #000; }
            .vitrin-urun .kutu-urun-border .vitrin-urun-desc .vitrin-urun-fiyat a #eski-fiyat {
              font-weight: 400; }
    .vitrin-urun:hover .kutu-urun-border .hover-icon .stick-long {
      height: 40px; }
    .vitrin-urun:hover .kutu-urun-border .vitrin-urun-desc {
      opacity: 1; }
      .vitrin-urun:hover .kutu-urun-border .vitrin-urun-desc h2 a {
        transform: none; }
      .vitrin-urun:hover .kutu-urun-border .vitrin-urun-desc .vitrin-urun-fiyat a {
        transform: none; }
    .vitrin-urun:hover .kutu-urun-border .kutu-urun-resmi {
      transform: scale(1.06); } }

/* --------------------------------- KATALOG GORUNUM ---------------------*/
.urun-kutusu {
  overflow: hidden;
  outline: 0 !important;
  padding: 0px;
  margin: 0px;
  transition: all 0.5s ease;
  border: 4px solid transparent;
  border-top: 0px; }

.urun-box-genel-href {
  border: 1px solid #f1f1f1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0; }

.urun-kutusu .kutu-urun-border {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 100%; }

.kutu-oran-sol {
  right: 0;
  z-index: 1;
  top: 0px;
  position: absolute;
  margin: auto;
  text-align: center;
  border: none;
  width: 100%;
  height: auto;
  padding-left: 10px;
  background: none;
  font-size: 18px;
  color: #000; }

.urun-sag-indirim {
  font-family: "Roboto Condensed", sans-serif;
  position: absolute;
  cursor: pointer;
  right: 5px;
  top: 5px;
  margin: auto;
  border: 2px solid #000;
  background: #000;
  color: #fff;
  font-size: 13px;
  padding: 5px 10px;
  text-align: center; }

.kutu-sag-yeni {
  position: absolute;
  cursor: pointer;
  left: 5px;
  top: 5px;
  margin: auto;
  border: 2px solid #333333;
  background: #ffffff;
  color: #333333;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 9px;
  text-align: center;
  letter-spacing: 1px; }

.urun-kutusu {
  transition: opacity 0.2s ease; }
  .urun-kutusu .kutu-urun-resmi {
    padding: 0;
    margin: auto;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
      .urun-kutusu .kutu-urun-resmi > a img {
		width: 100%;
	   }
  .urun-kutusu .katalog-detay {
    padding: 0;
    width: 100%; }
    .urun-kutusu .katalog-detay h2 {
      margin: 10px 0 0 0; }
      .urun-kutusu .katalog-detay h2 a {
        font-family: "Roboto Condensed", sans-serif;
        text-align: left;
        display: -webkit-box;
        height: 17px;
        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        -mox-box-orient: vertical;
        color: #5c5d65;
        font-size: 15px; }
  .urun-kutusu:hover {
    opacity: 0.7; }

.liste-gorunum:hover {
  opacity: 1; }

.kutu-urun-detay-mm {
  position: relative;
  margin-top: 5px;
  background: transparent;
  height: auto;
  display: inline-block;
  z-index: 2;
  transition: all 0.5s ease; }

.urun-fiyat {
  margin-top: 5px;
  text-align: left;
  font-size: 14px; }
  .urun-fiyat a {
    font-family: "Roboto Condensed", sans-serif;
    color: #21232e; }

#eski-fiyat {
  font-size: 13px;
  min-height: 30px;
  display: inline-block;
  line-height: 21px;
  opacity: 0.8;
  padding: 0px 0px 0px 10px;
  text-decoration: line-through; }

.kutu-puan-container {
  min-height: 25px; }

.kutu-puan {
  text-align: center;
  margin: 0px; }

.kutu-puan i {
  font-size: 18px;
  color: #b2b2b2; }

.kutu-puan i.star-active {
  color: #ff7000; }

.liste-puan {
  text-align: left;
  margin-bottom: 5px; }
  .liste-puan i {
    font-size: 16px; }

.hover-liste-incele i {
  font-size: 22px; }

.liste-incele {
  font-size: 13px !important;
  letter-spacing: 1px;
  line-height: 50px;
  width: 75%;
  margin: auto;
  height: 50px; }

/* --------------------------------- LİSTE GORUNUM ---------------------*/
.kutu-link {
  display: inline-block; }

.urun-liste-resmi {
  border: 1px solid #eee; }

.liste-ozellik {
  text-align: left;
  margin-bottom: 5px; }
  .liste-ozellik .liste-yeni {
    cursor: pointer;
    margin: auto;
    border: 2px solid #333333;
    background: #ffffff;
    color: #333333;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 9px;
    text-align: center;
    letter-spacing: 1px;
    display: inline-block; }
  .liste-ozellik .liste-indirim {
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
    margin: auto;
    border: 2px solid #000;
    background: #000;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 10px;
    text-align: center;
    display: inline-block; }

.urun-liste-detay {
  margin: 0px;
  padding: 10px 15px;
  font-family: "Roboto Condensed", sans-serif; }
  .urun-liste-detay h2 {
    float: left;
    width: 100%;
    text-align: left;
    margin: 0 0 15px 0; }
    .urun-liste-detay h2 a {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 22px;
      line-height: 1em;
      padding: 0px;
      z-index: 5;
      text-align: left;
      display: inline-block;
      color: #5c5d65; }
  .urun-liste-detay .liste-ozellik {
    float: left; }

.urun-liste-fiyat {
  text-align: left;
  padding-left: 0px;
  float: left;
  padding-left: 10px; }
  .urun-liste-fiyat a {
    font-family: "Montserrat", sans-serif;
    color: #21232e; }
  .urun-liste-fiyat #eski-fiyat {
    min-height: inherit;
    padding-left: 5px; }

.urun-liste-puan {
  padding: 0px; }

.liste-aciklama {
  text-align: left;
  padding: 0px;
  font-size: 14px; }
  .liste-aciklama p {
    font-family: "Roboto Condensed", sans-serif;
    color: #757575;
    margin: 0 0 15px 0; }

.urun-liste-hover {
  padding: 0px;
  margin-top: 10px; }
  .urun-liste-hover .hover-butons {
    max-width: 50px;
    line-height: 40px;
    height: 40px; }
  .urun-liste-hover .hover-butons-sepet {
    max-width: 250px;
    font-size: 13px;
    font-weight: 600;
    margin-right: 10px;
    line-height: 37px;
    position: relative;
    z-index: 1;
    color: #fff;
    border: 2px solid #000; }
    .urun-liste-hover .hover-butons-sepet:after {
      display: none; }
    .urun-liste-hover .hover-butons-sepet:before {
      content: '';
      position: absolute;
      top: -1px;
      left: -1px;
      right: -1px;
      bottom: -1px;
      background: #000;
      z-index: -1;
      opacity: 1;
      -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
      -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
      -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
      -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
      transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
      transition: transform 0.4s, opacity 0.4s;
      transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
    .urun-liste-hover .hover-butons-sepet:hover {
      color: #000 !important;
      border: 2px solid black; }
      .urun-liste-hover .hover-butons-sepet:hover:before {
        opacity: 0;
        -moz-transform: scale3d(0.7, 1, 1);
        -ms-transform: scale3d(0.7, 1, 1);
        -o-transform: scale3d(0.7, 1, 1);
        -webkit-transform: scale3d(0.7, 1, 1);
        transform: scale3d(0.7, 1, 1); }
      .urun-liste-hover .hover-butons-sepet:hover i {
        color: #000; }
    .urun-liste-hover .hover-butons-sepet i {
      font-size: 20px;
      padding-right: 10px;
      color: #fff; }
  .urun-liste-hover .hover-butons-stok {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #000; }
    .urun-liste-hover .hover-butons-stok:before {
      background: #000; }
    .urun-liste-hover .hover-butons-stok:hover {
      color: #000 !important;
      border: 2px solid black; }
      .urun-liste-hover .hover-butons-stok:hover i {
        color: #000 !important; }

.urun-liste-buton {
  display: inline-block;
  padding: 10px 10px;
  outline: none;
  border: 0;
  color: #505050;
  text-align: center;
  margin: 0;
  width: 49%;
  font-size: 25px;
  cursor: pointer; }
  .urun-liste-buton:hover {
    color: #dcdbdb; }

.urun-liste-buton-sepet {
  background: #000;
  color: #fff;
  border-right: 1px solid #eee; }
  .urun-liste-buton-sepet:hover {
    color: #fff; }

.urun-liste-buton-fav {
  background: none;
  color: #000; }

.urun-liste-buton-stok {
  background: #000;
  color: #fff;
  line-height: 42px;
  font-size: 15px;
  border-right: 1px solid #eee; }
  .urun-liste-buton-stok:hover {
    color: #fff; }

@media all and (max-width: 1200px) {
  .urun-liste-detay h2 {
    font-size: 13px; }
  .urun-liste-buton {
    padding: 5px 10px;
    font-size: 20px; }
  .urun-liste-buton-stok span {
    font-size: 12px; }
    .urun-liste-buton-stok span i {
      font-size: 15px; } }

@media all and (max-width: 992px) {
  .urun-liste-hover .hover-butons-sepet i {
    display: block;
    line-height: 35px;
    height: 100%;
    padding-right: 0 !important; }
  .urun-liste-hover .hover-butons-stok {
    display: block; } }

/*Anasayfa Kutu*/
.anasayfa-kutu .kutu-urun-border {
  float: left; }

.anasayfa-kutu .kutu-urun-resmi {
  padding: 7px; }

.anasayfa-kutu .urun-liste-detay {
  padding: 0px 10px;
  min-height: 190px; }
  .anasayfa-kutu .urun-liste-detay h2 a {
    font-size: 14px;
    font-weight: 400;
    display: block; }

.anasayfa-kutu .urun-liste-puan {
  min-height: 30px; }

@media all and (max-width: 1400px) {
  .anasayfa-kutu .urun-liste-detay {
    min-height: 230px; } }

@media all and (max-width: 600px) {
  .anasayfa-kutu .urun-liste-detay {
    min-height: 230px; } }

/* --------------------------------- CAT FEATURED  KUTU---------------------*/
.cat-module-heading span {
  font-size: 22px;
  display: inline-block;
  margin-bottom: 10px; }

.cat-featured-prods {
  background: #fbfbfb;
  min-height: 0px; }
  .cat-featured-prods .cat-featured-wrapper {
    padding: 20px 0px !important; }
    .cat-featured-prods .cat-featured-wrapper .featured-slider {
      padding: 0px; }
      .cat-featured-prods .cat-featured-wrapper .featured-slider .slick-track {
        float: left; }
      .cat-featured-prods .cat-featured-wrapper .featured-slider .cat-featured-box {
        border: 5px solid transparent; }
        .cat-featured-prods .cat-featured-wrapper .featured-slider .cat-featured-box .cat-featured-box-wrapper {
          position: relative;
          background: #fff;
          border: 1px solid #f1f1f1;
          height: auto;
          display: inline-block;
          padding: 10px 0px; }
          .cat-featured-prods .cat-featured-wrapper .featured-slider .cat-featured-box .cat-featured-box-wrapper .cat-prod-img {
            padding: 0; }
          .cat-featured-prods .cat-featured-wrapper .featured-slider .cat-featured-box .cat-featured-box-wrapper .cat-prod-content {
            padding: 10px 15px 10px 15px; }
            .cat-featured-prods .cat-featured-wrapper .featured-slider .cat-featured-box .cat-featured-box-wrapper .cat-prod-content .cat-prod-name {
              display: block;
              margin-bottom: 10px;
              display: -webkit-box;
              height: 40px;
              overflow: hidden;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              -mox-box-orient: vertical;
              color: #5c5d65; }
            .cat-featured-prods .cat-featured-wrapper .featured-slider .cat-featured-box .cat-featured-box-wrapper .cat-prod-content .cat-prod-price span {
              color: #5c5d65;
              display: block;
              font-size: 15px;
              text-decoration: none;
              font-weight: 600; }
            .cat-featured-prods .cat-featured-wrapper .featured-slider .cat-featured-box .cat-featured-box-wrapper .cat-prod-content .cat-prod-price s {
              font-size: 14px;
              font-weight: 600;
              display: inline-block;
              color: #9e9e9e;
              text-decoration: line-through; }

/* --------------------------------- DISCOUNT PROD  KUTU---------------------*/
.discount-prods-title {
  width: 100%;
  text-align: center;
  padding: 15px 0; }
  .discount-prods-title span {
    font-size: 20px; }

.discount-prods {
  padding: 0; }
  .discount-prods .slick-arrow {
    opacity: 0;
    transition: opacity 0.2s ease; }
  .discount-prods:hover .slick-arrow {
    opacity: 1;
    transition: opacity 0.3s ease; }

.cat-discount-prods {
  padding: 15px 15px 35px 15px; }
  .cat-discount-prods .cat-discount-prod-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .cat-discount-prods .discount-timer {
    padding: 0px;
    display: flex;
    justify-content: space-around;
    float: left; }
    .cat-discount-prods .discount-timer .discount-timer-div {
      width: 20%;
      padding: 10px 0;
      float: left;
      text-align: center;
      background: #fbfbfb;
      border-radius: 2px; }
      .cat-discount-prods .discount-timer .discount-timer-div .timer-time {
        font-size: 20px; }
  .cat-discount-prods .prod-image {
    padding: 0; }
    .cat-discount-prods .prod-image a {
      width: 100%;
      display: inline-block; }
      .cat-discount-prods .prod-image a img {
        margin: auto;
        width: 80%;
        max-width: 250px; }
  .cat-discount-prods .prod-details {
    padding: 0 5px; }
    .cat-discount-prods .prod-details .prod-title a {
      display: block;
      margin-bottom: 10px;
      display: -webkit-box;
      height: 35px;
      overflow: hidden;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      -mox-box-orient: vertical;
      color: #5c5d65;
      text-align: left;
      font-size: 17px; }
    .cat-discount-prods .prod-details .prod-price-container {
      width: 100%;
      display: inline-block;
      float: left; }
      .cat-discount-prods .prod-details .prod-price-container a {
        display: flex;
        align-items: stretch; }
      .cat-discount-prods .prod-details .prod-price-container .prod-discount {
        display: flex;
        align-items: center;
        color: #fff;
        background: #000;
        text-align: center;
        padding: 0 15px;
        font-weight: 600; }
      .cat-discount-prods .prod-details .prod-price-container .prod-price {
        display: inline-block;
        text-align: left;
        margin-left: 10px;
        color: #5c5d65;
        font-size: 20px; }
        .cat-discount-prods .prod-details .prod-price-container .prod-price .prod-old-price {
          color: #8e9099;
          font-size: 17px;
          display: block; }

.discount-prods1 .discount-prods-title span {
  float: left;
  font-size: 22px;
  display: inline-block;
  margin-bottom: 10px; }

.discount-prods1 .discount-prods-slider1 .cat-discount-prods {
  padding: 0px;
  border: 5px solid transparent; }

.discount-prods1 .discount-prods-slider1 .slick-track {
  float: left; }

@media all and (max-width: 1400px) {
  .cat-discount-prods .prod-price-container .prod-price {
    font-size: 15px; }
    .cat-discount-prods .prod-price-container .prod-price .prod-old-price {
      font-size: 14px; }
  .cat-discount-prods .prod-price-container .prod-discount {
    padding: 0 10px;
    font-size: 12px; } }

/* --------------------------------- POPULAR PROD  KUTU---------------------*/
.cat-hit-prods {
  padding: 15px 0; }
  .cat-hit-prods .cat-module-heading {
    border-bottom: 1px solid #eee; }
  .cat-hit-prods .cat-hit-prod {
    padding: 15px 0;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee; }
    .cat-hit-prods .cat-hit-prod .kutu-puan {
      text-align: left;
      margin-bottom: 10px; }
    .cat-hit-prods .cat-hit-prod .cat-hit-prod-wrapper {
      display: flex;
      flex-flow: row wrap;
      align-items: stretch;
      justify-content: flex-start; }
      .cat-hit-prods .cat-hit-prod .cat-hit-prod-wrapper .prod-order {
        width: 70px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center; }
        .cat-hit-prods .cat-hit-prod .cat-hit-prod-wrapper .prod-order span {
          display: inline-block;
          width: 30px;
          height: 30px;
          border-radius: 30px;
          line-height: 29px;
          border: 1px solid #ccc; }
      .cat-hit-prods .cat-hit-prod .cat-hit-prod-wrapper .prod-image {
        display: inline-block; }
        .cat-hit-prods .cat-hit-prod .cat-hit-prod-wrapper .prod-image a {
          width: 100%;
          display: inline-block; }
          .cat-hit-prods .cat-hit-prod .cat-hit-prod-wrapper .prod-image a img {
            width: 80%;
            max-width: 200px;
            margin: auto; }
      .cat-hit-prods .cat-hit-prod .cat-hit-prod-wrapper .prod-details {
        display: inline-block; }
        .cat-hit-prods .cat-hit-prod .cat-hit-prod-wrapper .prod-details .prod-title a {
          color: #5c5d65;
          font-size: 15px; }
        .cat-hit-prods .cat-hit-prod .cat-hit-prod-wrapper .prod-details .prod-price-container {
          width: 100%;
          display: inline-block;
          float: left; }
          .cat-hit-prods .cat-hit-prod .cat-hit-prod-wrapper .prod-details .prod-price-container a {
            display: flex;
            align-items: stretch; }
          .cat-hit-prods .cat-hit-prod .cat-hit-prod-wrapper .prod-details .prod-price-container .prod-discount {
            display: flex;
            align-items: center;
            color: #fff;
            background: #000;
            text-align: center;
            font-size: 14px;
            padding: 0 10px;
            font-weight: 600; }
          .cat-hit-prods .cat-hit-prod .cat-hit-prod-wrapper .prod-details .prod-price-container .prod-price {
            display: inline-block;
            text-align: left;
            margin-left: 10px;
            color: #5c5d65;
            font-size: 14px; }
            .cat-hit-prods .cat-hit-prod .cat-hit-prod-wrapper .prod-details .prod-price-container .prod-price .prod-old-price {
              color: #8e9099;
              font-size: 12px;
              display: block; }
      .cat-hit-prods .cat-hit-prod .cat-hit-prod-wrapper .prod-points {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column wrap; }
        .cat-hit-prods .cat-hit-prod .cat-hit-prod-wrapper .prod-points .prod-hit {
          display: flex;
          align-items: center;
          justify-content: center; }
          .cat-hit-prods .cat-hit-prod .cat-hit-prod-wrapper .prod-points .prod-hit .prod-hit-bar {
            width: 200px;
            max-width: 70%;
            height: 5px;
            float: left;
            background: #eeecec;
            position: relative;
            border-radius: 3px; }
            .cat-hit-prods .cat-hit-prod .cat-hit-prod-wrapper .prod-points .prod-hit .prod-hit-bar .prod-hit-bar-content {
              position: absolute;
              height: 100%;
              background: #000;
              left: 0;
              bottom: 0;
              top: 0;
              margin: auto;
              border-radius: 3px; }
          .cat-hit-prods .cat-hit-prod .cat-hit-prod-wrapper .prod-points .prod-hit .prod-hit-rate {
            float: left;
            font-size: 13px;
            margin-left: 15px;
            white-space: nowrap; }

@media all and (max-width: 992px) {
  .cat-hit-prod .kutu-puan-container .kutu-puan {
    text-align: center; }
  .cat-hit-prod .cat-hit-prod-wrapper .prod-details .prod-title {
    text-align: center; }
  .cat-hit-prod .cat-hit-prod-wrapper .prod-details .prod-price-container a {
    justify-content: center; } }

/*Prod Kampoanya*/
.prod-campaign-box {
  margin-bottom: 15px; }
  .prod-campaign-box .prod-campaign-img {
    padding: 20px;
    margin: auto;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
  .prod-campaign-box .prod-campaign-content .prod-campaign-name {
    display: block;
    margin-bottom: 10px;
    display: -webkit-box;
    height: 40px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -mox-box-orient: vertical;
    color: #282828; }
  .prod-campaign-box .prod-campaign-content .prod-campaign-price a {
    display: flex;
    align-items: stretch; }
    .prod-campaign-box .prod-campaign-content .prod-campaign-price a .prod-price {
      padding-left: 10px; }
      .prod-campaign-box .prod-campaign-content .prod-campaign-price a .prod-price span {
        color: #282828;
        display: block;
        font-size: 15px;
        text-decoration: none;
        font-weight: 600; }
      .prod-campaign-box .prod-campaign-content .prod-campaign-price a .prod-price s {
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
        color: #9e9e9e;
        text-decoration: line-through; }
    .prod-campaign-box .prod-campaign-content .prod-campaign-price a .prod-discount {
      display: flex;
      align-items: center;
      color: #fff;
      background: #000;
      text-align: center;
      padding: 10px 15px;
      font-weight: 600; }

* {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0; }

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* E BULTEN MODAL*/
#e-bulten-modal {
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  margin: 0 auto; }
  #e-bulten-modal .modal-header, #e-bulten-modal button.close {
    padding: 0 15px;
    border: 0px; }
  #e-bulten-modal .modal-content {
    padding: 25px 0px;
    overflow: hidden; }
    #e-bulten-modal .modal-content::before {
      content: "\f422";
      font-family: "Ionicons";
      font-size: 115px;
      color: #d0d0d0;
      position: absolute;
      left: -15px;
      top: -45px;
      transform: rotate(-45deg); }

.modal-ebulten-baslik {
  display: block !important;
  text-align: center;
  margin-bottom: 20px; }

.modal-ebulten-p {
  color: #7d7878;
  font-size: 13px;
  margin-bottom: 13px; }

.nothanks {
  cursor: pointer;
  margin-top: 10px; }
