.product-detail__quantity-selector
  .quantity-selector__rules
  span
  + span::before {
  content: " + ";
}

.product-detail__quantity-selector{
  width:200px;
}