﻿@media screen and (max-width: 767px) {
    #productList > .product {
        width: 50% !important;
    }
}

.card-product-wrapper .product-block {
    background-color: #fff;
    border-radius: 5px;
}

    .card-product-wrapper .product-block .title {
        color: #1E1E1E;
    }

    .card-product-wrapper .product-block .product-block-header {
        justify-content: end;
    }

.toplanan-sistemler .product-block-header {
    justify-content: space-between;
}

.card-product-wrapper .product-block .product-date {
    color: var(--gg-red-color);
    font-size: 12px;
    font-weight: 500;
    margin: 0;
}

    .card-product-wrapper .product-block .product-date span {
        font-weight: 700;
        font-size: 12px;
    }

.card-product-wrapper .product-block .product-block-header {
    display: flex;
    align-items: flex-start;
    /*justify-content: space-between;*/
    position: absolute;
    left: 12px;
    top: 12px;
    right: 12px;
    z-index: 5;
}

.card-product-wrapper .product-block .product-block-footer {
    justify-content: end;
    flex-direction: unset;
}

.card-product-wrapper .product-block .product-block-header .opportunity {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #FFBB78;
    color: var(--gg-text-color);
    background: #FFF17824;
    padding: 4px 10px;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-weight: 700;
    font-size: 12px;
}

.card-product-wrapper .product-block .product-price {
    font-size: 18px;
    font-weight: 700;
    color: #1E1E1E;
}

.card-product-wrapper .product:hover .product-block-header .btn-circle.btn-sm {
    color: #1E1E1E;
}

.card-product-wrapper .product:hover .product-block {
    backgorund: unset;
}

    .card-product-wrapper .product:hover .product-block .title {
        color: #1E1E1E;
    }

    .card-product-wrapper .product:hover .product-block .product-price {
        color: #1E1E1E;
    }


/* son eklemeler */
.container.footer {
    max-width: 1700px;
}

footer {
    background-color: rgba(28, 28, 28, 1);
    padding: 40px 0;
    /*    margin-top: 50px;*/
}

    footer .footer-menu-sec {
        display: flex;
        flex-direction: column;
        gap: 12px;
        flex: 1;
    }

.footer-left-col {
    display: flex;
}

footer .footer-title {
    font-weight: 700;
    font-size: 18px;
    color: var(--main-yellow-color) !important;
    margin: 0;
}

    footer .footer-title.cat {
        margin-bottom: 12px;
    }

footer .footer-menu-sec .footer-items {
    color: rgba(191, 191, 191, 1);
    font-size: 14px;
    font-weight: 500;
    width: fit-content;
}

footer .footer-right-sec {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: end;
}

    footer .footer-right-sec .text-bottom {
        color: rgba(191, 191, 191, 1);
        font-size: 16px;
        font-weight: 500;
        text-align: end;
        /*text-wrap: nowrap;*/
    }

    footer .footer-right-sec .icons {
        display: flex;
        align-items: center;
        gap: 15px;
    }

.footer-bottom {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: rgba(51, 51, 51, 1);
    padding: 16px 0;
}

.footer-bot-div {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.footer-bottom .left span {
    color: rgba(191, 191, 191, 1);
    font-size: 14px;
    font-weight: 500;
}

.footer-bottom .right {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .footer-bottom .right .bot-items {
        color: rgba(191, 191, 191, 1);
        font-size: 14px;
        font-weight: 500;
        padding-right: 8px;
        border-right: 1px solid rgba(191, 191, 191, 1);
    }

        .footer-bottom .right .bot-items:last-child {
            border: none;
        }

.banner-slider-items img {
    width: 60px !important;
}

.banner-slider-section {
    padding: 12px 0 !important;
    background-color: #FFF390;
    position: relative;
}

    .banner-slider-section .slider-banner-content {
        align-items: start !important;
    }

    .banner-slider-section .slider-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10vw;
        z-index: 9;
    }

    .banner-slider-section .slider-prev {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10vw;
        z-index: 9;
    }

    .banner-slider-section .text strong {
        color: #D62828;
    }

.contact-right-title {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.contact-wrap .contact-info {
    display: flex;
    flex-direction: column;
    gap: 23px;
}

    .contact-wrap .contact-info .contact-info-items {
        display: flex;
        align-items: center;
        gap: 15px;
    }

        .contact-wrap .contact-info .contact-info-items .text {
            color: #fff;
            font-size: 16px;
            font-weight: 500;
            text-decoration: underline;
        }

        .contact-wrap .contact-info .contact-info-items span {
            text-decoration: none;
        }

.product.mainpage-card .product-block {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 17.1px 0 rgba(205, 205, 205, 0.43);
    border: none;
}

.product.mainpage-card .product-name {
    color: #1E1E1E !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 48px;
    margin: 0;
    font-size: 15px !important;
    text-align: unset;
    line-height: unset;
    font-weight: 700;
    width: 100%;
}

.product.mainpage-card .advice-system-feature p {
    color: #1E1E1E !important;
}

.product.mainpage-card .badge-campaignn {
    color: #B32424;
    font-weight: 700 !important;
    border: none !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: unset;
}

.product.mainpage-card .product-price {
    color: #1E1E1E;
    padding: 0 !important;
    width: unset;
}

    .product.mainpage-card .product-price strong {
        color: #1E1E1E;
        font-size: 17px;
    }

    .product.mainpage-card .product-price .unit {
        color: #1E1E1E;
    }

.product.mainpage-card .product-block .product-block-footer .Lowest-Price-img span {
    background-color: #323232;
    color: #F3D825;
    border: none;
    padding: 8px 12px;
    font-size: 12px !important;
}

.product-card-price-sec {
    display: flex;
    align-items: end;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: auto;
    gap: 10px;
}

    .product-card-price-sec .product-card-price-right {
        height: unset;
        padding: unset;
        display: flex;
        flex-direction: column;
    }

.product-price-old-new-sec {
    display: flex;
    align-items: end;
    justify-content: end;
    gap: 0;
    flex-direction: column;
}

    .product-price-old-new-sec .product-old-price {
        color: #868686;
        font-size: 15px;
        font-weight: 500;
        text-decoration: line-through;
    }

.cart-discount-price {
    display: flex;
    justify-content: end;
}

    .cart-discount-price span {
        color: #FE1B1B;
        font-size: 18px;
        font-weight: 700;
    }

        .cart-discount-price span abbr {
            font-size: 11px;
        }

.en-dusuk-fiyat {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    margin-top: 10px;
}

    .en-dusuk-fiyat span {
        font-weight: 600;
        color: #FE1B1B;
        font-size: 14px;
    }

    .en-dusuk-fiyat .box {
        margin: 0;
    }

    .en-dusuk-fiyat svg {
        color: #FE1B1B;
    }

.product-block .product-block-footer .product-price .product-price-warning {
    color: #FE1B1B;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

    .product-block .product-block-footer .product-price .product-price-warning .unit {
        color: #FE1B1B;
    }

.product.mainpage-card .title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.advice-system-feature li img {
    filter: unset;
}

#productMenu .card .card-header {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.filter-sidebar .custom-checkbox label {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 500;
}

.accordion-content span {
    color: #fff;
}

.urunlist-slider .swiper-button-prev {
    left: 25px;
}

.urunlist-slider .swiper-button-next {
    right: 25px;
}

.product-list-header-right {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    .product-list-header-right .breadcrumb-sec {
        display: flex;
        align-items: center;
        gap: 5px;
    }

        .product-list-header-right .breadcrumb-sec .breadcrumb-items {
            color: #8D8D8D;
            font-size: 14px;
            font-weight: 500;
        }

            .product-list-header-right .breadcrumb-sec .breadcrumb-items:not(:last-child)::after {
                content: "/";
            }

    .product-list-header-right .list-header-right-title {
        font-size: 20px;
        color: #fff;
        font-weight: 700;
        margin: 0;
    }

.filter-top-side {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: rgba(27, 27, 27, 1);
    border-radius: 5px;
    position: sticky;
    top: 105px;
    z-index: 9;
}

    .filter-top-side .left {
        display: flex;
        align-items: center;
        gap: 15px;
    }

        .filter-top-side .left .product-number {
            color: #FFFFFF;
            font-size: 14px;
            font-weight: 500;
        }
        /*.filter-top-side .left .check-section input {
     width:18px;
     height:18px;
     margin:0;
}
 .filter-top-side .left .check-section .form-check {
     margin: 0;
     display: flex;
     align-items: center;
     gap: 47px;
     padding: 0;
}
*/
        .filter-top-side .left .check-section .form-check-label {
            margin-left: 30px;
            font-size: 14px;
            font-weight: 500;
            color: #fff;
        }

    .filter-top-side .right {
        display: flex;
        align-items: center;
        gap: 15px;
    }

        .filter-top-side .right .sirala-text {
            font-size: 16px;
            font-weight: 400;
            color: #fff;
        }

        .filter-top-side .right .svg-icon {
            color: #fff;
        }

    .filter-top-side .filter-top-input {
        color: rgba(0, 0, 0, .8);
        font-size: 14px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 0.75rem center;
        background-size: 16px 16px;
        padding: 0 1.5rem;
        height: 35px;
    }

.product-list-page #productList .product {
    gap: 10px;
    /*    width: 100% !important;*/
    width: calc(25% - 15px) !important;
}

.product-list-page #productList {
    /*    display: grid;*/
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 20px;
}

    .product-list-page #productList .product.mainpage-card .product-block {
        margin: 0;
    }

