body {
    margin: 0;
    background: #FAFAFA;
    color: #000000;
    line-height: 1.4;
    font-size: 15px;
    font-weight: 500;
}

.font1 {
    font-family: 'Urbanist', sans-serif;
}

.font2 {
    font-family: 'Urbanist', sans-serif;
}

a {
    text-decoration: none;
    color: #E10600;
}

i {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}



#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    /* sayfa yÃ¼klenirken gÃ¶sterilen arkaplan rengimiz */
    z-index: 9999;
    /* efektin arkada kalmadÄ±ÄŸÄ±ndan emin oluyoruz */
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-bosluk {
    overflow: hidden;
    width: 100%;
    height: auto;
}

header {
    width: 100%;
    height: auto;
    transition: transform .2s;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -ms-transition: transform .2s;
    -o-transition: transform .2s;
    padding: 0;
    background: white;
    box-shadow: 0px 0px 10px 0px #00000021;
    z-index: 999;
    top: 0px;
}

header .header-top {
    width: 100%;
    border-bottom-width: 1px !important;
    padding: 15px 0px;
    border-bottom-color: #ededed !important;
    border-bottom-style: solid !important;
}

header .header-top .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

header .header-top .header-top-bilgi {
    display: flex;
    padding: 0px;
    margin: 0px
}

header .header-top .header-top-bilgi li:first-child {
    margin-left: 0px;
    padding-left: 0px;
    border-left: 0;
}

header .header-top .header-top-bilgi li {
    list-style: none;
    margin-left: 17px;
    border-left: 1px solid rgb(209, 209, 209);
    padding-left: 17px;
}


header .header-top .header-uyelik-giris {
    display: flex;
    padding: 0px;
    margin: 0px;
    color: rgb(0, 0, 0);
    font-size: 13px;
}

header .header-top .header-uyelik-giris b {
    color: rgb(0, 0, 0);
    margin-right: 10px;
}

header .header-top .header-uyelik-giris a {
    color: #E10600;
    margin-left: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-left: 17px;
    border-left: 1px solid rgb(209, 209, 209);
    padding-left: 17px;
}

header .header-top .header-uyelik-giris a i {
    display: flex;
    align-items: center;
    margin-right: 8px;
}

.sosyal-media {
    display: flex;
    margin-bottom: 0px;
    align-items: center;
}

.sosyal-media a:first-child {
    margin-left: 0px;
}

.sosyal-media a {
    display: flex;
    align-items: center;
    color: #000000;
    margin-left: 22px;
}

.sosyal-media a:hover {
    color: #E10600;
}

header .header-top .header-top-bilgi li a {
    color: rgb(0, 0, 0);
    font-size: 13px;
    display: flex;
    line-height: 1;
    align-items: center;
}

header .header-top .header-top-bilgi li a:hover {
    color: #E10600;
}

header .header-top .header-top-bilgi li a i {
    display: flex;
    font-size: 15px;
    line-height: 1;
    margin-right: 5px;
}

header .navbar-brand {
    display: block;
}

header .navbar-brand img {
    width: auto;
    height: 75px;
}

header .navbar {
    padding: 0;
    margin: 0;
    background-color: white;
}

header .navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    margin: 0 auto;
}

header .navbar-left {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 20px;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

header .navbar-right {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

header .navbar-uyelik {
    display: flex;
    align-items: center;
    font-size: 1rem;
    position: relative;
}

header .navbar-uyelik .dropdown-menu {
    left: auto;
    right: 0px;
    padding: 0px;
    border-radius: 0px;
}

header .navbar-uyelik .dropdown-menu .dropdown-item:focus {
    background: transparent;
    color: #000;
}

header .navbar-uyelik .dropdown-menu .dropdown-item:hover {
    color: #E10600;
    font-weight: 700;
}

header .header-module {
    display: flex;
    align-items: center;
    font-size: 1rem;
    position: relative;
    margin-left: 25px;
    color: #000;
    cursor: pointer;
}

header .header-module:hover {
    color: #E10600;
}

header .header-module .sepet-sayi {
    position: absolute;
    top: -16px;
    left: 22px;
    display: inline-block;
    width: auto;
    height: 20px;
    background-color: #E10600;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    padding: 0px 6px;
}

header .header-module .icon {
    width: 40px;
    height: 40px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    color: #000;
    cursor: pointer;
    transition: color 0.3s;
    font-size: 20px;
    border-radius: 100%;
    border: solid 1px #EDEDED;
}

header .header-module.kredilimit .icon {
    font-weight: 700;
    background: #28A745;
    border-color: #28A745;
    color: #fff;
}

.kredi-dropdown .dropdown-menu li {
    margin-bottom: 7px;
}

.kredi-dropdown .dropdown-menu li:last-child {
    margin-bottom: 0px;
}

header .header-module .text {
    font-size: 15px;
    padding-left: 7px;
}

.progress-bar-container {
    display: flex;
    height: 5px;
    margin: 0;
}

.progress-bar-segment {
    flex: 1;
}

.progress-bar-segment.kirmizi {
    background-color: #E10600;
}

.progress-bar-segment.siyah {
    background-color: #000000;
}


.search-container {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    margin: 0;
    position: relative;
    border-radius: 4px 4px 4px 4px;
}

.search-container:focus-within {
    border-color: #E10600;
    border-radius: 4px 4px 0px 0px;
}

.search-container:hover {
    border-color: #E10600;
}


.search-container .autocomplete-results {
    position: absolute;
    width: calc(100% + 2px);
    background: white;
    border: 1px solid #E10600;
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    z-index: 2;
    top: 100%;
    margin-left: -1px;
    border-radius: 0px 0px 4px 4px;
}

.search-container .autocomplete-results::-webkit-scrollbar {
    width: 6px;
}

.search-container .autocomplete-results::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}

.search-container .autocomplete-results::-webkit-scrollbar-thumb {
    background-color: #b0b0b0;
    border-radius: 10px;
    border: 2px solid #f0f0f0;
}


.search-container .autocomplete-item:last-child {
    border: none;
}

.search-container .autocomplete-item {
    padding: 5px 10px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}

.search-container .autocomplete-item:hover {
    background: #f8f9fa;
}

.search-container .highlight {
    border: 1px solid red;
    padding: 2px;
    border-radius: 3px;
    background-color: rgba(255, 0, 0, 0.1);
}

.search-container .baslik {
    font-weight: bold;
    font-size: 14px;
}

.search-container .small {
    font-size: 12px;
    color: gray;
}


.search-container .category-dropdown {
    padding: 0px;
    border-right: 1px solid #ccc;
    font-size: 1rem;
}

.search-container .category-dropdown select {
    padding: 10px;
    border: none;
    background-color: transparent;
    font-size: 1rem;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 25px;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23333" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
    background-repeat: no-repeat;
    background-position: right 5px top 50%;
}

.search-container .category-dropdown .dropdown button {
    padding: 10px;
    border: none;
    background-color: transparent;
    font-size: 1rem;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: right 5px top 50%;
}

.search-container .category-dropdown .dropdown .dropdown-menu {
    border-radius: 0px;
    width: 100%;
    z-index: 9;
}

.search-container .category-dropdown .dropdown .dropdown-menu a {
    font-size: 14px;
    font-weight: 500;
}

.search-container .category-dropdown .dropdown .dropdown-menu a:focus {
    background: #E10600;
}


.search-container .category-dropdown .dropdown button i {
    margin-left: 25px;
}

.search-container .category-dropdown .dropdown button:hover {
    background: transparent;
}


.search-container .category-dropdown select:focus {
    box-shadow: none
}

.search-container .category-dropdown select option {
    padding: 8px 10px;
    font-size: 1rem;
    color: #333;
    background-color: white;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 13px;
    font-weight: 600;
}



.search-container button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.search-container input[type="text"] {
    padding: 10px;
    border: none;
    flex-grow: 1;
    outline: none;
    font-size: 1rem;
    background-color: transparent;
}

.search-container button {
    padding: 10px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    font-size: 1.2rem;
    outline: none;
    color: #333;
}

.search-container button:hover {
    background-color: #e1e1e1;
}

.ld-module-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 100;
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s ease, opacity 0.3s ease;
    height: 0px;
    min-width: 210px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.ld-dropdown-menu:hover .ld-module-dropdown {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    height: auto;
}

.ld-dropdown-menu-content {
    padding: 20px 20px;
}

.ld-dropdown-menu-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ld-dropdown-menu-content li:first-child {
    margin-top: 0;
}

.ld-dropdown-menu-content li {
    margin-top: 15px;
}

.ld-dropdown-menu-content a {
    text-decoration: none;
    color: #333;
    display: inline-block;
    position: relative;
}

.ld-dropdown-menu-content a:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: currentColor;
    transform-origin: right center;
    transform: scaleX(0);
    transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}

.ld-dropdown-menu-content a:hover:before {
    transform-origin: left center;
    transform: scaleX(1);
}


/* orta bölüm */


/* Genel kategori listesi stili */


.category-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    padding: 0px 0;
}

/* Menü başlığı */
.category-list .menu-baslik {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px 20px;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 0px;
    margin-bottom: 0px;
    color: #E10600;
}

.category-list .menu-baslik h3 {
    font-size: 17px;
    font-weight: 700;
    margin: 0;
}

.category-list .kategoriAramaInput {
    width: auto;
    height: auto;
    margin-top: 0;
    font-size: 14px;
    border-radius: 3px;
    margin: 0px 15px;
}

/* Menü akordiyon */
.category-list .menu-akordiyon {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 954px;
    overflow-y: auto;
    padding: 5px;
    transition: max-height 0.3s ease-in-out;
    margin-top: 8px;
}

/*
.category-list.category-list2 .menu-akordiyon {
    max-height: 882px;
}*/

.category-list .menu-akordiyon.menu-akordiyon2 li.urunAnaMenu a::before {
    background: transparent;
    margin-left: 0;
    display: none;
}

.category-list .menu-akordiyon li a i {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-right: 7px;
    opacity: 50%;
    transition: opacity 0.3s;
}

.category-list .menu-akordiyon.menu-akordiyon2 li.aracAnaMenu a:hover i {
    opacity: 100%;
}

/* Kaydırma çubuğu özelleştirmesi */
.category-list .menu-akordiyon::-webkit-scrollbar {
    width: 6px;
}

.category-list .menu-akordiyon::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}

.category-list .menu-akordiyon::-webkit-scrollbar-thumb {
    background-color: #b0b0b0;
    border-radius: 10px;
    border: 2px solid #f0f0f0;
}

.category-list.kategoriKapat .menu-akordiyon {
    height: 0px;
    display: none;
}


.category-list .menu-baslik .ac-kapat {
    margin-left: auto;
    display: flex;
    font-size: 24px;
    align-items: center;
}

.category-list.kategoriKapat .menu-baslik {
    background-color: #E10600 !important;
    color: #fff;
}

