/* line 1, ../../../../resource/compass/_ui/desktop/common/css/productBox.scss */
.product-box {
  float: left;
  display: block;
  position: relative;
  width: 131px;
  height: 131px;
  overflow: hidden;
  text-align: center;
  background: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 13, ../../../../resource/compass/_ui/desktop/common/css/productBox.scss */
.product-box .helper {
  display: table;
  width: 131px;
  height: 131px;
}

/* line 19, ../../../../resource/compass/_ui/desktop/common/css/productBox.scss */
.product-box .helper > div {
  display: table-cell;
  vertical-align: middle;
}

/* line 24, ../../../../resource/compass/_ui/desktop/common/css/productBox.scss */
.product-box img {
  max-height: 131px;
  max-width: 131px;
  display: inline;
}

/* line 30, ../../../../resource/compass/_ui/desktop/common/css/productBox.scss */
.product-box .out-of-stock {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -10px;
  height: 20px;
  line-height: 20px;
  color: white;
  background: #787878;
  background: rgba(0, 0, 0, 0.6);
}

/* line 42, ../../../../resource/compass/_ui/desktop/common/css/productBox.scss */
.product-box .info {
  position: absolute;
  top: 100%;
  -ms-transform: translateY(-72px);
  -webkit-transform: translateY(-72px);
  transform: translateY(-72px);
  width: 100%;
  padding: 40px 3px 5px;
  text-align: left;
  font-size: 12px;
  line-height: 14px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  color: #000;
  transition: all 0.4s;
}

/* line 59, ../../../../resource/compass/_ui/desktop/common/css/productBox.scss */
.product-box .info p {
  font-weight: normal;
}

/* line 63, ../../../../resource/compass/_ui/desktop/common/css/productBox.scss */
.product-box:hover .info {
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background: linear-gradient(to top, white, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
}
