/*your custom css goes here*/

/* ===== ALLEGRO STYLE - Primary Color Orange ===== */
:root {
    --primary: #ff5a00 !important;
    --hov-primary: #e04e00 !important;
    --soft-primary: rgba(255, 90, 0, 0.15) !important;
    --allegro-dark: #1a1a2e !important;
    --allegro-gray: #4a4a4a !important;
    --allegro-light-gray: #f5f5f5 !important;
}

/* ===== TOP NAVIGATION BAR - ALLEGRO DARK BLUE ===== */
.top-navbar {
    background-color: #1a1a2e !important;
    background-image: none !important;
    border-bottom: none !important;
    padding: 8px 0 !important;
}

.top-navbar a,
.top-navbar .dropdown-toggle,
.top-navbar span {
    color: #fff !important;
    font-size: 12px !important;
}

.top-navbar .opacity-60 {
    opacity: 0.85 !important;
    color: #fff !important;
}

.top-navbar .dropdown-menu {
    background-color: #fff !important;
    border: 1px solid #e0e0e0 !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
}

.top-navbar .dropdown-menu a {
    color: #333 !important;
    font-size: 13px !important;
}

.top-navbar .dropdown-menu span {
    color: #333 !important;
}

.top-navbar .dropdown-menu a:hover,
.top-navbar .dropdown-menu a:active,
.top-navbar .dropdown-menu a.active {
    background-color: #ff5a00 !important;
    color: #fff !important;
}

.top-navbar .dropdown-menu a:hover span,
.top-navbar .dropdown-menu a:active span,
.top-navbar .dropdown-menu a.active span {
    color: #fff !important;
}

