.amz-buttons a.amz-btn-txt {
		background: #FA5B0F;
	
	color: #FFF !important;
	width: 300px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	display: block;
	padding: 0;
	margin: 20px auto;
	border: none !important;
	text-decoration: none;
}
.amz-buttons:hover a.amz-btn-txt:hover {
	
	background: #fec04e;
 
	text-decoration: none;
}

@media only screen and (max-width: 350px) {
	.amz-buttons {
		width: 100%;
	}
}