input.btnchecksecure, input.btncart_checkout_above, input.btncart, input.itemOptionButton { 
	background-color: #3E0756;
	font-size: 10pt;
	color: #FFFFFF;
font-family: Verdana, Tahoma, Arial;
	padding: 12px 24px; /* equivalent to 0.75em 1.5em at 16px */
	border: none;
	border-radius: 8px; /* unified radius */
	margin: 2px;
	cursor: pointer;
    transition: background-color 0.2s ease-in-out; /* slightly faster & smoother */
    min-height: 40px; /* prevents CLS on slow-rendering fonts */
}
input.btnchecksecure:hover, input.btncart_checkout_above:hover, input.btncart:hover, input.itemOptionButton:hover {
	background-color: #7C4087
}
input.btncart {
	margin: 2px; /* already declared above, kept for specificity */
}
input.search2text {
	padding: 1em;
}
