

#manuel_checkout_alanlari {
    display: none !important;
}
.hidden {
    display: none !important;
}
.musteri-tipi-radio label {
    position: relative!important;
    display: block;
    margin-bottom: 10px;
}

.musteri-tipi-radio .woocommerce-input-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.musteri-tipi-radio .woocommerce-input-wrapper .radio {

    margin: 0 !important;
    margin-right: 10px;

}


#urunbilgileri {
    display: none !important;
}

input#sozlesme_onayla {
    position: inherit;
    opacity: 1;
    height: 15px;
    width: 15px;
    display: inline-block !important;
}

#birinci_sozlesme,
#ikinci_sozlesme {
    display: none !important;
}

.modal {
    margin-top: 5% !important;
    max-width: 100vw !important;
}

.yazdirbtn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    background-color: red;
    color: #fff;
    margin: 5px;
    border-radius: 4px;
}

.satisbg {
    text-decoration: none !important;
    color: #137fc3 !important;
    padding: 3px !important;
}

.mesafebg {
    text-decoration: none !important;
    color: #137fc3 !important;
    padding: 3px !important;
}

.kc-modal .tingle-modal-box__content table {
    text-align: left;
}

.kc-modal .tingle-modal-box__content td,
.kc-modal .tingle-modal-box__content th,
.kc-modal .tingle-modal-box__content tr,
.kc-modal .tingle-modal-box__content ul {
    padding: 4px !important;
    margin: 0px !important;
}

.kc-modal .tingle-modal-box__content .shop_table li {
    list-style: none !important;
}

#sozlesme_onayla_field {
    padding: 15px;
}

.kc-contract-link,
[data-kc-modal],
a[href="#kc-modal-1"],
a[href="#kc-modal-2"] {
    color: #0f766e;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
    background: none;
    border: 0;
    padding: 0;
    font: inherit;
}

.kc-contract-link:hover,
.kc-contract-link:focus,
[data-kc-modal]:hover,
[data-kc-modal]:focus,
a[href="#kc-modal-1"]:hover,
a[href="#kc-modal-1"]:focus,
a[href="#kc-modal-2"]:hover,
a[href="#kc-modal-2"]:focus {
    color: #0b5c58;
}

.kc-contract-link:focus-visible,
[data-kc-modal]:focus-visible,
a[href="#kc-modal-1"]:focus-visible,
a[href="#kc-modal-2"]:focus-visible {
    outline: 2px solid rgba(15, 118, 110, 0.4);
    outline-offset: 2px;
}

.kc-modal {
    --kc-modal-ink: #0f172a;
    --kc-modal-muted: #556177;
    --kc-modal-accent: #0f766e;
    --kc-modal-accent-soft: rgba(15, 118, 110, 0.16);
    --kc-modal-cream: #f6f1e8;
    --kc-modal-border: rgba(15, 23, 42, 0.12);
    --kc-modal-shadow: 0 30px 80px rgba(15, 23, 42, 0.35), 0 6px 16px rgba(15, 23, 42, 0.18);
}

.kc-modal.tingle-modal {
    z-index: 99999;
    background: radial-gradient(1100px circle at 20% 10%, rgba(15, 118, 110, 0.35), rgba(15, 23, 42, 0.85));
    transition: opacity 0.25s ease;
}

.kc-modal .tingle-modal-box {
    width: min(920px, 92vw);
    max-width: 920px;
    margin: 6vh 0;
    padding: 0;
    border-radius: 8px;
    border: 1px solid var(--kc-modal-border);
    background: linear-gradient(180deg, #fffdf9 0%, var(--kc-modal-cream) 100%);
    box-shadow: var(--kc-modal-shadow);
    overflow: hidden;
    position: relative;
    will-change: transform, opacity;
}

.kc-modal .tingle-modal-box::before,
.kc-modal .tingle-modal-box::after {
    content: "";
    position: absolute;
    width: 340px;
    height: 340px;
    border-radius: 999px;
    filter: blur(0);
    opacity: 0.9;
    pointer-events: none;
}

.kc-modal .tingle-modal-box::before {
    top: -140px;
    right: -120px;
    background: radial-gradient(circle at center, rgba(14, 165, 233, 0.18), transparent 70%);
}

.kc-modal .tingle-modal-box::after {
    bottom: -160px;
    left: -130px;
    background: radial-gradient(circle at center, rgba(217, 119, 6, 0.18), transparent 70%);
}

.kc-modal.tingle-modal--visible .tingle-modal-box {
    animation: kcModalIn 0.3s ease;
    transform: translateY(0) scale(1);
    opacity: 1;
}

.kc-modal .tingle-modal-box__content {
    padding: 0;
}

.kc-modal__header {
    position: relative;
    padding: 28px 76px 18px 32px;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.95), rgba(246, 241, 232, 0.6));
    border-bottom: 1px solid rgba(148, 163, 184, 0.25);
    z-index: 1;
}

