﻿:root {
  --fontColor: #ffc72c;
}
/* Scroll bar stili */
::-webkit-scrollbar {
  width: 8px;
}

/* Scroll çubuğu */
::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
}

/* Scroll çubuğu hover durumu */
::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

/* Scroll çubuğu tuşu (yukarı/aşağı oklar) */
::-webkit-scrollbar-button {
  display: none;
}

/* Scroll track */
::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 4px;
}

/* Scroll track'in içi */
::-webkit-scrollbar-track-piece {
  background-color: #f1f1f1;
}

/* Scroll track'in sonunda */
::-webkit-scrollbar-corner {
  background-color: #f1f1f1;
}
.topbar span a {
  padding: 0px 10px 0px 0px;
  color: #425a8b;
}

.topbar span a:hover {
  padding: 0px 3px 0px 0px;
  color: #fff;
}
.topbar span a i {
  margin-right: 2px;
}
.mobile-app {
  display: flex;
  gap: 20px;
}
.language-mobil {
  display: flex;
  gap: 20px;
  padding: 15px 0 10px 0;
  border-bottom: thin solid #dde4f0;
  align-content: flex-end;
  justify-content: center;
}
.btn.btn-pttFilateli {
  background-color: var(--fontColor);
  font-size: 12px;
  line-height: 25px;
  color: #425a8b;
  border-radius: 0px;
  border-radius: 4px;
  padding: 2px 10px;
}
.btn.btn-pttFilateli-danger {
  background-color: #dc3545;
  font-size: 12px;
  line-height: 25px;
  color: #ffffff;
  border-radius: 0px;
  border-radius: 4px;
  padding: 2px 10px;
}
.btn.btn-pttFilateli-danger:hover {
  color: #ffffff;
  background-color: #fd9636;
}
.rating .ptt-rating {
  display: flex;
  gap: 3px;
}
.ptt-select-active option {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.ptt-select-active option:hover {
  background-color: #aaa;
}
.swiper-button-next,
.swiper-button-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.5);
  right: 10px;
  padding: 30px;
  color: #000 !important;
  fill: black !important;
  stroke: black !important;
}
.ptt-slider-img {
  float: right;
  background: no-repeat bottom right;
  background-size: 55% auto;
  /* margin-top: 35px; */
  /* height: 400px; */
  display: inline-block;
}
.ptt-pagination-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ptt-category-link-active {
  font-size: 16px;
  line-height: 24px;
  color: #fd9636 !important;
  display: block;
  padding: 0px 0px 0px 15px;
  background: url(../imgs/template/arrow-menu.svg) no-repeat 0px 6px;
}
.ptt-not-found {
  margin-top: 20px;
}
.ptt-not-found-img {
  width: 15%;
}
.ptt-not-found-color {
  color: #53565a;
  font-weight: 400 !important;
}
.ptt-filter-container {
  display: flex;
  gap: 5px;
}
.zoom-container {
  position: relative;
  overflow: hidden;

  border: 4px solid #dde4f0;
  border-radius: 4px;
  width: 450px;
  height: 350px;
}

.zoom-container img {
  transition: transform 0.3s ease;
  cursor: grab;
}

.zoom-container img:active {
  cursor: grabbing;
}

.zoom-container .zoom-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.zoom-container:hover .zoom-overlay {
  pointer-events: auto;
}

.zoom-container .zoom-cursor {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.zoom-container:hover .zoom-cursor {
  opacity: 1;
}
.basket-container {
  max-height: 320px;
  overflow-y: scroll;
}

.basket-container::-webkit-scrollbar {
  display: none;
}
.basket-btn-trash {
  width: 100%;
}

/*Tablet*/
@media only screen and (min-width: 790px) and (max-width: 1280px) {
  .edevlet-login {
    width: 100% !important;
    margin-top: 0.2rem;
    height: 60px;
  }
  .box-newsletter {
    display: none !important;
  }
  .ptt-slider-img {
    display: contents;
  }
  .mobile-logo {
    margin-left: 30px;
  }
  .mobile-logo a img {
    height: auto;
  }
  .header .main-header .header-left .header-shop {
    min-width: 160px !important;
  }
  .header .main-header .header-left .header-logo {
    margin-right: 0px !important;
  }
  .header-logo {
    margin-left: 0px !important;
  }
  .zoom-container {
    width: 365px;
  }
  .banner-homepage3 {
    padding-left: 30px;
  }
  .header .main-header .header-left .header-search {
    width: 100% !important;
    margin-left: 25px;
  }
}
/* Mobil */
@media only screen and (max-width: 790px) {
  .edevlet-login-form {
    margin-top: 0.4rem;
  }
  .edevlet-login {
    width: 70% !important;
    margin-top: 0.2rem;
    height: 60px;
  }
  .ptt-not-found-img {
    width: 40%;
  }
  .custom-swiper-buttons {
    display: none !important;
  }
  .mobile-logo {
    margin-left: 30px;
  }
  .mobile-logo a img {
    height: auto;
  }
  .header-logo a img {
    height: 50px;
    color: transparent;
    object-fit: cover;
  }
  .box-newsletter {
    display: none !important;
  }
  .ptt-slider-img {
    display: contents;
  }
  .header .main-header .header-left .header-shop {
    min-width: 160px !important;
  }
  .header .main-header .header-left .header-logo {
    margin-right: 0px !important;
  }
  .header-logo {
    margin-left: 0px !important;
    height: 50px;
  }
  .zoom-container {
    width: 365px;
  }
  .banner-homepage3 {
    padding-left: 30px;
  }
  .pdf-kapat {
    visibility: hidden;
  }
  .pdf-ac {
    visibility: visible;
  }
}
@media only screen and (min-width: 790px) and (max-width: 1024px) {
  .edevlet-login {
    width: 100% !important;
    margin-top: 0.2rem;
    height: 55px;
  }

  .zoom-container {
    width: 355px;
    margin-left: -90px;
    /* height: 227px; */
  }
}
/* The Modal (background) */
.modal {
  display: block; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.custom-swiper-buttons {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 80%;
  left: 10px;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.custom-button {
  width: 40px;
  height: 40px;
  background-color: #425a8b6b;
  color: #ffc72c;
  display: flex;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
  font-size: 18px;
  border: none; /* No border for cleaner look */
}

.custom-button:hover {
  transition: background-color 0.3s ease, color 0.3s ease;

  background-color: #ffc72c;
  color: white;
}
