    /*import*/
    :root {
        /*Fonts*/
        --theme-text-2: #000000;
        --theme-text-1: #000000;
        --theme-font-family: "Helvetica", Arial, sans-serif;
        /*Navbar colors*/
        --ob-nav-text-color: #FFFFFF;
        --ob-nav-bg-color: #c83430;
        /*color primary*/
        --theme-primary-50: #fde7e7;
        --theme-primary-100: #f9cfcf;
        --theme-primary-200: #f3a7a6;
        --theme-primary-300: #ec5d5a;
        --theme-primary-400: #e43a37;
        --theme-primary-500: #c83430;
        --theme-primary-600: #b12f2b;
        --theme-primary-700: #982824;
        --theme-primary-800: #7a201d;
        --theme-primary-900: #5d1815;
        --theme-primary-A100: #f9cfcf;
        --theme-primary-A200: #f3a7a6;
        --theme-primary-A400: #5d1815;
        --theme-primary-A700: #45100f;
        /*color contrast*/
        --theme-primary-contrast-50: #000000;
        --theme-primary-contrast-100: #000000;
        --theme-primary-contrast-200: #000000;
        --theme-primary-contrast-300: #FFFFFF;
        --theme-primary-contrast-400: #FFFFFF;
        --theme-primary-contrast-500: #FFFFFF;
        --theme-primary-contrast-600: #FFFFFF;
        --theme-primary-contrast-700: #FFFFFF;
        --theme-primary-contrast-800: #FFFFFF;
        --theme-primary-contrast-900: #FFFFFF;
        --theme-primary-contrast-A100: #000000;
        --theme-primary-contrast-A200: #000000;
        --theme-primary-contrast-A400: #FFFFFF;
        --theme-primary-contrast-A700: #FFFFFF;
        /*Obfooter: logo filter*/
        --ob-custom-logo-filter: brightness(20);
    }

    /*Button shooping car disabled*/
    mat-toolbar.mat-toolbar button.mdc-button.mat-mdc-button.mat-mdc-button-disabled.mat-unthemed.mat-mdc-button-base {
        color: #b1b1b161;
    }

    /*Dark version subfooter*/
    /*Background subfooter*/
    ob-footer.main-footer {
        background-color: #222222 !important;
    }

    /*Color links subfooter & copyright*/
    ob-footer.main-footer,
    ob-footer.main-footer a,
    ob-footer.main-footer span.footer-copyright,
    ob-footer.main-footer span.justify-end {
        color: #fff !important;
    }

    /*Button language links subfooter*/
    /*Language & icon */
    ob-footer.main-footer span.mdc-button__label,
    ob-footer.main-footer mat-icon.mat-icon {
        color: #fff !important;
    }

    /*Border*/
    ob-footer.main-footer ob-button>.mat-mdc-outlined-button {
        border: 1px solid#fff !important;
    }

    /*Text powered by*/
    ob-footer.main-footer section.items-center {
        color: #fff;
    }