.oneBoundCart {
  position: relative;
  margin-top: 30px;
}

.oneBoundCart .cart-empty {
  position: relative;
  display: flex;
  color: #000;
  padding: 30px;
}

.oneBoundCart .cart-empty .img {
  background-image: url('../../skin/images/icon/cart-empty.png');
  /* background-image: url('/skin/images/icon/cart-empty.png'); */
  background-position: center;
  background-size: contain;
  width: 100px;
  height: 100px;
}

.oneBoundCart .cart-empty .right {
  position: relative;
  margin-left: 10px;
  line-height: 1.78;
}

.oneBoundCart .cart-empty .right a {
  color: #36C;
  font-weight: 400;
}

.oneBoundCart .cart-empty .right .descInfo {
  font: 700 14px / 20px arial;
  margin-bottom: 15px;
  white-space: nowrap;
  color: #000;
}

.oneBoundCart .cart-empty .right .favorite,
.orderList {
  color: #000;
  font-size: 12px;
  margin-bottom: 3px;
}

