
/*SORAYA REQUESTS*/

/* Change font */
body{
    /*--highlight-font: impact; !*  titles *!*/
    /*--first-font: serif; !* general *!*/
    /*--font-size: 13pt;*/
    --secondary-color-associated: #fff;
}

/* Turn card box to white */

#map_content, /* --> box for map infon */
.opening_hours_section, /* --> opening hours section */
.item_details_meta_wrap, /* --> box for poi/event details  */
#countdown, /* --> box for pop up coundown */
.offer_for_login, /* --> box for social connect */
div.item, /* --> box for websdk offers */
article.item { /* --> box for pages preview */
    --main: #fff;
    --main-color-associated: #333;
    --item-bg: rgba(255, 255, 255, 0.85);
}