.js-store-prod-text .uc-product-cards a {
	display: inline-block;
	padding: 10px 30px;
	margin-right: 15px;
	margin-top: 20px;
	border-radius: 30px;
	border: 2px solid #ff7b00;
	font-weight: 900;
	background-color: #ff7b00;
	color: #ffffff !important;
}

.js-store-prod-text .uc-product-cards a:hover {
	background-color: #ffffff;
	color: #ff7b00 !important;
}