header#b_head {
  margin-bottom: 4rem;
}
#b_head a.logo, #b_head a.logo:hover {
  height: 75px;
}
#bf-payment-cart .bf-payment-logo {
  max-height: 75px;
  height: 75px;
  width: 100%;
  max-width: none;
}

.logo {
  display: inline-block;
  background-size: cover;
}
  .logo.has-image { text-indent: -9999px; }

.bfcms-nav {
  display: inline-block;

  margin: 0;
  padding: 0;

  list-style: none;
}

  .bfcms-nav > li {
    position: relative;
    display: inline-block;
    margin: 0 20px;
  }
    .bfcms-nav > li > a {
    }

    .bfcms-nav > li > ul {
      display: none;

      position: absolute;
      z-index: 100;

      min-width: 150px;
      margin: 0;
      padding: 15px;

      list-style: none;

      background: #eee;
    }
      .bfcms-nav > li:hover > ul {
        display: block;
      }

.form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 1.625rem !important;
  padding-bottom: .625rem !important;
}

#bf-payment-cart .bf-payment-field .status,
#bf-payment-cart-embed .bf-payment-field .status {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 5px;
    height: auto;
    border-radius: 0 6px 6px 0;
}