.product-list-page {
    margin-top: 20px;
}

.brand-absolute img {
    max-width: 90px;
    height: auto;
}

.product-light-page .product-list-header {
    border-radius: 0;
    margin: 0;
    background: #1b1b1b !important;
    padding: 15px !important;
}

    .product-light-page .product-list-header .filters {
        border-bottom: none;
    }

    .product-light-page .product-list-header .filter-text {
        margin: 0;
    }

.product-list-header .sifirla-text {
    color: rgba(116, 167, 255, 1);
    text-decoration: underline;
}

.product-list-left-sidebar {
    padding-left: 0;
    margin-top: 3px;
}

    .product-list-left-sidebar .filter-sidebar {
        padding-right: 0;
    }

    .product-list-left-sidebar .Filters-container {
        background-color: #1b1b1b;
        border-radius: 0;
        margin-top: 0;
        border: none;
    }

    .product-list-left-sidebar .accordion-content {
        padding: 15px 32px;
    }

    .product-list-left-sidebar #productMenu .card {
        padding: 0 15px;
    }

.product-list-mobile-filter .filtre-mobile-button {
    display: none;
}

.product-list-left-sidebar .unique-price-inputs input {
    color: rgba(13, 13, 13, 1);
    background: rgba(233, 232, 230, 1);
}

.check-section .form-check-input {
    display: none;
}

.check-section .form-check-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    user-select: none;
    display: inline-flex;
    align-items: center;
}

    .check-section .form-check-label .checkmark {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background-color: transparent;
        border: 2px solid #fff;
        border-radius: 4px;
        transition: all 0.2s ease;
    }