.category-list.kategoriKapat .menu-baslik .ac {
    display: block !important;
}

.category-list .menu-baslik .ac {
    display: none !important;
}

.category-list .menu-baslik .kapat {
    display: block !important;
}

.category-list.kategoriKapat .menu-baslik .kapat {
    display: none !important;
}

/* Liste elemanları */
.category-list li {
    list-style: none;
    margin-bottom: 4px;
}

/* Link stilleri */
.category-list li a {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    text-decoration: none;
    border: 1px solid #f3f3f3;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    background-color: #fff;
    transition: background-color 0.3s ease, color 0.3s ease, padding 0.3s ease;
    border-radius: 5px;
    text-transform: uppercase;
    position: relative;
}

.category-list li a:hover {
    color: #fff;
    background-color: #E10600;
    padding-left: 25px;
}

.category-list li a .numara {
    font-size: 13px;
    font-weight: 700;
    color: #999;
    padding: 0px 7px;
    font-size: 12px;
    background: #f1f1f1;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    font-weight: 700;
    position: absolute;
    border: 1px solid #f1f1f1 !important;
    right: 14px;
}

.category-list li a:hover .numara {
    color: #fff;
    background: transparent;
}

/* Menü öğeleri */
.category-list li .menu {
    position: relative;
    display: none;
    padding: 4px 0 0 10px;
    margin: 0;
}

.category-list li .menu li:first-child {
    border: none;
}

.category-list li .menu li {
    list-style: none;
    margin-bottom: 0px;
}

.category-list li .menu li a {
    font-size: 13px;
    font-weight: 600;
    color: rgb(102, 102, 102);
    background-color: rgb(250, 250, 250);
    padding: 8px 10px 8px 10px;
    border-radius: 0px;
    margin: 0px;
    border-left: 4px solid transparent;
    border-bottom: 0px;
    border-top: 0px;
}

.category-list li .menu li a::before {
    font-family: uicons-regular-rounded !important;
    content: "\e0d1";
    margin-right: 10px;
    font-size: 11px;
}

.category-list li .menu li a:hover {
    background-color: rgb(227 222 222);
    border-left: 4px solid #E10600;
    color: #E10600;
}

.category-list li .menu li a:hover .numara {
    color: #E10600;
}

.category-list li .menu li.active a {
    background-color: rgb(227 222 222);
    border-left: 4px solid #E10600;
    color: #E10600;
}

.category-list li .menu li.active a .numara {
    color: #E10600;
}

.category-list li .menu li.all a::before {
    display: none;
}

.category-list li .menu li.all a {
    font-weight: 700;
    color: #E10600 !important;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.category-list li .menu li.all a i {
    margin-right: 6px;
    margin-top: -3px;
}


.category-list li .menu li.all a span {
    text-decoration: underline !important;
    font-size: 12px;
}

/* Aktif menü stil */
.category-list li.active a {
    color: #fff;
    background-color: #E10600;
    font-weight: 700;
}

/* Hover efekti */
.category-list li a:hover,
.category-list li.active a {
    color: #fff;
    background-color: #E10600;
    font-weight: 700;
}

.category-list li a:hover .numara,
.category-list li.active a .numara {
    color: #E10600;
    background-color: #fff;
}


.category-list li.active>a {
    color: #fff;
    background-color: #E10600;
    font-weight: 700;
}

.menu-akordiyon li.activeb>a {
    color: #fff;
    background-color: #E10600;
    font-weight: 700;
}


/* Alt öğe (a) üzerine gelindiğinde, üst öğe (parent li) kırmızıya döner */
.category-list li:hover>a {
    background-color: #E10600;
    color: #fff;
}

.category-list li:hover>a .numara {
    color: #E10600;
    background-color: #fff;
}




/* Ana kategori listesi */


/*slider1*/

.slider1 {
    width: 100%;
    height: auto;
}

.slider1 .swiper-slide {
    width: 100%;
    height: auto;
}

.slider1 .swiper-slide .swiper-slide-resim {
    width: 100%;
    height: auto;
}

.slider1 .swiper-slide .swiper-slide-resim img {
    width: 100%;
}

.slider1 .swiper-button-next,
.slider1 .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #000;
}

.slider1 .swiper-button-next::after,
.slider1 .swiper-button-prev::after {
    display: none;
}


/* ürünler listele*/



.urunler-genel {
    position: relative;
    padding: 40px 0px;
}

.urunler-genel .container {
    position: relative;
}

.anasayfa .tab-pane-baslik {
    margin-top: 0;
    padding-left: 20px;
    position: absolute;
    top: 26px;
}

.urunler-genel .tab-pane-baslik {
    display: flex;
    align-items: center;
}

.urunler-genel .tab-pane-baslik-butonlar {
    display: flex;
    align-items: center;
    margin-right: 21px;
}

.urunler-genel .tab-pane-baslik h3 {
    display: flex;
    align-items: center;
    font-size: 19px;
    font-weight: 700;
    color: #E10600;
    margin-right: 25px;
    margin-bottom: 0px;
}

.urunler-genel .tab-pane-baslik h3 img {
    margin-right: 8px;
    height: 25px;
}

.urunler-genel h3 i {
    display: flex;
    margin-right: 10px;
}

.urunler-genel .tab-pane-baslik-butonlar a.link:first-child {
    margin-left: 0px;
}

.urunler-genel .tab-pane-baslik-butonlar a.link {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 13px;
    margin-left: 5px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    line-height: 1;
    background: #E10600;
    border-radius: 50px;
    padding: 6px 9px;
}

.urunler-genel .tab-pane-baslik-butonlar a.link i {
    margin-right: 5px;
}

.urunler-genel .tab-pane-baslik-butonlar a.link:hover {
    color: #fff;
    background: #000;
}

.urunler-genel .nav-tabs {
    border: none;
    display: flex;
    justify-content: end;
    /* max-width: 900px; */
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 0px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 4px 9px rgb(0 0 0 / 3%);
    margin-bottom: 12px;
}

.urunler-genel .nav-tabs .Filtrearama {
    max-width: 350px;
    width: 100%;
}

.urunler-genel .nav-tabs .Filtrearama .form-control {
    width: 100%;
    height: 37px;
    padding: 0 16px;
    background-color: #fff;
    color: #000;
    border: 1px solid #dedede;
    border-radius: 3px;
    font-size: 15px;
    margin-left: 2px;
}

.urunler-genel .nav-tabs .Filtrearama .form-control:focus {
    box-shadow: none;
}


.urunler-genel .nav-tabs .nav-item:first-child {
    margin-left: 0px;
}

.urunler-genel .nav-tabs .nav-item {
    margin-left: 6px;
}

.urunler-genel .nav-tabs .nav-link {
    border: none;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
    background: #fff;
    border: solid 1px #e9e9e9;
    border-radius: 3px;
    padding: 5px 8px;
    margin: 0px;
}

.urunler-genel .nav-tabs .nav-link i {
    margin-right: 7px;
}

.urunler-genel .nav-tabs .nav-link.active,
.urunler-genel .nav-tabs .nav-link:hover {
    color: #fff;
    background: #E10600;
    border-color: #E10600;
}


.filter-container {
    width: 100%;
    height: auto;
    padding: 10px 15px;
    margin: 0 0 15px 0;
    background: #fff;
    border-radius: 0px;
    display: flex;
    box-shadow: none;
    align-items: center;
    border: 1px solid #f2f2f2;
    box-shadow: 0 4px 9px rgb(0 0 0 / 3%);
    border-top: 0px;
}

.filter-container .gorunumSEc {
    display: flex;
    border-right: 1px solid #f2f2f2;
    padding-right: 8px;
    align-items: center;
}

.filter-container .gorunumSEc span {
    line-height: 1;
    font-weight: 600;
}

.filter-container .gorunumSEc a:nth-child(1) {
    margin-left: 0px;
}

.filter-container .gorunumSEc a {
    margin-left: 15px;
    cursor: pointer;
    color: #414141;
    display: flex;
    align-items: center;
}

.filter-container .gorunumSEc a:hover,
.filter-container .gorunumSEc a.active {
    color: #E10600;
}

.filter-container .filter-item {
    display: flex;
    align-items: center;
    padding-left: 8px;
    margin-left: 8px;
    border-right: 1px solid #f2f2f2;
    padding-right: 8px;
    margin-right: 8px;
    line-height: 1;
}

.filter-container .filter-item .form-label {
    margin: 0px;
    display: flex;
    align-items: center;
}

.filter-container .filter-item .form-check-input {
    margin-top: 0px;
}

.filter-container .filter-item .form-select,
.filter-container .filter-item .form-check-label {
    border-radius: 0px;
    border: none;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: 600;
    font-size: 14px;
}

.filter-container .filter-item .form-select:focus {
    box-shadow: none;
    color: #E10600;
}

.Home-Urunler {
    width: 100%;
    height: auto;
}


.Home-Urunler .bolum-baslik h2 {
    font-size: 22px;
    font-weight: 700;
    color: #E10600;
    padding-right: 25px;
    display: flex;
    align-items: center;
}

.Home-Urunler .bolum-baslik h2 a.link {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 13px;
    margin-left: 5px;
    color: #000;
    cursor: pointer;
    text-decoration: none;
    line-height: 1;
    background: #fff;
    border-radius: 50px;
    padding: 6px 9px;
    border: solid 2px #000;
    margin-left: 13px;
}

.Home-Urunler .bolum-baslik h2 a.link:hover {
    color: #fff;
    background: #000;
    border: solid 2px #000;
}


.Home-Urunler .bolum-baslik h2 a.link i {
    font-size: 13px;
    margin-right: 5px;
}

.Home-Urunler .bolum-baslik {
    width: 100%;
    height: auto;
    text-align: left;
    grid-template-columns: auto 2fr auto;
    gap: 10px;
    align-items: center;
}

.Home-Urunler .swiper-button {
    display: flex;
    margin-top: 0;
    align-items: center;
}

.Home-Urunler .swiper-button-next,
.Home-Urunler .swiper-button-prev {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    padding: 10px;
    font-size: 17px;
    width: 40px;
    height: 40px;
    z-index: 10;
    position: relative;
    transition: background-color 0.3s ease;
    right: 0px;
    left: 0px;
    margin-top: 0;
}

.Home-Urunler .swiper-button-prev {
    margin-right: 15px;
}

.Home-Urunler .swiper-button-next:after,
.Home-Urunler .swiper-button-prev:after {
    font-size: 17px;
    display: none;
}

.Home-Urunler .swiper-button-next:hover,
.Home-Urunler .swiper-button-prev:hover {
    background-color: rgb(0, 0, 0);
}


.Home-Urunler .Home-Urunler-ic {
    width: 100%;
    height: auto;
    /*width: calc(100% + 130px);*/
}

