/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {
    /*Fonts*/
    --theme-font-family: "Lato", sans-serif;
    /*Navbar Colors*/
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #212227;
    /*color primary*/
    --theme-primary-50: #e4e5e7;
    --theme-primary-100: #c6c7ca;
    --theme-primary-200: #a7a9ac;
    --theme-primary-300: #888b8e;
    --theme-primary-400: #6a6c70;
    --theme-primary-500: #4c4e52;
    --theme-primary-600: #3b3d41;
    --theme-primary-700: #2a2c30;
    --theme-primary-800: #212227;
    --theme-primary-900: #111214;
    --theme-primary-A100: #3b3d41;
    --theme-primary-A200: #3b3d41;
    --theme-primary-A400: #3b3d41;
    --theme-primary-A700: #3b3d41;

    --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: #ffffff;
    --theme-primary-contrast-A200: #ffffff;
    --theme-primary-contrast-A400: #ffffff;
    --theme-primary-contrast-A700: #ffffff;
}

/*Change logo sufooter ONEBOX to FEVER*/
/*Force powered by fever*/
.fever-logo {
    display: block !important;
}

.onebox-logo {
    display: none;
}

/*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;
}