.check-section .form-check-input:checked + .form-check-label .checkmark {
    background-color: #f3d825;
    border-color: #f3d825;
}

    .check-section .form-check-input:checked + .form-check-label .checkmark::after {
        content: "";
        position: absolute;
        left: 5px;
        top: 1px;
        width: 5px;
        height: 10px;
        border: solid #000;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

.check-section .custom-checkbox {
    margin-bottom: 0;
}

.product-list-left-sidebar .showFilterAll {
    color: var(--main-yellow-color);
}

    .product-list-left-sidebar .showFilterAll:hover {
        color: var(--main-yellow-color);
    }

.product-detail-right .product-details-top {
    background-color: #6E2323;
    padding: 8px 15px;
    border-radius: 5px;
}

.product-detail-right .product-detail-info {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: underline;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
}

.mt-15 {
    margin-top: 15px;
}

.stok-kod-div {
    display: flex;
    align-items: center;
    gap: 25px;
}

    .stok-kod-div .stok-kod-text-one {
        color: #AAA;
        font-size: 14px;
        font-weight: 400;
        text-decoration: underline;
    }

.product-details-title {
    font-size: 20px;
    font-weight: 700 !important;
    color: var(--gg-text-color);
}

.property-container {
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    border-bottom: 1px solid #fff;
    padding-bottom: 14px;
}

.property-item {
    border-radius: 50px;
    align-items: start;
}

    .property-item.success {
        background: rgba(45, 44, 36, 1);
        border: 1px solid #fff;
    }

    .property-item.warning {
        background: rgba(254, 27, 27, 0.11);
        border: 1px solid var(--gg-red-color);
    }

    .property-item.yellow {
        background: transparent;
        border: 1px solid #FFEA00;
    }

        .property-item.yellow span {
            color: #FFEA00;
        }

    .property-item span {
        font-size: 10px;
        color: var(--gg-text-color);
        font-weight: 700;
        padding: 5px 10px;
        text-wrap: nowrap;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .property-item.trans {
        background: transparent;
        color: #fff;
        border: 1px solid #fff;
    }

.detail-price-div {
    display: flex;
    align-items: end;
    gap: 50px;
}

    .detail-price-div .product-price {
        color: #FFF;
        font-size: 32px;
        font-weight: 700;
        line-height: 1;
    }

    .detail-price-div .product-old-price {
        color: #999;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.3;
        text-decoration: line-through;
    }

    .detail-price-div .old-price-line-div {
        color: #999;
        font-size: 16px;
    }

        .detail-price-div .old-price-line-div .tl-div {
            font-size: 70%;
            text-decoration: line-through;
        }

    .detail-price-div .taksit-text a {
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.5;
        text-decoration: underline;
    }

.detail-price-bottom {
    display: flex;
    align-items: end;
    gap: 20px;
}

.gap-20px {
    gap: 20px;
}

.detail-price-bottom .text-price {
    color: #FFF !important;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
}

    .detail-price-bottom .text-price span {
        color: #F3D825;
        font-weight: 800;
        font-size: 24px;
    }

.detail-price-bottom .sm-price-text {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
}

.cargo-Description {
    margin: 0 !important;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}

    .cargo-Description strong {
        color: #28A2B4;
        margin: 0px 5px;
        font-weight: 800;
        font-size: 16px;
        line-height: 26px;
    }

.table-product-properties table tr:nth-child(even) {
    background-color: #5F5F5F;
}

.variant-section {
    margin-top: 30px;
    flex-wrap: nowrap !important;
    overflow: auto;
    padding-bottom: 10px;
    scrollbar-width: thin;
    scrollbar-color: #F3D825 transparent;
}

    .variant-section::-webkit-scrollbar {
        height: 8px;
    }

    .variant-section::-webkit-scrollbar-track {
        background: transparent;
    }

    .variant-section::-webkit-scrollbar-thumb {
        background-color: #F3D825;
        border-radius: 10px;
    }

    .variant-section .variant-card {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
        border-radius: 10px;
        border: 1px solid #4E4701;
        transition: .3s;
        /*        background: rgb(39 38 38);*/
        background: #565859;
        padding: 10px;
    }

        .variant-section .variant-card .name {
            color: #FFF !important;
            font-size: 14px;
            font-weight: 500;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            margin-bottom: 0;
            height: 34px;
        }

        .variant-section .variant-card .variant-price {
            color: #FFF !important;
            font-size: 16px;
            font-weight: 700;
        }

        .variant-section .variant-card.active {
            background: #FFEA00;
        }

            .variant-section .variant-card.active .name {
                color: rgba(14, 17, 19, 1) !important;
            }

            .variant-section .variant-card.active .variant-price {
                color: rgba(14, 17, 19, 1) !important;
            }

        .variant-section .variant-card:hover {
            background: #FFEA00;
        }

        .variant-section .variant-card.disabledVaryant:hover .name {
            color: #fff !important;
        }

        .variant-section .variant-card:hover .name {
            color: rgba(14, 17, 19, 1) !important;
        }

        .variant-section .variant-card:hover .variant-price {
            color: rgba(14, 17, 19, 1) !important;
        }

.liste-ekle-button {
    color: #020202;
    font-size: 14px;
    font-weight: 700;
    border-radius: 30px;
    background: var(--main-yellow-color);
    text-transform: uppercase;
    padding: 5px 15px;
    margin: 0;
    text-wrap: nowrap;
    text-align: center;
    width: 100%
}

    .liste-ekle-button strong {
        color: #0E1113;
        font-weight: 700;
    }

label.liste-ekle-button {
    display: flex;
    align-items: center;
}

.liste-ekle-button input {
    width: 17px;
    height: 17px;
}

.price-between-section {
    display: flex;
    /*    align-items: start;*/
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.quantity {
    color: #fff;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 45%;
    background: #2c2b22;
    border-radius: 0;
    /* height: 54px;*/
}

.add-to-cart {
    background: #F3D825;
    color: #111;
    padding: 10px 40px;
    cursor: pointer;
    border: none;
    outline: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    width: 55%;
    height: 50px;
}

.product-details_button {
    /*    margin: 50px 0px !important;*/
    margin: 20px 0px !important;
    display: flex;
    background-color: #2c2b22;
    border-radius: 50px;
    overflow: hidden;
    align-items: center;
    font-weight: bold;
}

.product-detail-tabs {
    background-color: #6C6C6C;
    padding: 15px 0;
    gap: 30px;
}

    .product-detail-tabs .detail-tabs-items {
        color: #FFF;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.6;
        text-transform: capitalize;
        padding: 5px 20px;
    }

        .product-detail-tabs .detail-tabs-items.active {
            color: #0E1113;
            background-color: #F3F5F7;
            border-radius: 5px;
        }

.recommendation_products {
    background-color: #F3F5F7;
    margin: 0;
}

.recommendation_title h5 {
    color: #0E1113 !important;
    font-weight: 700;
}

.product-detail-page-bottom-cards .product {
    width: 100% !important;
}



.product-details {
    /*    background-color: #fff;*/
    position: relative;
    margin-top: 20px;
}

#productTabContent #details * {
    color: #0E1113;
}

#productTabContent #divAciklama * {
    color: #0E1113;
}

#productTabContent #divAciklama {
    color: #0E1113;
}

#bTableUrunDetay * {
    color: #fff !important;
}

.detail-page-absolute-bg {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    background: #121212;
}

.mobile-bg-detail {
    background: none;
}

.liste-ekle-sec {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.karsilastir-button h6 {
    color: rgba(14, 17, 19, 1) !important;
}
/*
.btn-switch {
    padding: 10px 20px;
    border-radius: 20px;
    border: none;
    transition: background-color 0.5s ease, color 0.5s ease;
    position: relative;
    z-index: 2;
}

.switch-indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #ffeb3b;
    border-radius: 20px;
    transition: transform 0.5s ease;
    z-index: 1;
}

.switch2-active {
    color: #000;
    box-shadow: -7px 0px 29.2px 1px rgba(255, 238, 94, 0.28);
    background-color: #ffeb3b;
}

.btn-switch:not(.switch2-active) {
    color: #fff;
    background-color: #6c757d;
}

.switch-indicator.active {
    transform: translateX(100%);
}

.buttons-container {
    overflow: hidden;
}
*/
/*.tippy-content {
    background: #F3F5F7 !important;
    border: none !important;
}

.tippy-box {
    padding: 0 !important;
}

.karsilastir-button hr {
    display: none;
}

.karsilastir-button .col-12.text-right {
    margin-top: 10px !important;
}*/

.product-gallery-modal .modal-content {
    background-color: #F3F5F7;
}

.product-gallery-modal .gallery-modal-title {
    color: #1E1E1E !important;
}


#productViewModal .modal-dialog .modal-body .thumb a.active {
    box-shadow: none !important;
    border: 2px solid #5F5F5F !important;
    background: transparent;
}

#productViewModal .modal-dialog .modal-body .thumb a {
    box-shadow: none !important;
    border: 1px solid rgba(78, 71, 1, .3) !important;
    border-radius: 10px !important;
}

#productViewModal .modal-dialog .modal-body .thumb a {
    background: transparent !important;
}

.stok-tukendi-text {
    color: #111 !important;
    margin: 0;
    width: 100%;
    font-weight: 800;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    background: #F3D825;
    padding: 15px 40px;
    border-radius: 0;
    outline: none;
}

.detail-share-modal .btn {
    color: #fff;
}

/*    .detail-share-modal .btn:hover {
        background-color: unset;
    }*/

.system-btn {
    background: #F3D825;
    border-radius: 40px;
    font-weight: 800;
    font-size: 20px;
    /*    height: 53px;*/
    width: 75%;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    text-align: center;
}

    .system-btn:hover {
        border-radius: 40px !important;
        color: unset !important;
        background: #F3D825 !important;
    }

.readySystemLayoutRight_Top .info-sec {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
    gap: 15px;
}

.property-container .property-item {
    color: var(--gg-text-color);
    font-weight: 700;
    font-size: 12px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#mySidenavUrun .close-section {
    margin: 20px 25px 50px 25px;
}