.Home-Urunler .ekle1 {
    display: none !important;
}

.baslikkk {
    background: #fff;
    /* Beyaz arka plan */
    border: 1px solid #ddd;
    /* Hafif gri kenarlık */
    border-radius: 5px;
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    margin: 10px auto;
    gap: 20px;
}

.baslikkk ul {
    display: flex;
    gap: 12px;
    /* Daha az boşluk */
    list-style: none;
    padding: 0;
    margin: 0;
}

.baslikkk li {
    font-size: 14px;
    font-weight: 600;
    color: #444;
    /* Daha nötr bir gri */
    display: flex;
    align-items: center;
    gap: 5px;
}

.baslikkk i {
    color: #E10600;
    /* Kırmızı tonu */
    font-size: 14px;
}

/* Küçük ekranlarda tek sütun hizala */
@media (max-width: 600px) {
    .baslikkk {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}




.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    justify-content: center;
    margin-top: 30px;
}

.product-card {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 0px;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 12px;
    border-radius: 0px;

}

.product-card .add-button {
    padding: 4px 13px;
}

.product-card .add-button i {
    margin-left: 5px;
    font-size: 13px;
}


.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.product-card .card-header {
    display: flex;
    justify-content: space-between;
    padding: 0px 0px;
    font-size: 0.8rem;
    color: #777;
    align-items: center;
}

.product-card .card-header .header-icons i {
    margin-left: 10px;
    cursor: pointer;
}

/**/
.product-card .product-image-container {
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
    display: block;
}

.product-card .product-image-slider {
    display: flex;
    height: 100%;
    width: 100%;
    transition: transform 0.4s ease-in-out;
}


.product-card .product-image-slider img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    flex-shrink: 0;
    object-position: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.slider-dots {
    position: absolute;
    bottom: 20px;
    text-align: center;
    margin-top: 10px;
    /* Noktalar ile resim arası boşluk */
    display: flex;
    justify-content: center;
}

.slider-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #bbb;
    margin: 0 5px;
    /* Noktalar arası boşluk */
    cursor: pointer;
    transition: background-color 0.3s ease;
    /* Yumuşak geçiş */
}

.slider-dot.active {
    background-color: #717171;
    /* Aktif noktanın rengi */
}

/**/

.product-card .slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(255 255 255 / 81%);
    border: none;
    color: black;
    font-size: 12px;
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease;
    outline: none;
    width: 30px;
    height: 30px;
}

.product-card .slider-btn:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.product-card .product-image-container:hover .slider-btn {
    opacity: 1;
}

.product-card .prev-btn {
    left: 10px;
}

.product-card .next-btn {
    right: 10px;
}

.product-card .card-details {
    padding: 12px 0px;
    position: relative;
    transition: transform 0.3s ease;
    display: block;
}


.product-card .product-image-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px;
    /* Görsellerin yüksekliği */
    cursor: pointer;
}

.product-card .product-image-slider {
    display: flex;
    transition: transform 0.3s ease-in-out;
    will-change: transform;
    text-decoration: none;
    /* Link özelliğini koruyoruz */
}

.product-card .slider-img {
    width: 100%;
    flex-shrink: 0;
    object-fit: cover;
}

.product-card .slider-dots {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 5px;
    opacity: 0;
    /* Başlangıçta görünmez */
    transition: opacity 0.3s ease-in-out;
}

.product-card .product-image-container:hover .slider-dots {
    opacity: 1;
    /* Üzerine gelince görünür */
}

.product-card .dot {
    width: 8px;
    height: 8px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
}

.product-card .dot.active {
    background-color: #E10600;
}

/*

.product-card:hover .product-image-slider img {
    transition: transform 0.3s ease;
    transform: scale(0.8) translate(0px, -1px);
}

*/
.product-card .new-badge {
    display: flex;
    background-color: #E10600;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 0.7rem;
    margin-right: 5px;
    margin-bottom: 0px;
    align-items: center;
}

.product-card .new-badge i {
    display: flex;
    margin-right: 5px;
}

.product-card .product-name {
    margin-bottom: 0px;
    text-transform: capitalize;
    font-size: 15px;
    color: #333;
    position: relative;

}

.product-card .product-name span {
    margin-bottom: 0px;
    text-transform: capitalize;
    font-size: 15px;
    color: #333;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 70px;
    padding-right: 12px;
}

.product-card .product-name .copy-btn {
    display: inline-flex !important;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 13px !important;
    margin-left: 5px !important;
    position: absolute;
    right: -5px;
    top: 0;
}

.copy-btn {
    display: inline-flex !important;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 13px !important;
    margin-left: 5px !important;
}

.product-card .product-price {
    margin-top: 10px;
    font-size: 20px;
    color: #28a745;
    font-weight: 700;
    margin-bottom: 0px;
    position: relative;
}


.product-card .fiyat-kampanya {
    position: absolute;
    width: 100%;
    box-shadow: 0px 0px 5px #0505052f;
    bottom: 43px;
    border: solid 1px #28A745;
}



.product-card .fiyat-kampanya::after {
    content: '';
    position: absolute;
    left: 10px;
    bottom: -7px;
    /* Okun konumunu ayarlayın */
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #28A745;
    /* Okun rengi */
}

