:root {
    --primary-color: #4e73df;
    --success-color: #1cc88a;
    --info-color: #36b9cc;
    --warning-color: #f6c23e;
    --danger-color: #e74a3b;
    --dark-color: #5a5c69;
    --light-color: #f8f9fc;
}
a {color:#444;cursor:pointer!important;}
a:hover { color:#666;
    }

body {
    background-color: var(--light-color);
    font-family: 'Nunito', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.topbar {
    background: #0d6efd;
    color: #fff;
    font-size: 14px;
}

    .topbar a {
        color: #fff;
        text-decoration: none;
    }

    .topbar li a {
        color: #333333;
    }
.nav-tabs .nav-link {
color:#444;
}
.fa-list-squares:before, .fa-list:before {
color:#444;
}
.brand {
    font-weight: 700;
    letter-spacing: .3px;
}

.category-nav {
    background: #b6590b;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.85);
}
.product-image {
    text-align:center;
    height:190px;
    overflow:hidden;
}
.product-card img {
    /*object-fit: cover;*/
    width:auto;
    height: 190px;
}

.price-old {
    text-decoration: line-through;
    color: #6c757d;
    font-size:14px;
}

.price-new {
    color: #333333;
    font-weight: 700;
}

.price-section {
    position: relative;
}

.price-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 2px solid #dee2e6;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

    .price-card:hover {
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
        transform: translateY(-2px);
    }

.price-old {
    position: relative;
    font-weight: 500;
}

.price-new {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.price-main {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.price-tr {
    background: linear-gradient(45deg, #007bff, #0056b3);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.price-tr-container {
    padding: 8px 12px;
    background: rgba(0, 123, 255, 0.1);
    border-radius: 8px;
    border-left: 4px solid #007bff;
}

.badge.bg-danger {
    background: linear-gradient(45deg, #dc3545, #c82333) !important;
    box-shadow: 0 2px 4px rgba(220, 53, 69, 0.3);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.price-badges {
    display: flex;
    align-items: center;
    gap: 8px;
}

@media (max-width: 768px) {
    .price-card {
        margin: 0 -15px;
    }

    .d-flex.gap-3 {
        flex-direction: column;
        gap: 1rem !important;
        text-align: center;
    }
}

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    background: linear-gradient(180deg, var(--primary-color) 10%, #224abe 100%);
    width: 14rem;
}

    .sidebar .nav-link {
        color: rgba(255, 255, 255, 0.8);
        padding: 1rem 1.5rem;
        border-radius: 0.35rem;
        margin: 0.2rem 0.5rem;
        transition: all 0.3s ease;
    }

        .sidebar .nav-link:hover,
        .sidebar .nav-link.active {
            color: white;
            background-color: rgba(255, 255, 255, 0.1);
        }

        .sidebar .nav-link i {
            width: 1.5rem;
            text-align: center;
        }

.main-content {
    margin-left: 14rem;
    padding: 1.5rem;
}

.card {
    border: none;
    border-radius: 0.75rem;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
    transition: transform 0.2s ease;
}

    .card:hover {
        transform: translateY(-2px);
    }

.header {
    background: white;
    border-bottom: 1px solid #e3e6f0;
    padding: 1rem 0;
    margin-bottom: 2rem;
    border-radius: 0.75rem;
}

.merchant-info {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    padding: 1rem;
    margin: 1rem 0.5rem;
    text-align: center;
}

    .merchant-info h6 {
        color: white;
        margin: 0.5rem 0 0 0;
    }

    .merchant-info small {
        color: rgba(255, 255, 255, 0.7);
    }

.table {
    font-size: 0.9rem;
}

.badge {
    font-size: 0.75rem;
    padding: 0.5rem 0.75rem;
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-group .btn {
    margin-right: 0.25rem;
}

    .btn-group .btn:last-child {
        margin-right: 0;
    }

footer a{color:#f4f4f4; text-decoration:none
}
footer a:hover {
    color: #eaeaea;
  
}
@media (max-width: 768px) {
    .sidebar {
        position: static;
        height: auto;
        width: 100%;
    }

    .main-content {
        margin-left: 0;
    }
}
/*Cards*/
#paytr_taksit_tablosu {
    clear: both;
    font-size: 12px;
    max-width: 1200px;
    text-align: center;
    font-family: Arial, sans-serif;
}

    #paytr_taksit_tablosu::before {
        display: table;
        content: " ";
    }

    #paytr_taksit_tablosu::after {
        content: "";
        clear: both;
        display: table;
    }

.taksit-tablosu-wrapper {
    margin: 5px;
    width: 280px;
    padding: 12px;
    cursor: default;
    text-align: center;
    display: inline-block;
    border: 1px solid #e1e1e1;
}

.taksit-logo img {
    max-height: 28px;
    padding-bottom: 10px;
}

.taksit-tutari-text {
    float: left;
    width: 126px;
    color: #a2a2a2;
    margin-bottom: 5px;
}

.taksit-tutar-wrapper {
    display: inline-block;
    background-color: #f7f7f7;
}

    .taksit-tutar-wrapper:hover {
        background-color: #e8e8e8;
    }

.taksit-tutari {
    float: left;
    width: 126px;
    padding: 6px 0;
    color: #474747;
    border: 2px solid #ffffff;
}

.taksit-tutari-bold {
    font-weight: bold;
}

@media all and (max-width: 600px) {
    .taksit-tablosu-wrapper {
        margin: 5px 0;
    }
}