/* HEADER V6 */
.bookingEngine .headerV6 {
  padding: 10px 0;
  margin-bottom: 60px;
  box-shadow: 0 2px 12px rgba(0,0,0,.5);
}

.bookingEngine .headerV6 .menu * {
  vertical-align: middle;
}

.bookingEngine .headerV6 .menu svg {
  height: 25px;
  width: 25px;
}

@media screen and (max-width:549px) {
  .bookingEngine .headerV6 .menu a:not(:last-child)::after {
    display: none;
  }  
  .bookingEngine .headerV6 .menu a {
    display: block;
    padding-bottom: 6px;
  }
}

.bookingEngine .headerV6 .menu a:not(:last-child):hover::after {
  color: var(--c-text);
}

.bookingEngine .headerV6 .menu .home span,
.bookingEngine .headerV6 .menu a.lastMinute span {
  display: none;
}

@media screen and (min-width: 550px) {
  .bookingEngine .headerV6 .menu .home span {
    display: initial;
  } 
}

@media screen and (min-width: 992px) {
  .bookingEngine .headerV6 .menu a.lastMinute span {
    display: initial;
  } 
}

/* LOGO */
.bookingEngine .headerV6 .logo img {
  max-height: 80px;
}

@media screen and (min-width: 550px) {
  .bookingEngine .headerV6 .logo img {
    max-height: 90px;
  }
}

@media screen and (min-width: 768px) {
  .bookingEngine .headerV6 .logo img {
    max-height: 110px;
  }
}