/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

:root {
    /*// http://mcg.mbitson.com //*/
    /*NAVBAR COLORS*/
    --ob-nav-text-color: #E30B17;
    --ob-nav-bg-color: #ffffff;
  /* Primary */
  --theme-primary-50:  #FDE8E9;
  --theme-primary-100: #F9C2C5;
  --theme-primary-200: #F39A9F;
  --theme-primary-300: #ED7179;
  --theme-primary-400: #E84A53;
  --theme-primary-500: #E30B17;
  --theme-primary-600: #C20A14;
  --theme-primary-700: #A00811;
  --theme-primary-800: #7D060E;
  --theme-primary-900: #550409;

  /* Accents */
  --theme-primary-A100: #FF8C92;
  --theme-primary-A200: #FF5E66;
  --theme-primary-A400: #FF2A35;
  --theme-primary-A700: #D9000B;
    /*Typographic Font*/
    --theme-font-family: 'Roboto', sans-serif;
    /*Contrast colors*/
  --theme-primary-contrast-50:  #212121;
  --theme-primary-contrast-100: #212121;
  --theme-primary-contrast-200: #212121;
  --theme-primary-contrast-300: #212121;
  --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: #212121;
  --theme-primary-contrast-A200: #212121;
  --theme-primary-contrast-A400: #FFFFFF;
  --theme-primary-contrast-A700: #FFFFFF;
}

/*Navbar*/
mat-toolbar.mat-toolbar.ob-top-bar.mat-toolbar-single-row {
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

/*Button shopping car disabled*/
mat-toolbar.mat-toolbar button.mdc-button.mat-mdc-button.mat-mdc-button-disabled.mat-unthemed.mat-mdc-button-base {
    color: #b1b1b161;
}

/*cambia color interaccion de sesiones*/
.page-menu-content li a.active,
.page-menu-content li a:hover {
    border-bottom: 4px solid #E30B17 !important;
}


/*Dark version subfooter*/
/*Background subfooter*/
ob-footer.main-footer {
    background-color: #1a1a1a !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;
}

/*Powered by*/
/*Logo ONEBOX*/
ob-footer.main-footer img {
    filter: brightness(20) !important;
}

/*Text powered by*/
ob-footer.main-footer section.items-center {
    color: #fff;
}

/*MOBILE*/
@media only screen and (max-width: 40.063em) {

    /*cambia sticky price en mobile*/
    .expansion-footer {
        background: #1a1a1a !important;
    }

    ob-select-expandable-summary .expansion-header {
        background: #1a1a1a !important;
    }

    .expansion-header span,
    .expansion-header .mat-icon {
        color: #fff;
    }

    .empty-footer {
        background-color: #1a1a1a !important;
        border: none !important;
    }

    .empty-footer .quantity,
    .empty-footer .mat-icon,
    .empty-footer .total {
        color: #fff !important;
    }

    .ob-message-box.info mat-icon.mat-icon.notranslate.material-icons-outlined.material-icons.mat-ligature-font.mat-icon-no-color {
        color: #E30B17 !important;
    }

    /*input resumen de tu pedido*/
    mat-expansion-panel-header#mat-expansion-panel-header-1 {
        margin: 15px 1px;
        box-shadow: 0px 2px 8px 0px #0000004D;
        padding: 1rem;
    }

    .checkout-expandable-summary-container {
        background: #fff !important;
    }

    /*ocultar footer*/
    app-channel-footer {
        display: none;
    }
}
