/* HEADER V6 */
.bookingEngine .headerV6 {
  padding: 20px 0;
  background-color: var(--c-primary);
  margin-bottom: 50px;
}

.bookingEngine .headerV6 .menu * {
  vertical-align: middle;
}

.bookingEngine .headerV6 .menu svg {
  height: 22px;
  width: 22px;
}

@media screen and (max-width:767px) {
  .bookingEngine .headerV6 .menu a:not(:last-of-type)::after {
    display: none;
  }  
  .bookingEngine .headerV6 .menu a {
    display: block;
  }
}

.bookingEngine .headerV6 .menu a:not(:last-of-type):hover::after {
  color: var(--c-white);
}

.bookingEngine .headerV6 .menu .home span,
.bookingEngine .headerV6 .menu a.lastMinute span {
  text-transform: uppercase;
  display: none;
}

@media screen and (min-width: 768px) {
  .bookingEngine .headerV6 .menu .home span {
    display: initial;
  } 
}


.bookingEngine .headerV6 .logo img {
  max-height: 100px;
}

@media screen and (min-width: 550px) {
  .bookingEngine .headerV6 .logo img {
    max-height: 110px;
  }
}

@media screen and (min-width: 768px) {
  .bookingEngine .headerV6 .logo img {
    max-height: 120px;
  }
}