#mallTopNav {
  display: flex;
  z-index: 999999;
  justify-content: space-between;
  background-image: url(https://storage.googleapis.com/istoshare-files/static/main/img/original/NAV底圖.png);
  padding: 1em;
  background-size: contain;
  height: 4em;
  box-shadow: none;
}

#mallTopNav div {
  display: flex;
  align-items: center;
}

#mallTopNav div a {
  color: white;
  text-decoration: none;
  margin-right: 1rem;
}

.fa-facebook-square, .fa-line, .fa-instagram, .fa-shopping-cart,
  .fa-comment-dots {
  font-size: 1.5rem;
}

.fa-search, .fa-shopping-cart, .fa-comment-dots {
  margin-right: 1rem;
}

.fa-search {
  cursor: pointer;
}

.mallSearch {
  background: white;
  padding: 0.5rem;
  border-radius: 10px;
}

.mallSearch button {
  background: none;
  border: none;
  width: 1.5em;
}

.mallSearch input {
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  outline: none;
}

.messageIcon, .upIcon {
  max-width: 2em;
  position: fixed;
  bottom: 70px;
  right: 0px;
  cursor: pointer;
}

.upIcon {
  bottom: 30px;
}

.logo img {
  width: 8em;
}

#mallTopNav div a:not(.logo) {
  color: white;
  text-decoration: none;
  margin-right: 1rem;
}

#mallTopNav div a:not(.logo) img {
  width: 2rem;
  height: 2rem;
}

.username i {
  margin: 0 0.5em;
}

.userFeature {
  position: absolute;
  right: 2em;
  top: 4em;
  z-index: 5;
  background: #FFF;
  border: 1px solid #F3F3F3;
  padding: 0.5em;
  flex-direction: column;
  text-align: -webkit-right;
}

.userFeature p a {
  color: #C5C5C5 !important;
}

.userFeature p  {
  line-height: 1.5rem;
  margin: 0;
}

.login, .registered {
  border: solid 1px #FFF;
  border-radius: 1.65em;
  padding: 0 0.8em;
}

.login {
  background: #FFF;
  color: #F8C7AE !important;
}    