div.quantity .minus {
	border-start-start-radius: var(--wd-form-brd-radius);
	border-end-start-radius: var(--wd-form-brd-radius);
}

div.quantity .plus {
	border-start-end-radius: var(--wd-form-brd-radius);
	border-end-end-radius: var(--wd-form-brd-radius);
}

.form-style-underlined div.quantity input[type=number], .form-style-underlined div.quantity input[type=text] {
	border-top-style: solid;
}

@-moz-document url-prefix() {}