#shop-react .product {
  height: 420px;
  margin: 20px auto;
  border: 5px solid #2c3e50;
  display: flex;
  align-items: center;
}
#shop-react .cart thead {
  font-size: 22px;
}
#shop-react .cart tfoot {
  font-size: 22px;
  width: 100%;
  margin: 0;
  padding: 20px;
  color: white;
  background: #2c3e50;
}
#shop-react .product-empty {
  font-size: 30px;
  width: 100%;
  text-align: center;
}
#shop-react .product-empty i {
  margin-right: 30px;
}