.right-nav-sec {
    padding-right: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.hazir-sistem .card-body {
    background: #F3F5F7 !important;
}

#readySystemLayoutRight {
    background: none !important;
    /*    margin:25px 0 0 0  !important;*/
    margin-top: 10px !important;
    height: calc(100vh - 150px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

    #readySystemLayoutRight .eseoContainerH2Font {
        margin: 0 !important;
    }

#accordion-itopya .card .card-header {
    padding: 0 10px !important;
    margin-bottom: 20px !important;
    position: sticky;
    top: 0;
    z-index: 9;
}

    #accordion-itopya .card .card-header:after {
        content: "";
        background: #121212;
        width: 105%;
        height: 18px;
        position: absolute;
        top: 100%;
        left: -4px;
    }

.mobile-cart-fixed {
    display: none;
}

.sidenavurun {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999999;
    top: 0;
    right: -4px;
    background-color: rgb(21 21 21);
    overflow-x: visible;
    transition: 0.3s;
    border: 2px solid rgba(255, 234, 0, 1);
}

    .sidenavurun a {
        padding: 0;
        text-decoration: none;
        font-size: 25px;
        color: var(--gg-text-color);
        display: block;
    }

        .sidenavurun a:hover {
            color: black;
        }

    .sidenavurun .closebtn {
        font-size: 30px;
        background: #2b2a27;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #423c14;
        border-radius: 10px;
        padding: 0px 15px !important;
        cursor: pointer;
    }

    .sidenavurun memo {
        position: absolute;
        left: -90px;
        text-align: center;
        top: 47vh;
        transform: rotate(270deg);
        color: white;
        background: #32312e;
        cursor: pointer;
        font-size: 14px;
        font-weight: 700 !important;
        letter-spacing: -0.02em;
        border: 1px solid #625a1b;
        border-bottom: none;
        border-radius: 5px 5px 0px 0px;
        transition: all ease 0.2s;
        width: 144px;
        height: 40px;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

        .sidenavurun memo:hover {
            color: #cccccc !important;
        }

.sidenavyorum {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999999;
    top: 0;
    right: -4px;
    background-color: #fff;
    overflow-x: visible;
    transition: 0.3s;
    border-left: 2px solid var(--secondary);
}

    .sidenavyorum a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
    }

        .sidenavyorum a:hover {
            color: black;
        }

    .sidenavyorum .closebtn {
        position: relative;
        top: 0;
        right: 0px;
        font-size: 36px;
        margin-right: 0 !important;
        text-align: right;
    }

    .sidenavyorum memo {
        position: absolute;
        left: -90px;
        text-align: center;
        top: calc(47vh + 295px);
        transform: rotate(270deg);
        color: white;
        padding: 5px;
        background: #32312e;
        cursor: pointer;
        font-size: 14px;
        font-weight: 700 !important;
        letter-spacing: -0.02em;
        border: 1px solid #625a1b;
        border-bottom: none;
        border-radius: 5px;
        transition: all ease 0.2s;
        width: 144px;
        height: 40px;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

        .sidenavyorum memo:hover {
            color: #cccccc !important;
        }

.sidenavgb {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999999;
    top: 0;
    right: -4px;
    background-color: rgb(240, 240, 240);
    overflow-x: visible;
    transition: 0.3s;
    border-left: 2px solid var(--color-itopya-blue-navy);
}

    .sidenavgb a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
    }

        .sidenavgb a:hover {
            color: black;
        }


    .sidenavgb memo {
        position: absolute;
        left: -90px;
        text-align: center;
        top: calc(47vh + 148px);
        transform: rotate(270deg);
        color: white;
        padding: 5px;
        background: #32312e;
        cursor: pointer;
        font-size: 15px;
        font-weight: 700 !important;
        letter-spacing: -0.02em;
        border: 1px solid #625a1b;
        border-bottom: none;
        border-radius: 5px;
        transition: all ease 0.2s;
        width: 144px;
        height: 40px;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

        .sidenavgb memo:hover {
            color: #999999 !important;
        }

.recommendation_products.hazir-sistem-detay {
    background: #1B1B1B;
}

.recommendation_title.hazir-sistem-detay h5 {
    color: #DEDEDE !important;
}

.navOpen {
    width: 45%;
    z-index: 999999999999;
}

.sidenavyorum .closebtn {
    font-size: 30px;
    background: #2b2a27;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #423c14;
    border-radius: 10px;
    padding: 0px 15px !important;
    cursor: pointer;
    color: #fff;
}

.sidenavurun .closebtn:hover {
    color: #fff;
}

.sidenavyorum .closebtn:hover {
    color: #fff;
}

.sidenavgb .closebtn:hover {
    color: #fff;
}

#accordion-itopya .card-body {
    background: transparent;
}

.modal-close-section {
    margin: 20px;
}

.sidenavgb .closebtn {
    font-size: 30px;
    background: #2b2a27;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #423c14;
    border-radius: 10px;
    padding: 0px 15px !important;
    cursor: pointer;
    color: #fff;
    margin-right: 0 !important;
}

.info-sec .right-sec h6 {
    color: #0E1113 !important;
}

.container-lg-detail {
    max-width: 2000px;
    margin: 0 auto;
}

.hidden {
    display: none !important;
}

.kategori-menu-body-eb .sub-menu {
    display: none !important;
}

.submenu-panel-eb {
    display: none;
}

    .submenu-panel-eb.active {
        display: block;
    }

.submenu-header-eb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 8px 0 12px;
}

.submenu-back-eb {
    border: none;
    background: var(--main-yellow-color);
    padding: 6px 30px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 700;
    color: #2A2A2A;
}

.submenu-title-eb {
    font-weight: 600;
}

.submenu-list-eb {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

    .submenu-list-eb a {
        color: #fff;
        color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        text-decoration: none;
        padding: 7px 4px;
        border-radius: 6px;
        transition: background 0.2s;
    }

.kategori-menu-chevron-eb {
    transition: transform .2s ease;
}

.collapsing {
    background: #000;
}

.kategori-menu-view-eb.kategori-menu-active-eb {
    border-radius: 10px;
}

.submenu-list-eb a:hover {
    background-color: rgba(255, 238, 94, 0.1);
    color: var(--main-yellow-color);
}

.karsilastir-button input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid #0E1113;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    background: transparent;
    vertical-align: middle;
}

    .karsilastir-button input[type="checkbox"]:checked {
        background-color: #000;
        border-color: #F3D825;
    }

        .karsilastir-button input[type="checkbox"]:checked::after {
            content: "";
            position: absolute;
            top: 2px;
            left: 4px;
            width: 4px;
            height: 7px;
            border: solid #fff;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }

.filter-section-left-sidebar {
    padding: 15px 30px;
    background: #1b1b1b;
    border-bottom: 1px solid #fff;
}

    .filter-section-left-sidebar .sifirla-text {
        color: #fff;
        text-decoration: underline;
    }

    .filter-section-left-sidebar .filter-text {
        margin: 0;
    }

.contact-send-button {
    border-radius: 5px !important;
    padding: 10px !important;
}

    .contact-send-button:hover {
        background-color: #F3D825;
        color: #2A2A2A !important;
    }

#addressTab {
    display: flex;
    gap: 20px;
}

    #addressTab .nav-item {
        flex: 1;
    }

