/* quantity-popover.css */

.quantity-popover {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  padding: 0.5rem;
  border-radius: 4px;
  z-index: 999;
  display: none;
}

.quantity-popover.open {
  display: block;
}/* CSS Document */

