/* HEADER V6 */
.bookingEngine .headerV6 {
  padding: 10px 0;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
}

main {
  padding-top: 100px;
}

.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: inline-block;
  }
  .bookingEngine .headerV6 .text-right.menu a {
    margin: 5px 0px 5px 5px;
  }
}

.bookingEngine .headerV6 .menu a:not(:last-child):hover::after {
  color: var(--c-primary);
}

.bookingEngine .headerV6 .menu .home span,
.bookingEngine .headerV6 .menu a.lastMinute span {
  text-transform: uppercase;
  display: none;
}

@media screen and (min-width: 550px) {
  .bookingEngine .headerV6 .menu .home span {
    display: initial;
  } 
}

@media screen and (min-width: 1200px) {
  .bookingEngine .headerV6 .menu a.lastMinute span {
    display: initial;
  } 
}

/* LOGO */
.bookingEngine .headerV6 .logo a {
  margin-left: auto;
  margin-right: auto;
}

.bookingEngine .headerV6 .logo img {
  max-height: 44px;
}

@media screen and (min-width: 768px) {
  .bookingEngine .headerV6 .logo img {
    max-height: 50px;
  }
}