.quantity {
	align-items: stretch;
	display: inline-flex;
	gap: 0;
}

.quantity .qty {
	appearance: textfield;
	border-left: 0;
	border-radius: 0;
	border-right: 0;
	-moz-appearance: textfield;
	min-height: 44px;
	text-align: center;
	width: 72px;
}

.quantity .qty::-webkit-inner-spin-button,
.quantity .qty::-webkit-outer-spin-button {
	appearance: none;
	-webkit-appearance: none;
	margin: 0;
}

.tsqs-quantity-button {
	align-items: center;
	background: #fff;
	border: 1px solid #bec8d2;
	color: #006591;
	cursor: pointer;
	display: inline-flex;
	font-size: 1.2rem;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	min-height: 44px;
	min-width: 44px;
	padding: 0;
}

.tsqs-quantity-button:hover,
.tsqs-quantity-button:focus {
	background: #e0f2fe;
	border-color: #006591;
	outline: 0;
}

.tsqs-quantity-button-minus {
	border-radius: 8px 0 0 8px;
}

.tsqs-quantity-button-plus {
	border-radius: 0 8px 8px 0;
}
