.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 {
    max-width: 1544px !important;
    margin: auto !important;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo img {
    height: 40px;
}

.search-box {
    flex: 1;
    margin: 0 20px;
}

.search-box input {
    width: 100%;
    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%;
}


/* 
.siparis-body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background-color: #f9f8f6;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.siparis-container {
    text-align: center;

    padding: 40px 20px;
    color: #333;
}

.siparis-icon {
    font-size: 48px;
    color: #27ae60;
    margin-bottom: 20px;
}

.siparis-baslik {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.siparis-numara {
    font-size: 16px;
    margin-bottom: 20px;
}

.siparis-aciklama {
    font-size: 14px;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.6;
}

.siparis-secenekler {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.siparis-kart {
    background-color: white;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
    width: 200px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.siparis-kart:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.siparis-kart-icon {
    font-size: 28px;
    margin-bottom: 10px;
    color: #ffcc00;
}

.siparis-kart-baslik {
    font-size: 16px;
    margin: 10px 0 5px;
}

.siparis-kart-aciklama {
    font-size: 13px;
    color: #666;
}







body.sepet-body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background-color: #f9f8f6;
    color: #333;
}

.sepet-container {
    padding: 30px;
}

.sepet-baslik {
    font-size: 22px;
}

.sepet-baslik span {
    color: #f4ba16;
}

.bosalt-btn {
    width: 58%;
    float: right;
    background: none;
    border: none;
    color: #999;
    cursor: pointer;
}

.sepet-icerik {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.sepet-tablosu {
     width: 70%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    flex: 3;
}

.sepet-tablosu th,
.sepet-tablosu td {
    padding: 30px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.urun-info {
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
}

.urun-info img {
    width: 119px;
    border-radius: 6px;
}

.urun-info p {
    margin: 0;
    font-weight: 600;
}

.urun-info span {
    font-size: 13px;
    color: #777;
}

.adet-kontrol {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.adet-kontrol button {

    height: 25px;
    border: 1px solid #ccc;
    background-color: #fff;
    cursor: pointer;
}

.sil-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #e74c3c;
}

.text {
    text-align: start;
}


.siparis-ozet-karti {
    background-color: #fff;
    border: 1px solid;
    border-radius: 12px;
    top: 20px;
    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;
}



.siparis-ozeti h3 {
    margin-bottom: 20px;
}

.ozet-satir {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.bedava {
    background-color: #f4ba16;
    padding: 1px 4px;
    border-radius: 20px;
    color: #000;
}

.sepet-toplam {
    text-align: center;
    margin: 20px 0;
}

.sepet-toplam h2 {
    font-size: 24px;
    margin: 5px 0;
}

.not {
    font-size: 12px;
    color: #999;
}

.onayla-btn {
    background-color: #f4ba16;
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
}


.quantity-container {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 5px;
}




.increase,
.decrease {
    position: relative;
    top: -2px;
}

.sayfa-arkaplan {
    background-color: #fbfaf7;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.kutu-merkez {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.adet-kontrol {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #e6e6e6;
    border-radius: 15px;
    padding: 9px 15px;
    gap: 7px;
}

.adet-buton {
    background-color: #f9f9f9;
    border: 2px solid #e6e6e6;
    border-radius: 16px;
    width: 80px;
    height: 80px;
    font-size: 40px;
    font-weight: bold;
    color: #f4ba16;
    cursor: pointer;
}

.adet-sayi {
    font-size: 40px;
    font-weight: bold;
    color: #111;
    width: 40px;
    text-align: center;
}


 */


.contact-column .contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 14px;
}

.contact-item i {
    font-size: 18px;
    color: #ffce00;
    margin-right: 12px;
    margin-top: 4px;
}

.sabit-odeme-alani {
    display: none;
}

.basketTitleArea {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff5e;
    z-index: 3;
}

.priceList {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.basketTotalPriceArea {
    padding: 24px;
    border: 1px solid #E4E7EC;
    border-radius: 8px;
    background: #FCFCFD;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.basketPriceSummaryCard {
    padding: 24px;
    background: #fff;
    border: 1px solid #E4E7EC;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.basketProductsArea {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    margin-top: 24px;
}

.basketProductCard {
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    padding: 21px;
    position: relative;
}

.basketMainTitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #000;
}

.priceListItem {
    display: flex;
    justify-content: space-between;
}

.priceListItemTitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #1D2939;
    text-transform: uppercase;
}

.priceSummaryTitle {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    padding-bottom: 12px;
    border-bottom: 1px solid #E4E7EC;
}

.basketTotalPriceInformation i {
    font-size: 14px;
    color: #667085;
    position: relative;
    top: 2px;
}

.basketTotalPrice {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #000;
}

.cargoPrice {
    display: flex;
    column-gap: 9px;
    align-items: center;
}

.clearBasket {
    width: max-content;
}

.cargoOldPrice {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration-line: line-through;
    color: #000;
}

.cargoNewPrice {
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    line-height: 18px;
    background: #FFCE13;
    padding: 4px 12px;
    border-radius: 50px;
}

.basketPriceSummaryButton a {
    width: 100%;
    border: none;
    background: #FFCE13;
    padding: 12px;
    border-radius: 6px;
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    line-height: 24px;
    display: block;
    text-decoration: none;
    text-align: center;
}

.basketTotalPriceArea {
    padding: 24px;
    border: 1px solid #E4E7EC;
    border-radius: 8px;
    background: #FCFCFD;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.productTextArea .productProperties .productProperty {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
}

.basketPriceSummaryCard {
    padding: 24px;
    background: #fff;
    border: 1px solid #E4E7EC;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.productPriceArea {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
}

