/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    /*Navbar Colors*/
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #121212;
    /*Font family*/
    --theme-font-family: "Montserrat", sans-serif;
    /*Colors*/
    /*color primary*/
    --theme-primary-50: #FEF3E4;
    --theme-primary-100: #FDE0BE;
    --theme-primary-200: #FBCB94;
    --theme-primary-300: #F9B56A;
    --theme-primary-400: #F8A54A;
    --theme-primary-500: #F7931D;
    --theme-primary-600: #E68419;
    --theme-primary-700: #CC7315;
    --theme-primary-800: #B36211;
    --theme-primary-900: #8C4A0C;

    /* Accents */
    --theme-primary-A100: #FFE4C7;
    --theme-primary-A200: #FFC78F;
    --theme-primary-A400: #FFAA57;
    --theme-primary-A700: #FF8C1A;

    /* Contrasts */
    --theme-primary-contrast-50: #212121;
    --theme-primary-contrast-100: #212121;
    --theme-primary-contrast-200: #212121;
    --theme-primary-contrast-300: #212121;
    --theme-primary-contrast-400: #212121;
    --theme-primary-contrast-500: #212121;
    --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: #212121;
    --theme-primary-contrast-A700: #FFFFFF;

}

/********* 
INDEX
1 - ADHOC
2 - FOOTER
*********/

/********* 
1 - ADHOC
*********/
/*arreglo check selected zone*/
.eventId-53457 svg.icon {
    transform: translate(0px, -6px) !important;
}

/*Eliminar texto de zona*/
ob-cart-summary .ob-pz-content span.ob-location-key.ng-star-inserted {
    display: none;
}

/********* 
2 - FOOTER
*********/
ob-footer.main-footer {
    background-color: #121212 !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;
    font-weight: 400;
}

/*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;
}