/* ===== MAIN HEADER - ALLEGRO WHITE BACKGROUND ===== */
header.sticky-top,
header.bg-white,
header.allegro-header {
    background-color: #fff !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

header .logo-bar-area {
    background-color: #fff !important;
    padding: 0 !important;
}

/* ===== ALLEGRO SEARCH BAR - EXACT STYLE ===== */
.allegro-search-box {
    border: 2px solid #ddd !important;
    border-radius: 4px !important;
    background-color: #fff !important;
    height: 44px !important;
    overflow: visible !important;
    transition: border-color 0.2s ease !important;
    position: relative !important;
}

.allegro-search-box:focus-within {
    border-color: #ff5a00 !important;
}

.allegro-search-input {
    flex: 1 !important;
    border: none !important;
    outline: none !important;
    padding: 0 16px !important;
    font-size: 14px !important;
    height: 40px !important;
    background: transparent !important;
    min-width: 200px !important;
}

.allegro-search-input::placeholder {
    color: #999 !important;
}

/* Search Icons inside search bar */
.allegro-search-icons {
    display: flex !important;
    align-items: center !important;
    padding: 0 8px !important;
    border-left: 1px solid #e0e0e0 !important;
    height: 28px !important;
    margin: 8px 0 !important;
}

.allegro-icon-btn {
    background: transparent !important;
    border: none !important;
    padding: 4px 8px !important;
    color: #666 !important;
    cursor: pointer !important;
}

.allegro-icon-btn:hover {
    color: #ff5a00 !important;
}

.allegro-icon-btn i {
    font-size: 18px !important;
}

/* Category Dropdown inside search bar */
.allegro-category-dropdown {
    border-left: 1px solid #e0e0e0 !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
}

.allegro-category-dropdown .dropdown-toggle {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 0 16px !important;
    height: 44px !important;
    color: #333 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    background-color: #f8f8f8 !important;
    white-space: nowrap !important;
}

.allegro-category-dropdown .dropdown-toggle:hover {
    background-color: #eee !important;
}

.allegro-category-dropdown .dropdown-toggle::after {
    display: none !important;
}

.allegro-category-dropdown .dropdown-toggle i {
    font-size: 12px !important;
    color: #666 !important;
}

.allegro-category-dropdown .dropdown-menu {
    min-width: 200px !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 4px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
    padding: 8px 0 !important;
    z-index: 1050 !important;
    margin-top: 0 !important;
}

.allegro-category-dropdown .dropdown-item {
    padding: 8px 16px !important;
    font-size: 13px !important;
    color: #333 !important;
}

.allegro-category-dropdown .dropdown-item:hover,
.allegro-category-dropdown .dropdown-item.active {
    background-color: #f5f5f5 !important;
    color: #ff5a00 !important;
}

/* Search Button - Orange */
.allegro-search-btn {
    background-color: #ff5a00 !important;
    border: none !important;
    color: #fff !important;
    padding: 0 24px !important;
    height: 44px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 0 2px 2px 0 !important;
    margin: -2px -2px -2px 0 !important;
}

.allegro-search-btn:hover {
    background-color: #e04e00 !important;
}

/* ===== HEADER ICONS - ALLEGRO STYLE ===== */
.allegro-header-icons {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    margin-left: 24px !important;
}

.allegro-icon-item {
    padding: 0 12px !important;
}

.allegro-icon-item a,
.allegro-icon-link {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    color: #333 !important;
    text-decoration: none !important;
}

.allegro-icon-item a:hover,
.allegro-icon-link:hover {
    color: #ff5a00 !important;
}

.allegro-icon-item i,
.allegro-icon-link i {
    font-size: 24px !important;
    color: inherit !important;
}

.allegro-icon-item .badge,
.allegro-badge-dot {
    position: absolute !important;
    top: -2px !important;
    right: -2px !important;
    background-color: #ff5a00 !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
}

/* My Account Dropdown - Allegro Style */
.allegro-account-dropdown {
    margin-left: 8px !important;
}

.allegro-account-btn {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    color: #333 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    padding: 8px 0 !important;
    white-space: nowrap !important;
}

.allegro-account-btn::after {
    display: none !important;
}

.allegro-account-btn:hover {
    color: #ff5a00 !important;
}

.allegro-account-btn i {
    font-size: 14px !important;
}

.allegro-account-dropdown .dropdown-menu {
    min-width: 180px !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 4px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
    padding: 8px 0 !important;
}

.allegro-account-dropdown .dropdown-item {
    padding: 10px 16px !important;
    font-size: 13px !important;
    color: #333 !important;
}

.allegro-account-dropdown .dropdown-item:hover {
    background-color: #f5f5f5 !important;
    color: #ff5a00 !important;
}

/* ===== ALLEGRO NAVIGATION MENU BAR - GRAY BACKGROUND ===== */
.allegro-nav-menu {
    background-color: #fff !important;
    border-top: none !important;
    border-bottom: 2px solid #0066b5 !important;
    padding: 0 !important;
    height: 44px !important;
}

.allegro-nav-menu > .container {
    height: 100% !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

.allegro-nav-menu > .container > div {
    width: 100% !important;
}

.allegro-nav-menu .nav-links {
    display: flex !important;
    align-items: center !important;
    gap: 0 !important;
    height: 100% !important;
    width: 100% !important;
}

.allegro-nav-menu .nav-link-item {
    padding: 0 16px !important;
    color: #333 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    transition: color 0.2s ease !important;
    height: 44px !important;
    line-height: 44px !important;
    white-space: nowrap !important;
}

.allegro-nav-menu .nav-link-item:hover {
    color: #ff5a00 !important;
}

.allegro-nav-menu .nav-link-item i {
    font-size: 14px !important;
}

.allegro-nav-menu .nav-more-btn {
    padding: 0 12px !important;
}

.allegro-nav-menu .nav-more-btn i {
    font-size: 18px !important;
    color: #666 !important;
}

/* Kategorie Button (Allegro style) - removed, using .kategorie-dropdown styles */

/* Smart Badge Link (Allegro style - bordered box) */
/* Smart Badge - positioned at far right */
.allegro-nav-menu .smart-badge-link {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    text-decoration: none !important;
    padding: 0 16px !important;
    border: none !important;
    background-color: transparent !important;
    margin-left: auto !important;
    height: 44px !important;
    flex-shrink: 0 !important;
}

.smart-badge-link:hover .smart-text,
.smart-badge-link:hover .smart-badge {
    opacity: 0.8 !important;
}

/* Kategorie Dropdown Menu */
.kategorie-dropdown {
    position: relative !important;
}

.kategorie-dropdown .kategorie-btn {
    display: flex !important;
    align-items: center !important;
    padding: 0 16px !important;
    background-color: transparent !important;
    border: none !important;
    border-right: 1px solid #e0e0e0 !important;
    border-radius: 0 !important;
    color: #333 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    height: 44px !important;
}

.kategorie-dropdown .kategorie-btn:hover {
    color: #ff5a00 !important;
}

.kategorie-dropdown .kategorie-btn::after {
    display: none !important;
}

.kategorie-dropdown .kategorie-btn i.la-bars {
    font-size: 16px !important;
}

.kategorie-dropdown .kategorie-btn i.la-angle-down {
    font-size: 10px !important;
    margin-left: 4px !important;
}

.kategorie-dropdown-menu {
    min-width: 280px !important;
    max-height: 400px !important;
    overflow-y: auto !important;
    padding: 8px 0 !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15) !important;
}

.kategorie-dropdown-menu .dropdown-item {
    padding: 10px 16px !important;
    font-size: 14px !important;
    color: #333 !important;
    display: flex !important;
    align-items: center !important;
}

.kategorie-dropdown-menu .dropdown-item:hover {
    background-color: #f5f5f5 !important;
    color: #ff5a00 !important;
}

.kategorie-dropdown-menu .dropdown-item .cat-icon {
    width: 24px !important;
    margin-right: 10px !important;
    text-align: center !important;
    color: #666 !important;
}

.kategorie-dropdown-menu .dropdown-item:hover .cat-icon {
    color: #ff5a00 !important;
}

.kategorie-dropdown-menu .see-all-link {
    font-weight: 600 !important;
    color: #ff5a00 !important;
}

.kategorie-dropdown-menu .dropdown-divider {
    margin: 8px 0 !important;
}

.smart-text {
    color: #333 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

.smart-badge {
    background-color: transparent !important;
    color: #00a650 !important;
    padding: 0 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
}

.smart-exclaim {
    color: #ff5a00 !important;
    font-weight: 700 !important;
}

/* ===== PRIMARY COLOR ELEMENTS - ALLEGRO ORANGE ===== */
.text-primary {
    color: #ff5a00 !important;
}

.bg-primary {
    background-color: #ff5a00 !important;
}

.btn-primary {
    background-color: #ff5a00 !important;
    border-color: #ff5a00 !important;
}

.btn-primary:hover {
    background-color: #e04e00 !important;
    border-color: #e04e00 !important;
}

.border-primary {
    border-color: #ff5a00 !important;
}

.badge-primary {
    background-color: #ff5a00 !important;
    color: #fff !important;
}

/* ===== MOBILE BOTTOM NAVIGATION - ALLEGRO WHITE ===== */
.aiz-mobile-bottom-nav {
    background-color: #fff !important;
    border-top: 1px solid #e0e0e0 !important;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1) !important;
}

.aiz-mobile-bottom-nav .col a,
.aiz-mobile-bottom-nav .col a span {
    color: #333 !important;
}

.aiz-mobile-bottom-nav .col a i {
    color: #666 !important;
}

.aiz-mobile-bottom-nav .col a i.text-primary,
.aiz-mobile-bottom-nav .col a i.opacity-100 {
    color: #ff5a00 !important;
}

/* Cart Icon in Bottom Nav - Orange Circle */
.aiz-mobile-bottom-nav .col-auto .rounded-circle {
    background-color: #ff5a00 !important;
    border-color: #ff5a00 !important;
}

.aiz-mobile-bottom-nav .col-auto .rounded-circle i {
    color: #fff !important;
}

/* ===== ALLEGRO FOOTER SECTION ===== */
.allegro-footer-section {
    background-color: #fff !important;
    padding: 48px 0 24px !important;
    border-top: 1px solid #e0e0e0 !important;
}

.allegro-footer-title {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-bottom: 16px !important;
}

.allegro-footer-links {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.allegro-footer-links li {
    margin-bottom: 8px !important;
}

.allegro-footer-links a {
    color: #333 !important;
    font-size: 13px !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
    line-height: 1.6 !important;
}

.allegro-footer-links a:hover {
    color: #ff5a00 !important;
    text-decoration: underline !important;
}

/* Footer Settings List */
.allegro-footer-settings {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.allegro-footer-settings li {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 8px !important;
    font-size: 13px !important;
}

.allegro-footer-settings li i {
    font-size: 16px !important;
    color: #666 !important;
}

.allegro-footer-settings .setting-label {
    color: #666 !important;
}

.allegro-footer-settings .setting-value {
    color: #000 !important;
    font-weight: 600 !important;
}

/* Footer Bottom Row - Apps & Social */
.allegro-footer-bottom-row {
    margin-top: 32px !important;
    padding-top: 24px !important;
    border-top: 1px solid #e0e0e0 !important;
}

/* App Download Buttons */
.allegro-app-buttons {
    display: flex !important;
    gap: 10px !important;
    margin-right: 28px !important;
}

.allegro-app-btn {
    display: inline-flex !important;
    align-items: center !important;
    background-color: #000 !important;
    color: #fff !important;
    padding: 6px 12px !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    gap: 8px !important;
    transition: opacity 0.2s ease !important;
}

.allegro-app-btn:hover {
    opacity: 0.85 !important;
    color: #fff !important;
}

.allegro-app-btn i {
    font-size: 20px !important;
    color: #fff !important;
}

.allegro-app-btn .small-text {
    display: block !important;
    font-size: 8px !important;
    line-height: 1.2 !important;
    color: #fff !important;
    text-transform: uppercase !important;
}

.allegro-app-btn .store-name {
    display: block !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    color: #fff !important;
}

/* App Store - Black */
.allegro-app-btn.app-store {
    background-color: #000 !important;
}

/* Google Play - Black */
.allegro-app-btn.google-play {
    background-color: #000 !important;
}

/* AppGallery - Red */
.allegro-app-btn.app-gallery {
    background-color: #c71735 !important;
}

.allegro-app-btn.app-gallery:hover {
    opacity: 0.85 !important;
}

/* Social Links - Brand Colors (Allegro style) */
.allegro-social-links {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
}

.allegro-social-links .social-icon {
    font-size: 24px !important;
    text-decoration: none !important;
    transition: opacity 0.2s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.allegro-social-links .social-icon:hover {
    opacity: 0.7 !important;
}

.allegro-social-links .social-icon i {
    font-size: inherit !important;
}

/* ===== MOBILE HEADER (H5) - ALLEGRO STYLE ===== */
.allegro-mobile-header {
    background-color: #fff !important;
    padding: 0 !important;
}

/* Row 1: Logo + Icons */
.mobile-header-row1 {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 12px 16px !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

.mobile-logo img {
    height: 28px !important;
    width: auto !important;
}

.mobile-header-icons {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
}

.mobile-icon-item {
    position: relative !important;
    color: #666 !important;
    font-size: 24px !important;
    text-decoration: none !important;
}

.mobile-icon-item:hover {
    color: #ff5a00 !important;
}

.mobile-icon-badge {
    position: absolute !important;
    top: -6px !important;
    right: -8px !important;
    background-color: #ff5a00 !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    min-width: 16px !important;
    height: 16px !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 4px !important;
}

/* Row 2: Search Bar */
.mobile-header-row2 {
    padding: 8px 16px !important;
}

.mobile-search-form {
    width: 100% !important;
}

.mobile-search-box {
    display: flex !important;
    align-items: center !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    background-color: #fff !important;
    height: 44px !important;
    overflow: hidden !important;
}

.mobile-search-input {
    flex: 1 !important;
    border: none !important;
    outline: none !important;
    padding: 0 12px !important;
    font-size: 14px !important;
    height: 100% !important;
    background: transparent !important;
}

.mobile-search-input::placeholder {
    color: #999 !important;
}

.mobile-search-icons {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    padding-right: 8px !important;
}

.mobile-search-icon-btn {
    background: none !important;
    border: none !important;
    padding: 8px !important;
    color: #666 !important;
    font-size: 20px !important;
    cursor: pointer !important;
}

.mobile-search-btn {
    background-color: #ff5a00 !important;
    border: none !important;
    color: #fff !important;
    width: 48px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
    cursor: pointer !important;
}

/* Row 3: Categories + Links */
.mobile-header-row3 {
    border-top: 1px solid #f0f0f0 !important;
    border-bottom: 2px solid #0066b5 !important;
    background-color: #fff !important;
}

.mobile-nav-links {
    display: flex !important;
    align-items: center !important;
    height: 44px !important;
    padding: 0 16px !important;
}

.mobile-kategorie-btn {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 0 16px 0 0 !important;
    color: #333 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    border-right: 1px solid #e0e0e0 !important;
    height: 100% !important;
}

.mobile-kategorie-btn i {
    font-size: 12px !important;
}

.mobile-nav-link {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 0 16px !important;
    color: #333 !important;
    font-size: 13px !important;
    text-decoration: none !important;
    height: 100% !important;
}

.mobile-nav-link i {
    font-size: 16px !important;
}

.mobile-nav-more {
    margin-left: auto !important;
    color: #666 !important;
    font-size: 18px !important;
    padding: 0 8px !important;
}

/* ===== MOBILE BOTTOM NAVIGATION - ALLEGRO STYLE ===== */
.allegro-mobile-bottom-nav {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background-color: #fff !important;
    border-top: 1px solid #e0e0e0 !important;
    z-index: 1030 !important;
    padding-bottom: env(safe-area-inset-bottom) !important;
}

.mobile-bottom-nav-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-around !important;
    height: 56px !important;
}

.mobile-bottom-nav-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    color: #666 !important;
    font-size: 10px !important;
    padding: 6px 12px !important;
    position: relative !important;
    transition: color 0.2s ease !important;
}

.mobile-bottom-nav-item i {
    font-size: 22px !important;
    margin-bottom: 2px !important;
}

.mobile-bottom-nav-item span {
    font-weight: 500 !important;
}

.mobile-bottom-nav-item.active,
.mobile-bottom-nav-item:hover {
    color: #ff5a00 !important;
}

.mobile-bottom-nav-badge {
    position: absolute !important;
    top: 2px !important;
    right: 4px !important;
    background-color: #ff5a00 !important;
    color: #fff !important;
    font-size: 9px !important;
    font-weight: 600 !important;
    min-width: 16px !important;
    height: 16px !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 4px !important;
}

/* Add padding to body for mobile bottom nav */
@media (max-width: 991.98px) {
    body {
        padding-bottom: 70px !important;
    }

    .allegro-footer-section {
        padding-bottom: 80px !important;
    }
}

/* Social Icon Brand Colors */
.allegro-social-links .social-facebook {
    color: #1877f2 !important;
}

.allegro-social-links .social-linkedin {
    color: #0a66c2 !important;
}

.allegro-social-links .social-instagram {
    color: #e4405f !important;
}

.allegro-social-links .social-pinterest {
    color: #e60023 !important;
}

.allegro-social-links .social-youtube {
    color: #ff0000 !important;
}

.allegro-social-links .social-heart {
    color: #e4405f !important;
}

/* Bottom Footer Bar - Allegro Dark Gray */
.allegro-footer-bar {
    background-color: #4a4a4a !important;
    padding: 24px 0 !important;
}

.allegro-footer-logo {
    height: 28px !important;
    filter: brightness(0) invert(1) !important;
}

/* Footer Text (Site Name) */
.allegro-footer-text {
    color: #fff !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    letter-spacing: -0.5px !important;
}

/* ===== OTHER ELEMENTS ===== */
.dropdown-menu {
    border: 1px solid #e0e0e0 !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
    border-radius: 4px !important;
}

/* Categories sidebar text */
.category-nav-element a {
    color: #333 !important;
}

/* Category menu icon */
header .category-menu-icon-box .navbar-toggler-icon {
    filter: none;
}

header .navbar-light .navbar-toggler {
    background-color: #f5f5f5 !important;
    border-color: #ddd !important;
}

header .navbar-light .navbar-toggler:hover {
    background-color: #e8e8e8 !important;
}

/* Hover effects */
a.hov-text-primary:hover {
    color: #ff5a00 !important;
}

/* Product Cards */
.product-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
}

/* Price styling */
.product-price {
    color: #333 !important;
    font-weight: 700 !important;
}

.product-price-old {
    color: #999 !important;
    text-decoration: line-through !important;
}

/* Smart delivery badge */
.delivery-badge {
    background-color: #00a650 !important;
    color: #fff !important;
    font-size: 10px !important;
    padding: 2px 6px !important;
    border-radius: 3px !important;
    font-weight: 600 !important;
}

/* Header icons override for partials */
header .nav-cart-box a,
header #compare a,
header #wishlist a {
    color: #333 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    font-size: 11px !important;
    text-decoration: none !important;
}

header .nav-cart-box a:hover,
header #compare a:hover,
header #wishlist a:hover {
    color: #ff5a00 !important;
}

header .nav-cart-box a i,
header #compare a i,
header #wishlist a i {
    font-size: 24px !important;
    margin-bottom: 2px !important;
    color: inherit !important;
}

/* Header Icon Badges */
header .nav-cart-box .badge,
header #compare .badge,
header #wishlist .badge {
    background-color: #ff5a00 !important;
    color: #fff !important;
    font-size: 10px !important;
    padding: 2px 5px !important;
    border-radius: 10px !important;
}

/* Search Autocomplete Box */
.typed-search-box {
    border: 1px solid #e0e0e0 !important;
    border-radius: 4px !important;
    margin-top: 4px !important;
}

/* Fix for old search styles */
.front-header-search {
    background-color: transparent !important;
    border: none !important;
}

.front-header-search .input-group {
    border: none !important;
    background: transparent !important;
}
