@charset "UTF-8";
/* NAVIGATION SMALL */
.stt-navigation-small-outer {
  background: #242424;
  display: flex;
  justify-content: center;
  padding: 0px 30px 0px 30px;
}
@media all and (max-width: 1000px) {
  .stt-navigation-small-outer {
    display: none;
  }
}

.stt-navigation-small-outer-wrapper {
  max-width: 1200px;
  position: relative;
  padding: 5px 0px 5px 0px;
  overflow: visible; /* key! don’t clip the child */
  width: 100%;
}
@media all and (max-width: 1000px) {
  .stt-navigation-small-outer-wrapper {
    max-width: unset;
    width: 100%;
  }
}

.stt-ns-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  justify-content: center;
  padding: 3px 0px 3px 0px;
}
@media all and (max-width: 900px) {
  .stt-ns-inner {
    flex-direction: column;
  }
}

@media all and (max-width: 550px) {
  .stt-ns-module-wrap {
    padding: 0;
  }
}

.stt-ns-inner a {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stt-ns-inner .fas {
  padding-left: 7px;
}

.stt-ns-divider {
  min-height: 100%;
  width: 2px;
  max-height: 25px;
  background-color: white;
}
@media all and (max-width: 900px) {
  .stt-ns-divider {
    display: none;
  }
}

.stt-ns-right {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  width: 100%;
}
.stt-ns-right .sst-ns-right-hover {
  cursor: pointer;
  transition: color 0.2s ease;
}
.stt-ns-right .sst-ns-right-hover:hover {
  color: #E83573;
}

.stt-ns-left {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}
.stt-ns-left .secondary-nav-option {
  cursor: pointer;
  transition: color 0.2s ease;
}
.stt-ns-left .secondary-nav-option:hover {
  color: #E83573;
}

.stt-ns-select-customer {
  background: white;
  border-radius: 4px;
  padding: 5px;
  color: #2a2a2a;
}

@media all and (max-width: 520px) {
  .stt-navigation-small-outer .sand-black-button {
    font-size: 10px;
    padding: 8px 10px 8px 10px !important;
  }
}
@media all and (max-width: 360px) {
  .stt-ns-middle-button {
    padding: 0px;
  }
}/*# sourceMappingURL=navigation-style-design.css.map */