/*alterar o nome do ficheiro pelo dia da alteração para  que possa refletir no site*/

body.overflow-hidden::before {
    content: "";
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}

.div_accept_moreinfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*.special_menu {
    background-color: #0091ac;
    /*background-color: #f13340;
	color:#FFE136;
}*/

/*.special_menu {
    background-color: #ce2b26;
	color:#FFE136;
}

.promotions_menu{
    background-color: #b8a268;
}

.outlet_menu{
    background-color: #d9bc6c;
}*/

.summer_menu {
    background-color: #ffef00;
    color: #162934!important;
}

.cart_voucher #display_cart_vouchers span {
  background-color: yellow;
}

.presales_menu {
    background-color: #fc6c23;/*#2596be #8bad9d*/
}
.summer_menu {
    background-color: #ff290f;
}

.gdpr-consent-tabs-v2 {
    width:88%;
}

.gdprModal .gdprModal__placeholder {
    box-shadow: none;
	z-index:999999;
}