body {
    font-family: -apple-system, 'Inter', 'Montserrat', 'Helvetica', 'Arial', sans-serif;
    font-size: 16px;
}

#divCookie {
    z-index: 1050;
    height: auto;
}

.bg-secondary-color {
    background-color: #eff4f7;
}

.area-divider {
    width: 100%;
    height: 0.5px;
    background-color: #e7ecee;
    border: solid #e7ecee;
    border-width: 0 0;
}

.bi-2x {
    font-size: 2em;
}

.bi-20px {
    font-size: 20px;
}

.fs-10px {
    font-size: 10px;
}

.fs-11px {
    font-size: 11px;
}

.fs-12px {
    font-size: 12px;
}

.fs-13px {
    font-size: 13px;
}

.fs-14px {
    font-size: 14px;
}

.fs-15px {
    font-size: 15px;
}

.fs-16px {
    font-size: 16px;
}

.fs-17px {
    font-size: 17px;
}

.fs-18px {
    font-size: 18px;
}

.ana-liste-item {
    background-color: transparent !important;
    border: none !important;
}

.btn-search {
    position: absolute !important;
    border: none;
    top: 2px;
    right: 3px;
    height: 30px;
    width: 40px;
    line-height: 20px;
    display: block;
    z-index: 10 !important;
}

.icon-link i {
    margin-top: -7px;
}

.badge-shop {
    position: absolute;
    right: -3px;
    top: -6px;
    min-width: 15px;
    height: 15px;
    line-height: 15px;
    background-color: #1689cd;
    font-size: 12px;
    color: #fff;
    font-family: arial;
    border-radius: 60px;
    padding: 0 3px;
    font-weight: 600;
    text-align: center;
}

footer h5,
footer p {
    font-size: 13px;
}

footer .nav-link {
    color: #6c757d;
}

#navMenu>.navbar-nav>.dropdown>.dropdown-menu {
    background-color: transparent !important;
    border: none;
    padding-top: 10px;
}

.dropdown-area {
    background-color: var(--bs-dropdown-bg);
    border: 1px solid #ececec;
    -webkit-box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
    box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
    border-radius: 10px;
    background-color: #fff;
    height: 450px;
    position: relative;
    overflow: hidden;
    padding: 10px;
}

.dropdown-oem-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 5px;
    max-height: 440px;
    overflow-y: auto;
    padding: 10px;
}

.tab-category-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
    gap: 5px;
    max-height: 320px;
    overflow-y: auto;
    padding-right: 5px;
    margin-top: 5px;
    padding: 5px;
}

.tab-category-item {
    text-align: center;
    padding: 15px 5px 15px 10px;
    transition: all .3s ease;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 7px;
    border: 1px solid #f1f1f1;
}

.tab-category-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
}

.tab-category-image {
    width: 90px;
    height: 60px;
    object-fit: contain;
    transition: all ease-out .3s;
}

.tab-category-name {
    font-size: 12px;
    color: #333;
    flex: 1;
    text-align: left;
    word-wrap: break-word;
    max-width: 115px;
    width: 100%;
    word-spacing: normal;
}

.dropdown-oem-logo {
    width: 64px;
    height: 64px;
    margin-bottom: 5px;
    object-fit: cover;
    transition: all ease-out .4s;
}

.dropdown-category-logo {
    position: absolute;
    width: auto;
    height: 55px;
    transition: all ease .1s;
    margin-top: -7px;
}

.dropdown-category-logo:hover {
    border-bottom: 2px solid #0096ff;
}

#scrollTopBtn {
    position: fixed;
    bottom: 70px;
    right: 20px;
    display: none;
    z-index: 1000;
}

.pill-category-link {
    color: #333;
    padding: 5px 7px;
    font-size: 14px;
}

.pill-category-link.active {
    color: #ffffff !important;
    font-size: 13px;
}

.dropdown-login {
    position: relative;
    transition: .3s;
    height: 40px;
    width: 80px;
    transition: .3s;
    z-index: 1021;
}

.dropdown-login .dropdown-menu {
    position: absolute !important;
    width: 300px;
}

.dropdown-login-link {
    position: relative;
    font-size: 14px;
    height: 40px;
    width: 80px;
    transition: .3s;
    text-decoration: none;
    --bs-icon-link-transform: translate3d(0, -.125rem, 0);
}

.dropdown-login-link::after {
    display: none !important;
}

.dropdown-shopping-link {
    position: relative;
    font-size: 14px;
    height: 40px;
    width: 80px;
    transition: .3s;
    text-decoration: none;
    --bs-icon-link-transform: translate3d(0, -.125rem, 0);
}

.dropdown-shopping-link::after {
    display: none !important;
}

.dropdown-category-link {
    display: block;
    font-size: 12px;
    font-weight: 600;
    height: 40px;
    width: 80px;
    transition: .3s;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
}

.dropdown-category-link::after {
    display: none !important;
}

.dropdown-oem-list .dropdown-item {
    text-align: center;
    padding: 7px;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 7px;
}

