.km-theme-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 42px;
    min-height: 40px;
    border: 0;
    background: transparent;
    padding: 3px 8px;
    color: #333;
    cursor: pointer;
    line-height: 1;
    vertical-align: middle;
}

.km-theme-toggle-bar {
    border: 0;
    background: transparent;
    cursor: pointer;
    font: inherit;
}

.km-theme-glyph {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    color: inherit;
}

.km-theme-toggle .km-theme-sun,
.km-theme-text-light {
    display: none !important;
}

html[data-theme="dark"] .km-theme-toggle .km-theme-moon,
html[data-theme="dark"] .km-theme-text-dark {
    display: none !important;
}

html[data-theme="dark"] .km-theme-toggle .km-theme-sun {
    display: inline-flex !important;
}

html[data-theme="dark"] .km-theme-text-light {
    display: inline !important;
}

html[data-theme="dark"] .km-theme-toggle .km-theme-text-light {
    display: inline-block !important;
}

html[data-theme="light"] {
    color-scheme: light;
}

html[data-theme="dark"] {
    color-scheme: dark;
}

html[data-theme="dark"],
html[data-theme="dark"] body {
    background: #121212;
    color: #e8e8e8;
}

html[data-theme="dark"] .body-wrap,
html[data-theme="dark"] .gry-bg,
html[data-theme="dark"] .bg-gray {
    background-color: #121212 !important;
}

html[data-theme="dark"] .c-preloader,
html[data-theme="dark"] .c-preloader1 {
    background: #121212;
}

html[data-theme="dark"] #navbar1.header,
html[data-theme="dark"] .header.bg-white,
html[data-theme="dark"] .bg-white {
    background-color: #1c1c1c !important;
    color: #e8e8e8;
}

html[data-theme="dark"] .top-navbar {
    background: #161616;
    border-bottom-color: #2c2c2c;
}

html[data-theme="dark"] .top-navbar a {
    color: #bdbdbd;
}

html[data-theme="dark"] .top-navbar .active,
html[data-theme="dark"] .top-navbar .dropdown-item:hover {
    background: #2a2a2a;
}

html[data-theme="dark"] #navbar1 {
    box-shadow: 0 0 1px 3px #2a2a2a;
}

html[data-theme="dark"] .km-theme-toggle,
html[data-theme="dark"] .logo-bar-icons .nav-box-link {
    color: #e8e8e8;
}

html[data-theme="dark"] .search-box input[type=text],
html[data-theme="dark"] .logo-bar-area .category-select select,
html[data-theme="dark"] .logo-bar-area .select2-container .select2-selection--single {
    background: #161616;
    color: #eee;
    border-color: #3a3a3a;
}

html[data-theme="dark"] .typed-search-box {
    background: #1c1c1c;
    border-color: #333;
}

html[data-theme="dark"] .typed-search-box ul a {
    color: #ddd;
}

html[data-theme="dark"] .typed-search-box ul a:hover {
    background: #2a2a2a;
}

html[data-theme="dark"] .main-nav-area {
    border-bottom-color: #2c2c2c;
}

html[data-theme="dark"] .main-nav-area .navbar-nav .nav-item .nav-link {
    color: #cfcfcf;
}

html[data-theme="dark"] .main-nav-area .navbar-nav .nav-item:not(:last-of-type) {
    border-right-color: #2c2c2c;
}

html[data-theme="dark"] .dropdown-menu,
html[data-theme="dark"] .modal-content,
html[data-theme="dark"] .side-menu {
    background: #1c1c1c;
    color: #e8e8e8;
    border-color: #333;
}

html[data-theme="dark"] .dropdown-cart .dc-header,
html[data-theme="dark"] .dropdown-cart h3 {
    color: #eee;
}

html[data-theme="dark"] section.home-banner-area,
html[data-theme="dark"] .product-details-area,
html[data-theme="dark"] .breadcrumb-area {
    background: #121212;
}

html[data-theme="dark"] .breadcrumb-area {
    border-bottom-color: #2c2c2c;
}

html[data-theme="dark"] .shadow-sm,
html[data-theme="dark"] .card,
html[data-theme="dark"] .product-card-2,
html[data-theme="dark"] .product-box-1,
html[data-theme="dark"] .product-box-2,
html[data-theme="dark"] .product-box-3,
html[data-theme="dark"] .flash-deal-item,
html[data-theme="dark"] .category-sidebar,
html[data-theme="dark"] .trending-category ul,
html[data-theme="dark"] .all-category-menu ul,
html[data-theme="dark"] .sidebar-box,
html[data-theme="dark"] .seller-info-box,
html[data-theme="dark"] .dashboard-widget {
    background-color: #1c1c1c !important;
    color: #e8e8e8;
    border-color: #2c2c2c;
}

html[data-theme="dark"] .section-title-1 {
    border-bottom-color: #333;
}

html[data-theme="dark"] .heading,
html[data-theme="dark"] .heading-5,
html[data-theme="dark"] .product-title,
html[data-theme="dark"] .product-title a,
html[data-theme="dark"] .product-box-1 .title a,
html[data-theme="dark"] .product-box-3 .title a,
html[data-theme="dark"] .product-description-wrapper .product-title,
html[data-theme="dark"] .km-yt-title,
html[data-theme="dark"] .km-short-product {
    color: #f2f2f2 !important;
}