.product-card .fiyat-kampanya table {
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.product-card .fiyat-kampanya table td,
.product-card .fiyat-kampanya table th {
    font-size: 12px;
    vertical-align: middle;
    padding: 4px 8px;
}

.product-card .fiyat-kampanya table td span {
    display: block;
    font-weight: 700;
}

.product-card .fiyat-kampanya table td small {
    display: block;
}


.product-card .category {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 19px;
}


.product-card .add-button-container {
    position: relative;
    /* Butonun pozisyonu için */
    left: 0;
    bottom: 0px;
    width: 100%;
    padding: 0 0px;
    opacity: 1;
    transition: opacity 0.3s ease, bottom 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-card .koli-Sec {
    width: 100%;
    font-size: 11px;
    margin-bottom: 0;
    position: absolute;
    right: 12px;
    bottom: 52px;
    max-width: 78px;
}

.product-card .koli-Sec select {
    width: 100%;
    font-size: 11px;
    border-radius: 4px;
    background-size: 7px;
    border-radius: 30px;
    padding-right: 16px;
}

select.uyari {
    animation: blink 1s infinite, moveUp 0.5s ease-in-out infinite;
}

@keyframes blink {
    0% {
        border-color: #E10600;
        color: #E10600;
    }

    50% {
        border-color: #dee2e6;
        color: #000;
    }

    100% {
        border-color: #E10600;
        color: #E10600;
    }
}

@keyframes moveUp {
    0% {
        transform: translateY(0);
        /* Başlangıçta normalde yerinde */
    }

    50% {
        transform: translateY(-5px);
        /* Hafif yukarı kayar */
    }

    100% {
        transform: translateY(0);
        /* Geri yerine gelir */
    }
}



.product-card .add-button .ekle1,
.product-card .add-button .ekle2 {
    display: inline-block;
}

.product-card .add-button .ekle1 {
    display: none;
}

.product-card .adetbg {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 1px;
    background-color: #f9f9f9;
    border-radius: 15px;
}

.product-card .adetbg .birim {
    margin-right: 5px;
    color: #777;
    font-size: 14px;
    display: none;
}


.product-card .adetbg button.artieksi {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px 2px;
    color: #555;
    font-size: 14px;
    transition: background-color 0.3s ease, color 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 50%;
    width: 20px;
    height: 19px;
}

.product-card .adetbg button.artieksi:hover {
    background-color: #f1f1f1;
    color: #333;
}

.product-card .adetbg input[type="text"] {
    width: 40px;
    text-align: center;
    border: none;
    padding: 2px 5px;
    font-size: 14px;
    outline: none;
    background-color: transparent;
}

.product-card .add-button {
    width: auto;
}

/**/

.product-grid.gorunum2 {
    grid-template-columns: repeat(1, 1fr);
}

.product-grid.gorunum2 .product-card {
    display: grid;
    padding: 5px;
    grid-template-columns: 50px 100px auto 220px;
    align-items: center;
}

.product-grid.gorunum2 .koli-Sec {
    width: 81px;
    font-size: 12px;
    margin-bottom: 5px;
    position: absolute;
    right: 228px;
    bottom: 35px;
}

/*
.product-grid.gorunum2 .product-card .product-image-container {
    position: relative;
    width: 100%;
    height: 100px;
    overflow: hidden;
    background: #fff;
    border: solid 1px #f1f1f1;
    border-top: 0px;
    border-bottom: 0px;
    padding: 0px 5px;
}

.product-grid.gorunum2 .product-card:hover .product-image-slider img {
    transition: transform 0.3s ease;
    transform: scale(1) translate(0px, 0px);
}
*/

.product-image-container {
    width: 500px;
    /* İstediğiniz genişliği ayarlayın */
    height: 300px;
    /* İstediğiniz yüksekliği ayarlayın */
    overflow: hidden;
    /* Resimlerin taşmasını engeller */
    position: relative;
    /* Slider'ın konumunu belirlemek için */
    cursor: grab;
    /* El işareti */
}

.product-image-slider {
    display: flex;
    /* Resimleri yan yana sıralar */
    width: fit-content;
    /* İçeriği kadar genişlik alır */
    height: 100%;
    transition: transform 0.3s ease;
    /* Geçiş efekti için */
}

.product-image {
    width: 500px;
    /* Ana Container genişliği ile aynı olmalı */
    height: 100%;
    object-fit: cover;
    /* Resimleri orantılı şekilde sığdırır */
}

.product-image-slider.dragging {
    cursor: grabbing;
    /* Sürükleme sırasında el işareti */
}

/**/

.product-grid.gorunum2 .product-card .card-details {
    padding: 5px 10px;
    position: relative;
    transition: transform 0.3s ease;
}

.product-grid.gorunum2 .add-button-container {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 12px;
    opacity: 1;
    transition: opacity 0.3s ease, bottom 0.3s ease;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    justify-content: center;
}

.product-grid.gorunum2 .product-card:hover .card-details {
    transform: translateY(0px);
    /* Buton gelince yukarı itin*/
}

.product-grid.gorunum2 .product-card .category {
    display: block;
    white-space: nowrap;
    overflow: inherit;
    text-overflow: ellipsis;
    min-height: 12px;
    margin-bottom: 4px;
    max-width: 509px;
    overflow: hidden;
}

.product-grid.gorunum2 .product-card .product-name {
    margin-bottom: 0;
}


.product-grid.gorunum2 .product-card .slider-btn {
    width: 17px;
    height: 17px;
    padding: 0px;
}

.product-grid.gorunum2 .product-card .next-btn {
    right: 4px;
}

.product-grid.gorunum2 .product-card .prev-btn {
    left: 4px;
}

.product-grid.gorunum2 .product-card .product-name {
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 15px;
    color: #333;
    font-weight: 700;
    overflow: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

/**/

.add-button-icon {
    width: 41px;
    height: 41px;
}

.btn {
    justify-content: center;
    display: inline-flex;
    align-items: center;
    border-radius: 30px !important;
}

.add-button {
    padding: 9px 25px;
    font-size: 15px;
    border-radius: 30px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    color: white;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background-color: #000;
}

.add-button:hover {
    background-color: #000;
    color: #fff;
}

.add-button:active {
    transform: scale(0.95);
}

.btn-yesil {
    background-color: #28A745;
}

.btn-danger {
    background-color: #E10600;
}

.text-yesil {
    color: #28A745;
}

.btn-outline {
    padding: 10px 28px;
    font-size: 15px;
    border-radius: 30px;
    font-weight: 600;
    border: 2px solid #e10600;
    color: #e10600;
}

.btn-outline:hover {
    background-color: #e10600;
    color: #fff !important;
}


.alert-link {
    background-color: rgba(255, 193, 7, 0.2);
    border: 1px solid rgba(255, 193, 7, 0.5);
    padding: 3px 18px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 58px;
    text-decoration: none;
    color: #856404;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.alert-link i {
    display: inline-flex;
    align-items: center;
    margin-right: 5px;
}

.alert-link:hover {
    background-color: rgba(255, 193, 7, 0.4);
    color: #6c4a00;
}

/* ürün detay */

.page-icerik {
    padding: 50px 0px;
}

.urun-detay .zoomImg {
    width: 100%;
    border-radius: 10px;
}

.urun-detay .modal-body img {
    width: 100%;
    border-radius: 0px;
    transition: transform 0.5s ease;
}

.urun-detay .modal-content {
    border-radius: 10px;
    overflow: hidden;
}

.urun-detay .urunDetay {
    flex: 1 1 50%;
    background: #fff;
    padding: 30px;
    border-left: 1px solid #eaeaea;
}

.urun-detay .urunDetay h3 {
    font-size: 21px;
    color: #2a2a2a;
    font-weight: 700;
    margin-bottom: 15px;
}

.urun-detay .tooltip1 {
    position: relative;
}

.urun-detay .far.fa-heart {
    font-size: 24px;
    color: #ff4747;
    cursor: pointer;
    transition: color 0.3s ease;
}

.urun-detay .far.fa-heart:hover {
    color: #ff1a1a;
}

.urun-detay .price-wrapper {
    margin-top: 20px;
}

.urun-detay .product-price-and-ratings {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.urun-detay .urunFiyat {
    font-size: 22px;
    font-weight: bold;
    color: #E10600;
}

.urun-detay .indirimli-fiyat-bg {
    font-size: 24px;
    color: #2c3e50;
}
.urun-detay .taksit-oranlari {
    padding: 2px 12px;
}

.urun-detay .iskonto-yeni {
    font-size: 15px;
    color: #000;
    padding: 7px 0px;
}

.urun-detay .iskonto-yeni strong {
    margin-right: 12px;
}

.urun-detay .iskonto-yeni .badge {
    font-size: 15px;
}

.urun-detay .indirimsizFiyat {
    text-decoration: line-through;
    color: #7f8c8d;
    margin-right: 10px;
}

.urun-detay .indirimliFiyat {
    font-weight: 700;
    color: #E10600;
}

.urun-detay .ratings-star {
    font-size: 24px;
    color: #f39c12;
}

.urun-detay .ratings-star i {
    margin-right: 5px;
}

/* Ürün Özellikleri */
.urun-detay .urunVaryasyonlari ul {
    list-style-type: none;
    padding: 0;
    margin-top: 20px;
}

.urun-detay .urunVaryasyonlari li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #ececec;
}

.urun-detay .urunVaryasyonlari .detayleft {
    font-weight: bold;
    color: #2c3e50;
    flex: 0 0 180px;
}

.urun-detay .urunVaryasyonlari .detayright {
    color: #7f8c8d;
    flex: 1;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}


.urun-detay .urunVaryasyonlari li.kampanya {
    border: 1px solid #E10600;
    border-radius: 3px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #fcf4f463;
}

.urun-detay .urunVaryasyonlari li.kampanya .detayleft {
    color: #E10600;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    flex: 1;
    margin-bottom: 10px;
}

.urun-detay .urunVaryasyonlari li.kampanya .detayright {
    font-size: 15px;
    font-weight: bold;
    color: #E10600;
    margin-top: 5px;
    width: 100%;
}

.urun-detay .urunVaryasyonlari li.kampanya .detayright .kampanya-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    background: transparent;
}

.urun-detay .urunVaryasyonlari li.kampanya .detayright .liste {
    padding: 4px 4px 4px 10px;
    background: #ffebe6;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    border: solid 1px #e9060038;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
}

.urun-detay .urunVaryasyonlari li.kampanya .kampanya-fiyat {
    font-size: 16px;
    font-weight: bold;
    color: #E10600;
    /* Sayfanın kırmızı tonu */
    background: #ffe0e0;
    /* Hafif pembe arka plan */
    padding: 4px 8px;
    border-radius: 3px;
    display: inline-block;
    margin-left: auto;
}


/* Stok Durumu */
.stok-yok {
    background-color: #f39c12;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.haber-ver {
    background-color: #2ecc71;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: center;
}

.haber-ver:hover {
    background-color: #27ae60;
}

.urun-detay .addthis_toolbox {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}

.urun-detay .addthis_toolbox a {
    margin-right: 10px;
    font-size: 24px;
    color: #333;
    transition: color 0.3s ease;
}

.urun-detay .addthis_toolbox a:hover {
    color: #3498db;
}

/* .urun-detay İçin Swiper Container */

/* .urun-detay İçin Swiper Slide */
.urun-detay .gallery-top .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease-in-out;
}

.urun-detay .gallery-top .swiper-slide .urun-detay-buyuk-resim {
    height: 400px;
    padding: 15px;
}

/* .urun-detay İçin Resimlerin stilini ayarlama */
.urun-detay .gallery-top .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: contain;
    cursor: pointer;
    transition: transform 0.5s ease;
}

/* .urun-detay İçin Hover efekti */
.urun-detay .gallery-top .swiper-slide img:hover {
    transform: scale(1.05);
}

/* .urun-detay İçin Swiper Navigation Arrows */
.urun-detay .gallery-top .swiper-button-next,
.urun-detay .gallery-top .swiper-button-prev {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    padding: 10px;
    font-size: 17px;
    width: 50px;
    height: 50px;
    z-index: 10;
    transition: background-color 0.3s ease;
}

.urun-detay .gallery-top .swiper-button-next:after,
.urun-detay .gallery-top .swiper-button-prev:after {
    font-size: 17px;
}

/* .urun-detay İçin Hover efekti */
.urun-detay .gallery-top .swiper-button-next:hover,
.urun-detay.gallery-top .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

/* .urun-detay İçin Swiper Pagination */
.urun-detay .gallery-top .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.7;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transition: opacity 0.3s ease;
}

.urun-detay .gallery-top .swiper-pagination-bullet-active {
    background-color: #3498db;
    opacity: 1;
}

/* .urun-detay İçin Swiper Thumbs */
.urun-detay .gallery-top .swiper-container.gallery-thumbs {
    margin-top: 0px;
    margin-bottom: 0px;
}

.urun-detay .gallery-thumbs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-top: 1px solid #f2f2f2;
    padding-top: 15px;
    padding-bottom: 15px;
}

.urun-detay .gallery-thumbs .swiper-wrapper {
    justify-content: center;
}

.urun-detay .gallery-thumbs .swiper-slide {
    height: 95px;
    border: 1px solid #f2f2f2;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.urun-detay .gallery-thumbs .swiper-slide:hover {
    border-color: #E10600;
}

.urun-detay .gallery-thumbs .swiper-slide-thumb-active {
    border-color: #E10600;
}

