/*Fonts*/
@import url("https://use.typekit.net/qxt0osj.css");

:root {
  /*Fonts*/
  --theme-font-family: "halyard-display", sans-serif;
  /*Top bar: internal section*/
  --ob-custom-nav-text-color: #ffffff;
  --ob-custom-nav-bg-color: #383838;
  /*Sidenav*/
  --ob-nav-text-color: #ffffff;
  --ob-nav-bg-color: #282828;
  /*Active button in sidenav*/
  --ob-nav-list-active-text-color: #fff;
  --ob-nav-list-active-bg-color: #E30613;
  /*color primary*/
  --theme-primary-50: #f5f5f5;
  --theme-primary-100: #e0e0e0;
  --theme-primary-200: #c7c7c7;
  --theme-primary-300: #a9a9a9;
  --theme-primary-400: #8c8c8c;
  --theme-primary-500: #383838;
  --theme-primary-600: #303030;
  --theme-primary-700: #262626;
  --theme-primary-800: #1c1c1c;
  --theme-primary-900: #121212;
  --theme-primary-A100: #d5d5d5;
  --theme-primary-A200: #9e9e9e;
  --theme-primary-A400: #616161;
  --theme-primary-A700: #212121;

  --theme-primary-contrast-50: #000000;
  --theme-primary-contrast-100: #000000;
  --theme-primary-contrast-200: #000000;
  --theme-primary-contrast-300: #000000;
  --theme-primary-contrast-400: #000000;
  --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: #ffffff;
  --theme-primary-contrast-A700: #ffffff;

}

/*------------------------------------
    INDEX
    1) Button ob-multi-event-cart
    2) Gift Card
--------------------------------------*/

/*------------------------------------
    1) Button ob-multi-event-cart
--------------------------------------*/

/*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) Gift Card
--------------------------------------*/

aside.gift-card {
  background-image: url(https://client-dists-resources.s3.eu-west-1.amazonaws.com/channels-client/guitarbcn/assets/banner-giftcard.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

aside.gift-card,
aside.gift-card a {
  color: #1a1a1a !important;
}