/*import*/
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

:root {
  /*fonts*/
  --theme-font-family: "Red Hat Display", sans-serif;

  /*Top bar: internal section*/
  --ob-custom-nav-text-color: #FFF;
  --ob-custom-nav-bg-color: #010101;

  /*Top bar: login section*/
  --ob-public-nav-text-color: #FFF;
  --ob-public-nav-bg-color: #010101;

  /*Sidenav*/
  --ob-nav-text-color: #010101;
  --ob-nav-bg-color: #FFF;

  /*Active button in sidenav*/
  --ob-nav-list-active-text-color: #FFF;
  --ob-nav-list-active-bg-color: #EB0F0F;

  /*color primary*/
  --theme-primary-50: #e0e0e0;
  --theme-primary-100: #b3b3b3;
  --theme-primary-200: #808080;
  --theme-primary-300: #4d4d4d;
  --theme-primary-400: #262626;
  --theme-primary-500: #EB0F0F;
  --theme-primary-600: #010101;
  --theme-primary-700: #010101;
  --theme-primary-800: #010101;
  --theme-primary-900: #000000;
  --theme-primary-A100: #a6a6a6;
  --theme-primary-A200: #737373;
  --theme-primary-A400: #404040;
  --theme-primary-A700: #262626;
  --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: #ffffff;
  --theme-primary-contrast-A400: #ffffff;
  --theme-primary-contrast-A700: #ffffff;
  /*Obfooter: logo filter*/
  --ob-custom-logo-filter: brightness(20);

}

/*==========================================
  INDEX
  1) Top Bar
  2) OB Footer
==========================================*/

/*----------------------------------------
  1) Top Bar
----------------------------------------*/

/*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) OB Footer
----------------------------------------*/

/* Subfooter background */
ob-footer.main-footer {
  background-color: #010101 !important;
}

/* Text and links color (including copyright) */
ob-footer.main-footer,
ob-footer.main-footer a,
ob-footer.main-footer span.footer-copyright,
ob-footer.main-footer span.justify-end,
ob-footer.main-footer button.ob-link {
  color: #ffffff !important;
}

/* Language selector button (text and icon) */
ob-footer.main-footer span.mdc-button__label,
ob-footer.main-footer mat-icon.mat-icon {
  color: #ffffff !important;
}

/* Border for outlined buttons in the subfooter */
ob-footer.main-footer ob-button>.mat-mdc-outlined-button {
  border: 1px solid #ffffff !important;
}

/* Powered by text color */
ob-footer.main-footer section.items-center {
  color: #ffffff;
}

/*Force powered by fever*/
.fever-logo {
  display: block !important;
}

.onebox-logo {
  display: none
}