.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f9f8f6;
  padding: 10px 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.container {
  margin-top: 57px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo img {
  height: 60px;
}

.search-box {
  flex: 1;
  margin: 0 20px;
}

.search-box input {
  width: 690px;
  right: 100px;
  padding: 10px 15px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.icons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.icon-btn {
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
}

.icon-btn img {
  width: 24px;
  height: 24px;
}

.badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #e74c3c;
  color: white;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 10px;
}

.user-menu {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 8px;
}

.user-menu img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}



.container {
  margin: 0 auto;
}

hr {
  margin: 30px;
}



.prev-button {
  background-color: grey;
  color: white;
  font-size: 1rem;
  border: none;
  outline: none;
  border-radius: 3px;
  padding: 5px;
}

.next-button {
  background-color: blue;
  color: white;
  font-size: 1rem;
  border: none;
  outline: none;
  border-radius: 3px;
  padding: 5px;
}

.next-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.submit-button {
  background-color: green;
  color: white;
  font-size: 1rem;
  border: none;
  outline: none;
  border-radius: 3px;
  padding: 5px;
}

.submit-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

body {
  font-family: "Inter";
}



/*  */
.sayfa-container {
  max-width: 1392px;
  margin: auto;
}

/*  */

.container {
    padding: 30px 50px;
}
 .order-summary {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #ddd;
  }
  
  .order-summary h3 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  
  .summary-item, .summary-total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  
  .summary-total {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
  }
  
  #nextBtn {
    width: 100%;
    padding: 12px;
    background: #ffc107;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  #nextBtn:hover {
    background: #ffb300;
  }

.sayfa-baslik {
  margin-bottom: 20px;
}

.secenek-karti {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
  transition: 0.3s ease;
}

.secenek-karti:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}


.ikon-alani img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.yazi-alani {
  flex-grow: 1;
}

.yazi-alani h3 {
  margin: 0;
  font-size: 18px;
  color: #333;
}

.yazi-alani p {
  margin-top: 5px;
  color: #666;
  font-size: 14px;
}

.ek-bilgi {
  display: inline-block;
  margin-top: 5px;
  background-color: #1500fd1a;
  color: #1500fd;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 6px;
}



.secenek-karti.aktif .tik-ikon {
  display: block;
  /* Sadece aktif olan kartta göster */
}


/*  */
.siparis-ozet-karti {
  background-color: #fff;
  border: 1px solid;
  border-radius: 12px;
  top: 20px;
  margin-top: 24px;
  padding: 38px;
  border-color: #E3E3E3;
}

/*  */




.siparis-ozet-karti h3 {
  margin-top: 0;
}

.ozet-satir {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  font-size: 16px;
}

.ozet-satir.toplam {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.bedava {
  background-color: #FFCE13;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
  margin-right: 5px;
}

.aciklama {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #888;
}

.sonraki-adim {
  background-color: #ffcc00;
  color: #000;
  border: none;
  padding: 14px;
  width: 100%;
  font-weight: bold;
  border-radius: 8px;
  font-size: 16px;
  margin-top: 20px;
  cursor: pointer;
}

.sonraki-adim:hover {
  background-color: #f5b400;
}

hr {
  margin: 15px 0;
  border: none;
  border-top: 1px solid #e0e0e0;
}

















.marka-kismi {
  flex: 1.5;
}

.logo {
  width: 150px;
  margin-bottom: 15px;
}

.logo-aciklama {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
  max-width: 300px;
}

.sosyal-linkler a {
  margin-right: 10px;
}

.sosyal-linkler img {
  width: 24px;
  height: 24px;
}

.iletisim-bilgisi {
  margin-top: 20px;
}

.iletisim-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.ikon-kutu {
  width: 30px;
  height: 30px;
  background-color: #ffd600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.ikon-kutu img {
  width: 16px;
  height: 16px;
}

.iletisim-yazi p {
  margin: 0;
  font-size: 14px;
  color: #555;
  line-height: 1.4;
}


/*  */

img.arrow-left {
  padding-right: 8px;
}

.adim-cubugu-area {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 58px 20px;
}

.adim-cubugu {
  display: flex;
  align-items: center;
  /* padding: 58px; */
  /* justify-content: center; */
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
}

.adim-cubugu::-webkit-scrollbar {
  display: none;
}

.adim {
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
  min-width: 200px;
  max-width: 200px;
  justify-content: center;
}

.adim-alani {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.adim-cubugu .adim::after {
  content: "";
  height: 2px;
  background: #F2F2F2;
  position: absolute;
  top: 20px;
  width: 100%;
  left: 50%;
  transform: translate(-20px, 0px);
}

.adim-cubugu .adim:last-child:after {
  content: unset;
}

.adim-cubugu .adim.tamamlandi::after {
  background: #7cb342;
}

.daire {
  width: 40px;
  height: 40px;
  border: 2px solid #7cb342;
  border-radius: 50%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7cb342;
  font-size: 12px;
  position: relative;
  z-index: 1;
}

.adim.tamamlandi .daire {
  background-color: #7cb342;
  color: white;
}

.adim.aktif .daire {
  background-color: white;
  border-color: #7cb342;
}

.adim span {
  margin-top: 5px;
  font-size: 13px;
  color: #333;
}

.adim.tamamlandi span {
  color: #7cb342;
  font-weight: bold;
}

.cizgi {
  flex: 1;
  height: 2px;
  background-color: #ddd;
  margin: 0 5px;
  position: relative;
  top: -10px;
}

.adim.tamamlandi+.cizgi {
  background-color: #7cb342;
}


/*  */
/* Varsayılan olarak gizli */
.sabit-odeme-alani {
  display: none;
}
.panel2 {
    padding: 16px 15px;
    background-color: white;
    position: fixed;
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 40px;
    height: 100%;
    z-index: 2;
}
.page {
    width: calc(100% - 90px);
    margin-left: auto;
    background-color: #F8F7F5;
}
.web-panel-home-page{
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
 .web-panel-home-page.active{
    background-color: #FFCE13;
}
.web-panel-home-page.active svg path{
    fill: white;
}
.web-panel-home-page.active svg path{
    fill: white;
}
.all-web-panel a {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.web-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 25px;
}
.open-web-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 25px;
    position: absolute;
    top: 120px;
    left: 20px;
}
.offcanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 15%;
    height: 100%;
    background: white;
    transform: translateX(-100%);
    transition: .4s;
  }

  .offcanvas.show {
    transform: translateX(0);
    transition: .4s;
  }

  .offcanvas .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    z-index: 10000;
  }
  .secenek-karti.selected {
    border: 1px solid #4CAF50;
    background: #f1fdf3;
  }
  .secenek-select{
    visibility: hidden;
  }
  .addres-card-button {
    position: absolute;
    top: 20px;
    right: 20px;
}
.addres-card-button button {
    border-radius: 20px;
    width: 32px;
    height: 32px;
}

