.product-quantity {
  font-weight: 600;
  position: relative;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
}
.product-quantity .qty-btn {
  font-size: 0.875rem;
  line-height: 1;
  cursor: pointer;
  color: #333;
}
.product-quantity .color-icon {
  color: #ec5d3d;
}/*# sourceMappingURL=productQuantity.module.css.map */