/* Replace the theme icon font with clear quantity symbols. */
body.type-detail .p-info-wrapper .add-to-cart .quantity .increase::before,
body.type-detail .p-info-wrapper .add-to-cart .quantity .decrease::before,
body.type-detail .p-info-wrapper .add-to-cart .quantity .increase::after,
body.type-detail .p-info-wrapper .add-to-cart .quantity .decrease::after {
  display: none !important;
  content: none !important;
}

body.type-detail .p-info-wrapper .add-to-cart .quantity .increase__sign,
body.type-detail .p-info-wrapper .add-to-cart .quantity .decrease__sign {
  display: block !important;
  color: inherit;
  font-family: "Open Sans", Arial, sans-serif !important;
  font-size: 21px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
}

body.type-detail .p-info-wrapper .add-to-cart .quantity .increase-tooltip,
body.type-detail .p-info-wrapper .add-to-cart .quantity .decrease-tooltip {
  display: none !important;
}
