.checkout-page-body > nav,
.checkout-page-body > style + nav,
.checkout-page-body > .footer-container {
  display: none !important;
}

@font-face {
  font-family: "Empresarial FontAwesome";
  font-style: normal;
  font-weight: normal;
  src: url("/assets/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"),
       url("/assets/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff");
}

.emp-checkout-header {
  background: #1363b4;
  box-shadow: none;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 30px 0;
  position: relative;
  z-index: 1030;
}

.emp-checkout-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 960px;
  min-height: 42px;
  padding: 0 30px;
}

.emp-checkout-brand {
  align-items: center;
  color: #fff !important;
  display: flex;
  font-size: 19.6px;
  font-weight: 400;
  text-decoration: none !important;
}

.emp-checkout-brand img {
  height: 38px;
  margin-right: 8px;
  margin-top: -4px;
  width: 38px;
}

.emp-checkout-nav {
  align-items: center;
  display: flex;
  gap: 20px;
}

.emp-checkout-nav a {
  border-bottom: 2px solid transparent;
  color: rgba(255, 255, 255, .75) !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  padding: 10px 0;
  text-decoration: none !important;
}

.emp-checkout-nav a:hover {
  border-bottom-color: rgba(255, 255, 255, .25);
  color: #fff !important;
}

.emp-checkout-nav a.emp-checkout-login {
  background: #fff;
  border: 1px solid #222;
  border-radius: 5px;
  color: #000 !important;
  padding: 9px 20px !important;
}

.emp-checkout-nav a.emp-checkout-login:hover {
  border: 1px solid #222;
  color: #000 !important;
}

.emp-lock-icon {
  display: inline-block;
  font-family: "Empresarial FontAwesome";
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.emp-lock-icon::before {
  content: "\f023";
}

.emp-checkout-footer {
  background: #f2f2f2;
  color: #555;
  font-size: 14px;
  padding: 34px 30px;
}

.emp-checkout-footer__inner {
  border-top: 1px solid #d9d9d9;
  margin: 0 auto;
  max-width: 1140px;
  padding-top: 24px;
}

.emp-checkout-footer a {
  color: #337ab7;
}

@media (max-width: 767px) {
  .emp-checkout-header {
    padding: 0;
    position: sticky;
    top: 0;
  }

  .emp-checkout-header__inner {
    min-height: 70px;
    padding: 0 18px;
  }

  .emp-checkout-brand {
    font-size: 18px;
  }

  .emp-checkout-brand img {
    height: 32px;
    width: 32px;
  }

  .emp-checkout-nav {
    display: none;
  }

  .emp-checkout-footer,
  #cookieBar {
    display: none !important;
  }
}
