.store-info-header {
  background-color: #3eb049;
  padding: 20px 0px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: BebasNeue;
  margin: 0px;
  position: sticky;
  top: 0;
  z-index: 900;
}

.store-info-header-text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
}

.store-info-header-text span {
  font-size: 18px;
}

.store-info-header-text img {
  margin-right: 12px;
  height: 15px;
}

.store-info-action {
  color: white;
  height: 100%;
}

.store-info-action button {
  background-color: #1d4288;
  color: white;
  border: none;
  font-weight: 400;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  padding: 20px;
  margin: 0 auto;
}

.store-info-action button img {
  margin-right: 6px;
}

.breadcrumb-navigation {
  margin: 1em;
}

.breadcrumb-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-wrap: break-word;
  align-items: center;
  line-height: 1em;
}

.breadcrumb-item {
  margin-right: 8px;
}

.breadcrumb-item a {
  text-decoration: none;
  font-weight: 500;
  color: #1D4288 !important;
}

.breadcrumb-item a:hover {
  text-decoration: underline;
}

.breadcrumb-item::before {
  content: "" !important;
}

.breadcrumb-item::after {
  content: ">";
  margin-left: 8px;
}

.breadcrumb-item:last-child::after {
  content: "";
  margin: 0;
}

.breadcrumb-item:last-child {
  color: #1D4288 !important;
  font-weight: 700 !important;
}


@media screen and (min-width: 576px) {
  .store-info-header-text span:not(:last-child):after {
    content: "|";
    margin: 0 8px;
  }

  .store-info-header-text span {
    font-size: 20px;
  }
}

@media screen and (min-width: 769px) {
  .store-info-header {
    padding: 8px 0px;
    font-size: 18px;
  }

  .store-info-header-text {
    font-weight: 500;
  }

  .store-info-header-text span {
    font-size: 1.2em;
  }

  .store-info-action button {
    padding: 10px 10px;
    font-weight: 500;
    font-size: 1em;
    border-radius: 2px;
  }

  .store-info-action button img {
    margin-right: 16px;
  }
}

@media screen and (min-width: 1850px) {
  .breadcrumb-navigation {
    margin-left: 20%;
  }
}