html[data-theme="dark"] .km-yt-tab {
    color: #b0b0b0;
}

html[data-theme="dark"] .km-yt-tab.is-active {
    color: #fff;
    border-bottom-color: #fff;
}

html[data-theme="dark"] .km-yt-tabs {
    border-bottom-color: #333;
}

html[data-theme="dark"] .footer-top-bar {
    border-color: #2c2c2c;
    background: #161616;
}

html[data-theme="dark"] .footer-top-box a {
    color: #ddd;
}

html[data-theme="dark"] .hamburger-icon span {
    background: #ddd;
}

html[data-theme="dark"] .form-control,
html[data-theme="dark"] input,
html[data-theme="dark"] select,
html[data-theme="dark"] textarea {
    background-color: #161616;
    color: #eee;
    border-color: #3a3a3a;
}

html[data-theme="dark"] .table,
html[data-theme="dark"] .table td,
html[data-theme="dark"] .table th {
    color: #e8e8e8;
    border-color: #333;
}

.hover-category-menu {
    z-index: 2147483600;
    padding-top: 10px;
}

.hover-category-menu .category-sidebar {
    overflow: visible;
}

html[data-theme="dark"] .hover-category-menu .category-sidebar,
html[data-theme="dark"] .category-sidebar {
    background: #1f1f1f !important;
    color: #f3f3f3;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
}

html[data-theme="dark"] .category-sidebar .all-category,
html[data-theme="dark"] .hover-category-menu .all-category,
html[data-theme="dark"] .hover-category-menu .category-sidebar .all-category {
    background: #2a2a2a !important;
    color: #fff !important;
    border-bottom: 1px solid #3a3a3a;
}

html[data-theme="dark"] .hover-category-menu .all-category span,
html[data-theme="dark"] .category-sidebar .all-category span,
html[data-theme="dark"] .category-sidebar .all-category a,
html[data-theme="dark"] .hover-category-menu .all-category a {
    color: #fff !important;
}

html[data-theme="dark"] .hover-category-menu .category-sidebar .all-category::before {
    border-bottom-color: #2a2a2a;
}

html[data-theme="dark"] .category-sidebar .categories > li > a,
html[data-theme="dark"] .category-sidebar .categories > li > a .cat-name {
    color: #f3f3f3 !important;
}

html[data-theme="dark"] .category-sidebar .categories > li > a .cat-image {
    opacity: 1;
    filter: brightness(1.15);
}

html[data-theme="dark"] .category-sidebar .categories > li:hover > a,
html[data-theme="dark"] .category-sidebar .categories > li:hover > a .cat-name {
    background: #333 !important;
    color: #fff !important;
    border-color: #444;
}

html[data-theme="dark"] .category-sidebar .categories > li:hover > a::before {
    background: #1f1f1f;
}

html[data-theme="dark"] .category-sidebar .sub-cat-menu,
html[data-theme="dark"] .hover-category-menu .category-sidebar .sub-cat-menu {
    background: #242424 !important;
    border-color: #3a3a3a;
    color: #f3f3f3;
    z-index: 5;
}

html[data-theme="dark"] .sub-cat-content .sub-cat-list .card,
html[data-theme="dark"] .category-sidebar .sub-cat-menu .card {
    background: transparent !important;
    color: #f3f3f3;
    border: 0;
}

html[data-theme="dark"] .card .sub-cat-items li a,
html[data-theme="dark"] .card .sub-cat-items li.sub-cat-name a {
    color: #f0f0f0 !important;
    border-bottom-color: #3a3a3a;
}

html[data-theme="dark"] .card .sub-cat-items li a:hover,
html[data-theme="dark"] .category-sidebar .all-category a:hover {
    color: #F47F2F !important;
}

html[data-theme="dark"] .sub-cat-featured a,
html[data-theme="dark"] .sub-cat-brand .sub-brand-item {
    background: #1f1f1f;
    border-color: #3a3a3a;
    color: #eee;
}

html[data-theme="dark"] .side-menu-list ul li a,
html[data-theme="dark"] .side-user-menu a,
html[data-theme="dark"] .side-user-menu .cat-name {
    color: #f0f0f0 !important;
}

html[data-theme="dark"] .sidebar-widget-title span {
    background: #1c1c1c;
    color: #ddd;
}

@media (max-width: 991.98px) {
    html[data-theme="dark"] {
        --km-bg: #121212;
        --km-card: #1c1c1c;
        --km-ink: #f3f3f3;
        --km-muted: #b8b3ad;
    }

    html[data-theme="dark"] .km-theme-toggle.nav-box-link,
    html[data-theme="dark"] .nav-box-link {
        background: #2a2a2a;
        color: #f3f3f3;
    }

    html[data-theme="dark"] .km-app-tabbar {
        background: #111;
    }

    html[data-theme="dark"] #km-theme-toggle-wrap .km-theme-text-light,
    html[data-theme="dark"] #km-theme-toggle-wrap .km-theme-text-dark,
    html[data-theme="dark"] .km-theme-toggle .km-theme-text-light {
        display: none !important;
    }
}
