.ThemeGlobal {
    .ImcNavigation {
        --navigation-max-width: 1280px;
        --navigation-padding: 0;
        --navigation-burger-padding: 6px 10px 5px;
        --navigation-background: linear-gradient(0deg, #5a2476 0%, #5a2476 45px, #ffffff 45px, #ffffff 100%);
        --navigation-logo-padding: 10px 160px 10px 10px;
        --navigation-stacked-firstrow-background: transparent url('../../global/logos/SecondLogo.svg') no-repeat right 10px center;
        --navigation-item-icon-mobile-color: #a0268e;
        --navigation-item-padding: 11px 15px;
        --navigation-item-line-height: 20px;
        --navigation-item-text-color: #fff;
        --navigation-item-hover-background: #a0268e;
        --navigation-item-hover-text-color: #fff;
        --navigation-item-active-background: #a0268e;
        --navigation-item-active-text-color: #fff;
        --navigation-dropdown-background: #fff;
        --navigation-dropdown-item-text-color: #333;
        --navigation-dropdown-item-hover-text-color: #5a2476;
        --navigation-dropdown-item-active-text-color: #5a2476;
        --navigation-dropdown-category-switch-hover-background: #5a2476;
        --navigation-dropdown-category-switch-hover-border: 1px solid #5a2476;
        --navigation-dropdown-category-switch-hover-text-color: #fff;
        --navigation-dropdown-category-switch-active-background: #5a2476;
        --navigation-dropdown-category-switch-active-border: 1px solid #5a2476;
        --navigation-dropdown-category-switch-active-text-color: #fff;
        --navigation-item-badge-background: #a0268e;
        --navigation-item-badge-border: 1px solid #a0268e;

        @media screen and (max-width: 1023px) {
            --navigation-background: #fff;
        }
    }

    .QuickSearch {
        --quick-search-shadow-focus-color: #5a2476;
    }

    .ImcFooter {
        --footer-background: #e7e7e8;
        --footer-item-text-color: #5a2476;
        --footer-item-hover-text-color: #5a2476;
        --footer-item-hover-text-decoration: underline;
    }
}