/* http://mcg.mbitson.com/#!?palette=%23e51a51 */
/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

:root {
    --theme-font-family: 'Roboto', sans-serif;
    --theme-text-2: #111;
    --theme-text-1: #111;
    --theme-menu-text-color: #FFFFFF;
    --theme-menu-bg-color: #ff0000;
    /*// http://mcg.mbitson.com/#!?tundora=%23414141*/
    /*NAVBAR COLORS*/
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #fff;
    /*color-theme*/
    --theme-primary-50: #ffe0e0;
    --theme-primary-100: #ffb3b3;
    --theme-primary-200: #ff8080;
    --theme-primary-300: #ff4d4d;
    --theme-primary-400: #ff2626;
    --theme-primary-500: #ff0000;
    --theme-primary-600: #ff0000;
    --theme-primary-700: #ff0000;
    --theme-primary-800: #ff0000;
    --theme-primary-900: #ff0000;
    --theme-primary-A100: #ffffff;
    --theme-primary-A200: #ffffff;
    --theme-primary-A400: #ffd2da;
    --theme-primary-A700: #ffb9c4;
    /*color-contrast*/
    --theme-primary-contrast-50: #111;
    --theme-primary-contrast-100: #111;
    --theme-primary-contrast-200: #111;
    --theme-primary-contrast-300: #111;
    --theme-primary-contrast-400: #111;
    --theme-primary-contrast-500: #111;
    --theme-primary-contrast-600: #111;
    --theme-primary-contrast-700: #111;
    --theme-primary-contrast-800: #111;
    --theme-primary-contrast-900: #111;
    --theme-primary-contrast-A100: #111;
    --theme-primary-contrast-A200: #111;
    --theme-primary-contrast-A400: #111;
    --theme-primary-contrast-A700: #111;
}

/********* 
INDEX
1 - NAVBAR
2 - HIDDEN ELEMENTS
3 - FOOTER
*********/

/********* 
1 - NAVBAR
*********/

/*Navbar*/
mat-toolbar.mat-toolbar.ob-top-bar.mat-toolbar-single-row {
    background-color: #ff0000;
}

/*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;
}

/********* 
2 - HIDDEN ELEMENTS
*********/

/*ocultar DESDE*/
.content-container div#catalog-card-price-47995 {
    display:none;
}

/********* 
3 - FOOTER
*********/

/*Background subfooter*/
ob-footer.main-footer {
    background-color: #9f9570 !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: #111 !important;
}

/*Button language links subfooter*/
/*Language & icon */
ob-footer.main-footer span.mdc-button__label,
ob-footer.main-footer mat-icon.mat-icon {
    color: #111 !important;
}

/*Border*/
ob-footer.main-footer ob-button>.mat-mdc-outlined-button {
    border: 1px solid#111 !important;
}

/*Powered by*/
/*Logo ONEBOX*/
ob-footer.main-footer img[src="assets/onebox.svg"] {
    filter: brightness(0) !important;
}

/*Text powered by*/
ob-footer.main-footer section.items-center {
    color: #111;
}