﻿#page .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
    padding-right: 100px;
    font-size: 12px;
    font-weight: 500;
    color: #484444;
}

/* Genel container kısıtlamasını kaldır */
.container, .row, .content-area {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 5px;
    padding-right: 5px;
    margin: -10px auto;
}

/* Ürün liste alanı */
h5 {
    font-family: Rubik, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
}

h6 {
    font-family: Rubik, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 0px;
    color: #000;
    margin-bottom: 10px;
}

.col.mb-4 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.col-lg-3 {
    padding-left: 1px !important;
    padding-right: 1px !important;
    max-width: 20%;
}

.col-lg-9 {
    padding-left: 1px !important;
    padding-right: 1px !important;
    max-width: 100%;
    flex: 0 0 80% !important;
}

.bg-primary {
    background-color: #f6b600 !important;
}

.row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 20%;
}

body, html {
    width: 100%;
    overflow-x: hidden;
}

.card-header {
    padding: 0.0rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

h4 {
    font-family: Rubik, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 34px;
    color: #000619;
}

body {
    font-family: Rubik, sans-serif;
    font-weight: 400;
    font-size: 14px;
    /*line-height: 0px;*/
    color: #000;
}

#ContentPlaceHolder1_Button1,
#ContentPlaceHolder1_ddlSiralama {
    height: 30px !important;
    line-height: 30px !important;
}

#ContentPlaceHolder1_txtBoyut {
    width: 55%;
}   

div.d-flex.justify-content-between.align-items-center.mb-3,
div.d-flex.justify-content-between.align-items-center.mb-3 * {
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    line-height: 30px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.chip {
    display: inline-flex;
    align-items: center;
    margin: 1px 1px 1px 0;
    padding: 3px 3px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #f3f3f3;
    font-size: 12px;
    line-height: 1.1;
}

.chip-close {
    margin-left: 8px;
    font-size: 14px;
    color: #555;
    font-weight: bold;
    cursor: pointer;
}

.chip:hover {
    background: #e9e9e9;
}

.clear-all {
    margin-left: 8px;
    color: #aa0808;
    font-size: 12px;
    cursor: pointer;
}

.marka-list {
    border: 0;
}

    .marka-list table {
        width: 100%;
        border-collapse: collapse;
    }

    .marka-list td {
        border: none !important;
        padding: 1.7px 8px !important;
        vertical-align: middle;
        white-space: nowrap;
    }

    .marka-list input[type="checkbox"] {
        margin: 0 6px 0 0;
    }

    .marka-list label {
        display: inline;
        margin: 0;
        font-weight: 400;
    }

.card-body {
    margin: -13px;
}

/* Genel Input Stil */
input[type="number"], input[type="text"], input[type="email"],
input[type="password"], input[type="tel"], input[type="url"], input[type="search"], textarea {
    display: block;
    width: 50%;
    height: 25px;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    padding: 0 15px;
    border: 1px solid #d3d3d3;
    border-radius: 0;
    transition: all 500ms ease;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

#page .select2-container--default .select2-selection--single {
    border-radius: 0;
    padding-left: 25px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    right: 1px;
    width: 20px;
}

#page .select2-container .select2-selection--single {
    height: 31px;
    outline: none;
}

#page .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 15px;
    height: 0px;
    /*top:-15px;*/
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 13px;
}

.p-3 {
    padding: 5px !important;
}

.text-muted {
    color: #333333 !important;
}

.mb-1, .my-1 {
    margin-bottom: 1px !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0 0 0.2em;
}

.quantity-selector {
    display: flex;
    align-items: center;
    background-color: #f6b600;
    border-radius: 25px;
    padding: 5px;
    width: fit-content;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.quantity-button {
    border: none;
    color: white;
    font-size: 1.5em;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    background-color: #f6b600;
    cursor: pointer;
}

    .quantity-button:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }

.quantity-input {
    width: 40px;
    height: 30px;
    text-align: center;
    border: 1px solid #ccc;
    margin: 0 2px;
    background-color: white;
    color: #f6b600;
    font-size: 1.2em;
    padding: 5px 0;
    border-radius: 15px;
}

    .quantity-input::-webkit-outer-spin-button,
    .quantity-input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.btn {
    font-size: 0.8rem;
}

