.cikis-li {
    list-style: none !important; /* Marker'ı kaldırır */
    margin: 5px 0;
}
#email{
  max-width:100% !important;
}
#cikis-yap{
font-size: 13px;
font-weight: 600;
}
/* Arka planı pembe, ikon solda yazı sağda düzeni */
.cikis-link {
    display: flex;          /* Esnek kutu düzeni */
    align-items: center;    /* İkon ve yazıyı dikeyde ortalar */
    background-color: #ff3860; /* Pembe renk (HotPink) */
    color: white;           /* Yazı rengi */
    padding: 9px 11px;     /* İç boşluk */
    text-decoration: none;  /* Alt çizgiyi kaldırır */
    border-radius: 8px;     /* Köşeleri biraz yuvarlar */
    width: fit-content;    /* İçerik kadar genişlik (opsiyonel) */
    gap: 10px;              /* İkon ile yazı arasındaki mesafe */
    transition: background 0.3s;
}

/* Üzerine gelince biraz daha koyulaşması için (isteğe bağlı) */
.cikis-link:hover {
    background-color: #f42f57;
    color: white;
}

/* SVG İkonun boyutu */
.cikis-link svg {
    width: 20px;
    height: 20px;
}
    .mobil-urun-thumb-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-left: 10px;
    }
    .mobil-urun-thumb:first-child {
        margin-left: 0;
    }
    .siparis-ana-alan {
        display: flex !important;
        align-items: flex-start !important;
        position: relative !important;
    }
    .bilgi-formu {
        width: 100%;
        transition: margin-top 0.1s ease-out;
    }
    .sepet-gosterimi {
        flex-shrink: 0;
    }
    .adres-bilgileri {
        font-family: Arial, sans-serif;
        padding: 10px 0;
    }
    .adres-kisi {
        margin-bottom: 8px;
    }
    #adres-kisi {
        font-weight: bold !important;
        font-size: 16px;
        color: #000;
        display: block;
    }
    #adres-detay {
        font-weight: normal !important;
        font-size: 14px;
        color: #666;
        line-height: 1.4;
        display: block;
    }
    #adres-onizleme-paneli {
        background: #ffffff;
        border: 1px solid #cccccc;
        border-radius: 8px;
        margin-bottom: 20px;
        overflow: hidden;
    }
    .adres-onizleme-header {
        display: flow;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        cursor: pointer;
        background: #ffffff;
        border-bottom: 1px solid #cccccc;
        transition: all 0.3s ease;
    }
    .adres-onizleme-header:hover {
        background: #ffffff;
    }
    .adres-onizleme-header h6 {
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        color: #2c3e50;
    }
    .adres-onizleme-icerik {
        padding: 20px;
        background: #fff;
    }
    .adres-onizleme-input {
        width: 100%;
        padding: 12px 15px;
        border: 1px solid #ddd;
        border-radius: 6px;
        font-size: 14px;
        cursor: pointer;
        background: #f9f9f9;
        transition: all 0.3s ease;
    }
    .adres-onizleme-input:hover {
        background: #f0f0f0;
        border-color: #ccc;
    }
    .adres-onizleme-input:focus {
        outline: none;
        border-color: #ef7e18;
        background: #fff;
    }
    .adres-onizleme-actions {
        margin-top: 15px;
        display: flex;
        gap: 10px;
    }
    .adres-degistir-btn {
        padding: 8px 15px;
        background: #ffffff;
        color: black;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        font-size: 13px;
        transition: background 0.3s ease;
        border:1px solid black;
    }
    .adres-degistir-btn:hover {
        background: #bcb3b32e;
    }
    .form-group-title {
        margin: 25px 0 15px 0;
        padding-bottom: 10px;
        border-bottom: 2px solid #ef7e18;
    }
    .form-group-title h6 {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
        color: #2c3e50;
    }
    .panel-toggle {
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.3s ease;
    }
    .adres-formu-acik .panel-toggle {
        transform: rotate(180deg);
    }
    #detayli-adres-formu.adres-formu-kapali {
        display: none;
    }
    #detayli-adres-formu.adres-formu-acik {
        display: block;
    }
    .siparis-wrapper {
        background: linear-gradient(to right, #ffffff 50%, #f4f4f4 50%);
        min-height: 100vh;
    }
    .siparis-container {
        max-width: 1200px;
        margin: 0 auto;
    }
    .siparis-ana-alan {
        display: flex;
        min-height: 100vh;
    }
    .indirim-alani {
        margin: 20px 0;
    }
    .kupon-tetikleyici {
        color: #666666;
        cursor: pointer;
        font-weight: 600;
        font-size: 14px;
    }
    .indirim-giris {
        margin-top: 10px;
        display: flex;
        gap: 5px;
    }
    .indirim-input {
        padding: 8px 12px;
        border: 1px solid #ddd;
        border-radius: 4px;
        outline: none;
        height: 40px !important;
    }
    .kod-uygula:hover {
        background: #1f2b37;
    }
    .mobil-sepet-bar {
        display: none;
        background-color: #ffffff;
        border-bottom: 1px solid #e0e0e0;
        border-top: 1px solid #e0e0e0;
        padding: 12px 20px;
        cursor: pointer;
        position: sticky;
        top: 0;
        z-index: 99;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    }
    .mobil-ust-satir {
        color: #3498db;
        font-size: 13px;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 5px;
        text-transform: uppercase;
    }
    .mobil-alt-satir {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        gap: 15px;
        height: 60px;
    }
    .mobil-gorsel-alani {
        display: flex;
        align-items: center;
        gap: 12px;
        flex: 1;
    }
    .mobil-detay-metni {
        flex: 1;
        display: flex;
        align-items: center;
        gap: 5px;
        color: #000000;
        font-size: 13px;
        font-weight: 600;
    }
    .mobil-adet-badge {
        background: #ffffff;
        color: black;
        font-size: 14px;
        padding: 4px 10px;
        border-radius: 5px;
        font-weight: 600;
        white-space: nowrap;
        margin-left:-2px;
    }
    .mobil-urun-thumb-wrapper {
        position: relative;
    }
    .mobil-urun-thumb {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        object-fit: cover;
        margin-left: -15px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        background-color: #fff;
        position: relative;
        border: 1px solid #bbbbbb;
    }
    .mobil-fiyat {
        font-weight: 800;
        font-size: 18px;
        display: none;
        color: #2c3e50;
    }
    .bilgi-formu {
        flex: 1;
        padding: 40px 60px 60px 40px;
        background-color: white;
        border-right: 1px solid #dddddd;
        position: relative;
    }
    .sepet-gosterimi {
        flex: 1;
        padding: 40px 40px 60px 60px;
        background-color: #f4f4f4;
        display: flex;
        flex-direction: column;
    }
    .alan-baslik {
        font-size: 20px;
        color: #000;
        margin-bottom: 20px;
    }
    .tel-giris-grubu {
        display: flex;
        gap: 10px;
        margin-bottom: 30px;
        border-radius: 12px;
    }
    .giris-kontrol, .indirim-input, .cadde-ve-sokak {
        padding: 10px 15px;
        border: 1px solid #ddd;
        border-radius: 6px;
        font-size: 15px;
        outline: none;
        width: 100%;
        transition: border-color 0.3s, box-shadow 0.3s;
    }
    .tel-giris-alani {
        padding: 6px 15px;
        border: 1px solid #ddd;
        border-radius: 6px;
        font-size: 15px;
        outline: none;
        width: 100%;
    }
    .giris-butonu {
        background-color: #b3b3b3;
        color: white;
        border: none;
        padding: 0 25px;
        border-radius: 6px;
        cursor: pointer;
        font-weight: 600;
        height: 40px;
        width: 100%;
        font-size:13px;
    }
    .form-satir {
        display: flex;
        gap: 20px;
        margin-bottom: 20px;
    }
    .form-grup {
        flex: 1;
        position: relative;
    }
    .siparisi-tamamla {
        font-weight: 700;
        background-color: #2c3e50;
        color: white;
        padding: 15px;
        font-size: 14px;
        border-radius: 6px;
        width: 100%;
        text-align: center;
        cursor: pointer;
        border: none;
        transition: background-color 0.3s;
        margin-top: 20px;
    }
    .siparisi-tamamla:hover {
        background-color: #1f2b37;
    }
    .etiket {
        display: block;
        margin-bottom: 8px;
        font-size: 14px;
        font-weight: 600;
        color: #666;
    }
    .etiket.required::after {
        content: " *";
        color: #ff3860;
    }
    .sepet-ogesi {
        display: flex;
        justify-content: space-between;
        padding: 20px 0;
        border-bottom: 1px solid #e0e0e0;
    }
    .urun-gorsel {
        width: 70px;
        height: 70px;
        object-fit: cover;
        border-radius: 8px;
        margin-right: 20px;
        border: 1px solid #ddd;
    }
    .urun-detaylari {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex: 1;
        margin-left: 15px;
    }
    .urun-adi {
        font-size: 14px;
        font-weight: 600;
        color: #333;
        margin-bottom: 5px;
    }
    .taksit-btn {
        cursor: pointer;
    }
    .taksit-btn input {
        display: none;
    }
    .taksit-btn span {
        display: inline-block;
        padding: 4px 10px;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 12px;
        background: #fff;
    }
    .taksit-btn input:checked + span {
        background-color: #2c3e50;
        color: white;
        border-color: #2c3e50;
    }
    .urun-fiyat-alani {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        text-align: right;
        gap: 2px;
    }
    .fiyat-grubu {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }
    .aylik-taksit-tutari {
        font-size: 11px;
        color: #666;
        margin: 0;
    }
    .adet-secici {
        display: flex;
        align-items: center;
        border: 1px solid #ddd;
        border-radius: 4px;
        background: #fff;
        margin-top: 10px;
    }
    .adet-btn {
        background: none;
        border: none;
        padding: 4px 10px;
        cursor: pointer;
        font-weight: bold;
    }
    .adet-sayi {
        font-size: 13px;
        font-weight: 600;
        min-width: 20px;
        text-align: center;
    }
    .taksit-secenekleri {
        display: flex;
        gap: 5px;
        flex-wrap: wrap;
        margin-top: 10px;
        padding-bottom: 5px;
    }
    .taksit-btn span {
        display: inline-block;
        padding: 4px 8px;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 11px;
        background: #f9f9f9;
    }
    .taksit-btn input:checked + span {
        background: #2c3e50;
        color: white;
        border-color: #2c3e50;
    }
    .urun-fiyat {
        font-weight: 700;
        color: #2c3e50;
        font-size: 16px;
    }
    .indirim-giris {
        display: flex; gap: 10px; margin-top: 20px;
    }
    .kod-uygula {
        font-weight: 600;
        height: 40px;
        white-space: nowrap;
        background: #2c3e50;
        color: white;
        border: none;
        padding: 8px 15px;
        border-radius: 4px;
        cursor: pointer;
    }
    .siparis-ozeti {
        margin-top: 10px;
        padding-top: 20px;
        border-top: none;
    }
    .ozet-satir {
        display: flex;
        justify-content: space-between;
        margin-bottom: 12px;
        color: #666;
        font-size:11px;
    }
    .toplam-satir {
        font-size: 20px;
        font-weight: 700;
        color: #000;
    }
    .aylik-taksit-tutari {
        float: right;
        font-size: 10px;
    }
    .sepet-icerik {
        flex: 1;
        overflow-y: auto;
    }
    .loading {
        text-align: center;
        padding: 40px;
        color: #666;
    }
    .loading-spinner-kasa {
        border: 3px solid #f3f3f3;
        border-top: 3px solid #2c3e50;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        animation: spin 1s linear infinite;
        margin: 0 auto 15px;
    }
    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
    .error-message {
        background: #ffeaea;
        border: 1px solid #ff3860;
        border-radius: 6px;
        padding: 15px;
        margin: 20px 0;
        color: #ff3860;
        font-size: 14px;
    }
    .error-message strong {
        display: block;
        margin-bottom: 10px;
    }
    .error-message ul {
        margin: 10px 0 0 0;
        padding-left: 20px;
    }
    .field-error {
        color: #ff3860;
        font-size: 12px;
        margin-top: 5px;
        display: block;
    }
    .input-error {
        border-color: #ff3860 !important;
        box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25) !important;
        display: block !important;
    }
    .input-success {
        border-color: #ef7e18 !important;
    }
    .validation-icon {
        position: absolute;
        right: 15px;
        top: 43px;
        font-size: 14px;
    }
    .fa-check-circle {
        color: #ef7e18;
    }
    .fa-times-circle {
        color: #ff3860;
    }
    .hosgeldin-alani {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 20px;
    }
    .hosgeldin-mesaji {
        font-size: 18px;
        color: #2c3e50;
        font-weight: 600;
        flex: 1;
    }
    .hosgeldin-mesaji .isim {
        font-weight: 700;
        text-transform: capitalize;
    }
    .cikis-butonu {
        background-color: #ff3860;
        color: white;
        border: none;
        padding: 8px 15px;
        border-radius: 6px;
        cursor: pointer;
        font-weight: 600;
        font-size: 13px;
        transition: background-color 0.3s;
    }
    .cikis-butonu:hover {
        background-color: #e02e4e;
    }
    .siparis-onay-modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 10001;
    }
    .siparis-onay-content {
        background: white;
        padding: 40px;
        border-radius: 12px;
        width: 500px;
        max-width: 90%;
        text-align: center;
        box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    }
    .siparis-onay-icon {
        font-size: 64px;
        color: #2c3e50;
        margin-bottom: 20px;
    }
    .siparis-onay-baslik {
        font-size: 24px;
        color: #2c3e50;
        margin-bottom: 15px;
        font-weight: 700;
    }
    .siparis-onay-aciklama {
        color: #666;
        font-size: 16px;
        margin-bottom: 30px;
        line-height: 1.5;
    }
    .progress-bar-container {
        width: 100%;
        height: 6px;
        background-color: #f0f0f0;
        border-radius: 3px;
        margin-top: 20px;
        overflow: hidden;
    }
    .progress-bar {
        height: 100%;
        background-color: #ef7e18;
        border-radius: 3px;
        width: 0%;
        transition: width 3s ease-in-out;
    }
    .sozlesme-modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.7);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 10002;
        padding: 20px;
        display: none;
    }
    .sozlesme-modal-content {
        background: white;
        border-radius: 12px;
        width: 90%;
        max-width: 800px;
        max-height: 90vh;
        overflow-y: auto;
        position: relative;
        box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    }
    .sozlesme-header {
        padding: 20px;
        border-bottom: 1px solid #eee;
        position: sticky;
        top: 0;
        background: white;
        z-index: 1;
    }
    .sozlesme-body {
        padding: 20px;
        font-family: 'Segoe UI', Arial, sans-serif;
        font-size: 14px;
        line-height: 1.6;
        color: #333;
    }
    .sozlesme-body table {
        width: 100%;
        border-collapse: collapse;
        margin: 10px 0;
    }
    .sozlesme-body table td {
        border: 1px solid #ddd;
        padding: 8px;
        vertical-align: top;
    }
    .sozlesme-body table tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    .sozlesme-body b {
        color: #2c3e50;
    }
    .sozlesme-checkbox-container {
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 20px 0;
        padding: 15px;
        background: #f9f9f9;
        border-radius: 8px;
        border: 1px solid #e0e0e0;
    }
    .sozlesme-checkbox {
        width: 20px;
        height: 20px;
        cursor: pointer;
    }
    .sozlesme-checkbox-label {
        font-size: 14px;
        font-weight: 600;
        color: #2c3e50;
        cursor: pointer;
        flex: 1;
        margin:0px;
    }
    .sozlesme-checkbox-label a {
        color: #ef7e18;
        text-decoration: none;
        font-weight: 700;
    }
    .sozlesme-checkbox-label a:hover {
        text-decoration: underline;
    }
    .sozlesme-close-btn {
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 24px;
        color: #999;
        cursor: pointer;
        background: none;
        border: none;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: all 0.3s;
    }
    .sozlesme-close-btn:hover {
        background: #f0f0f0;
        color: #333;
    }