.address-add-button {
    border-radius: 10px 10px 0 0 !important;
}

.delete-text {
    font-size: 16px;
    color: var(--gg-text-color-2) !important;
    font-weight: 500;
}

.delete-buttons {
    color: var(--gg-text-color-2) !important;
    font-size: 16px;
}

.btn-secondary.delete-buttons:hover {
    background-color: #6c757d !important;
}

.btn-danger.delete-buttons:hover {
    background-color: #dc3545 !important;
}

.account-close-buttons {
    position: unset !important;
}

    .account-close-buttons.delete {
        background-color: var(--color-itopya-orange);
        color: #FFF;
        width: 25px;
        height: 25px;
        opacity: 1;
        padding: 0;
        margin: 0;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.varsayilan-adres {
    padding-top: .2rem !important;
}

.cart-page-text {
    font-size: 14px;
}

.step-circle {
    width: 100px;
    height: 100px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0.1;
    position: relative;
    z-index: 2;
    background: rgba(255, 238, 94, 0.02);
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    gap: 15px;
    color: #fff;
}

.cart-collapse-section {
    background: #292825;
    /*    border-top: 1px solid #544d16;*/
    border-radius: 0 0 10px 10px;
    padding: 20px;
}

    .cart-collapse-section .collapse-title {
        font-size: 18px;
        color: #BFBFBF !important;
    }

    .cart-collapse-section .collapse-text {
        font-size: 14px;
        color: #BFBFBF !important;
    }

.cart-page-right {
    background-color: #383838;
    border-top: 1px solid rgba(255, 234, 0, 0.20);
    padding: 25px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 0 0 10px 10px;
    gap: 20px;
}

    .cart-page-right .price-sec {
        display: flex;
        gap: 25px;
        align-items: end;
        flex-wrap: wrap;
    }

        .cart-page-right .price-sec .cart-price {
            color: #FFF;
            font-size: 26px;
            font-weight: 700;
            line-height: 1;
        }

        .cart-page-right .price-sec .kdv-dahil {
            font-size: 12px;
            color: #fff;
            font-weight: 300;
        }

.cart-next-page {
    color: #2A2A2A;
    font-size: 15px;
    font-weight: 800;
    background: var(--main-yellow-color);
    padding: 12px;
    text-wrap: nowrap;
    border-radius: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.margin-top-50px {
    margin-top: 50px;
}

.icon-canvas {
    display: grid;
    grid-template-rows: repeat(2, auto);
    width: 100%;
    grid-auto-flow: column;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: var(--main-yellow-color) transparent;
    cursor: grab;
}

    .icon-canvas.active {
        cursor: grabbing;
    }

    .icon-canvas::-webkit-scrollbar {
        height: 8px;
    }

    .icon-canvas::-webkit-scrollbar-track {
        background: transparent;
    }

    .icon-canvas::-webkit-scrollbar-thumb {
        background-color: var(--main-yellow-color);
        border-radius: 10px;
    }

#customScrollWrapper {
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: auto;
    scrollbar-color: var(--main-yellow-color) transparent;
    flex: 1;
}

    #customScrollWrapper::-webkit-scrollbar {
        width: 8px;
    }

    #customScrollWrapper::-webkit-scrollbar-track {
        background: var(--main-yellow-color);
    }

    #customScrollWrapper::-webkit-scrollbar-thumb {
        background-color: var(--main-yellow-color);
        border-radius: 10px;
    }

.custom-control-label {
    color: #fff !important;
}