.product-actions {
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.action-buttons-row {
    display: flex;
    gap: 8px;
    justify-content: center;
}

    .action-buttons-row a {
        flex-grow: 1;
        text-align: center;
        padding: 15px 0;
        text-decoration: none;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

.green-button {
    background-color: transparent;
    color: #4CAF50;
    border: 1px solid #4CAF50;
    padding: 7px 18px;
    border-radius: .25rem;
    cursor: pointer;
    transition: all 0.2s ease;
    font-weight: 300;
    box-shadow: none;
}

    .green-button:hover {
        background-color: #4CAF50;
        color: white;
        border-color: #4CAF50;
    }

    .green-button:active {
        color: #fff;
        background-color: #4CAF50;
        border-color: #4CAF50;
    }

.blue-button {
    background-color: transparent;
    color: #007bff;
    border: 1px solid #007bff;
    padding: 7px 18px;
    border-radius: .25rem;
    cursor: pointer;
    transition: all 0.2s ease;
    font-weight: 300;
    box-shadow: none;
}

    .blue-button:hover {
        background-color: #007bff;
        color: white;
        border-color: #007bff;
    }

    .blue-button:active {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }



/* === EN SPESİFİK ZORLAMA: Mobilde 3 sütun === */
@media (max-width: 767.98px) {
    #urun-listeleme-wrapper .marka-list table tr td {
        display: inline-block !important;
        float: left !important;
        width: 33.333% !important;
        box-sizing: border-box !important;
        padding: 4px 8px !important;
        vertical-align: top !important;
        white-space: normal !important;
    }

    #urun-listeleme-wrapper .marka-list input[type="checkbox"],
    #urun-listeleme-wrapper .marka-list label {
        display: inline-block !important;
        vertical-align: middle !important;
    }
}

@media (max-width: 575.98px) {
    #urun-listeleme-wrapper .marka-list table tr td {
        display: inline-block !important;
        float: left !important;
        width: 33.333% !important;
    }
}