.urun-detay .swiper-thumbs img {
    width: 80px;
    height: 80px;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

/* .urun-detay İçin Hover efekti */
.urun-detay .swiper-thumbs img:hover {
    transform: scale(1.05);
}

.urun-detay .urunDetay_yeni_icerik {
    background-color: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.urun-detay .fa-heart.fas {
    color: #E10600;
}

.urun-detay .gallery-image {
    padding: 0px;
    margin: 0px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.urun-detay .gallery-image li {
    list-style: none;
    border: 2px solid transparent
}

.urun-detay .gallery-image li.active {
    list-style: none;
    border-color: #E10600;
}

.urun-detay .modal-urun-resim {
    background: #fff;
}

.urun-detay .modal-urun-resim img {
    height: 600px;
    object-fit: contain;
    list-style: none;
}

.urun-detay .fiyat-uyari-kutu {
    background: rgba(255, 193, 7, 0.2);
    border: 1px solid rgba(255, 193, 7, 0.5);
    border-radius: 0;
    padding: 10px;
    text-align: center;
    max-width: 100%;
    margin: 2px 0px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
}

.urun-detay .fiyat-uyari-ikon {
    font-size: 28px;
    color: #ffc107;
    margin-right: 13px;
}

.urun-detay .fiyat-uyari-metin {
    font-size: 16px;
    color: #856404;
    font-weight: 500;
    margin-right: 20px;
    margin-bottom: 0px;
}

.urun-detay .giris-buton {
    background-color: rgba(255, 193, 7, 0.2);
    border: 1px solid rgba(255, 193, 7, 0.5);
    padding: 8px 18px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    color: #856404;
    transition: all 0.3s ease;
    display: inline-block;
}

.urun-detay .giris-buton:hover {
    background-color: rgba(255, 193, 7, 0.4);
    color: #6c4a00;
}

.urun-detay-table {
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.urun-detay-table .urun-detay-icerik {
    padding: 25px;
}

.urun-detay-table .urun-detay-text {
    font-size: 15px;
}

.urun-detay-table .urun-detay-kart-banka {
    padding: 25px;
}

.urun-detay-table .urun-detay .nav-pills {
    margin-bottom: 0;
    /* Nav pillslerin altındaki boşluğu giderir */
    background-color: #f8f8f8;
    /* Hafif bir arka plan */
}

.urun-detay-table .urun-detay .nav-pills .nav-link {
    color: #666;
    border-radius: 0;
    padding: 15px 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-weight: 500;
    /* Biraz daha kalın bir yazı tipi */
    border-bottom: 2px solid transparent;
    /* Alt çizgi ekler ama görünmez */
}


.urun-detay-table .urun-detay .nav-pills .nav-link:hover,
.urun-detay-table .urun-detay .nav-pills .nav-link:focus {
    background-color: #fff;
    color: #E10600;
    border-bottom-color: #E10600;
}

.urun-detay-table .urun-detay .nav-pills .nav-link.active {
    background-color: #E10600;
    color: #fff;
    border-bottom-color: #E10600;
}

.urun-detay-table .urun-detay-taksit-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.urun-detay-table .urun-detay-taksit-table td {
    text-align: center;
    padding: 12px;
    border: 1px solid #e0e0e0;
    font-size: 15px;
}

.urun-detay-table .urun-detay-taksit-table td .oran1 {
    display: block;
    font-weight: bold;
    color: #333;
}

.urun-detay-table .urun-detay-taksit-table td .tutar {
    display: block;
    color: #555;
    font-size: 14px;
}

.urun-detay-table .table.urun-detay-table-responsive td {
    vertical-align: middle;
}

.urun-detay-table .urun-detay-yorum-form {
    background-color: #f8f8f8;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
    margin-top: 20px;
}

.urun-detay-table .urun-detay-yorum-form .rating-star-container {
    display: inline-block;
    cursor: pointer;
}

.urun-detay-table .urun-detay-yorum-form .rating-star-container span {
    font-size: 28px;
    color: #ddd;
    margin-right: 5px;
    transition: color 0.2s ease;
}

.urun-detay-table .urun-detay-yorum-form .rating-star-container span:hover,
.urun-detay-table .urun-detay-yorum-form .rating-star-container span.active {
    color: #ffc107;
}

.urun-detay-table .urun-detay-yorum-form .input-group-text {
    background-color: #fff;
    border-right: none;
    color: #777;
}

.urun-detay-table .urun-detay-yorum-form .input-group {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 15px;
}

.urun-detay-table .urun-detay-oneri-form {
    padding: 25px;
    background-color: #f8f8f8;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
    margin-top: 20px;
}

.urun-detay-table .urun-detay-oneri-form .onerilerr li {
    margin-bottom: 10px;
}

.urun-detay-table .urun-detay-oneri-form .onerilerr li label {
    margin-left: 10px;
    color: #555;
    font-size: 15px;
}

.urun-detay-table .form-control {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 12px;
    margin-bottom: 15px;
    font-size: 15px;
    transition: border-color 0.3s ease;
}

.urun-detay-table .form-control:focus {
    box-shadow: none;
    border-color: #E10600;
}

.urun-detay-table .btn-block {
    border-radius: 5px;
    padding: 12px;
    font-weight: 600;
    background-color: #E10600;
    color: #fff;
    transition: background-color 0.3s ease;
}

.urun-detay-table .btn-block:hover {
    background-color: #E10600;
    opacity: 1;
}


.takstiler-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    overflow: hidden;
}

.takstiler-table td table {
    width: 100%;
}

.takstiler-table th,
.takstiler-table td {
    padding: 20px;
    text-align: center;
    border: 1px solid #ddd;
    vertical-align: middle;
}

.takstiler-table th {
    background-color: #3498db;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
}

.takstiler-table td {
    background-color: #fff;
    font-size: 15px;
    color: #555;
}

.takstiler-table td img {
    width: 64px;
    height: auto;
    margin-right: 0;
    object-fit: contain;
}

.takstiler-table .oran1 {
    height: 6px;
    background-color: #ececec;
    border-radius: 3px;
}

.takstiler-table .tutar {
    font-weight: bold;
    font-size: 16px;
    color: #e74c3c;
    line-height: 1.5;
}

.takstiler-table td:hover {
    background-color: #f1f1f1;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.takstiler-table .style {
    transition: background-color 0.3s ease, transform 0.2s ease;
    cursor: pointer;
    border-radius: 8px;
}

.takstiler-table .style:hover {
    background-color: #ecf0f1;
    transform: translateY(-3px);
}

.takstiler-table .style:disabled {
    pointer-events: none;
    background-color: #e0e0e0;
    color: #bbb;
}

.takstiler-table .style:active {
    transform: translateY(1px);
}

.takstiler-table td:not(:first-child) {
    font-weight: 600;
}

.takstiler-table tr:first-child td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.urun-detay-yorumlar {
    background-color: #fff;
    border-radius: 0px;
}

.form-group {
    position: relative;
}

.form-group label {
    position: relative;
    margin-bottom: 15px;
    display: block;
    font-weight: 700;
}

.form-group .guvenlik_resim {
    position: absolute;
    right: 12px;
    top: 9px;
}

.form-group .guvenlik_resim img {
    width: 70px;
}

.urun-detay-yorumlar .yorum-yildiz {
    margin-top: 30px;
    margin-bottom: 6px;
}

.urun-detay-yorumlar .youmlar-listeleme {
    margin-top: 0px;
    margin-bottom: 0px;
    background: #f7f7f7;
    padding: 18px;
    border: solid 1px #e9e9e9;
}


.urun-detay-yorumlar .youmlar-listeleme .media {
    display: flex;
}

.urun-detay-yorumlar .youmlar-listeleme .media small {
    display: flex;
    font-size: 13px;
    opacity: 40%;
}

.urun-detay-yorumlar .youmlar-listeleme .media span {
    display: flex;
}

.rating-star span {
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    background-image: url("../img/star-rate.png");
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0px 2px;
    cursor: pointer;
    background-position: top;
}

.rating-star span.clicked,
.rating-star span.hover {
    background-position: 0px -31px;
}

.urun-detay .onerilerr {
    margin: 0px;
    padding: 0px;
}

.urun-detay .onerilerr li:first-child {
    border-top: 0px;
}

.urun-detay .onerilerr li {
    list-style: none;
    border-top: 1px solid #f1f1f1;
    padding: 8px 0px;
    display: flex;
    align-items: center;
}

.urun-detay .onerilerr li label {
    padding-left: 5px;
}


.urundetay-sepet {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
}

.urundetay-sepet .form-select {
    height: 40px;
    border-radius: 43px;
}

.urundetay-sepet .adetbg {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 43px;
    padding: 2px;
    height: 41px;
    background-color: #f9f9f9;
}

.urundetay-sepet .adetbg .birim {
    margin-right: 5px;
    color: #777;
    font-size: 14px;
    display: none;
}


.urundetay-sepet .adetbg button.artieksi {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    color: #555;
    font-size: 18px;
    transition: background-color 0.3s ease, color 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.urundetay-sepet .adetbg button.artieksi:hover {
    background-color: #f1f1f1;
    color: #333;
}

.urundetay-sepet .adetbg input[type="text"] {
    width: 40px;
    text-align: center;
    border: none;
    padding: 5px;
    font-size: 15px;
    outline: none;
    background-color: transparent;
}

.btn-sepetbtn2 {
    background-color: #E10600;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 500;
    transition: background-color 0.3s ease;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.btn-sepetbtn2:hover {
    background-color: #000000;
    opacity: 1;
    color: #fff;
}

.btn-sepetbtn2 i {
    font-size: 18px;
    margin-right: 8px;
}

.bolum-baslik {
    width: 100%;
    height: auto;
    text-align: left;
    margin-bottom: 20px;
    position: relative;
    z-index: 99;
    display: grid;
    grid-template-columns: auto 2fr auto;
    /* Soldaki ve sağdaki otomatik, ortadaki 2 birim geniş */
    gap: 10px;
    align-items: center;
}

.bolum-baslik h2 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    padding-right: 25px;
}

.bolum-baslik h2 i {
    font-size: 22px;
    margin-right: 15px;
    display: flex;
}

.bolum-baslik h2 img {
    margin-right: 15px;
    height: 25px;
}

.bolum-baslik .cizgi {
    width: 100%;
    height: 1px;
    background: #e2e2e2;
}

.diger-urunler {
    display: block;
    width: 100%;
}

.diger-urunler .swiper-button {
    display: flex;
    padding-left: 15px;
}

.diger-urunler .swiper-button-next,
.diger-urunler .swiper-button-prev {
    position: relative;
    left: 0px;
    right: 0px;
    top: 0px;
    margin-top: 0;
    font-size: 20px;
    color: #000;
}

.diger-urunler .swiper-button-next:hover,
.diger-urunler .swiper-button-prev:hover {
    color: #E10600;
}

.diger-urunler .swiper-button-next {
    margin-right: 35px;
}

.diger-urunler .swiper-button-next::after,
.diger-urunler .swiper-button-prev::after {
    display: none;
}


.text-red {
    color: #E10600 !important;
}

/* Checkbox'ın varsayılan stilini sıfırlama */
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

input[type="checkbox"]:checked {
    border-color: red;
    background-color: red;
}

input[type="checkbox"]:hover {
    border-color: #bbb;
}


/* sepetim */
.sepetim-adim {
    margin-bottom: 40px;
    position: relative;
}

.sepetim-adim ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    /* Adımların tek satırda sıralanması için */
    text-align: center;
    position: relative;
}

.sepetim-adim ul li {
    display: flex;
    align-items: center;
    position: relative;
    flex: 1;
    /* Adımların eşit yer kaplaması için */
    justify-content: center;
    /* Adımları yatayda ortalamak için */
}

.sepetim-adim::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background: #ddd;
    z-index: -1;
    /* Arka plana almak için */
}

.sepetim-adim ul li a {
    text-decoration: none;
    color: #999;
    /* Başlangıç rengi */
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
    position: relative;
    background: #FAFAFA;
    padding: 0px 19px;
    font-weight: 600;
}


.sepetim-adim ul li a:hover {
    color: #555;
}

.sepetim-adim ul li .icon {
    width: 48px;
    height: 48px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    color: #999;
    /* Başlangıç ikon rengi */
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 20px;
    border-radius: 50%;
    border: solid 1px #EDEDED;
    background-color: #fff;
    /* İçeriği çizginin önünde göstermek için */
    z-index: 9;
    margin-right: 15px;

}

.sepetim-adim ul li .sepet-sayi {
    position: absolute;
    top: -0.28em;
    right: -8px;
    display: inline-flex;
    width: 20px;
    height: 20px;
    margin-inline-start: 5px;
    background-color: #EDEDED;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 20px;
    color: #999;
}

.sepetim-adim ul li.active a {
    color: #E10600;
    font-weight: 700;
}

.sepetim-adim ul li.active .icon {
    background-color: #E10600;
    color: #fff;
    border-color: #E10600;
}

.sepetim-adim ul li.active .sepet-sayi {
    background-color: #000;
    color: #fff;
}


.sepetim1-listeler {
    margin-top: 30px;
}

.sepetim1-listeler .adetsecc {
    height: 31px;
    margin-right: 0;
    background-size: 9px 9px;
    width: 90px;
}

.sepetim1-listeler .adetsecc,
.sepetim1-listeler .form-control {
    font-size: 12px;
}

.sepetim1-listeler table {
    font-size: 14px;
}

.sepetim1-listeler table th:nth-child(3) {
    max-width: 200px;
}

.sepetim1-table td,
.sepetim1-table th {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.sepetim1-table .kampanya-th {
    max-width: 77px;
    text-wrap: auto;
}

.sepetim1-table .sepet1-baslik {
    max-width: 170px;
    display: block;
    text-wrap: auto;
    margin: 0px auto;
}



.sepetim1-listeler h4 {
    color: #E10600;
    font-size: 20px;
    font-weight: 700;
}

.sepetim1-listeler .sepet1-resim {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    overflow: hidden;
    display: block;
    margin: 0px auto;
}

.sepetim1-listeler .sepet1-resim .sepet-urun-resim {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Resimleri oranlarını koruyarak sığdır */
}

.sepetim1-listeler .table thead th {
    background-color: #e9ecef;
    /* Hafif gri başlık arka planı */
    text-align: center;
    color: #495057;
    /* Koyu başlık metin rengi */
    border-bottom: 2px solid #dee2e6;
    /* Daha kalın alt çizgi */

}

.sepetim1-listeler .table tbody td {
    vertical-align: middle;
    /* Hücre içeriğini ortala */
    text-align: center;
}


.sepetim1-listeler .siparis-toplam {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* Dikey ortalama */
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.sepetim1-listeler .siparis-toplam:last-child {
    border-bottom: none;
    /* Son elemanın alt çizgisini kaldır */
}

.sepetim1-listeler .siparis-toplam span.text {
    font-size: 1.1em;
    /* koyu renk*/
}

.sepetim1-listeler .siparis-toplam b {
    font-size: 1.2em;
    font-weight: 600;
}

.sepetim1-listeler .siparis-toplam.genel-toplam {
    font-weight: 700;
    color: #E10600;
}

.sepetim1-listeler .form-control {
    border-radius: 5px;
}

.sepetim1-listeler .btn {
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
}


.sepetim1-listeler .btn-success {
    background-color: #28a745;
}

.sepetim1-listeler .alert-secondary {
    background-color: #f0f0f0;
    border-radius: 5px;
    color: #495057;
}

.sepetim1-listeler .btn-secondary {
    background-color: #6c757d;
    color: #fff;
    /* Buton metin rengi */
}

.sepetim1-listeler .sepetim1-table .sil-btnnn {
    width: 31px;
    height: 31px;
}

.sepetim1-listeler .btn-danger {
    color: #fff;
}

.sepetim1-listeler .img-fluid.me-2 {
    height: 40px;
    object-fit: contain;
}

.sepetim1-listeler table a {
    color: #E10600;
    text-decoration: underline;
}

.sepetim1-listeler .sepet-stok-0 {
    color: #E10600;
    text-decoration: underline;
    max-width: 100px;
    display: block;
    text-wrap: auto;
    text-align: center;
    font-size: 12px;
    margin: 3px auto 0px;
}

.custom-alert {
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: #fff4e5;
    border: 1px solid #ffa726;
    border-radius: 8px;
    color: #d84315;
    font-family: Arial, sans-serif;
    font-size: 16px;
    margin-top: 20px;
}

.custom-alert i {
    font-size: 24px;
    margin-right: 10px;
    color: #ffa726;
}

.custom-alert b {
    color: #d84315;
    font-weight: bold;
}

.custom-alert span {
    flex: 1;
}


.adres-container {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

}

.adres-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.adres-header .form-radio {
    margin-right: 5px;
}

.adres-header .baslik1 {
    font-size: 1.1em;
    color: #495057;
    font-weight: 700;
    /* başlık rengi*/

}

.adres-header button {
    background-color: transparent;
    border: none;
    color: #E10600;
    cursor: pointer;
    font-size: 1.2em;
}

.adres-header button:hover {
    color: #000;
    /* Buton rengi hover*/
}

.adres-body ul {
    padding-left: 0;
    margin-bottom: 0;
}

.adres-body li.adresbaslik {
    font-size: 16px;
    font-weight: 700;
}

.adres-body li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: 15px;
}

.adres-body li strong {
    min-width: 80px;
    display: inline-block;
    font-weight: 600;
    color: #495057;
    /* etiket rengi*/

}

.adres-body .noktaa {
    margin-left: 5px;
    margin-right: 5px;
}

.adres-body li span {
    color: #495057;
    /* bilgi metin rengi*/

}

.sepet3-ozet {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 20px;
    margin-top: 0px;
}

.sepet3-ozet.ozet2 {
    background-color: #fff;
    box-shadow: none;
    border-radius: 2px;
    padding: 0px;
    margin-top: 0px;
}

.sepet3-ozet .siparis-baslik {
    background-color: #e9ecef;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #495057;
    text-align: center;
}

.sepet3-ozet .table-responsive {
    overflow-x: auto;
}

.sepet3-ozet .siparis-table {
    width: 100%;
}

.sepet3-ozet .siparis-table td {
    padding: 5px;
    font-size: 15px;
}

.sepet3-ozet .siparis-table td:first-child {
    font-weight: 600;
    width: 130px;
}

.sepet3-ozet .siparis-table td.left {
    text-align: left;
}

.sepet3-ozet .siparis-table b {
    color: #495057;
}

.odeme-bilgileri {
    margin-bottom: 20px;
}

.odeme-bilgileri .nav-pills .nav-link {
    background-color: #e9ecef;
    color: #495057;
    border-radius: 5px;
    margin-right: 15px;
    display: flex;
}

.odeme-bilgileri .nav-pills .nav-link i {
    margin-right: 15px;
}

.odeme-bilgileri .nav-pills .nav-link.active {
    background-color: #E10600;
    color: #fff;
}


.odeme-bilgileri .tab-content {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.odeme-bilgileri .tab-pane p {
    color: #495057;
    margin-bottom: 15px;
    font-size: 1.1em;

}

.odeme-bilgileri .form-genel {
    margin-bottom: 15px;
}

.odeme-bilgileri .form-genel .baslik {
    display: block;
    font-weight: 600;
    color: #495057;
    margin-bottom: 5px;
}

.odeme-bilgileri .form-control {
    border-radius: 5px;
    box-shadow: none;

}

.odeme-bilgileri strong {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #495057;
}

.banka-bilgileri {
    margin-bottom: 20px;
}

.banka-bilgileri li:first-child {
    border-top: none;
    margin-top: 0px;
    padding-top: 0px;
}

.banka-bilgileri li {
    margin-top: 12px;
    padding-top: 12px;
    list-style: none;
    border-top: 1px solid #dbdbdb;
}

.banka-bilgileri li strong {
    display: block;
    font-weight: bold;
    color: #343a40;
    margin-bottom: 5px;
    font-size: 15px;

}

.banka-bilgileri li span {
    display: block;
    margin-bottom: 3px;
    color: #495057;

}

.banka-bilgileri li .iban {
    font-weight: 500;

}

.kredi-kart-form {
    background-color: #e3f1ff;
    border: 1px solid #b2cee9;
    padding: 10px;
    border-radius: 8px;
    width: 100%;
    /* Genişlik ayarı */
    box-sizing: border-box;
    /* padding ve border'ı genişliğe dahil eder */
}

.kredi-kart-form .form-genel {
    margin-bottom: 15px;
}

.kredi-kart-form .baslik {
    display: block;
    font-weight: 600;
    color: #495057;
    margin-bottom: 5px;
    font-size: 0.9em;
}

.kredi-kart-form .form-control {
    border-radius: 5px;
    box-shadow: none;
}

.kredi-kart-form .radio-label {}

.kredi-kart-form #taksitDiv {
    margin-top: 0px;
}

.kredi-kart-form #taksitMiktar {
    width: 100%;
}

.kredi-kart-form .radio-container {
    margin-bottom: 5px;
}


.kredi-kart-form .form-container {
    width: 100%;
    margin: auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.kredi-kart-form .form-container h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 700;
}

.input-group {
    width: 100%;
    margin-bottom: 18px;
}

.input-group label {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 600;
}

.input-group .form-label {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    font-size: 14px;
    align-items: center;
    font-weight: 600;
    line-height: 1;
}

.guvenlik_input {
    width: 100%;
}


.input-group label i {
    margin-right: 15px;
    color: #E10600;
}

.input-group .form-control,
.input-group .form-select {
    width: 100%;
    padding: 8px 8px;
    border-radius: 5px !important;
    font-size: 15px;
    transition: border-color 0.3s;
}

.input-group .form-control:focus {
    border-color: #E10600;
    outline: none;
}

.kredi-kart-form .card-wrapper {
    margin-bottom: 20px;
    height: 220px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.kredi-kart-form .jp-card-number,
.kredi-kart-form .jp-card-name,
.kredi-kart-form .jp-card-expiry,
.kredi-kart-form .jp-card-cvc {
    font-size: 18px;
    color: #333;
}

.kredi-kart-form .jp-card-name {
    font-style: italic;
}

.kredi-kart-form .jp-card-number {
    font-weight: bold;
}

.kredi-kart-form .jp-card-expiry,
.kredi-kart-form .jp-card-cvc {
    font-size: 14px;
}

.kredi-kart-form .alert {
    padding: 8px;
}

.radio-label {
    display: block;
    font-size: 1rem;
    cursor: pointer;
}

.hidden {
    display: none;
}

.zorunlu {
    font-weight: 700;
    color: #E10600;
    margin-left: 8px;
}

.form-check-input:checked {
    background-color: #E10600;
    border-color: #E10600;
}


.form-check-input:focus {
    box-shadow: none;
}

.activee.selected {
    border: 1px solid #198754 !important;
}

.activee .form-check-input:checked {
    background-color: #198754;
    border-color: #198754;
}


.jp-card-container {
    max-width: 100% !important;
    height: 220px !important;
    margin: auto;
    z-index: 1;
    position: relative;
    width: 100% !important;
}


/* hesabım */
.hesabim-solMenu {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 15px;
    font-size: 14px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.hesabim-solMenu h3 {
    margin-bottom: 20px;
    font-size: 17px;
    color: #495057;
    font-weight: 700;
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 10px;
}

.hesabim-solMenu ul.uyelik {
    padding-left: 0;
}

.hesabim-solMenu ul.uyelik>li {
    list-style: none;
    margin-bottom: 10px;
}

.hesabim-solMenu ul.uyelik>li>a {
    display: block;
    padding: 7px 15px;
    background-color: #f8f9fa;
    color: #495057;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.hesabim-solMenu ul.uyelik>li>a:hover {
    background-color: #e9ecef;
}

.hesabim-solMenu ul.uyelik>li>a {
    display: block;
    padding: 7px 15px;
    background-color: #f8f9fa;
    color: #495057;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.hesabim-solMenu ul.uyelik>li>a:hover {
    background-color: #e9ecef;
}

.hesabim-solMenu ul.uyelik .sol-bolum-ayir li {
    list-style: none;
}

.hesabim-solMenu ul.uyelik .sol-bolum-ayir .sol-bolum-baslik {
    display: block;
    padding: 7px 15px;
    background-color: #f8f9fa;
    color: #495057;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 700;
    transition: background-color 0.3s ease;
}

.hesabim-solMenu ul.uyelik li ul {
    padding-left: 15px;
    margin-top: 8px;
}

.hesabim-solMenu ul.uyelik li ul li {
    list-style: none;
    margin-bottom: 5px;
}

.hesabim-solMenu ul.uyelik li ul li a {
    display: flex;
    padding: 6px 9px;
    color: #495057;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}


.hesabim-solMenu ul.uyelik li ul li a span {
    margin-left: auto;
    font-weight: 800;
}

.hesabim-solMenu ul.uyelik li ul li a:hover {
    background-color: #f0f0f0;
    color: #000;
}

.hesabim-solMenu ul.uyelik li ul li a.active {
    background-color: #E10600;
    color: #fff;
    font-weight: 600;
}

.hesabim-solMenu ul.uyelik li ul li.current a {
    background-color: #E10600;
    color: #fff;
    font-weight: 600;
}

/* hemesabım orta*/
.page-center {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.page-center .page-body {}

.adres-table-container {
    margin-bottom: 20px;
    /* tablo alt boşluğu*/
}

.adres-table-container .table {
    background-color: #fff;
    /* beyaz arkaplan */
    border-radius: 8px;
    /*  köşeleri yumuşat*/
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.adres-table-container .table thead th {
    background-color: #e9ecef;
    color: #495057;
    /* başlık rengi */
    border-bottom: 2px solid #dee2e6;
    text-align: center;
    color: #495057;
    font-weight: 600;
    text-align: left;
    vertical-align: middle;
}

.adres-table-container .table th {
    color: #000;
    vertical-align: middle;
    font-weight: 700;
    text-align: left;
}

.adres-table-container .table td {
    vertical-align: middle;
    text-align: left;

}

.adres-table-container .table .label {
    display: inline-block;
    /* inline-block olarak ayarlama */
    padding: 0.25em 0.4em;
    /* padding ayarı */
    font-size: 80%;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    border-radius: 0.25em;
    background-color: #28a745;
    /*aktif etiketi arka planı*/
    color: #fff;
    /*aktif etiket rengi*/
    margin-left: 5px;
}

.adres-table-container .table .label.pasif {
    background-color: #E10600;
}

.tablepasif tr {
    opacity: 30%;
}

.tablepasif tr:nth-child(1) {
    opacity: 100%;
}

/**/
.post_gonder {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.post_gonder .baslik {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 16px;
}



.post_gonder .file-upload {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #ced4da;
    border-radius: 5px;
    cursor: pointer;
}

.form-baslik {
    font-weight: 700;
    font-size: 15px;
    background-color: #e9ecef;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #495057;
}


/**/

.table-container {
    width: 100%;
}

.table-container a.siparis-link {
    font-weight: 700;
    color: #E10600;
    text-decoration: underline;
}

.table-container a.satis-faturasi {
    font-weight: 700;
    color: #E10600;
    text-decoration: underline;
    display: inline-flex;
}

.table-container a.satis-faturasi i {
    width: 20px;
    height: 20px;
    background: #E10600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-left: 5px;
    font-size: 11px;
}

.table-container .satis-faturasi-fiyat {
    font-weight: 700;
}


.table-container a.satis-faturasi:hover {
    color: #28A745;
}

.table-container a.satis-faturasi:hover i {
    background: #28A745;
    color: #fff;
}

.table-container.tablebox {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.table-container .form-genel {
    margin-bottom: 15px;
}

.table-container .table th {
    background-color: #e9ecef;
    color: #495057;
    border-bottom: 2px solid #dee2e6;
    text-align: left;
}

.table-container .table td {
    vertical-align: middle;
}

.table-container .table td.left {
    text-align: left;
}

.table-container .input-group {
    margin-bottom: 15px;

}

.table-container .bootstrap-datepicker {
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #ced4da;
    width: 100%;
    box-sizing: border-box;
}


.kilitle {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: hidden !important;
}

.kilitle::before {
    content: '';
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #00000091;
    z-index: 999;
}

.kilitle2::before {
    content: '';
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #00000091;
    z-index: 991;
}



/* Footer BaÅŸla*/

footer.footer2 {
    width: 100%;
    height: auto;
    background: #F9F9F9;
    padding: 0px 0px 0px 0px;
    color: #000;
    border-top: 2px solid #f1f1f1;
}

footer.footer2 .footer-ust {
    width: 100%;
    height: auto;
}

footer.footer2 .footer-ust .baslik {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 35px;
}

footer.footer2 .footer-ust .baslik h3 {
    height: auto;
    text-align: center;
    display: block;
    font-size: 1rem
}

footer.footer2 .footer-ust .baslik h3 span {
    height: auto;
    text-align: center;
    display: inline-block;
    background: #395FA9;
    padding: 2px 10px;
}

footer.footer2 .footer-ust .baslik p {
    display: block;
    font-size: 0.85rem;
    font-weight: 300;
    max-width: 40%;
    margin: 10px auto 20px;
}

footer.footer2 .footer-ust .baslik .icon {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

footer.footer2 .footer-ust .baslik:after {
    content: '';
    width: 25px;
    height: 3px;
    background: #395FA9;
    display: inline-block;
    position: relative;
}

footer.footer2 .footer-ust .baslik .icon img {
    height: 45px;
}

footer.footer2 .footer-ust .footer-iletisim {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer.footer2 .footer-ust .footer-iletisim .liste {
    display: flex;
    margin: 0px 30px
}

footer.footer2 .footer-ust .footer-iletisim .liste .icon {
    font-size: 30px;
}

footer.footer2 .footer-ust .footer-iletisim .liste .text {
    display: block;
    padding-left: 10px;
}

footer.footer2 .footer-ust .footer-iletisim .liste .text small {
    display: block;
    font-size: 0.80rem;
    font-weight: 300;
}

footer.footer2 .footer-ust .footer-iletisim .liste .text span {
    display: block;
    font-size: 0.90rem;
    font-weight: 700;
}

footer.footer2 .footer-orta {
    display: block;
    padding: 70px 0px;
}

footer.footer2 .footer-liste {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px
}

footer.footer2 .footer-liste span.baslikk {
    font-weight: 700;
    margin-bottom: 12px;
    display: block;
    font-size: 15px;
}

footer.footer2 .footer-liste li:nth-child(2) {
    padding-top: 0px;
    border: none;
}

footer.footer2 .footer-liste li {
    width: 100%;
    height: auto;
    padding: 3px 0px;
    list-style: none;
    border-top: 1px solid #ffffff0f;
}

footer.footer2 .footer-liste li a {
    opacity: 80%;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    line-height: 1.5;
    display: block;
}

footer.footer2 .footer-liste li a:hover {
    color: #E10600;
    opacity: 100%;
    font-weight: 600;
    text-decoration: underline;
}

footer.footer2 .footer-liste.fotogaleri {
    height: auto;
}

footer.footer2 .footer-liste.fotogaleri li {
    width: 23%;
    height: auto;
    display: inline-block;
    margin-top: -1px;
}

footer.footer2 .footer-liste.fotogaleri li a img {
    width: 100%;
}

footer.footer2 .footer-liste.fotogaleri li a {
    width: 100%;
    position: relative;
    display: flex;
}

footer.footer2 .footer-liste.fotogaleri li a .zoom {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    background: #2B2A29;
    opacity: 0;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer.footer2 .footer-liste.fotogaleri li a:hover .zoom {
    opacity: 60%;
}

footer.footer2 .footer-alt {
    width: 100%;
    height: auto;
    padding: 20px 0px;
}

footer.footer2 .footer-alt li {
    list-style: none;
    display: inline-block;
}

footer.footer2 .footer-alt li a {
    color: #0B0C0E;
    padding: 0px 50px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
}

footer.footer2 .footer-alt li a i {
    padding-right: 10px;
}

footer.footer2 .footer-bilgi {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 20px 0px;
    color: #0B0C0E;
    border-bottom: 2px solid #ececec;
}

footer.footer2 .footer-bilgi .sosyal {
    width: auto;
}

footer.footer2 .footer-bilgi .sosyal li {
    display: inline-block;
    margin-left: 5px;
}

footer.footer2 .footer-bilgi .sosyal li a {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #2B2A29;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

footer.footer2 .footer-bilgi .sosyal li a:hover {
    background: #2B2A29;
    color: #fff;
}

footer.footer2 .footer-bilgi .bilgi-baslik {
    margin-right: 16px;
}

footer.footer2 .footer-firma {
    width: 100%;
    height: auto;
}

footer.footer2 .footer-firma {
    width: 100%;
    height: auto;
    padding: 12px 0px;
    background: #fff;
    border-top: 1px solid #ececec;
}

footer.footer2 .footer-firma .footer-text {
    font-size: 0.75rem;
    opacity: 80%;
    color: #0B0C0E;
}

footer.footer2 .footer-firma .footer-logo {
    height: 20px;
    display: flex;
    margin-left: auto;
}

footer.footer2 .footer-firma .footer-logo img {
    height: 100%;
}

footer.footer2 .footer-liste .footer-baslik {
    font-weight: 600;
    margin-bottom: 12px;
    display: block;
    text-transform: uppercase;
    font-size: 0.90rem;
}

footer.footer2 .footer-liste .footer-text {
    opacity: 0.8;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
}

footer.footer2 .footer-liste .footer-text span {
    display: block;
}

footer.footer2 .footer-liste .footer-sosyal {
    position: relative;
    display: block;
    width: auto;
    margin-top: 25px;
    padding: 0px;
}

footer.footer2 .footer-liste .footer-sosyal li {
    display: inline-block;
    list-style: none;
    margin-right: 17px;
    padding-left: 0px;
    padding-right: 0px;
    width: auto;
    border: none;
}

footer.footer2 .footer-liste .footer-sosyal li a {
    font-size: 18px;
    color: #fff;
}

footer.footer2 .footer-liste2 {
    width: 100%;
    height: auto;
    text-align: center;
}

footer.footer2 .footer-liste2 li:first-child {
    margin-left: 0px;
}

footer.footer2 .footer-liste2 li {
    width: auto;
    height: auto;
    margin-left: 25px;
    list-style: none;
    display: inline-block;
}

footer.footer2 .footer-liste2 li a {
    opacity: 80%;
    font-weight: 300;
    font-size: 0.80rem;
    color: #555654;
}

footer.footer2 .footer-banka {
    width: 100%;
    height: auto;
    display: block;
}

footer.footer2 .footer-banka li:first-child {
    margin-left: 0px;
}

footer.footer2 .footer-banka li {
    display: inline-block;
    list-style: none;
    margin-left: 80px;
}

footer.footer2 .footer-banka li img {
    height: 15px;
}

footer.footer2 .footer-firmalar {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0px;
    border-top: 1px solid #f1f1f1;
    background: #fff;
}

footer.footer2 .footer-firmalar .logo22 {
    margin-right: 20px;
}

footer.footer2 .footer-firmalar .logo11 {
    margin-right: 0px;
}

footer.footer2 .footer-firmalar span,
footer.footer2 .logolarcift a {
    height: auto;
    font-weight: 700;
    font-size: 14px;
    color: #000;
}

footer.footer2 .logolarcift a:hover {
    color: #E3000F;
    text-decoration: underline;
}

footer.footer2 .logolarcift {
    display: flex;
    align-items: center;
    margin-left: 35px;
    padding-left: 35px;
    border-left: 1px solid #ececec;
}

footer.footer2 .logolarcift img {
    height: 60px;
    width: auto;
}

.e-bulten {
    display: block;
}

.e-bulten .input {
    padding: 12px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    margin-right: 10px;
    flex: 1;
    /* inputun olabildiğince genişlemesi */
    font-size: 1.0em;
    width: 100%;
    box-sizing: border-box;

}

.e-bulten .submit {
    padding: 12px 20px;
    background-color: #E10600;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 1.0em;
    white-space: nowrap;
    /* Buton metninin alt alta geçmesini önler*/

}

.e-bulten .submit:hover {
    background-color: #E10600;
    /* Buton rengi hover */
}

.e-bulten .ebultenload {
    position: absolute;
    left: 0;
    bottom: -25px;
    font-size: 0.9em;
    color: red;
}

/*page-uyelik*/

.page-uyelik h2 {
    width: 100%;
    height: auto;
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 20px;
}

.page-uyelik {
    background-color: #f8f9fa;
    padding: 60px 0;
}

.page-uyelik .card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-uyelik .card-body {
    padding: 40px;
}

.modal-xxl {
    max-width: 95%;
}

.sepet-modal {
    font-size: 14px;
}

.sepet-modal .adet-input {
    max-width: 70px;
}

ul.list-unstyled {
    padding-inline-start: 10px;
    list-style: none;
    margin: 0;
    font-size: 15px;
}

ul.list-unstyled li {
    margin-bottom: 0px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #f1f1f1;
    flex-wrap: wrap;
    /* Metin uzun olduğunda satır sonuna geçmesini sağlar */
}

ul.list-unstyled li:last-child {
    border-bottom: none;
}

ul.list-unstyled li span.fw-semibold {
    font-weight: 600;
    color: #333;
}

ul.list-unstyled li .text-muted {
    color: #888;
    word-wrap: break-word;
}

ul.list-unstyled li .text-danger {
    color: #e74c3c;
    font-weight: bold;
}

/* Alternatif Nolar kısmı */
ul.list-unstyled li .text-muted {
    word-wrap: break-word;
    line-height: 1.4;
}

ul.list-unstyled li .list-sag {
    text-align: right;
    display: flex;
    justify-content: right;
}


.hesapbilgileri {
    width: 100%;
}

.hesapbilgileri input {
    opacity: 0;
    position: absolute;
}

.hesapbilgileri .bank-logo {
    display: block;
    max-width: 120px;
    margin: 0 auto 20px;
}


.hesapbilgileri .bank-card {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 15px;
}

.hesapbilgileri .bank-name {
    font-size: 17px;
    font-weight: bold;
    color: #E10600 !important;
}

.hesapbilgileri.sepet3 .bank-name {
    font-size: 15px !important;
}

.hesapbilgileri.sepet3 .bank-details {
    font-size: 14px !important;
    display: flex !important;
    align-items: center !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.hesapbilgileri.sepet3.bank-details button {

    margin-left: 5px !important;
}

.hesapbilgileri.sepet3 .bank-details strong {
    margin-bottom: 0px !important;
}

.bank-details {
    font-size: 15px;
    margin-bottom: 0px;
    color: #555 !important;
    margin-top: 15px;
}

.bank-details button,.kopyala-buton  {
    font-size: 14px;
    border-radius: 30px;
    font-weight: 600;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    color: #000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background: transparent;
}

.hesapbilgileri .alert-custom {
    background: #ffeeba;
    border-left: 5px solid #ffc107;
    padding: 15px;
    border-radius: 8px;
    font-size: 14px;
    margin-top: 20px;
}

.siparis_ozeti_container .alert-custom {
    background: #ffeeba;
    border-left: 5px solid #ffc107;
    padding: 15px;
    border-radius: 8px;
    font-size: 14px;
    margin-top: 20px;
}

.email-link {
    color: #dc3545;
    font-weight: bold;
    text-decoration: none;
}

.hesapbilgileri .email-link:hover {
    text-decoration: underline;
}


.iade-garanti {
    width: 100%;
}

.iade-garanti .section-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.iade-garanti .list-group {
    padding: 0;
    margin-bottom: 30px;
}

.iade-garanti .list-group-item {
    display: flex;
    align-items: center;
    font-size: 15px;
    padding: 12px;
    border: 1px solid #ddd;
    background: #fff;
    margin-bottom: 8px;
    border-radius: 6px;
}

.iade-garanti .list-group-item i {
    font-size: 18px;
    margin-right: 10px;
    color: #E10600;
}

.page-urunler-listele-resimler {
    width: 100%;
    margin-bottom: 20px;
    display: block;
    transition: all 0.3s ease;
}

.page-urunler-listele-resimler .img-thumbnail {
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.4s ease, transform 0.3s ease;
    position: relative;
}

.page-urunler-listele-resimler:hover .img-thumbnail {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
}

.page-urunler-listele-resimler .image {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.page-urunler-listele-resimler .image img {
    max-width: 100%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.page-urunler-listele-resimler:hover .image img {
    transform: scale(1.15) rotate(2deg);
}

.page-urunler-listele-resimler .image .zoom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    background: rgba(0, 0, 0, 0.4);
}

.page-urunler-listele-resimler:hover .image .zoom {
    opacity: 1;
}

.page-urunler-listele-resimler .image .zoom i {
    font-size: 30px;
    color: #fff;
    background: #e10700d0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.page-urunler-listele-resimler .image .zoom i:hover {
    transform: scale(1.1);
}

.page-urunler-listele-resimler .images-list-text {
    width: 100%;
    height: 60px;
    text-align: center;
    padding: 10px 0;
    color: #555;
    line-height: 1.5;
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #f8f9fa;
    transition: color 0.3s ease, background 0.3s ease;
    border-top: 1px solid #e0e0e0;
    border-radius: 0 0 15px 15px;
}

.page-urunler-listele-resimler:hover .images-list-text {
    color: #E10600;
    background: #e9ecef;
}


.dosya-kutusu {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #ddd;
    transition: 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dosya-kutusu:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

.dosya-kutusu .dosya-icon {
    font-size: 24px;
    color: #E10600;
}

.dosya-kutusu .dosya-aciklama {
    flex-grow: 1;
}

.dosya-kutusu .dosya-aciklama .baslik {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.dosya-kutusu .btn-indir {
    background: #E10600;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s ease;
}

.dosya-kutusu .btn-indir:hover {
    background: #E10600;
}


.iletisim-bilgi {
    width: 100%;
}

.iletisim-bilgi h3 {
    color: #E10600;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 20px;
}

.iletisim-bilgi .bilgi-item {
    margin-bottom: 12px;
    font-size: 16px;
}

.iletisim-bilgi .bilgi-item i {
    margin-right: 10px;
    color: #E10600;
}

.iletisim-bilgi .bilgi-item a {
    color: #333;
    text-decoration: none;
}

.iletisim-bilgi .bilgi-item a:hover {
    color: #E10600;
}

.pagination .page-item {
    margin-right: 0px;
}

.pagination .page-item .page-link {
    border-radius: 0px;
    color: #000000;
    font-size: 13px;
    font-weight: 600;
}

.pagination .page-item .page-link:focus {
    box-shadow: none;
}

.pagination .page-item.active .page-link {
    background: #E10600;
    border-color: #E10600;
    color: #fff;
}

.page-link {
    cursor: pointer;
}

/**/
.success-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.success-container .success-box {
    background: white;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    border-left: 5px solid #28a745;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.success-container .success-box i {
    font-size: 50px;
    color: #28a745;
    margin-bottom: 15px;
}

.success-container .success-box h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.success-container .success-box p {
    font-size: 16px;
    color: #555;
}

.success-container .login-button {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background: #E10600;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}

.success-container .login-button:hover {
    background: #E10600;
}

.warning-container {
    display: flex;
    justify-content: center;
}

.warning-box {
    background: white;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #ffa000;
}

.warning-box i {
    font-size: 50px;
    color: #ffa000;
    margin-bottom: 15px;
}

.warning-box h2 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #d68600;
}

.warning-box p {
    font-size: 16px;
    color: #555;
}

.login-button {
    background: #ffa000;
    color: white;
}

.login-button:hover {
    background: #d68600;
}

/*favorimodall*/

.favorimodall .form-label {
    font-size: 16px;
}

.favorimodall table {
    font-size: 16px;
}

.favorimodall table td {
    vertical-align: middle;
}

.favorimodall .btn {
    margin-left: auto;
}

.favorimodall #favoriklasorler td:nth-child(2) {
    text-align: right;
}

.favorimodall .btn-outline {
    padding: 3px 15px;
    font-size: 15px;
    border-radius: 30px;
    font-weight: 600;
    border: 2px solid #e10600;
    color: #e10600;
}

.form-select:focus,
.form-control:focus {
    box-shadow: none;
    border-color: #E10600;
}


/*//*/

.hakkimizda-section {
    width: 100%;
}

.hakkimizda-section .hakkimizda-content {
    width: 100%;
}

.hakkimizda-section .section-title {
    font-size: 32px;
    color: #d42b2b;
    margin-bottom: 20px;
}

.hakkimizda-section .section-subtitle {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #333;
}

.hakkimizda-section .highlight {
    color: #d42b2b;
}

.hakkimizda-section .timeline {
    margin: 30px 0;
}

.hakkimizda-section .timeline-item {
    padding: 10px 0;
    border-left: 3px solid #d42b2b;
    padding-left: 15px;
    margin-bottom: 10px;
    position: relative;
}

.hakkimizda-section .timeline-item .year {
    font-weight: bold;
    color: #d42b2b;
    margin-right: 5px;
}

.hakkimizda-section .purpose-list,
.hakkimizda-section .checklist {
    list-style: none;
    padding-left: 20px;
}

.hakkimizda-section .purpose-list li {
    display: flex;
    align-items: center;
}

.hakkimizda-section .purpose-list li::before {
    content: "\e35f";
    color: #d42b2b;
    font-family: uicons-regular-rounded !important;
    margin-right: 9px;
}

.hakkimizda-section .checklist li {
    margin-bottom: 8px;
}

.hakkimizda-section .checklist li::before {
    content: "\e35f";
    margin-right: 9px;
    color: #d42b2b;
    font-family: uicons-regular-rounded !important;
}

.hakkimizda-section p {
    margin-bottom: 20px;
    line-height: 1.7;
    color: #555;
}