div.quantity { position: relative; width:130px!important; margin-left: calc(100% - 130px); }
div.quantity .tm-qty-minus { left: 1px; }
div.quantity .tm-qty-plus { right: 1px; }
div.quantity .tm-qty-minus, div.quantity .tm-qty-plus {
	position: absolute;
	top: 1px;
	height: calc(100% - 2px);
	cursor: pointer;
	text-align: center;
	width: 45px;
	line-height: 46px;
}
div.quantity .tm-qty-minus:before { content: "\2212"; font-family: "Font Awesome 6 Free"; }
div.quantity .tm-qty-plus:before { content: "\2b"; font-family: "Font Awesome 6 Free"; }
div.quantity input.qty {
	width: 130px!important;
	padding: 9px 10px 10px !important;
	text-align: center !important;
	border: 1px solid rgb(235,235,235) !important;
	border-radius: 2px!important;
	line-height: 28px!important;
}
.qty::-webkit-inner-spin-button,
.qty::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
	-moz-appearance:textfield;
}
.single .entry-summary button.single_add_to_cart_button {
	width: calc(100% - 145px);
}

div.sold-individually .cart .button { width: 100%; }