.lp-top-nav {
  display: flex;
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 4px 0px;
  background-color: white;
  height: 50px;
  justify-content: space-between;
}
.lp-top-nav.absolute {
  position: absolute;
}
.lp-top-nav .top-left {
  display: flex;
}
.lp-top-nav .top-left .left-more-button {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  outline: medium;
  background: none #ff6a00;
  line-height: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  display: inline-block;
  border: none;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  color: #555555;
  white-space: nowrap;
  padding: 14px;
  color: white;
}
.lp-top-nav .top-left .product-icon {
  margin-left: 8px;
}
.lp-top-nav .top-left .product-icon img {
  border-style: none;
  height: 48px;
}
.lp-top-nav .top-right {
  display: flex;
  align-items: center;
}
.lp-top-nav .top-right .lp-search-input {
  margin-right: 12px;
  width: 240px;
}
.lp-top-nav .top-right .right-menu {
  cursor: pointer;
  display: inline-block;
  border: 1px solid transparent;
  overflow: hidden;
  text-align: center;
  padding: 0px 12px;
  height: 32px;
  line-height: 30px;
  color: #333333;
}
.lp-top-nav .top-right .userIcon {
  display: inline-block;
  border-radius: 50%;
  background-color: #f7f7f7;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  margin: 0px 12px;
}

.lp-overlay-search {
  min-width: 300px;
  min-height: 100px;
  padding: 10px;
  border: 1px solid #99999966;
  background: #ffffff;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
}

.lp-pop-context {
  min-width: 100px;
  padding: 8px;
  list-style: none;
  border: 1px solid #EBEBEB;
  border-radius: 0px;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.13);
  background: #FFFFFF;
  line-height: 32px;
  font-size: 12px;
  animation-duration: 300ms;
  animation-timing-function: ease;
}
