.saleoff-wrap {
  height: 339px !important;
  padding-top: 39px !important;
}
.shop-hover-container :hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
          transform: translate3d(0, -2px, 0);
}
.shop-hover-container :hover .review-wrapper {
  height: 76px;
  opacity: 1;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.shop-hover-container :hover .review-wrapper .review {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.shop-hover-container :hover .review-wrapper .reviewer {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.shop-product-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 300px;
  width: 234px;
  padding-top: 20px;
  border-top-width: 1px;
  border-top-style: solid;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #fff;
}
.shop-product-wrap .flag {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 64px;
  height: 20px;
  margin-left: -32px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
.shop-product-wrap .bg {
  background: rgba(0, 0, 0, 0.02);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.shop-product-wrap .bgt {
  background: rgba(0, 0, 0, 0);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.shop-product-wrap .title {
  width: 200px;
  text-align: center;
  color: #212121;
  margin: 0 20px 3px;
  font-size: 14px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.shop-product-wrap .desc {
  width: 210px;
  text-align: center;
  height: 18px;
  margin: 0 20px 12px;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #b0b0b0;
}
.shop-product-wrap .item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shop-product-wrap .item-price .item-discount {
  color: #ff6709;
}
.shop-product-wrap .item-price .item-origin {
  margin-left: 10px;
  color: #b0b0b0;
}
.shop-product-wrap .review-wrapper {
  height: 0;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 234px;
  overflow: hidden;
  font-size: 12px;
  background: #ff6700;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 8px 30px;
}
.shop-product-wrap .review-wrapper .review {
  margin-bottom: 5px;
  color: #fff;
}
.shop-product-wrap .review-wrapper .reviewer {
  color: rgba(255, 255, 255, 0.6);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