.productTextArea {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.quantity {
    display: flex;
    column-gap: 0px;
}

.quantity .qtyminus,
.quantity .qtyplus {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 6.75px;
}

.quantity input.sepetmiktar {
    display: block;
    width: 40px;
    border: none;
    text-align: center;
}

.productPriceArea .productPrice {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    color: #000;
}

.productPriceArea .productLastDeliveryDate {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #434343;
}

.productTextArea .productName {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
}

.productTextArea .productProperties .productProperty {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
}

.clearBasket button {
    width: max-content;
    border: none;
    background: none;
    color: #595959;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    column-gap: 8px;
    align-items: center;
}

.priceListItemTitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #1D2939;
    text-transform: uppercase;
}

.productTextArea .productProperties {
    display: flex;
    flex-direction: column;
    row-gap: 2px;
}

.productTextArea .productName {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
}

.removeProductArea {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.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;
}

.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;
}

.quantity-stepper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    border-radius: 12px;
    /* Daha yuvarlak köşeler */
    padding: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    /* Yumuşak gölge */
    width: 160px;
    /* Genişliği sabitleyelim */
}

/* Artırma ve Azaltma Butonları */
.quantity-btn {
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s;
}

.quantity-btn:hover {
    background-color: #f1f3f5;
}

/* Butonların içindeki sarı ikonlar */
.quantity-btn .material-symbols-outlined {
    color: #ffc107;
    /* Bootstrap'in sarı rengi */
    font-weight: 600;
    /* Daha belirgin ikonlar */
}

/* Ortadaki sayı alanı */
.quantity-value {
    font-size: 1rem;
    /* 24px */
    font-weight: 500;
    color: #212529;
    padding: 0 10px;
    /* Kullanıcının metni seçmesini engellemek için */
    user-select: none;
}

@media (min-width: 1200px) {
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
}
@media screen and (max-width:991px) {
  .panel2 {
    display: none;
  }
  .autokey-mobile-header {
      display: flex;
    }
    .page {
    width: 100% !important;
  }
  .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;
  }
}
/* Mobilde görünür hale getir */
@media (max-width: 768px) {
    .basketTitleArea {
        margin-top: 20px;
    }

    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%;
    }

    .panel2 {
        display: none;
    }

    .page {
        width: 100% !important;
    }

    

    .basketPriceSummaryCard {
        padding: 24px;
        background: #fff;
        border: 1px solid #E4E7EC;
        border-radius: 8px;
        display: none;
        flex-direction: column;
        row-gap: 32px;
    }

    .removeProductArea {
        display: flex;
        justify-content: start;
        height: 100%;
        /* justify-content: center; */
        align-items: center;
    }


    .basketProductCard {
        border: 1px solid #E6E6E6;
        border-radius: 8px;
        padding: 21px;
        position: relative;
        margin-bottom: 65px;
    }


    @media (max-width: 480px) {
        .sabit-odeme-alani {
            flex-direction: column;
            gap: 8px;
            align-items: flex-start;
        }

        .odeme-btn {
            width: 100%;
            text-align: center;
        }
    }

    .bosalt-btn {
        width: 45%;
        float: right;
        background: none;
        border: none;
        color: #999;
        cursor: pointer;
    }

    .contact-row {
        align-items: flex-start;
    }

    .sepet-tablosu thead {
        display: none;
    }

    .sepet-tablosu tr,
    .sepet-tablosu td {
        display: block;
        width: 100%;
    }

    .urun-info {
        display: flex;
        flex-direction: column;
        gap: 12px;
        background: #fff;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 8px;
        margin-bottom: 16px;
    }

    .urun-detay {
        display: flex;
        gap: 10px;
        align-items: flex-start;
    }

    .urun-detay img {
        width: 90px;
        border-radius: 8px;
    }

    .urun-bilgi p {
        font-weight: bold;
        margin-bottom: 4px;
    }

    .urun-bilgi span {
        font-size: 14px;
        color: #555;
    }

    .urun-ekstra {
        margin-top: 10px;
    }

    .ekstra-satir {
        display: flex;
        flex-direction: column;
        gap: 4px;
        margin-bottom: 12px;
        font-size: 14px;
    }

    .adet-kontrol {
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .adet-kontrol button {
        width: 36px;
        height: 36px;
        border: 1px solid #ccc;
        border-radius: 4px;
        background: #f5f5f5;
    }

    .adet-kontrol span {
        line-height: 36px;
        font-weight: bold;
        min-width: 30px;
        text-align: center;
    }

    .sepet-tablosu,
    .sepet-tablosu thead,
    .sepet-tablosu tbody,
    .sepet-tablosu th,
    .sepet-tablosu td,
    .sepet-tablosu tr {
        display: block;
        width: 100%;
    }

    .sepet-tablosu thead {
        display: none;
    }

    .sepet-tablosu tr {
        margin-bottom: 20px;
        border: 1px solid #e0e0e0;
        border-radius: 10px;
        padding: 10px;
        background-color: #fff;
    }

    .sepet-tablosu td {
        padding: 2px 12px;
        text-align: left;
        position: relative;
        border: none;
    }

    .sepet-tablosu td::before {
        content: attr(data-label);
        font-weight: bold;
        display: block;
        margin-bottom: 6px;
        color: #333;
    }

    .urun-info {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .urun-info img {
        width: 80px;
        height: auto;
        border-radius: 8px;
    }

    .adet-kontrol {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #e6e6e6;
        border-radius: 4px;
        padding: 9px 15px;
        gap: 7px;
        height: 62px;
    }

    .adet-kontrol button {
        background-color: #f5f5f5;
        border: 1px solid #ccc;
        border-radius: 4px;
        width: 40px;
        height: 40px;
    }

    .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;
    }
}