/* Add to cart feedback */
.cwd-added-to-cart{
  background: rgba(0,0,0,0.7);
  display: none;
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content:"Added to cart";
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #fff;
}