.payment-page-left {
    border: 1px solid rgba(255, 234, 0, 0.41);
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.order-info-box {
    padding: 0;
}

    .order-info-box .payment-page-price {
        padding: 15px;
    }

    .order-info-box .payment-page-next-section {
        padding: 20px 15px;
        background: #383838;
        border-top: 1px solid rgba(255, 234, 0, 0.20);
        border-bottom: 1px solid rgba(255, 234, 0, 0.20);
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: center;
    }

.payment-page-price {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.order-info-box .payment-page-next-section .left {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    align-items: end;
}

    .order-info-box .payment-page-next-section .left .kdv-price {
        color: #fff;
        font-size: 26px;
        font-weight: 700;
        line-height: 1;
    }

    .order-info-box .payment-page-next-section .left .kdv-absolute {
        color: #fff;
        font-size: 10px;
        font-weight: 300;
        text-align: end;
    }

.order-info-box .payment-page-next-section .right {
    flex: 1;
}

.order-info-box-bottom {
    padding: 15px;
}

    .order-info-box-bottom .custom-checkbox label {
        font-size: 12px !important;
        padding-top: 3px;
    }

.coupon-card-bottom button {
    background: #fff;
    width: 100%;
    border-radius: 50px;
    color: #2A2A2A;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    padding: 5px;
    padding: 7px !important;
    font-size: 14px;
}

.coupon-card-bottom .kupon-kod-uygula {
    background: var(--main-yellow-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    width: fit-content !important;
    padding: 7px 15px !important;
    height: auto;
    border-radius: 50px !important;
    margin: 0 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
}

.Pagamento-container {
    padding: 0 !important;
}

.payment-page-tab-items {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 20px;
    background: rgb(43 42 39);
    opacity: .5;
    color: rgb(255 255 255);
    font-size: 20px;
    border: 1px solid rgb(93 85 21);
    border-radius: 10px 10px 0 0;
    border-bottom: none;
}
.payment-page-tab-items.iyzico 
{
    padding:8px 20px;
}
.payment-page-tab-items.iyzico img 
{
    width:100px;
}
    .payment-page-tab-items:hover {
        color: rgb(255 255 255);
        text-decoration: none;
    }

    .payment-page-tab-items.active {
        opacity: 1;
    }

.iban-card {
    background: rgba(217, 217, 217, 0.95);
    padding: 30px 20px;
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid rgba(14, 17, 19, 0.13);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

    .iban-card .buyer {
        color: #272727;
        font-size: 14px;
        font-weight: 800;
    }

    .iban-card .left {
        display: flex;
        align-items: center;
        gap: 20px;
        width: 25%;
    }

    .iban-card .iban-text {
        font-size: 14px;
        font-weight: 500;
        color: #272727
    }

    .iban-card .center {
        display: flex;
        flex-direction: column;
    }

.copy-btn {
    position: relative;
    border: none;
    background: transparent;
    cursor: pointer;
}

.copy-tooltip {
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0.9;
    transition: opacity 0.3s ease;
    z-index: 10;
}

    .copy-tooltip.hide {
        opacity: 0;
    }

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #F3D825 !important;
    border-color: #F3D825 !important;
}

.iyzico-section {
    display: flex;
    align-items: center;
    gap: 15px;
}
.content.iyzico-pay 
{
    padding:18px 10px;
}
    .iyzico-section img {
        width: 90px;
    }

.product-details__left {
    background: #fff;
}

.product-details__content {
    margin: 0 0 20px 0 !important;
}

#urunBilgileri {
    background: #F3F5F7;
    padding-bottom: 40px;
    margin-top: 30px;
}

.sepeteEklendi {
    background: #7B7B7B !important;
    background-color: #7B7B7B !important;
    /*    width:100%;*/
    color: #fff !important;
}

.readySystemTop {
    position: sticky;
    top: 99px;
    left: 0;
    z-index: 999;
}

.quantity input {
    height: 25px !important;
}

.summary-item {
    width: 90%;
}

.kategori-menu-body-eb nav a {
    font-size: 15px;
    padding: 7px 4px;
}

.main-breadcrumb {
    background: #121212;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
}

    .main-breadcrumb .main-breadcrumb-section {
        display: flex;
        align-items: center;
        /*    gap:10px;*/
        gap: 0;
    }

        .main-breadcrumb .main-breadcrumb-section .main-breadcrumb-items {
            color: #8D8D8D;
            font-size: 12px;
            font-style: normal;
            font-weight: 500;
        }

.main-title-section {
    background-color: #302f2e;
    border-radius: 10px;
    display: flex;
    gap: 20px;
    padding: 15px 25px;
    margin-top: 20px;
    align-items: end;
}

    .main-title-section .main-title {
        color: var(--gg-breadcrumb-color) !important;
        font-size: 24px;
        margin-bottom: 0;
    }

    .main-title-section .main-seeall {
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        font-weight: 700;
        background: var(--gg-breadcrumb-color) !important;
        padding: 5px 10px;
        color:#121212;
        border-radius:10px;
    }
     .main-title-section .main-seeall:hover 
     {
         text-decoration:underline;
     }
.stok-kod-desc {
    color: #AAA !important;
    font-size: 14px;
    font-weight: 400;
}

.main-breadcrumb .main-breadcrumb-section .main-breadcrumb-items::after {
    content: "/";
    margin: 0 5px;
}

.main-breadcrumb .main-breadcrumb-section .main-breadcrumb-items:last-child::after {
    display: none;
}

.urun-git {
    font-size: 12px !important;
    color: #F3D825 !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
    z-index: 1;
    display: flex !important;
    align-items: center !important;
}

.sistem-ozet-button {
    background: #2b2a27;
    border: 1px solid #5c5316;
    border-radius: 10px;
    padding: 7px 20px !important;
    display: flex !important;
    align-items: center;
    gap: 5px;
    width: 112px;
    justify-content: center;
}

    .sistem-ozet-button:hover {
        color: #fff !important;
    }
/*MEDİA SORGULARI*/
@media (max-width: 1199px) {
    .share-mobile-pad {
        margin-bottom: 20px;
    }

    .detail-page-absolute-bg {
        display: none;
    }

    .mobile-bg-detail {
        background: #121212;
    }

    .absolute-bg-white {
        display: none;
    }

    /*    .mobile-white-bg-col {
        background: #fff;
        padding: 20px 0;
    }*/
}

@media (min-width: 1200px) and (max-width: 1450px) {
    .property-container {
        flex-wrap: wrap;
    }

    .price-between-section {
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media (min-width: 1460px) and (max-width: 1800px) {
    .product.mainpage-card .product-block-footer {
        /*        align-items: center;*/
        align-items: start;
    }

    .product.mainpage-card .product-price {
        min-height: unset !important;
    }

    .en-dusuk-fiyat {
        margin-bottom: 0;
    }

    .product-card-price-sec .product-card-price-right {
        /*        align-items: center;*/
        align-items: end;
    }

    .product-card-price-sec {
        /*        justify-content: center;*/
        margin-top: auto;
        width: 100%;
        justify-content: space-between;
    }

    .product-list-page #productList {
        gap: 20px;
    }

        .product-list-page #productList .product {
            gap: 10px;
            /* width: 100% !important; */
            width: calc(25% - 15px) !important;
        }
}
/*@media (min-width: 1460px) and (max-width: 1600px) {
    #productList .product
    {
        width:25%;
    }
}*/

@media screen and (max-width: 1460px) {
    /*        #productList .product {
            width: 33% !important;
        }*/
    #productList .product {
        width: 100% !important;
    }

    .product-list-page #productList {
        /*            display: grid;*/
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

        .product-list-page #productList .product {
            width: calc(33% - 10px) !important;
        }
}

@media screen and (max-width: 1199px) {
    #productList .product {
        width: 100% !important;
    }

    .product-list-page #productList {
        /*            display: grid;*/
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

        .product-list-page #productList .product {
            width: calc(50% - 10px) !important;
        }
}

@media (max-width:1200px) {
    .mobile-bg-detail {
        display: flex;
        flex-direction: column;
    }

        .mobile-bg-detail .product-details__sidebar_top {
            order: 1;
        }

        .mobile-bg-detail .product-details__sidebar {
            order: 2;
        }
}

