.nadir-inputs {
    position: relative;
    border-radius: 5px !important;
}

.nadir-inputs .form-control {
    height: 45px;
    font-weight:500;
}

.nadir-inputs .form-control:focus {
    box-shadow: none;
    border: 1px solid #931817;
}

.nadir-inputs i {
    position: absolute;
    right: 10px;
    top: 15px;
}

.nadir-inputs input:hover {
    border-radius: 5px;
}

.nadir-inputs input::placeholder {
    color: rgba(128, 128, 128, 0.7);
    font-style: normal;
}

.nadir-inputs input:hover {
    border: 1px solid #931817;
}

.btnHover:hover {
    text-decoration: none;
}

.btnHover.nadir-solid {
    color: #931817;
    background-color: transparent;
}

.btnHover.nadir-solid:hover {
    border: 1px solid #931817;
}

.btnHover.button-solid {
    color: #931817;
    border: 1px solid #931817;
}

.btnHover.button-solid:hover {
    color: #fff;
    background-color: #931817;
}

.btnHover.nadir {
    color: white;
    background-color: #931817;
}

.btnHover.nadir:hover {
    background-color: #6f0b0b;
}

.nadirHead .ttl h1,
.nadirHead .ttl h2,
.nadirHead .ttl h3,
.nadirHead .ttl h4,
.nadirHead .ttl h5,
.nadirHead .ttl h6,
.nadirHead .ttl span {
    border-left: 2px solid #6f0b0b;
    margin: 0;
    color: #6f0b0b;
    padding-left: 15px;
    font-weight: 300;
    font-size: 18px;
    display: inline-block;
    line-height: inherit;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.nadirItem .title h4 a {
    line-height: 22px;
    height: 44px;
}

.nadirBook {
    font-size: 14px;
    color: #000;
    margin-top: 2px;
    font-weight: 300;
    text-decoration: none;
}

.nadirBook:hover {
    color: #6f0b0b;
}

.nadirItem {
    width: 100%;
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.nadirItem .media-wrapper {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    border-radius: 0;
    background-color: #f8f8f8;
}

.nadirItem .media-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.nadirItem .productItem {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-grow: 1;
}

.nadirItem .add-to-cart-button {
    display: none;
}

.nadirItem:hover .add-to-cart-button {
    display: block;
}

.favorite-heart {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 3;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

.favorite-heart i {
    font-size: 16px;
    color: #931817;
}

.favorite-heart[data-favori="1"] i {
    font-weight: 900;
}

.nadirItem .title h4 a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.nadirItem .title h4 {
    margin: 0
}

.nadirItem .seller {
    margin: 5px 0 0 0;
    height: 22px
}

.sellerName {
    color: #6f0b0b;
    text-decoration: none;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 180px;
    vertical-align: middle;
}

@media (max-width: 992px) {
    .message-folders {
        display: none;
    }
}

@media (max-width: 600px) {
    .sellerName {
        font-size: 14px;
    }

    .sellerName i {
        font-size: 14px;
        margin-left: 3px;
    }
}


.mobilebtnHover.giris {
    color: #931817;
    background-color: transparent;
    border: 1px solid #931817;
}

.mobilebtnHover.giris:hover {
    background-color: #931817;
    color: white;
}



.sellerName i {
    margin-left: 5px;
    /* Ä°kon ile metin arasÄ±ndaki boÅŸluk */
    font-size: 16px;
    /* Ä°kon boyutunu mobil ekran iÃ§in optimize edin */
    vertical-align: middle;
}

.nadirItem:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    border-color: #ccc;
}

.story-link {
    text-decoration: none;
    color: inherit;
    text-align: center;
}

/* Story Wrapper iÃ§in KaydÄ±rma Ã–zelliÄŸi */
.story-wrapper {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 19px;
}

.story-wrapper::-webkit-scrollbar {
    display: none;
    /* WebKit tarayÄ±cÄ±larÄ±nda kaydÄ±rma Ã§ubuÄŸunu gizle */
}

/* Story ElemanlarÄ±nÄ±n Ã‡ember YapÄ±sÄ± */
.story-circle {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: linear-gradient(45deg, #931817, #b32a2a, #d64545);
    padding: 2px;
}

.story-circle img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    background-color: #fff;
    padding: 2px;
}

.story-link {
    text-decoration: none;
    color: inherit;
    text-align: center;
}

.story-text {
    margin-top: 8px;
    font-size: 12px;
}

.dropdown-menu {
    min-width: 300px;
    padding: 0px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.dropdown-item img {
    margin-right: 0px;
}

.app-img {
    max-width: 100%;
    height: auto;
}

.nadirfooter {
    background-color: rgba(251, 246, 244, 1);
    display: block;
    padding: 3px 0 5px;
}

.nadirow {
    color: rgba(0, 0, 0, .75);
    padding: 60px 15px 15px;
    font-size: 16px;
    margin-left: -15px;
}

.title-footer {
    font-weight: 600;

}

.ul-class {
    padding-left: 0;
    list-style: none;
    cursor: pointer;
    margin: 30px 0 60px;
}

.ul-class li a {
    color: rgba(0, 0, 0, .5);
    margin-bottom: 11px;
    display: block;
    text-decoration: none;
    font-size: 13px;
    font-weight: 300;
}

.ul-class li a:hover {
    color: #931817;
}

.footer-row {
    background-color: rgba(0, 0, 0, .02);
    padding: 30px;
    margin-bottom: 20px;
    display: block;
}

.span-text {
    margin-top: 20px;
    font-weight: 300;
    font-size: 14px;
}

.footer-row span {
    display: inline-block;
}

.social-icon {
    color: black;
    text-decoration: none;
}

.social-icon:hover {
    color: #931817;
}

.paranguvende {
    font-size: 24px;
    line-height: 29px;
    color: #444;
    font-weight: 900;
    min-height: 25px;
}

.custom-dropdown-section {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1644px;
    padding: 0px 13px;
    /* margin: 0px auto; */
}

.custom-dropdown-item {
    flex: 1 1 auto;
    display: flex;
    flex-flow: wrap;
    padding: 0px 24px 70px 0px;
}

.custom-dropdown-item a {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 3px;
}


.custom-dropdown-menu a.nav-link:hover {
    color: #931817;
    text-decoration: none;
    transition: all 0.3s ease;
}

.custom-dropdown-menu {
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 12;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(227, 227, 227, 0.5) 1px 1px 3px 0px;
    border-bottom: 1px solid rgb(227, 227, 227);
    display: none;
    margin-top: 8px;
    padding: 16px;
}

.custom-dropdown-menu.active {
    display: block;
}


.footer-category-card {
    border: 1px solid #e0e0e0;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 20px;
    border-radius:5px;
}

.footer-category-card img {
    max-width: 100%;
}

.footer-category-title {
    font-weight: 200;
    margin-top: 15px;
    padding-bottom: 15px;
    font-size: 17px;
    color: #6f0b0b;

}

.footer-category-list a {
    margin: 0;
    font-size: 14px;
    line-height: 2.1rem;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.87);
    display: flex;
    text-decoration: none;
    text-align: left;
    margin-left: 15px;
    margin-right: 15px;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.footer-category-list a span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    min-width: 0;
}

.footer-category-list i {
    color: rgb(147, 24, 23, 0.50);
    flex-shrink: 0;
    margin-left: 8px;
}

.footer-category-list a:hover {
    color: #931817;
    transform: translateX(2%) translateX(1px);
}

.footer-view-more {
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    color: #931817;
    font-weight: 300;
    margin-top: 15px;
    display: block;
    text-decoration: none;
    text-align: left;
    margin-left: 15px;
    margin-right: 15px;
}

.footer-category-list {
    background-color: #f9fafb;
}

.footer-category-title:hover::after {
    transform: translateY(-50%) translateX(5px);
}

.nadir-font {
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.bg-nadir {
    background-color: #931817;
}

.bg-nadir-light {
    background-color: rgba(251, 246, 244, 1);
}

.nadir-color {
    color: #931817;
}

.cargo {
    background-color: #effbf5;
    border-radius: 5px;
}

.cargo span {
    font-size: 13px;
}

.spec {
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    background: #fff;
    margin-top: 20px;
    padding: 20px;
}

.spec-list {
    -moz-column-count: 2;
    column-count: 2;
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: block;
    margin-top: 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.spec-column {
    border-radius: 6px;
    background: #f2f2f2;
    padding: 15px 15px 15px 15px;
    margin-bottom: 10px;
    height: -moz-fit-content;
    height: fit-content;
}

.spec-column span i {
    font-family: 'Inter' sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
}

.spec-column span b {
    font-family: 'Inter' sans-serif;
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 0;
}

.spec-desc {
    float: inline-end;
}

.spec-span {
    margin-top: 30px;
    display: block;
}

.spec-title {
    font-size: 26px;
    font-weight: 500;
    font-family: 'Inter' sans-serif;
}

.price {
    font-size: 19px;
    font-weight: 600;
    text-decoration: none;
}

.price:hover {
    color: #6f0b0b;
}

.seller-box {
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}

.question {
    text-decoration: none;
    color: #931817;
    font-size: 13px;
    font-weight: 500;
}

.question:hover {
    color: #6f0b0b;
    text-decoration: underline;
}

.seller-detail-button {
    bottom: -25px;
    background-color: #aeb4b7;
    padding: 10px;
    border-radius: 8px;
    width: 50%;
    font-size: 14px;
}

.seller-detail-button:hover {
    background-color: #931817;
}

.favori {
    bottom: 0px;
    background-color: #aeb4b7;
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
}

.bg-light-pink {
    background-color: #fcf7f4;
}

/* Sahaflar */

.brand-icons {
    display: flex;
    gap: 5px;
}

.brand-icons img {
    width: 20px;
    height: 20px;
}

.alphabet-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0;
}

.alphabet-links a {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    color: #931817;
    text-decoration: none;
    padding: 5px 10px;
}

.alphabet-links a:hover {
    text-decoration: underline;
}

.brand-list ul {
    padding-left: 0;
    list-style: none;
}

.brand-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.brand-list a {
    text-decoration: none;
    color: #444;
    font-size: 14px;
    font-weight: 400;
}

.brand-list a:hover {
    color: #931817;
    text-decoration: underline;
}

.brand-header {
    /* background-color: #f8f9fa; */
    padding-top: 2px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    /* border: 1px solid #ddd; */
    /* border-radius: 5px; */
}

.brand-header h2 {
    margin: 0;
    font-size: 18px;
    color: #931817;
}

* .sahaf-icon-circle {
    width: 60px;
    height: 60px;
    background-color: #ffece1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #931817;
}

.sahaf-card {
    border: 1px solid #f0f0f0;
}

@media (max-width: 992px) {
    .sahaf-card {
        flex-direction: column !important;
        text-align: center;
        padding: 12px 8px !important;
    }
    .sahaf-card .sahaf-icon-circle {
        width: 40px;
        height: 40px;
        font-size: 16px;
        margin-right: 0 !important;
        margin-bottom: 8px;
    }
    .sahaf-card h6 {
        font-size: 11px !important;
    }
    .sahaf-card h5 {
        font-size: 16px !important;
    }
}


/* Genel Kart Stil */
.box-login {
    border: 1px solid #f0f0f0;
    background-color: #fff;
}

/* BaÅŸlÄ±k Stili */
.a12brd {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

/* Buton ve Dropdown Stili */
.btn-brd {
    border: 1px solid #ccc;
    background-color: #f8f9fa;
}

.btn-brd:hover {
    background-color: #e2e6ea;
}

.dropdown-menu {
    border: 1px solid #ddd;
    background-color: #fff;
}

/* Arama AlanÄ± ve Buton */
input.form-control, textarea.form-control, select.form-select {
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 10px;
    color: #000000;
    font-weight: 500;
}

input.form-control::placeholder,
textarea.form-control::placeholder {
    color: #999;
    font-weight: 300;
}

input.form-control:focus {
    border-color: #931817;
    box-shadow: 0 0 5px rgba(240, 90, 34, 0.5);
}

/* SatÄ±r AralÄ±klarÄ± */
.margin-top10 {
    margin-top: 10px;
}

.mb-margin-top10 {
    margin-bottom: 10px;
}

.mt-4 {
    margin-top: 20px;
}

.seller-a-hover:hover {
    color: #931817 !important;
}

.seller-a-hover:active {
    color: #931817 !important;
}

.nadir-outline {
    color: #931817;
    border: 1px solid #931817;
}

.nadir-outline:hover {
    color: #fff;
    background-color: #931817;
}

.accordion-button {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color: rgb(101, 101, 101);
    box-shadow: none !important;
    transition: background-color 0.3s ease, color 0.3s ease;
    padding-left: 0px !important;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #931817;
    background-color: transparent !important;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(90deg);
}

.accordion-body {
    padding: 1px;
    border-bottom: none !important;
    border-top: none !important;
}

input[type="checkbox"] {
    margin-right: 8px;
    color: #931817;
}

.form-range {
    accent-color: #931817 !important;
}

#priceMin,
#priceMax {
    font-weight: 400;
    color: #333;
    font-family: "Inter", sans-serif;
}

.accordion-item {
    background-color: none !important;
    border-left: none !important;
    border-right: none !important;
}

.accordion-collapse li {
    font-weight: 200;
    font-family: "Inter", sans-serif;
}

.staticpage p {
    font-size: 15px;
    font-weight: 300;
}

.staticpage strong {
    font-weight: 500;

}

.listFont a {
    font-size: 15px;
    font-weight: 300;
}

.staticpage li {
    font-size: 15px;
    font-weight: 300;
}

.order-content {
    display: flex;
    flex-direction: row;
    /* max-width: 900px; */
    width: 100%;
}

.modal-left {
    background-image: url('https://via.placeholder.com/400x600');
    /* GÃ¶rsel URL'sini buraya ekleyin */
    background-size: cover;
    background-position: center;
    width: 50%;
}

.modal-right {
    width: 50%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.social-buttons img {
    width: 40px;
    height: 40px;
    margin: 5px;
    cursor: pointer;
}

.btn-google {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    background-color: #4285F4;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 4px;
}

.btn-google img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

/* GiriÅŸ Yap Modal */

.or-divider {
    position: relative;
    color: #6f0b0b;
    margin: 20px 0;
    text-align: center;
    font-weight: 200;
    font-size: 1rem;
}

.or-divider::before,
.or-divider::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40%;
    height: 0.1px;
    background-color: #6f0b0b;
}

.or-divider::before {
    left: 0;
}

.or-divider::after {
    right: 0;
}

/* GiriÅŸ Yap Modal */

/* KayÄ±t Ol  Modal */

.or-divider-register {
    position: relative;
    color: #6f0b0b;
    margin: 20px 0;
    text-align: center;
    font-weight: 200;
    font-size: 1rem;
}

.or-divider-register::before,
.or-divider-register::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 35%;
    height: 0.1px;
    background-color: #6f0b0b;
}

.or-divider-register::before {
    left: 0;
}

.or-divider-register::after {
    right: 0;
}

/* KayÄ±t Ol  Modal */

.menu-item {
    cursor: pointer;
    transition: background-color 0.1s ease;
    color: #6f0b0b;
}

.menu-item:hover {
    background-color: #6f0b0b;
    color: #ffffff;
}

.content-section {
    display: none;
}

.content-section.active {
    display: block;
}

.user-menu-item {
    cursor: pointer;
    transition: background-color 0.1s ease;
    color: #6f0b0b;
}

.user-menu-item:hover {
    background-color: #6f0b0b;
    color: #ffffff;
}

.content-section {
    display: none;
}

.content-section.active {
    display: block;
}

.custom-free-shipping-notice {
    background-color: #eeeeee;
}

.custom-free-shipping-notice strong {
    font-weight: 600;
}

.custom-cart-title {
    font-size: 1.5rem;
    font-weight: 200;
    text-transform: uppercase;

}

.custom-seller-card {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px;
    background-color: #fff;
}

.custom-seller-title strong {
    font-weight: 500;
}

.custom-seller-header {
    font-weight: 300;
    font-size: 0.95rem;
}

.custom-product-card {
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 15px;
}

.custom-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.custom-product-title {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 5px;
}

.custom-delivery {
    font-size:0.85rem;
    font-weight: 200;
}

.seller-order-list-text {
    font-size:13px;
    font-weight: 300;
}

.custom-product-quantity button {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f5f5f5;
    font-size: 1rem;
    text-align: center;
}

.custom-product-quantity input {
    width: 40px;
    text-align: center;
    border: 1px solid #ddd;
    margin: 0 5px;
}

.custom-product-price {
    font-size: 1rem;
    font-weight: 500;
}

.custom-btn-remove {
    background-color: transparent;
    border: none;
    color: #ff5a5a;
    cursor: pointer;
}

/* Ã–zel Pagination Stilleri */
.nadir-pagination {
    gap: 5px;
}

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

.nadir-pagination .nadir-page-link {
    color: #931817;
    border: 1px solid #dee2e6;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: #fff;
    display: block;
    border-radius: 4px;
}

/* Aktif sayfa stili */
.nadir-pagination .nadir-page-item.active .nadir-page-link {
    background-color: #931817;
    border-color: #931817;
    color: #fff;
    font-weight: 400;
}

/* Hover efekti */
.nadir-pagination .nadir-page-link:hover {
    background-color: rgba(147, 24, 23, 0.1);
    color: #931817;
    border-color: #931817;
}

/* Disabled durum stili */
.nadir-pagination .nadir-page-item.disabled .nadir-page-link {
    color: #6c757d;
    background-color: #f8f9fa;
    border-color: #dee2e6;
    pointer-events: none;
}

/* Ok iÅŸaretleri iÃ§in Ã¶zel stil */
.nadir-pagination .nadir-page-link[aria-label] {
    padding: 8px 12px;
}

/* Responsive ayarlar */
@media (max-width: 576px) {
    .nadir-pagination {
        gap: 2px;
    }
    
    .nadir-pagination .nadir-page-link {
        padding: 6px 12px;
        font-size: 13px;
    }
}

.date-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
}
.card-img-container {
    position: relative;
}
.card-text {
    overflow: hidden;
    text-overflow: ellipsis;
}

.blogtext p {
    font-weight: 200;
    font-size: 15px;
}

.blogtext h5 {
    font-weight: 300;
    font-size:17px;
}

.blogtext a {
    text-decoration: none;
    color: black;
    font-weight: 400;
}

.blogtext a:hover{
    color: #931817;
}

.blogtext button {
    font-weight:200;
    font-size:15px;
}

.blogtext svg:hover {
    color: #931817;
}

/* Tab MenÃ¼ Stilleri */
.nav-tabs {
    border-bottom: 0.5px solid #dee2e6;
}

.nav-tabs .nav-link {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: rgb(101, 101, 101);
    border: none;
    border-bottom: 2px solid transparent;
    padding: 12px 20px;
    margin-right: 10px;
    transition: all 0.3s ease;
    font-size: 14px;
}

.nav-tabs .nav-link:hover {
    border-color: transparent;
    color: #931817;
}

.nav-tabs .nav-link.active {
    color: #931817;
    background-color: transparent;
    border: none;
    /* border-bottom: 2px solid #931817; */
}
@media (max-width: 768px) {
    .mobileTitle {
        display: none!important;
    }

    .mobileTitleh5 {
        font-size:15px!important;
        font-weight: 400!important;
    }
}

.mobileTitleh5 {
    font-weight: 400;
    font-size: 18px;
}

/* Tab Ä°Ã§erik AlanÄ± */
.tab-content {
    background-color: #fff;
    /* border: 1px solid #dee2e6; */
    border-top: none;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.tab-content input {
    font-size:14px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
}

.selectClass {
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    opacity: 0.5;
}

.ss-main {
    border: 0px solid #ccc!important;
}

.accordion-body {
    font-weight: 300;
    font-size: 15px;
}

.accordion-body h4 {
    font-weight: 300;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 10px;
    color: #931817;
}

.blog-content {
    font-family: 'Inter', sans-serif;
}

.blog-content p {
    margin-bottom: 1.5rem;
}

.share-icons a:hover {
    color: #931817 !important;
}

.profile h1 {
    font-size: 20px;
    font-weight: 200;
    padding-left: 8px;
    border-left: 1px solid #931817;
}

.profile h6 {
    font-size: 20px;
    font-weight: 200;
    padding-left: 8px;
    font-family: 'Inter', sans-serif;
    border-left: 1px solid #931817;
}

.message-folders ul li {
    padding: 8px;
    font-size: 18px;
    font-weight: 300;
}

.message-folders ul li.active {
    background-color: #931817;
    color: #931817;
}

.message-folders ul li a {
    font-size:15px;
}

.message-folders ul li a {
    color: #333;
    text-decoration: none;
}

.message-folders .active a {
    color: #fff;
}

.message-folders .active a:hover {
    color: #fff;
}

.folders-header {
    margin-top: 20px;
    padding: 10px 0;
    border-top: 1px solid #eee;
}

.edit-link {
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
}

.message-content {
    background-color: #f8f9fa;
    border-radius: 4px;
}

.message-folders li {
    padding: 8px;
    transition: all 0.3s ease;
}

.message-folders li a {
    color: #333;
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: 300;
}

.message-folders li:hover a {
    color: #931817;
}

.message-folders li.active {
    background-color: #931817;
}

.message-folders li.active a {
    color: #fff;
} 

.password-strength {
    font-size: 14px;
}

.strength-bars {
    display: flex;
    gap: 5px;
    margin-bottom: 5px;
}

.strength-bars span {
    height: 5px;
    width: 25%;
    background-color: #e0e0e0;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.strength-text {
    font-size: 12px;
    color: #666;
}

/* GÃ¼Ã§ seviyeleri iÃ§in renkler */
.very-weak span:nth-child(1) { background-color: #ff4444; }
.weak span:nth-child(1),
.weak span:nth-child(2) { background-color: #ffa700; }
.medium span:nth-child(1),
.medium span:nth-child(2),
.medium span:nth-child(3) { background-color: #ffdb4a; }
.strong span { background-color: #00C851; }

.message-avatar {
    border: 1px solid #ccc;
    border-radius: 50%;
}

.trashbin {
    font-size:14px;
}

.trashbin:hover {
    color:#931817;
}


.message-content {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
}

.message-bubble .message-text {
    border-radius: 18px !important;
    position: relative;
}

.message-bubble.received .message-text {
    background-color: #f8f9fa;
    border-bottom-left-radius: 5px !important;
}

.message-bubble.sent .message-text {
    background-color: #931817;
    color: #fff;
    border-bottom-right-radius: 5px !important;
}

.message-bubble.sent .message-text small {
    color: rgba(255,255,255,0.8) !important;
}

.reply-form {
    position: relative;
}

.reply-form textarea {
    resize: none;
    padding-right: 50px;
    border-radius: 10px;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}

.reply-form textarea:focus {
    border-color: #931817;
    box-shadow: none;
}

.message-send-btn {
    position: absolute;
    right: 8px;
    bottom: 25px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #931817;
    color: #fff;
    border: none;
    transition: all 0.3s ease;
}

.message-send-btn:hover {
    background: #6f0b0b;
    color: #fff;
    transform: scale(1.05);
}

.message-send-btn i {
    font-size: 18px;
}

.mobileMenuList a {
    display: grid;
    flex-direction: column;
    color: black;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
    padding-left: 8px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.mobile-message-folders button {
    font-weight: 400!important;
    font-size: 14px!important;
}

.mobileMenuList a.active {
    background-color: #931817;
    color:#fff;
}
.menuList {
    display: grid;
    flex-direction: column;
    overflow: hidden;
}

.menuList a {
    color: #931817;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
}

.menuList a.active {
    background-color: #931817;
    color:#fff;
}

.menuList a {
    padding-left: 8px;
    padding-bottom: 8px;
    padding-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 10px;
}

.menuList a::after {
    content: '\f054';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 11px;
    opacity: 0.4;
}

.menuList a:hover {
    background-color: #931817;
    color: #fff;
} 

.order-item {
    transition: all 0.3s ease;
}

.order-item:hover {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.order-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.order-date span {
    font-size: 14px;
    font-weight: 300;
}

.seller-info img {
    opacity: 0.7;
}

.order-actions .btn {
    transition: all 0.2s ease;
}

.order-actions .btn:hover {
    transform: translateY(-1px);
}

.badge {
    padding: 0.5em 0.8em;
    font-weight: 500;
}

.badge.bg-warning {
    background-color: #fff3cd !important;
    color: #856404 !important;
    border: 1px solid #ffeeba;
}

.badge.bg-success {
    background-color: #d4edda !important;
    color: #155724 !important;
    border: 1px solid #c3e6cb;
}

.user-dropdown {
    min-width: 200px;
    max-width: 250px;
    width: auto;
    padding: 8px 0;
}

.user-dropdown .dropdown-item {
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 400;
}

.dropdown-menu-end {          
    right: 0;
    left: auto;
}

.order-detail nav a span {
    font-size: 15px;
    font-weight: 300;
}

.order-detail .table-borderless td {
    font-size: 15px;
    font-weight: 300;
}

.order-shipping h6 {
    font-size: 16px;
    font-weight: 300;
}
.order-shipping-info p {
    font-size: 15px;
    font-weight: 300;
}

.order-products button {
    font-size: 14px;
    font-weight: 300;
}

.order-product-info h6 {
    font-size: 16px;
    font-weight: 400;
}

.order-product-info p {
    font-size: 14px;
    font-weight: 300;
}

.order-product-info span {
    font-size: 13px;
    font-weight: 300;
}

.order-product-info button {
    font-size: 14px;
    font-weight: 300;
}

.order-status-tabs {
    background: #fff;
    padding: 0rem;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.order-status-tabs .nav {
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 5px;
}

.order-status-tabs .nav::-webkit-scrollbar {
    display: none;
}

.order-status-tabs .nav-item {
    flex: 0 0 auto;
}

.status-card {
    display: inline-flex;
    align-items: center;
    padding: 1rem 1.1rem;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #edf2f7;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 100%;
    position: relative;
    min-width: 200px;
    white-space: nowrap;
}

.status-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.status-card.active {
    background: #931817;
    border-color: #931817;
    color: white;
}

.status-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: rgba(147, 24, 23, 0.1);
    margin-right: 1rem;
}

.status-card.active .status-icon {
    background: rgba(255, 255, 255, 0.2);
}

.status-icon i {
    font-size: 1.25rem;
    color: #931817;
}

.status-card.active .status-icon i {
    color: #fff;
}

.status-info {
    display: flex;
    flex-direction: column;
}

.status-info h6 {
    font-size: 0.875rem;
    font-weight: 500;
    margin: 0;
    line-height: 1.2;
}

.status-count {
    font-size: 1.125rem;
    font-weight: 600;
    margin-top: 0.25rem;
}

.status-card:not(.active) {
    color: #64748b;
}

.status-card:not(.active):hover {
    border-color: #931817;
    color: #931817;
}

.nav-tabs {
    border: none;
    gap: 1rem;
}

.nav-tabs .nav-item {
    flex: 1;
}

.nav-tabs .nav-link {
    border: none;
    padding: 0;
    width: 100%;
    background: transparent;
}

.nav-tabs .nav-link.active .status-card {
    background: #931817;
    border-color: #931817;
    color: white;
}

.nav-tabs .nav-link.active .status-icon {
    background: rgba(255, 255, 255, 0.2);
}

.nav-tabs .nav-link.active .status-icon i {
    color: #fff;
}

.status-card {
    width: 100%;
    margin: 0;
}

.order-status-tabs {
    position: relative;
}

.tabs-wrapper {
    overflow-x: hidden;
    width: 100%;
}

.scroll-btn {
    background: #fff;
    border: 1px solid #edf2f7;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #931817;
    transition: all 0.2s;
    flex-shrink: 0;
}

.scroll-btn:hover {
    background: #931817;
    color: #fff;
    border-color: #931817;
}

.scroll-btn i {
    font-size: 14px;
}

.campaign-header h1 {
    font-weight: 300;
    font-size:35px;
}
.campaign-text h2 {
    font-weight: 200;
    font-size:35px;
}

.campaign-text p {
    font-weight: 200;
    font-size:18px;
}

.campaign-header-2 h1 {
    font-weight: 300;
    font-size: 35px;
    color: #931817;
}   .campaign-image {
    max-width: 100%; 
    height: auto;    
    display: block;  
    margin: 0 auto;  
}

.btn-outline-nadir {
    color: #931817;
    border-color: #931817;
}

.btn-outline-nadir:hover {
    background-color: #931817;
    color: white;
}

.campaign-banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.campaign-rules li {
    font-size: 15px;
    font-weight: 300;
}

.sahaf-list a {
    font-size: 15px;
    font-weight: 300;
}

.message-form {
    border: 1px solid #dee2e6;
}

.message-form textarea {
    font-weight: 300;
    font-size: 14px;
    resize: none;
}

.agreement-text p {
    font-size: 14px;
    font-weight: 300;
}

.agreement-text ul li {
    font-size: 14px;
    font-weight: 300;
}

.agreement-text strong {
    font-size: 15px;
    font-weight: 400;
    color: #931817;

}

.producTitle {
    font-size:20px;
    font-weight: 500;
    margin-bottom: 0rem!important;
}

.producAuthor {
    font-size:15px!important;
    font-weight: 400;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.main-image {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.star {
  font-size:15px;
  color:black;
}

.star:hover {
    color: #931817;
}

/* mobileHidden */

@media (max-width: 768px) {
    .mobileHidden {
        display: none!important;
    }

    .producTitle {
        font-size: 18px!important;
        font-weight: 500!important;
        margin-bottom: 0.5rem!important;
    }

    .centerSection {
        margin-top: 0rem!important;
    }
    
    .producAuthor {
        font-size: 14px!important;
        font-weight: 400!important;
        margin-top: 0rem!important;
        margin-bottom: 0rem!important;
    }

    .spec-list {
        -moz-column-count: 1;
        column-count: 1;
        grid-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        display: block;
        margin-top: 15px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .descriptionFont {
        font-size:14px;
        font-weight: 300;
        margin-top: 1rem!important;
    }

    .mobileProduct {
        margin: 0 auto;
        float: none;
        display: block;
    }
    
    .main-image {
        max-width: 400px; /* Ä°steÄŸe baÄŸlÄ± maksimum geniÅŸlik */
        margin: 0 auto;
    }
}

    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    input[type="number"] {
        -moz-appearance: textfield;
    }

.icon-tooltip {
    padding-left: 20px;
    min-height: 32px;
    background-repeat: no-repeat;
}

.icon-tooltip-hj {
    background-image: url(https://static.nadirkitap.com/img/v2/duyurular/hepsijet_logo.svg);
    background-position: center center;
    padding-left: 30px;
    background-size: 100%;
}

.icon-tooltip-a {
    background-image: url(https://static.nadirkitap.com/img/v2/icon/icon-a.png);
    background-position: center center;
    padding-left: 20px;
}

.icon-tooltip-sk {
    background-image: url(https://static.nadirkitap.com/img/v2/icon/icon-kolaygelsin.png);
    background-position: center center;
    padding-left: 20px;
}

.icon-tooltip-mng {
    background-image: url(https://static.nadirkitap.com/img/v2/icon/icon-mng.png);
    background-position: center center;
    padding-left: 20px;
}

.icon-tooltip-i {
    background-image: url(https://static.nadirkitap.com/img/v2/sepet-indirim.png);
    background-position: center center;
    padding-left: 20px;
}

.outofstock {
    filter: grayscale(100%);
}

:root{
  --nk-banner-bg: #fbf6f4;
  --nk-banner-fg: #ffffff;
  --nk-accent:    #931817;
  --nk-radius:    12px;
  --nk-gap:       12px;
}

/* yalnÄ±zca mobilde gÃ¶ster (lg altÄ±) */
@media (min-width: 992px){ #nkAppBanner{ display:none !important; } }

.nk-app-banner{
  display:none;                     /* JS aÃ§acak */
  position: sticky;
  top: 0;
  z-index: 9999;
  background: var(--nk-banner-bg);
  color: var(--nk-banner-fg);
  padding: calc(env(safe-area-inset-top,0) + 14px) 16px 14px 16px; /* Ã¶ncekinden biraz daha geniÅŸ */
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  will-change: transform, opacity;
  animation: nkSlideDown .22s ease-out;
}

@keyframes nkSlideDown{
  from{ transform: translateY(-8px); opacity: 0; }
  to{   transform: translateY(0);    opacity: 1; }
}

.nk-app-inner{
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--nk-gap);
}

.nk-app-left{ display:flex; align-items:center; gap: var(--nk-gap); min-width:0; }
.nk-app-icon{ width:40px; height:40px; border-radius: 10px; flex:0 0 auto; }
.nk-app-text{ display:flex; flex-direction:column; gap:4px; min-width:0; }
.nk-app-title{ color: #000000bf; font-weight:400; letter-spacing:.2px; font-size:14px; line-height:1; }
.nk-app-sub{ color: #000000bf; font-size:12px; opacity:.8; line-height:1.2; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }

.nk-app-actions{ display:flex; gap:8px; flex:0 0 auto; }

.nk-btn{
  border:0;
  border-radius: 10px;
  padding: 8px 12px;
  font-weight:400;
  font-size:13px;
  text-decoration:none;
  background-color: #931817!important;
  color: #ffffff!important;
  cursor:pointer;
  transition: transform .12s ease, opacity .12s ease, background-color .12s ease;
}
.nk-btn:active{ transform: scale(.98); }

.nk-btn-primary{
  background:#fff; color:#111;
}
.nk-btn-primary:hover{ opacity:.9; }

.nk-btn-ghost{
  background:transparent; color:#fff; border:1px solid rgba(255,255,255,.5);
}
.nk-btn-ghost:hover{ border-color:#fff; }

/* Kapama butonu ikon */
.nk-dismiss-btn {
  background: transparent;
  border: none;
  color: #931817;
  font-size: 18px;
  padding: 6px 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nk-dismiss-btn:hover {
  opacity: .8;
}

.help-cont h2 {
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color: #931817
}

.help-cont p {
    margin:0 !important;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    color: #212529;
}

.seller-count-pill{
  display:inline-flex; align-items:center; justify-content:center;
  min-width:22px; height:20px; padding:0 6px; border-radius:10px;
  font-size:12px; line-height:1; background:#f1f1f1; color:#333;
  border:1px solid #ddd; user-select:none; white-space:nowrap; cursor:pointer;
}

/* Açılır ikon menüsü */
.seller-icons-menu{
  position:absolute; right:0; top:calc(100% + 6px);
  background:#fff; border:1px solid #eaeaea; border-radius:8px;
  box-shadow:0 8px 20px rgba(0,0,0,.08);
  padding:8px; display:none; z-index:1000;
  display:none;
  max-width:220px;
}
.seller-icons-menu.open{ display:grid; grid-auto-flow:column; gap:8px; }

/* Menüdeki ikonlar */
.seller-icons-menu img, .seller-icons-menu i{
  width:22px; height:22px; object-fit:contain;
}

/* Küçük ekranlarda taşmasın */
@media (max-width:480px){
  .seller-icons-menu{ right:0; left:auto; }
}

.topbar {
    background-color: #fbf6f4;
}

.lh-base {
    line-height: 1.5 !important;
}

.fw-medium {
    font-weight: 300 !important;
}

.fs-sm {
    font-size: .875rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.hover-effect-underline {
    text-decoration: none !important;
    color: #000 !important;
    font-weight: 300;
}

.delete-product-cart {
    text-decoration: none !important;
    color: #6f0b0b !important;
    font-weight: 300;
    font-size: 12px;
}

.hover-effect-underline:hover {
    text-decoration: underline !important;
}

.delete-product-cart:hover {
    text-decoration: underline !important;
}

.popupCardText {
    font-size: 13px;
    font-weight: 300;
}

.pricing-total span {
    font-size: 17px;
    font-weight: 200;
}

.cart-title-cart {
    font-size: 20px;
    font-weight: 200;
    text-transform: uppercase;
}

.custom-dropdown-menu {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(10px);
    transition: opacity .2s ease, transform .2s ease;
}

.custom-dropdown-menu.show {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0);
}