.ntn-mall-back-bar-component {
  height: 6.5vh;
  background-color: #EFEFEF;
  position: relative;
}
.ntn-mall-back-bar-component .back-bar-panel {
  height: 100%;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.ntn-mall-back-bar-component .back-bar-button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #929292;
  cursor: pointer;
}
.ntn-mall-back-bar-component .vertical-space-bar {
  border-left: 1.5px solid #bdbdbd;
  height: 60%;
}
.ntn-mall-back-bar-component .back-bar-category {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 450px) {
  .ntn-mall-back-bar-component .back-bar-icon {
    font-size: 0.9rem;
    margin-right: 0.3rem;
  }
  .ntn-mall-back-bar-component .back-bar-text {
    font-size: 0.9rem;
  }
  .ntn-mall-back-bar-component .back-bar-category {
    padding: 0 10rem;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 450px) {
  .ntn-mall-back-bar-component .back-bar-icon {
    font-size: 0.6rem;
    margin-right: 0.3rem;
  }
  .ntn-mall-back-bar-component .back-bar-text {
    font-size: 0.6rem;
  }
  .ntn-mall-back-bar-component .back-bar-category {
    padding: 0 5rem;
    font-size: 1rem;
  }
}