@media (max-width: 900px) {
  #email{
    min-width: 100% !important;
    position: sticky !important;
  }
    .sepet-ogesi {
        flex-wrap: wrap !important;
        display: flex !important;
    }
    .urun-gorsel, .urun-detaylari {
        flex: none !important;
    }
    .urun-detaylari {
        width: calc(100% - 80px) !important;
    }
    .urun-fiyat-alani {
        width: 100% !important;
        flex-direction: row !important;
        align-items: center !important;
        margin-top: 15px !important;
        margin-left: 0 !important;
        padding-top: 10px !important;
        border-top: 1px dashed #eee;
    }
    .fiyat-grubu {
        text-align: left !important;
    }
    .adet-secici {
        margin-top: 0 !important;
        right: 0;
        margin-right: 20px;
        position: absolute;
    }
    .yan-panel {
        width: 100% !important;
        padding: 20px 15px;
    }
    .odeme-panel {
        position: fixed;
        bottom: -100%;
        left: 0;
        right: 0;
        background: white;
        z-index: 10000;
        border-radius: 20px 20px 0 0;
        padding: 20px;
        box-shadow: 0 -10px 30px rgba(0,0,0,0.15);
    }
    .odeme-panel.acik {
        bottom: 80px;
    }
    .panel-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
        font-weight: 700;
        color: #333;
    }
    .taksit-satir {
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px;
        font-size: 13px;
        color: #666;
    }
    .panel-overlay {
        position: fixed;
        top: 0; left: 0; width: 100%; height: 100%;
        background: rgba(0,0,0,0.5);
        display: none;
        z-index: 9998;
    }
    #siparis-tamamla-mobil {
        cursor: pointer;
    }
    #siparis-tamamla-mobil {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        margin: 0 !important;
        background-color: #fff !important;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        padding: 15px 20px !important;
        box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
        z-index: 999;
    }
    .mobil-fiyat-sol {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .mobil-fiyat-etiket {
        font-size: 11px;
        color: #666;
        text-transform: uppercase;
        font-weight: 600;
    }
    .mobil-fiyat-deger {
        font-size: 18px;
        color: #2c3e50;
        font-weight: 800;
    }
    .mobil-tamamla-butonu {
        background-color: #2c3e50;
        color: white;
        padding: 12px 25px;
        border-radius: 6px;
        font-weight: 700;
        font-size: 14px;
        cursor: pointer;
    }
    #ozet-metin {
        font-size:13px;
        text-transform: uppercase;
    }
    #siparis-tamamla-masaustu {
        display: none;
    }
    .siparis-wrapper {
        background: white;
    }
    .siparis-ana-alan {
        flex-direction: column-reverse;
    }
    .mobil-sepet-bar {
        display: flex; margin-top:20px;
    }
    .sepet-gosterimi {
        display: none;
        padding: 20px;
        background-color: #f9f9f9;
    }
    .sepet-gosterimi.acik {
        display: flex;
        flex-direction: column;
    }
    .bilgi-formu {
        padding: 30px 20px;
        border-right: none;
    }
    .form-satir {
        flex-direction: column; gap: 10px;
    }
    #ozet-ikon {
        transition: transform 0.3s;
    }
    .dondur {
        transform: rotate(180deg);
    }
    .urun-gorsel {
        margin-right: 3px !important;
        width: 60px;
    }
    .taksit-btn span {
        padding: 4px 10px 4px 10px !important;
        font-size:12px !important;
    }
    .urun-fiyat {
        font-size:13px;
        margin-right: 8px;
    }
    input::placeholder,textarea::placeholder {
        opacity: 1 !important;
        color: #999 !important;
    }
    .giris-kontrol::placeholder, .tel-giris-alani::placeholder,
    .indirim-input::placeholder, textarea.giris-kontrol::placeholder {
        opacity: 1 !important;
        color: #999 !important;
    }
    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        opacity: 1 !important;
        color: #999 !important;
    }
    input::-moz-placeholder, textarea::-moz-placeholder {
        opacity: 1 !important;
        color: #999 !important;
    }
    input:-ms-input-placeholder,textarea:-ms-input-placeholder {
        opacity: 1 !important;
        color: #999 !important;
    }

    .taksit-secenekleri::-webkit-scrollbar {
        display: none;
    }
    .taksit-btn {
        flex: 0 0 auto;
        display: inline-block;
    }
    .validation-icon {
        right: 15px;
        top: 32px;
    }
    .sozlesme-checkbox-container {
        margin: 10px 0;
        padding: 10px;
    }
    .sozlesme-checkbox-label {
        font-size: 12px;
    }
    .sozlesme-modal-content {
        width: 95%;
        max-height: 85vh;
    }
    .sozlesme-body {
        padding: 15px;
        font-size: 13px;
    }
}
    .modal-overlay {
        position: fixed; top: 0; left: 0; width: 100%; height: 100%;
        background: rgba(0,0,0,0.5); display: flex; align-items: center; justify-content: center; z-index: 1000;
    }
    .modal-content-giris {
        background: #fff;
        padding: 30px;
        border-radius: 12px;
        width: 400px;
        max-width: 90%;
        position: relative;
        box-shadow: 0 8px 25px rgba(0,0,0,0.2);
        font-family: 'Segoe UI', Arial, sans-serif;
    }
    .modal-content-kasa {
      z-index:99999;
        background: #fff;
        padding: 30px;
        border-radius: 12px;
        width: 100%;
        min-width: 100%;
        position: relative;
        box-shadow: 0 8px 25px rgba(0,0,0,0.2);
        font-family: 'Segoe UI', Arial, sans-serif;
    }
    .close-btn {
        position: absolute !important;
        right: 15px; top: 10px;
        cursor: pointer;
        font-size: 22px;
        color: #bbb;
        right:0;
    }
    .tab-buttons {
        display: flex;
        margin-bottom: 25px;
        border-bottom: 1px solid #eee;
    }
    .tab-btn {
        flex: 1; padding: 12px;
        border: none; background: none;
        cursor: pointer; font-weight: 500;
        font-size: 15px; color: #999;
    }
    .tab-btn.active {
        color: #333;
        border-bottom: 2px solid #333;
    }
    .form-container {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .modal-input {
        padding: 12px; border: 1px solid #e0e0e0; border-radius: 6px;
        font-size: 15px; outline: none; transition: 0.2s;
    }
    .modal-input:focus {
        border-color: #333;
    }
    .modal-submit-btn {
        margin-top: 5px; padding: 14px; background: #333;
        color: white; border: none; border-radius: 6px;
        cursor: pointer; font-weight: bold; font-size: 16px;
    }
    .modal-submit-btn:hover {
        background: #000;
    }
    .modal-input::-webkit-input-placeholder {
        color: #b0b0b0;
    }
    .modal-input:-ms-input-placeholder {
        color: #b0b0b0;
    }
    .modal-input::placeholder {
        color: #b0b0b0;
        opacity: 1;
    }
    .modal-input:focus::placeholder {
        color: #d1d1d1;
    }
    .fatura-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
        background: #f9f9f9;
        border-radius: 8px;
        cursor: pointer;
        margin-top: 20px;
        border: 1px dashed #ddd;
    }
    .arti-butonu {
        width: 24px;
        height: 24px;
        background: #2c3e50;
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
    }
    .yan-panel {
        position: fixed;
        top: 0;
        right: -100%;
        width: 400px;
        max-width: 100%;
        height: 100%;
        background: white;
        z-index: 10001;
        box-shadow: -5px 0 25px rgba(0,0,0,0.1);
        transition: right 0.4s ease;
        padding: 25px;
        overflow-y: auto;
    }
    .yan-panel.aktif {
        right: 0;
    }
    .panel-ust {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 25px;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
    }
    .panel-ic-form {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .tip-secimi {
        display: flex;
        gap: 20px;
        margin-bottom: 10px;
        border-radius: 8px;
    }
    .radio-label input {
        display: none;
    }
    .radio-label {
        display: flex;
        align-items: center;
        gap: 10px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 600;
    }
    .custom-radio {
        width: 20px;
        height: 20px;
        border: 2px solid #2c3e50;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        background: #fff;
        position: relative;
    }
    .radio-label input:checked + .custom-radio {
        background: #000;
        border-color: #000;
    }
    .radio-label input:checked + .custom-radio::after {
        content: "\f00c";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        color: white;
        font-size: 10px;
    }
    .panel-ic-form .form-satir {
        display: flex;
        gap: 10px;
        margin-bottom: 5px;
    }
    .panel-ic-form .form-grup {
        flex: 1;
    }
    .panel-ic-form .modal-input {
        width: 100%;
        margin-bottom: 5px;
        font-size: 13px;
    }
@media screen and (min-width:768px) {
    #odeme-detay-panel {
        display:none;
    }
    #siparis-tamamla-mobil {
        display:none;
    }
    #siparis-tamamla-masaustu {
        display: block !important;
    }
}