@media(max-width:990px) {
    .product.toplanan-sistemler .product-block {
        padding: 12px !important;
    }

    .filter-top-side .left .product-number {
        font-size: 13px;
        text-wrap: nowrap;
    }

    .filter-top-side .left .check-section .form-check-label {
        font-size: 13px;
    }

    .product-details_button .quantity {
        padding: 5px;
    }

    .product-details-title {
        font-size: 18px;
    }

    .product-details__sidebar .product-details__sidebar_top span {
        padding: 0 10px;
    }

    .share-mobile-pad {
        position: absolute;
        top: 0;
        right: 0;
    }

        .share-mobile-pad img {
            width: 20px;
        }

    .product.mainpage-card .product-name {
        font-size: 14px !important;
        height: auto;
        min-height: auto !important;
    }

    .sistem-ozet-button {
        width: auto;
    }

    .product-list-page #productList .product {
        width: 100% !important;
    }

    #readySystem {
        margin-top: 0 !important;
    }

    .main-breadcrumb .main-breadcrumb-section {
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 10px;
    }

        .main-breadcrumb .main-breadcrumb-section .main-breadcrumb-items {
            text-wrap: nowrap;
        }

    .recommendation_title h5 {
        font-size: 28px;
    }

    .stok-tukendi-text {
        width: 100%;
        border-radius: 10px;
        padding: 10px 20px;
        font-size: 16px !important;
    }

    .karsilastir-button {
        width: 100%;
    }

    .liste-ekle-mobil {
        width: 100%
    }

    #productViewModal .modal-dialog {
        width: auto;
        height: inherit;
    }

        #productViewModal .modal-dialog .modal-body {
            flex-direction: column-reverse;
        }

    .filter-sifirla-mobil-none {
        display: none;
    }

    #productViewModal .modal-dialog .modal-body > strong {
        order: 3;
        font-size: 1rem;
        line-height: 1.5;
    }

    #productViewModal .modal-dialog .modal-body .view {
        max-height: 72dvh;
        order: 1;
    }

    #productViewModal .modal-dialog .modal-body .thumb {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        order: 2;
        margin-top: 15px;
    }

    .filtre-mobile-button {
        background: transparent !important;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        gap: 15px;
        padding: 5px 15px;
        display: flex !important;
        align-items: center;
        border-radius: 5px;
        border: 1px solid #fff;
    }

        .filtre-mobile-button span {
            color: #fff;
        }

    .filtrele-mobile-div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .product.mainpage-card .product-block .product-block-footer .Lowest-Price-img span {
        padding: 8px 25px;
    }

    .product-card-price-sec {
        flex-direction: column;
        margin-top: 10px;
        align-items: center;
        min-height: auto !important;
    }

    .footer-col-items {
        padding-bottom: 12px;
    }

    footer .footer-right-sec {
        align-items: center;
    }

        footer .footer-right-sec .text-bottom {
            text-wrap: unset;
            text-align: center;
        }

    .footer-bot-div {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .banner-slider-section {
        padding: 12px 15px !important;
    }

        .banner-slider-section .text {
            font-size: 14px;
        }

        .banner-slider-section .slider-next, .banner-slider-section .slider-prev {
            display: none;
        }

        .banner-slider-section .slider-banner-content {
            align-items: end !important;
        }

    .product.mainpage-card .product-block-footer {
        align-items: center;
        padding: 0;
        height: auto;
    }

    .product.mainpage-card .product-price {
        min-height: unset !important;
    }

    .en-dusuk-fiyat {
        margin-bottom: 0;
    }

    .product-card-price-sec .product-card-price-right {
        align-items: center;
    }

    #productList .product {
        width: 100% !important;
    }

    .product-list-page #productList {
        /*            display: grid;*/
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .brand-absolute {
        padding-left: 15px;
    }

    .filter-top-side {
        flex-direction: column;
        gap: 20px;
        margin-top: 10px;
    }

    .product-list-left-sidebar {
        padding-right: 15px;
        padding-left: 15px;
    }

        .product-list-left-sidebar .filter-sidebar {
            padding-right: 15px;
            margin-top: 20px;
        }

        .product-list-left-sidebar .Filters-container {
            border-radius: 0;
            height: 100vh;
        }

    .product-light-page .product-list-header .filter-text {
        font-size: 16px;
    }

    .product-light-page .product-list-header .filters {
        gap: 10px;
    }
    /* .filter-sidebar .collapse:not(.show) {
         display:block;
    }
    */
    .product-light-page .mySwiper {
        height: 100%;
    }

    .product-light-page .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 20px !important;
    }

    .stok-kod-div {
        flex-wrap: wrap;
        gap: 10px;
    }

    .property-item span {
        font-size: 9px !important;
        padding: 2px 5px;
    }

    .property-container {
        flex-wrap: wrap;
        gap: 5px;
        padding-bottom: 10px;
    }

    .price-between-section {
        flex-wrap: wrap;
        gap: 15px;
    }

        .price-between-section .gap-20px {
            gap: 10px;
            flex-wrap: wrap;
        }

    .detail-price-div {
        flex-wrap: wrap;
        gap: 20px;
    }

    .liste-ekle-sec {
        width: 100%;
        flex-direction: unset;
    }

        .liste-ekle-sec .liste-ekle-button {
            width: 100%;
            display: flex;
            justify-content: center;
        }

    .detail-price-bottom {
        flex-wrap: wrap;
        gap: 10px;
    }

    .product-details_button {
        flex-direction: column;
        gap: 10px;
        border-radius: unset;
        background-color: unset;
        margin: 0 0 20px 0 !important;
    }

    .quantity {
        border-radius: 10px;
        width: 100%;
        height: auto;
    }

    .add-to-cart {
        width: 100%;
        border-radius: 10px;
        padding: 10px 20px;
        font-size: 16px !important;
        height: auto;
    }

    .product-detail-tabs .detail-tabs-items {
        font-size: 16px;
    }

    .product-detail-tabs {
        gap: 15px;
    }

    .readySystemLayoutRight_Top .info-sec .right-sec .readySystemLayoutRight_Top_content {
        flex-wrap: wrap;
        gap: 8px;
    }

    .right-sec .readySystemLayoutRight_button {
        width: auto;
        height: 28px;
    }

    .readySystemLayoutRight_button svg {
        width: 15px;
        height: 15px;
    }

    #readySystemLayoutRight {
        padding: 20px !important;
    }

    .readySystemLayoutRight_button span {
        font-size: 11px;
    }

    .hazir-sistem-detay {
        justify-content: start;
    }

    .card-body .product-col {
        flex: 0 0 calc(100% / 1) !important;
        max-width: calc(100% / 1) !important;
    }

    .col-12.col-sm-12.col-md-12.col-lg-8.col-xl-6 .d-flex.justify-content-start.align-items-center {
        flex-direction: column;
    }

    #mySidenavUrun .close-section {
        margin: 15px 0px;
    }

    .sidenavurun .closebtn {
        font-size: 25px;
        padding: 0 10px !important;
    }

    .sidenavurun .spButton {
        font-size: 14px !important;
        padding: 7px 20px !important;
    }

    .right-nav-sec {
        padding-right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

        .right-nav-sec .summary-item {
            width: 100%;
        }

    .summary-item__title h2 {
        font-size: 16px !important;
    }

    .share-modal-link .form-control-sm {
        width: 100% !important;
    }

    .system-btn {
        display: none;
    }

    .collect-yourself-price .price {
        padding: 0 !important;
    }

        .collect-yourself-price .price .product-details__sidebar_oldprice {
            font-size: 16px;
        }

        .collect-yourself-price .price .urun-fiyat {
            font-size: 22px;
            color: var(--gg-text-color);
        }

    #readySystem .pc-image {
        width: 100%;
        height: 80%;
        max-width: 80%;
        object-fit: contain;
    }

    #readySystem .image-container {
        height: 50vh;
    }

    #readySystem .content-scroll {
        max-height: 50vh;
    }

    .ready-detial-card-title {
        font-size: 16px !important;
    }

    .mobile-cart-fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 9;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

        .mobile-cart-fixed .top-sec {
            display: flex;
            align-items: center;
            width: 100%;
        }

            .mobile-cart-fixed .top-sec .items {
                padding: 5px;
                border: 1px solid #67611b;
                background-color: rgb(56 55 52);
                color: #FFF;
                text-align: center;
                font-size: 12px;
                font-weight: 700;
                flex: 1;
                margin: 0 !important;
            }

        .mobile-cart-fixed .bot-sec {
            background-color: #272727;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 15px 20px;
        }

            .mobile-cart-fixed .bot-sec .left {
                display: flex;
                flex-direction: column;
            }

                .mobile-cart-fixed .bot-sec .left .old-price {
                    color: #5D5D5D;
                    font-size: 14px;
                    font-weight: 400;
                    text-decoration: line-through;
                }

                .mobile-cart-fixed .bot-sec .left .price-sec {
                    display: flex;
                    align-items: center;
                    gap: 10px;
                }

                    .mobile-cart-fixed .bot-sec .left .price-sec .new-price {
                        color: #DEDEDE;
                        font-size: 22px;
                        font-weight: 700;
                    }

                    .mobile-cart-fixed .bot-sec .left .price-sec .kdv-text {
                        color: #DEDEDE;
                        font-weight: 500;
                        font-size: 12px;
                    }

                .mobile-cart-fixed .bot-sec .left .taksit-sec {
                    display: flex;
                    align-items: center;
                    gap: 15px;
                }

                    .mobile-cart-fixed .bot-sec .left .taksit-sec .text {
                        color: #DEDEDE;
                        font-size: 14px;
                        text-decoration: underline;
                        font-weight: 500;
                    }

            .mobile-cart-fixed .bot-sec .right .add-cart-button {
                padding: 0;
                background-color: var(--main-yellow-color);
                border-radius: 5px;
                border: none;
                width: 60px;
                height: 60px;
                min-width: 60px;
                min-height: 60px;
                display: flex;
                justify-content: center;
                align-items: center;
            }

    .sidenavurun memo {
        display: none !important;
    }

    .sidenavgb memo {
        display: none !important;
    }

    .sidenavyorum memo {
        display: none !important;
    }

    .navOpen {
        width: 95vw;
        border-radius: 10px 0 0 10px;
    }

    .System-details-title {
        font-size: 12px !important;
    }


    .product-details__sidebar {
        padding: 20px 0 !important;
    }

    .mobile-filters-body {
        padding: 0;
        border: none;
    }

    .hazir-sistem-accordion-scroll {
        height: 500px;
        max-height: 500px;
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: #F3D825 #f1f1f1;
        overflow-x: hidden;
    }

        .hazir-sistem-accordion-scroll::-webkit-scrollbar {
            width: 10px;
            border-radius: 10px;
        }

        .hazir-sistem-accordion-scroll::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 10px;
        }

        .hazir-sistem-accordion-scroll::-webkit-scrollbar-thumb {
            background-color: #F3D825;
            border-radius: 10px;
            border: 2px solid #f1f1f1;
        }

            .hazir-sistem-accordion-scroll::-webkit-scrollbar-thumb:hover {
                background-color: #d6b800;
            }


    .contact-wrap .form, .contact-wrap .contact-info {
        padding: 15px !important;
        gap: 15px;
    }


    .contact-container {
        padding: 10px !important;
    }

    .contact-wrap .form h3 {
        margin-bottom: 15px;
        font-size: 18px
    }

    .contact-wrap .col-form-label {
        font-size: 16px;
    }

    .social-media a img {
        height: 20px;
    }

    .contact-info .social-media {
        margin: 0;
    }

    .order-card .card-body .product .detail .content {
        width: 100%;
        padding-left: 0;
    }

    .order-card-body {
        padding: 15px;
    }

    .order-card .card-header .block {
        text-align: start;
        margin: 5px 0 !important;
    }

    .contact-wrap .form-control {
        padding: 7px 10px;
    }

    .order-card .card-body .product .detail {
        padding: 0;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .contact-wrap .form-control::placeholder {
        font-size: 14px;
    }

    .order-card .card-header {
        justify-content: start !important;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding-bottom: 30px;
    }

    .contact-right-title {
        font-size: 18px;
        margin-bottom: 0;
    }

    .contact-info .svg-icon svg {
        width: 25px;
        height: 25px;
    }

    .address-add-button {
        font-size: 14px !important;
        padding: 10px 1rem !important;
    }

    #addressTab {
        gap: 0;
    }

    .new_adress_modal {
        padding: 15px !important;
    }

    .new-form-group .label-title {
        font-size: 14px !important;
        margin-bottom: 5px;
    }

    .step-circle svg {
        width: 20px;
    }

    .cart-page-text {
        font-size: 12px;
    }

    .step-item {
        flex: unset;
    }

    .step-circle {
        width: 80px;
        height: 80px;
        gap: 5px;
    }

    .next-page-div {
        width: 100%;
    }

    .cart-page-right .cart-next-page {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .payment-page-tab-items {
        font-size: 14px;
        padding: 8px 10px;
        text-wrap: nowrap;
    }

    .iban-card {
        flex-direction: column;
        padding: 10px;
        align-items: start;
        gap: 15px;
    }

    .payment-page-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 10px;
    }

        .payment-page-tabs .payment-page-tab-items img {
            min-width: 60px;
        }

    .iban-card .center {
        align-items: start;
    }

    .iban-card .left {
        width: auto;
    }

    .tab-content.payment {
        border: none;
        padding: 0 !important;
        margin-top: 20px;
    }

    .iban-card .buyer {
        text-align: start;
        font-size: 10px;
    }

    .iban-card .iban-text {
        text-align: start;
        font-size: 10px;
    }

    .iban-card .right {
        line-height: 1;
    }

    .iban-card .left img {
        height: 15px;
    }

    .iyzico-section {
        flex-direction: column;
        gap: 10px;
    }

    .iban-card-copy-section {
        align-items: start;
    }

    .product-details__content {
        margin-top: 20px !important;
    }

    .readySystemTop {
        position: unset;
    }

    .kategori-menu-header-eb {
        padding: 24px 12px 0 12px;
    }

    .kategori-menu-title-eb {
        font-size: 16px;
        text-align: start;
        font-weight: 700;
    }

    .kategori-menu-body-eb {
        padding: 0 16px 32px;
    }

        .kategori-menu-body-eb nav a {
            font-size: 14px !important;
        }

    .submenu-list-eb a {
        font-size: 14px !important;
    }

    .main-breadcrumb {
        padding: 15px 0 5px 0;
    }

    .read-system-share-text {
        font-size: 12px;
    }

    .property-container .property-item {
        padding: 0;
    }

    #readySystemLayoutRight {
        margin: 0 !important;
        height: auto;
    }

    .filter-top-side {
        position: unset;
    }

    .urun-git {
        justify-content: center;
    }

    .summary-item__price {
        margin: 0;
        justify-content: center;
    }

    .sistem-ozet-button.share-button svg {
        display: none;
    }

    #btnPdf svg {
        display: none;
    }
}

