/* HEADER V5 */
.bookingEngine .wrapper.headerV5 {
  padding: 22px 0;
  background-color: var(--c-white);
  margin-bottom: 40px;
}

.bookingEngine .headerV5 .logo img {
  max-height: 75px;
  max-width: 100%;
}

.bookingEngine .headerV5 .menu * {
  vertical-align: middle;
}

.bookingEngine .headerV5 .menu svg {
  height: 21px;
  width: 21px;
}

.bookingEngine .headerV5 .menu a {
  color: var(--c-text);
}

.bookingEngine .headerV5 .menu a:hover {
  color: var(--c-black);
}

.bookingEngine .headerV5 .menu a:not(:last-child)::after {
  content: '|';
  position: relative;
  top: 1px;
}

.bookingEngine .headerV5 .menu a:not(:last-child):hover::after {
  color: var(--c-text);
}