/* Start custom CSS */a.button.product_type_variable {
    margin-top: 20px;
    margin-right: 230px;
	padding: 6px;
	color: #7ba13f;
	border: 1px solid #7ba13f;
	text-align: center;
	border-radius: 5px;
	font-weight: 400;
}

a.button.product_type_variable:hover {
	background-color: #7ba13f;
	border: 1px solid #7ba13f;
	color: white;
}/* End custom CSS */