#history_warpper {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 110;
  background-color: rgba(81, 99, 101, 0.9);
  padding-top: 5px;
  opacity: 0;
  transition: .3s;
}
#history_warpper.history_display {
  bottom: 55px !important;
  opacity: 1;
}
#history_warpper em,
#history_warpper strong,
#history_warpper small {
  font-style: normal;
}
#history_warpper h2 {
  display: block;
  width: 70px;
  height: calc(70px * 0.56);
  margin: 5px auto;
  background-image: url(/img/usr/sb/common/modal_history_title.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 0;
  color: transparent;
}
#history_warpper #history_inner {
  overflow-x: scroll;
}
#history_warpper ul {
  display: flex;
  margin-top: 5px;
  padding-bottom: 5px;
}
#history_warpper li {
  width: 90px;
  margin-left: 10px;
}
#history_warpper li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
#history_warpper li p {
  margin-top: 5px;
  font-size: 10px;
}
#history_warpper li .price_ {
  font-weight: 400;
  font-size: 10px;
  color: #fff;
}
#history_warpper li .price_ strong {
  font-weight: 400;
  font-size: 11px;
}
#history_warpper #history_close {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 27px;
  height: 27px;
  cursor: pointer;
}
#history_warpper #history_close:before,
#history_warpper #history_close:after {
  position: absolute;
  top: 13px;
  right: 5px;
  width: 18px;
  height: 2px;
  background-color: #fff;
  content: '';
}
#history_warpper #history_close:before {
  transform: rotate(-45deg);
}
#history_warpper #history_close:after {
  transform: rotate(45deg);
}
.has_historywrap #fnav_history a {
  pointer-events: none;
}