@media(max-width:990px) {
    .summary-item {
        width: 100% !important;
        gap: 15px;
        padding: 10px;
    }

    .summary-item__info {
        padding: 0;
    }

    .summary-price-div {
        padding: 0;
    }

    .summary-item__logo {
        margin-right: 0;
    }

    .summary-item__info {
        gap: 15px;
    }

    .mySidenavUrun_scroll {
        padding: 0 10px;
    }

    .summary-item__price {
        font-size: 14px;
    }

    .product-price-old-new-sec {
        gap: 5px;
        align-items: center;
    }

    .cvv-section {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .payment-page-tab-items.iyzico {
        height .38px;
        max-height: 38px;
    }
}

.cart-right-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.close.account-close-buttons.delete.address {
    background-color: var(--main-yellow-color);
    color: #000;
}

#modalAdresSil .confirm-buttons {
    background: var(--main-yellow-color);
    color: #121212 !important;
}

.liste-ekle-button .add-list-detail {
    align-items: center;
    gap: 5px;
}


@media(max-width:990px) {
    .ready-system-name-sec-info-text {
        line-height: 1.2;
        margin-bottom: 5px !important;
    }

    .ready-system-name-sec {
        padding: 0 10px 10px 10px !important;
    }
    .main-title-section {
        padding: 13px 10px;
        margin-bottom: 10px;
    }
}

@media(max-width:576px) {
    .product.mainpage-card .product-block-footer {
        padding: 0 10px;
    }
    .main-title-section .main-seeall
    {
        font-size:12px;
    }
}