.dropdown-link {
    font-size: 13px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
}

/* menü için pozisyon */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    position: absolute;
}

#navTumAraclar {
    background-color: #007bff !important;
    color: #fff !important;
    border-radius: 0.25rem;
}

#navTumAraclar:hover {
    background-color: #0096ff !important;
}

.mega-menu {
    width: 100%;
    margin-top: 10px;
    background-color: #fff;
    border-radius: 0.25rem;
    width: calc(100% - 6px);
}

.mega-menu {
    display: none;
    z-index: 1000;
}

.dropdown:hover .dropdown-menu.mega-menu {
    display: block;
}

.horizontal-mini-category {
    --bs-breadcrumb-divider: '>';
    height: 27px;
    font-size: 12px;
    padding-top: 4px;
}

.horizontal-mini-category li.active {
    font-weight: 700 !important;
}

.horizontal-mini-category a {
    color: #333;
    text-decoration: none;
}

.select-car-area {
    position: relative;
    overflow: hidden;
    background-color: rgba(240, 240, 240, 0.1);
    background-image: url('/public/asset/img/car-select-bg-1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.selected-car-area {
    position: relative;
    overflow: hidden;
}

.selected-car-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background-position: center;
    background-color: rgba(240, 240, 240, 0.1);
}

.selected-car-area .selected-car-content {
    position: relative;
    text-align: center;
}

.selected-car-title {
    flex: 1;
    padding: 8px 0;
    font-size: 22px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
}

.selected-car-image {
    transition: all ease-out .3s;
    max-height: 48px;
    max-width: 96px;
}

.selected-car-image-area {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    margin-right: 12px;
    order: -1;
    padding: 8px;
    height: 48px;
    width: 96px;
}

.swiper-oem-box {
    display: block;
    border-radius: 10px;
    padding: 15px 5px 10px;
    background-color: #fff;
    transition: .3s;
    box-shadow: rgb(50 50 92 / 15%) 0 2px 3px -1px, rgb(0 0 0 / 4%) 0 1px 3px -1px;
    text-align: center;
}

.swiper-oem-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 10px;
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
    min-height: 180px;
}

.swiper-oem-list a {
    position: relative;
    text-decoration: none;
    padding: 5px 0;
    font-size: 11px;
    color: var(--bs-secondary);
    transition: .3s;
}

.swiper-oem-img {
    margin-bottom: 5px;
    height: 60px;
    display: block;
}

.swiper-oem-title {
    text-decoration: none;
    color: #253d4e;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 6px;
    transition: .3s;
    display: block;
}

.swiper-oem-link {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    color: #253d4e;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 0 3px;
    transition: .3s;
}

.swiper-oem-link:hover {
    color: var(--bs-primary);
}

.swiper-button-prev {
    left: 0px;
}

.swiper-button-next {
    right: 10px;
    left: auto;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next,
.swiper-button-prev {
    opacity: 0;
    transition: .3s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    margin: 0;
    cursor: pointer;
    border: 1px solid #e2e2e2;
    border-radius: 50px;
    background: #f9fafb;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: #007bff;
}

.swiper-button-next::before,
.swiper-button-prev::before {
    margin: 0;
    font-size: 13px;
}

.swiper-button-next::after {
    font-weight: 400;
    font-size: 13px;
}

.swiper-button-prev::after {
    font-weight: 400;
    font-size: 13px;
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 13px;
    height: 13px;
}

h5 {
    cursor: default;
}

.home-category-products {
    padding: 7px 0;
    margin-right: 18px;
    font-size: 15px;
    background-color: transparent;
    color: #253d4e;
    transition: .2s;
    border-bottom: 1px solid transparent;
    font-weight: 600;
}

.home-category-products .nav-item .nav-link {
    color: #333;
}

.home-category-products .nav-link.active {
    border-bottom-color: var(--bs-primary);
}

.home-category-products .nav-link:not(.active):hover {
    border-bottom-color: var(--bs-primary);
}

.btn-standard:hover {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}

.product-list-card .card-footer {
    padding: 15px 10px;
}

.product-list-card h5 {
    font-size: 15px;
    font-weight: 600;
    color: var(--bs-secondary);
    margin-bottom: 10px;
}

.product-list-card p {
    font-size: 12px;
    margin-bottom: 10px;
}

.product-list-card a {
    text-decoration: none;
    color: var(--bs-black);
}

.product-list-card a:hover {
    color: var(--bs-secondary);
}

.product-list-img {
    margin-top: 1px;
    margin-left: 1px;
    max-width: 90%;
    height: auto;
}

.product-list-img:hover {
    transform: scale(1.01);
}

.product-list-price {
    font-weight: 600;
    font-size: 15px;
    color: var(--bs-success);
}

.product-list-price::after {
    content: "₺";
    font-weight: 400;
    font-size: 14px;
    margin-right: 2px;
}

#searchHistory {
    display: none;
    z-index: 1050;
    width: 96%;
}

#searchHistory .list-group-item {
    cursor: pointer;
    font-size: 13px;
}

