/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

:root {
  /*Fonts*/
  --theme-font-family: "Barlow-Regular";
  /*Navbar colors*/
  --ob-nav-text-color: #fff;
  --ob-nav-bg-color: #1A1A1A;
  /*// http://mcg.mbitson.com/#!?tundora=%23414141*/
  /*color primary*/
  --theme-primary-50: #fffbea;
  --theme-primary-100: #fff3c4;
  --theme-primary-200: #ffe78a;
  --theme-primary-300: #ffdf00;
  --theme-primary-400: #e6c800;
  --theme-primary-500: #ffdf00;
  --theme-primary-600: #b39700;
  --theme-primary-700: #8f7700;
  --theme-primary-800: #6b5800;
  --theme-primary-900: #ffdf00;

  --theme-primary-A100: #fff59f;
  --theme-primary-A200: #ffec4d;
  --theme-primary-A400: #ffd600;
  --theme-primary-A700: #e6c200;

  --theme-primary-contrast-50: #1A1A1A;
  --theme-primary-contrast-100: #1A1A1A;
  --theme-primary-contrast-200: #1A1A1A;
  --theme-primary-contrast-300: #1A1A1A;
  --theme-primary-contrast-400: #1A1A1A;
  --theme-primary-contrast-500: #1A1A1A;
  --theme-primary-contrast-600: #ffffff;
  --theme-primary-contrast-700: #ffffff;
  --theme-primary-contrast-800: #ffffff;
  --theme-primary-contrast-900: #1A1A1A;

  --theme-primary-contrast-A100: #1A1A1A;
  --theme-primary-contrast-A200: #1A1A1A;
  --theme-primary-contrast-A400: #1A1A1A;
  --theme-primary-contrast-A700: #ffffff;
  /*Typographic Font*/
  --theme-font-family: "Barlow", 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;
}

/* Footer Adhoc */
.footer-adhoc img {
  display: block;
  width: 100%;
  height: auto;
}

/*Dark version subfooter*/
/*Background subfooter*/
ob-footer.main-footer {
  background-color: #000 !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,
ob-footer.main-footer button.ob-link {
  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[src="assets/onebox.svg"] {
  filter: brightness(20) !important;
}

/*Text powered by*/
ob-footer.main-footer section.items-center {
  color: #fff;
}

/* Gift Card */
.gift-card,
.gift-card a {
  color: #1A1A1A !important;
}