.kc-modal__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--kc-modal-accent);
    font-weight: 600;
}

.kc-modal__title {
    font-family: "Space Grotesk", "Manrope", "DejaVu Sans", sans-serif;
    font-size: clamp(20px, 3vw, 28px);
    margin: 8px 0 6px;
    color: var(--kc-modal-ink);
}

.kc-modal__subtitle {
    font-size: 13px;
    color: var(--kc-modal-muted);
    margin: 0;
}

.kc-modal__close {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid var(--kc-modal-border);
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}

.kc-modal__close-icon {
    position: relative;
    width: 16px;
    height: 16px;
    display: block;
}

.kc-modal__close-icon::before,
.kc-modal__close-icon::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 50%;
    width: 16px;
    height: 2px;
    background: var(--kc-modal-ink);
    border-radius: 999px;
}

.kc-modal__close-icon::before {
    transform: translateX(-50%) rotate(45deg);
}

.kc-modal__close-icon::after {
    transform: translateX(-50%) rotate(-45deg);
}

.kc-modal__close:hover {
    border-color: rgba(15, 118, 110, 0.4);
    box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.1);
}

.kc-modal__close:focus-visible {
    outline: 2px solid var(--kc-modal-accent);
    outline-offset: 2px;
}

.kc-modal__body {
    padding: 22px 32px 30px;
    max-height: 70vh;
    overflow-y: auto;
    position: relative;
    z-index: 1;
}

.kc-modal__body::-webkit-scrollbar {
    width: 10px;
}

.kc-modal__body::-webkit-scrollbar-track {
    background: rgba(15, 23, 42, 0.08);
    border-radius: 10px;
}

.kc-modal__body::-webkit-scrollbar-thumb {
    background: rgba(15, 118, 110, 0.45);
    border-radius: 10px;
}

.kc-modal__content {
    font-family: "Source Serif 4", "Spectral", serif;
    font-size: 15px;
    line-height: 1.7;
    color: #1f2937;
}

.kc-modal__content h1,
.kc-modal__content h2,
.kc-modal__content h3 {
    font-family: "Space Grotesk", "Manrope", "DejaVu Sans", sans-serif;
    color: var(--kc-modal-ink);
}

.kc-modal__content h1 {
    font-size: 20px;
    text-align: left;
    margin: 0 0 12px;
}

.kc-modal__content h2 {
    font-size: 16px;
    margin: 18px 0 10px;
    padding-bottom: 6px;
    border-bottom: 2px solid var(--kc-modal-accent-soft);
}

.kc-modal__content p {
    margin: 0 0 10px;
}

.kc-modal__content table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
    background: #fff;
}

.kc-modal__content th,
.kc-modal__content td {
    border: 1px solid rgba(15, 23, 42, 0.12);
    padding: 10px 12px;
    text-align: left;
    font-size: 13px;
}

.kc-modal__content th {
    background: #f8f1e7;
    color: var(--kc-modal-ink);
    font-weight: 600;
}

.kc-modal__content ul,
.kc-modal__content ol {
    padding-left: 20px;
    margin: 6px 0 10px;
}

.kc-modal__content li {
    margin: 4px 0;
}

.kc-modal__content .contract-box {
    border: 1px solid rgba(15, 23, 42, 0.12);
    padding: 14px;
    margin-top: 16px;
    background: #fffaf2;
    border-radius: 12px;
}

.kc-modal__content .highlight {
    background: rgba(236, 253, 245, 0.7);
    border: 1px solid rgba(15, 118, 110, 0.25);
    border-radius: 10px;
    padding: 10px 12px;
}

.kc-modal__empty {
    padding: 18px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px dashed rgba(15, 23, 42, 0.2);
    color: var(--kc-modal-muted);
    text-align: center;
}

@keyframes kcModalIn {
    0% {
        opacity: 0;
        transform: translateY(20px) scale(0.96);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes kcModalOut {
    0% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    100% {
        opacity: 0;
        transform: translateY(12px) scale(0.98);
    }
}

@media (max-width: 782px) {
    .kc-modal .tingle-modal-box {
        width: 94vw;
        margin: 4vh 0;
        border-radius: 6px;
    }

    .kc-modal__header {
        padding: 22px 64px 14px 20px;
    }

    .kc-modal__body {
        padding: 18px 20px 24px;
        max-height: 72vh;
    }

    .kc-modal__close {
        top: 50%;
        right: 14px;
        width: 36px;
        height: 36px;
        transform: translateY(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .kc-modal .tingle-modal-box {
        animation: none;
    }
}