#searchHistory .list-group-item:hover {
    background-color: #f8f9fa;
}

.modal .btn-close:focus {
    outline: none;
}

.bottom-nav {
    z-index: 1050;
}

.bottom-nav .nav-link {
    color: #6c757d;
    font-size: 11px;
}

.bottom-nav .nav-link.active {
    color: var(--bs-secondary);
    font-weight: 600;
}

.bottom-nav .nav-link i {
    display: block;
    font-size: 20px;
    margin-bottom: -4px;
}

.bottom-nav .dropdown-menu {
    position: fixed;
    height: auto;
    width: auto;
    left: 0 !important;
    right: 0 !important;
    bottom: 53px !important;
    border-radius: 10px 10px 0 0;
}

.bottom-nav .dropdown-toggle::after {
    display: none !important;
}

.offcanvas-bottom-area {
    top: 0;
    height: auto !important;
}

.offcanvas-menu .list-group-item {
    padding-top: .45rem !important;
    padding-bottom: .45rem !important;
}

.offcanvas-menu .list-group-item i {
    margin-right: .5rem !important;
}

.avatar-area {
    width: 64px;
    height: 64px;
    background: var(--bs-primary);
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.shop-item-area {
    height: calc(100% - 190px);
}

.shop-item-img {
    height: 64px;
    max-width: 64px;
}

.offcanvas-body .nav-link {
    color: var(--bs-dark) !important;
}

.nav-item:has(.dropdown-menu:hover) #navTumAraclar {
    background-color: #0096ff !important;
}

.nav-item:has(.dropdown-menu:hover) img.dropdown-category-logo {
    border-bottom: 2px solid #0096ff !important;
}

.zoom:hover {
    transform: scale(1.02);
    transition: transform 0.5s ease;
}

.stepper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.step {
    text-align: center;
    flex: 1;
    position: relative;
}

.step::after {
    content: '';
    position: absolute;
    top: 15px;
    right: -50%;
    width: 100%;
    height: 2px;
    background-color: #dee2e6;
    z-index: -1;
}

.step:last-child::after {
    display: none;
}

.step.active .circle {
    background-color: #0d6efd;
    color: white;
}

.circle {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    background-color: #dee2e6;
    line-height: 26px;
    margin-bottom: 5px;
}

.hover:hover {
    background-color: #f8f9fa;
    border-color: #adb5bd;
    transition: all 0.2s ease-in-out;
}

.card-address-info div {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shadow-t {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}

.profile-sidebar {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    padding: 20px;
}

.profile-sidebar .nav-link {
    color: #333;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 5px;
    transition: all .3s ease;
}

.profile-sidebar .nav-link.active,
.profile-sidebar .nav-link:hover {
    background: #f0f0f0;
}

.filter-accordion-button {
    font-weight: 600;
}

.filter-accordion-button::after {
    width: 0.75rem !important;
    height: 0.75rem !important;
    background-size: 0.75rem !important;
}

.category-tree ul::-webkit-scrollbar {
    width: 6px;
}

.category-tree ul::-webkit-scrollbar-thumb {
    background-color: #0d6efd;
    border-radius: 3px;
}

.category-tree ul::-webkit-scrollbar-thumb:hover {
    background-color: #1f75f7ff;
}

.category-tree ul {
    list-style: none;
    padding-left: 1rem;
    overflow-y: auto;
    max-height: 300px;
}

.category-tree li {
    position: relative;
    padding: 0.3rem 0.3rem 0.3rem 0.7rem;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.3s;
}

.category-tree li.active>span:first-of-type {
    font-weight: 600;
    border-radius: 5px;
    margin-bottom: 5px;
}

.category-tree li:hover {
    background-color: #e2e6ea;
}

.category-tree li ul li:hover {
    background-color: #d4d4d4ff;
}

.category-tree li ul li ul li:hover {
    background-color: #c2c2c2ff;
}

.category-tree li.open::before {
    transform: rotate(90deg);
}

.category-tree li>ul {
    display: none;
    padding-left: 1rem;
}

.category-tree li.open>ul {
    display: block;
}

.product-tabs .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
    color: #6c757d;
    font-weight: 500;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: all 0.2s ease;
}

.product-tabs .nav-link.active {
    font-weight: 600;
    border-bottom-color: #0096ff;
    background-color: transparent;
}

.tab-content-box {
    padding: 10px;
}

.sticky-area {
    position: sticky;
    bottom: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.75rem;
    z-index: 10;
}

.top-alert {
    background-color: #ffc107;
    color: #343a40;
    padding: 1rem;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 500;
}

@media (min-width: 992px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
}

@media only screen and (min-width: 991px) {

    .swiper-oem:hover .swiper-button-next,
    .swiper-oem:hover .swiper-button-prev {
        opacity: 1;
    }
}

@media (max-width: 576px) {
    .btn-search {
        background-color: var(--bs-primary) !important;
        color: white !important;
        border: none !important;
    }
}

@media print {
    .no-print {
        display: none !important;
    }

    .print-only {
        display: block !important;
    }
}