/* === Filtre toggle sadece mobilde görünsün === */
.filtre-toggle {
    display: none; /* masaüstünde gizle */
}
/* === Mobilde açılır kapanır filtre === */
@media (max-width: 991.98px) {
    
    .ses{height:35px;}
    .mb-0, .my-0 {
        margin-bottom: 0 !important;
        font-size: 20px;
        
    }

    .mb-8 {
         
        display: none !important;
    }

    
    .filtre-container {
        margin: 10px;
        border: 1px solid #ddd;
        border-radius: 10px;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    .product-actions {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .filtre-toggle {
        display: block;
        width: 100%;
        background-color: #f6b600;
        color: #000;
        font-size: 18px;
        font-weight: 600;
        padding: 12px 15px;
        text-align: center;
        border: none;
        cursor: pointer;
    }

        .filtre-toggle:hover {
            background-color: #ffcd00;
        }

    .filtre-icerik {
        display: none;
        padding: 15px;
        animation: filtreAc 0.3s ease;
        
    }

        .filtre-icerik.acik {
            display: block;
        }

        /* Filtre alanı içindekilerin mobilde daha rahat görünmesi için */
        .filtre-icerik select,
        .filtre-icerik input[type="checkbox"],
        .filtre-icerik label {
            font-size: 25px !important;
            line-height: 5px;
            width: 25px !important;
            height: 25px !important;
        }

        /* Geniş dokunmatik alan */
        .filtre-icerik label {
            display: inline-block;
            padding: 6px 0;
        }

    @keyframes filtreAc {
        from {
            opacity: 0;
            transform: translateY(-5px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}



.ses {
    height: 35px;
}








/* === MOBİL ÜRÜN KARTI GÖRÜNÜMÜ === */
@media (max-width: 991.98px) {
    
    /* Ürün kartlarının sıralanışı - 1 sütun */
    .row.row-cols-1.row-cols-md-2.row-cols-lg-4.g-4 > * {
        flex: 0 0 100% !important;
        max-width: 50% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    /* Ürün kartı genel görünüm */
   
    .urun-karti-ozel {
        border-radius: 12px;
        box-shadow: 0 3px 6px rgba(0,0,0,0.1);
        padding: 10px;
        background: #fff;
    }

        /* Marka başlığı */
        .urun-karti-ozel h4 {
            font-size: 30px !important;
            font-weight: 600 !important;
            line-height: 24px !important;
            margin-bottom: 8px !important;
            color: #000;
            
        }

        /* Ürün adı */
        .urun-karti-ozel h5.card-title {
            font-size: 30px !important;
            font-weight: 500 !important;
            text-align: center !important;
            white-space: normal !important;
            line-height: 1.3 !important;
            margin-bottom: 8px !important;
            color: #111;
            height:auto;
        }

        /* Kart içeriği boşluk */
        .urun-karti-ozel .card-body {
            padding: 12px !important;
        }

        /* Ürün tablosu yazı boyutları */
        .urun-karti-ozel table td {
            font-size: 30px !important;
            padding: 5px 6px !important;
            line-height: 25px;
        }

        /* Fiyat */
        .urun-karti-ozel .card-price {
            font-size: 30px !important;
            font-weight: 700 !important;
            color: #007bff !important;
            padding: 12px 0px 0px 0px;
        }

        /* Adet seçici alan */
        .urun-karti-ozel .quantity-selector {
            background-color: #f6b600;
            border-radius: 25px;
            /*padding: 6px 10px;*/
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 75px;
            /*margin: 10px auto;*/
        }

        .urun-karti-ozel .quantity-button {
            width: 40px !important;
            height: 40px !important;
            font-size: 40px !important;
            line-height: 0 !important;
            border-radius: 50%;
            color: #fff;
            border: none;
            background: #f6b600;
            font-weight: bold;
            margin-right: 45px;
            margin-left: 30px;
        }

        .urun-karti-ozel .quantity-input {
            width: 100px !important;
            height: 55px !important;
            font-size: 30px !important;
            text-align: center;
            border: 1px solid #ccc;
            border-radius: 10px;
            margin: 0 6px;
        }

        /* Buton satırı */
        .urun-karti-ozel .action-buttons-row {
            display: flex;
            justify-content: space-around;
            gap: 10px;
            margin-top: 10px;
        }

            .urun-karti-ozel .action-buttons-row a,
            .urun-karti-ozel .action-buttons-row .green-button {
                flex: 1;
                text-align: center;
                font-size: 30px !important;
                padding: 4px 11px !important;
                border-radius: 8px;
                font-weight: 500;
                height: 65px;
            }
            .urun-karti-ozel .action-buttons-row a,
            .urun-karti-ozel .action-buttons-row .blue-button {
                flex: 1;
                text-align: center;
                font-size: 30px !important;
                padding: 4px 11px !important;
                border-radius: 8px;
                font-weight: 500;
                height: 65px;
            }

        /* Ürün resmi */
        .urun-karti-ozel img.card-img-top {
            max-height: 180px !important;
            object-fit: contain;
            margin: auto;
        }

    /* Kartlar arası boşluk */
    .col.mb-4 {
        margin-bottom: 20px !important;
    }
     
}

/* 992px altı */
@media (max-width: 991.98px) {
    .chip {
        display: inline-flex;
        align-items: center;
        margin: 1px 1px 1px 0;
        padding: 3px 3px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background: #f3f3f3;
        font-size: 25px;
        line-height: 1.1;
    }

    .clear-all {
        margin-left: 8px;
        color: #aa0808;
        font-size: 25px;
        cursor: pointer;
        line-height: 30px;
    }

    #page .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 30px;
        padding-right: 100px;
        font-size: 30px;
        font-weight: 500;
        color: #484444;
    }

    h6 {
        font-family: Rubik, sans-serif;
        font-weight: 500;
        font-size: 30px;
        line-height: 15px;
        color: goldenrod;
        margin-bottom: 10px;
    }

    .page-content {
        grid-template-columns: 1fr !important;
        gap: 15px;
    }

    .col-lg-3, .col-lg-9 {
        padding-left: 8px !important;
        padding-right: 8px !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    .mevsim-simge {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 60px;
        height: 60px;
    }
  
    .input[type="number"], input[type="text"], input[type="email"],
    input[type="password"], input[type="tel"], input[type="url"], input[type="search"], textarea {
        width: 40% !important;
        height: 60px !important;
        font-size: 30px;
        padding: 8px 15px !important;
    }


    .quantity-input, .quantity-button {
        height: 40px !important;
        width: 40px !important;
        font-size: 16px !important;
    }

    .action-buttons-row a {
        line-height: normal !important;
        min-height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 7px 10px !important;
        font-size: 14px;
    }

    .card-body {
        margin: 0px !important;
        padding: 10px !important;
    }

    .row-cols-lg-4 > * {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}

/* Mobilde CheckBoxList 3 sütun */
@media (max-width: 767.98px) {
    .input[type="number"], input[type="text"], input[type="email"],
    input[type="password"], input[type="tel"], input[type="url"], input[type="search"], textarea {
        width: 50% !important;
        height: 60px !important;
        font-size: 30px;
        padding: 8px 15px !important;
    }

    #page .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 30px;
        padding-right: 100px;
        font-size: 30px;
        font-weight: 500;
        color: #484444;
    }

    h6 {
        font-family: Rubik, sans-serif;
        font-weight: 500;
        font-size: 30px;
        line-height: 15px;
        color: goldenrod;
        margin-bottom: 10px;
    }

    .marka-list table {
        width: 100% !important;
        table-layout: fixed !important;
    }

        .marka-list table tr td {
            display: inline-block !important;
            width: 33.333% !important;
            float: left !important;
            box-sizing: border-box !important;
            padding: 4px 8px !important;
            white-space: normal !important;
            vertical-align: top !important;
        }

    .marka-list input[type="checkbox"],
    .marka-list label {
        display: inline-block !important;
        vertical-align: middle !important;
    }

    .marka-list table::after {
        content: "" !important;
        display: block !important;
        clear: both !important;
    }
}

/* Çok küçük ekranlarda da 3 sütun kalsın */
@media (max-width: 575.98px) {
    .input[type="number"], input[type="text"], input[type="email"],
    input[type="password"], input[type="tel"], input[type="url"], input[type="search"], textarea {
        width: 50% !important;
        height: 60px !important;
        font-size: 30px;
        padding: 8px 15px !important;
    }

    #page .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 30px;
        padding-right: 100px;
        font-size: 30px;
        font-weight: 500;
        color: #484444;
    }

    h6 {
        font-family: Rubik, sans-serif;
        font-weight: 500;
        font-size: 30px;
        line-height: 15px;
        color: goldenrod;
        margin-bottom: 10px;
    }

    .row-cols-lg-4 > * {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .container, .row, .content-area {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .col.mb-4 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .marka-list table tr td {
        display: inline-block !important;
        width: 33.333% !important;
        float: left !important;
    }
}
