td {
	color: #000000 ;
	font-family: verdana, tahoma,Helvetica, sans-serif;
	font-size: 12pt;
}
input {
	font-family: verdana, tahoma,Helvetica, sans-serif;
	font-size: 12pt;
}
textarea {
	font-family: verdana, tahoma,Helvetica, sans-serif;
	font-size: 12pt;
}
select {
	font-family: verdana, tahoma,Helvetica, sans-serif;
	font-size: 12pt;
}
.justified {
	text-align: justify;
} 
.itemName{
	font-weight:bold;
}
.itemNameTD{
	vertical-align:top;
}
.btn_addcart{
	vertical-align: bottom;
}						
.itemQuantity{
	vertical-align: middle;
}
.td_itemQuantity{
	vertical-align: bottom;
}
.shop-content {
	width:80%;
	margin:auto;
}
img.imgthumb {
	-webkit-filter: drop-shadow(10px 10px 20px black);
	margin-bottom: 1em;
}
img.item-image {
	-webkit-filter: drop-shadow(10px 10px 20px black);
}
body { 
	font-weight: normal;
	word-spacing: normal;
	text-transform: none;
	letter-spacing: normal;
	background-color: #FFFFFF;
	font-family: verdana, tahoma,Helvetica, sans-serif;
	font-size: 12pt;
}
a:link{
	color: grey; 
	text-decoration: none; 
} a:visited{
	color: #5F5F5F;
	text-decoration: none; 
} a:hover{
	color: #5F5F5F;
	text-decoration: none; 
} a:active{
	color: #5F5F5F;
	text-decoration: none; 
} input.btnchecksecure, input.btncart_checkout_above, input.btncart, input.itemOptionButton { 
	background-color: #FFC810;
	font-size: 12pt;
	color: #000000;
font-family: verdana, tahoma,Helvetica, sans-serif;
	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: #FF7A60
}
input.btncart {
	margin: 2px; /* already declared above, kept for specificity */
}
input.search2text {
	padding: 1em;
}
