.pre-header-container {
  background-color: #F5F5F7;
}

.pre-header-container.is-checkout {
  display: none;
}

.pre-header {
    display: flex;
    justify-content: space-between;
    height: 2.0315rem; /* 32.5px */
    margin: 0 auto;
    max-width: 103.125rem;
}

.pre-header-area {
  font-size: 11px;
  font-weight: 600;
  color: #505050
}
  
.pre-header-items {
  display: inline-flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow: hidden;
  list-style: none;
  padding: 0.5rem 0;
}

.left-items {
  padding-left: 2.5rem;
  min-width: 290px;
}

.right-items {
  padding-right: 2rem;
  /* min-width: 170px; */
}

.pre-header-item {
  display: inline-flex;
  align-items: center;
}

.left-item {
  margin-right: 32px;
}

.right-item {
  margin-left: 32px;
}

a.pre-header-link {
  font-size: 11px;
  font-weight: 600;
  color: #505050
}

a.pre-header-link:hover {
  text-decoration: underline;
}

.pre-header-icon {
  padding-right: 0.25rem;
}

.billboard-text {
  text-transform:uppercase;
  display: inline-flex;
  align-items: center;
  max-width: 500px;
}

@media only screen and (max-width: 991px) {
  .billboard-text {
    display: none;
  }
  .left-items {
    padding-left: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .right-items {
    display: none;
  }
}