.buy > header,
.buy > .wrapper,
#wbe4Wrapper #footer {
  display: none;
}

header .navbar-default .navbar-nav li > a,
header .navbar-default .navbar-nav li > a:active,
header .navbar-default .navbar-nav li > a:focus {
  color: #222222 !important;
}

.navbar-nav {
  flex-direction: row !important;
}

.navbar {
  position: unset;
  display: flex;
  flex-wrap: unset;
  align-items: unset;
  justify-content: unset;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.show-steps-checkOut.step-v3 ul > li {
  background: #222 !important;
}

.show-steps-checkOut.step-v3 ul > li .chevron::before {
  border-left: 28px solid #9e105c !important;
}

.show-steps-checkOut.step-v3 ul > li span {
  color: #fff !important;
  font-weight: 400 !important;
  text-transform: unset;
  font-size: 1em;
}

#buyVoucher {
  background-color: #9e105c;
  border: unset;
  font-size: 1.7rem;
  padding: 0.5em 1.5em;
}

#wbe4Wrapper .icon-gift-box {
  display: none;
}

.buy .blog-back-link {
  margin-top: 0;
  font-weight: 500;
  display: block;
  margin-bottom: 100px;
}

#cookies-alert {
  display: none !important;
}

@media screen and (max-width: 991px) {
  header .navbar-default .navbar-collapse {
    border: unset !important;
    box-shadow: unset !important;
    position: unset !important;
    min-height: unset !important;
    width: unset !important;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    bottom: unset !important;
    margin: unset !important;
    padding: unset !important;
    background-color: unset !important;
    z-index: unset !important;
  }

  .navbar {
    flex-flow: column;
  }

  #mainMenu {
    flex-direction: row;
  }

  header .navbar-default .navbar-nav li > a, header .navbar-default .navbar-nav li > a:active, header .navbar-default .navbar-nav li > a:focus {
    font-size: 2rem !important;
    font-weight: 400 !important;
  }

  #voucher-summary {
    display: none;
  }

  #wbe4Wrapper .mobile-checkout-box.bordered-box {
    border: none;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: unset !important;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: unset !important;
  }
}