.secenek-karti:not(.selected) .addres-card-button .addres-card-button-one {
    display: none;
}
.addres-card-button-one {
    background-color: #3BAA07;
    border: none;
    color: white;
}
.autokey-mobile-header {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  background-color: white;
  border-bottom: 1px solid #ddd;
}

.autokey-hamburger {
  background: none;
  border: none;
  cursor: pointer;
}

.autokey-hamburger svg {
  stroke: #334155;
}

.autokey-logo {
  height: 40px;
}

.autokey-icons {
  display: flex;
  gap: 16px;
}

.autokey-icon {
  width: 24px;
  height: 24px;
  opacity: 0.6;
}

/* Mobil Menü */
.autokey-side-menu {
  display: block;
  position: fixed;
  top: 0;
  left: -250px;
  width: 220px;
  height: 100%;
  background-color: #fff;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
  padding: 60px 20px;
  transition: left 0.3s ease;
  z-index: 20;
}

.autokey-side-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.autokey-side-menu ul li {
  margin-bottom: 20px;
}

.autokey-side-menu ul li a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
}

.autokey-side-menu.active {
  left: 0;
}

.autokey-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 15;
}

.autokey-overlay.active {
  display: block;
}
@media only screen and (max-width: 991px)
{
.container {
  padding: 30px 12px;
}
.sabit-odeme-alani {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    border-top: 1px solid #e0e0e0;
    padding: 10px 16px;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.05);
  }
  .odeme-sol .baslik {
    font-size: 13px;
    color: #6b7280;
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .odeme-sol .fiyat {
    font-size: 20px;
    font-weight: bold;
    margin-top: 2px;
  }

  .odeme-btn {
    background-color: #ffcd00;
    color: #000;
    font-weight: bold;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
  }

  .odeme-btn:hover {
    background-color: #e6ba00;
  }
}
@media (max-width: 768px) {
  .autokey-mobile-header {
    display: flex;
  }
  .panel2{
      display: none;
    }
    .page{
      width: 100% !important;
    }
    
  
.right {
    display: none;
}
 

  
  .teslimat-wrapper {
    flex-direction: column;
  }

  .sol-kisim,
  .sag-kisim {
    width: 100%;
  }

  .adim {
    min-width: 170px;
    max-width: 170px;
  }
  .headerWrapper {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 20px;
    gap: 16px;
  }

  .searchFieldContainer {
    margin: 0;
    width: 100%;
  }

  .headerRightSection {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .userProfileArea span {
    display: none;
  }

  .siparis-ozet-karti {
    display: none;
  }

  .contact-row {
    align-items: flex-start;
  }
  footer {
  padding: 30px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  padding-bottom: 200px !important;
}
  .footer-columns {
    flex-direction: column;
    gap: 20px;
  }

  .footer-logo-block,
  .contact-block {
    width: 100%;
    max-width: 100%;
  }

  .footer-column {
    width: 100%;
  }

}
@media (max-width: 480px) {
    .sabit-odeme-alani {
      flex-direction: column;
      gap: 8px;
      align-items: flex-start;
    }

    .odeme-btn {
      width: 100%;
      text-align: center;
    }
    .secenek-karti {
    flex-direction: column;
    align-items: start;
    row-gap: 15px;
}
.ikon-alani img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}
  }