/* http://mcg.mbitson.com/#!?palette=%23e51a51 */
/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');
:root {
    /*Text*/
    /*// http://mcg.mbitson.com/#!?tundora=%23414141*/ 
    /*NAVBAR COLORS*/
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #1d1d1c;
    /*Color primary*/ 
    --theme-primary-50: #F8E5E4;
    --theme-primary-100: #EDBFBC;
    --theme-primary-200: #E19490;
    --theme-primary-300: #D46963;
    --theme-primary-400: #CB4841;
    --theme-primary-500: #c22820;
    --theme-primary-600: #BC241C;
    --theme-primary-700: #B41E18;
    --theme-primary-800: #AC1813;
    --theme-primary-900: #9F0F0B;
    --theme-primary-A100: #FFCECD;
    --theme-primary-A200: #FF9B9A;
    --theme-primary-A400: #FF6967;
    --theme-primary-A700: #FF504D;
    --theme-primary-contrast-50: #000000;
    --theme-primary-contrast-100: #000000;
    --theme-primary-contrast-200: #000000;
    --theme-primary-contrast-300: #000000;
    --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: #000000;
    --theme-primary-contrast-A700: #000000;
    /*Fuente cliente*/
    --theme-font-family: 'Poppins', sans-serif;
}
/*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; 
}