.product-detail__quantity-selector
  .quantity-selector__rules
  span
  + span::before {
  content: " + ";
}
.product-detail__quantity-selector {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}