a.btn  {
    cursor: pointer;
    display: inline-block;
	color: #000;
	position: absolute;
	bottom: 15px;
	width: 100px;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-image: -webkit-linear-gradient(#FFD109,#FFBF00 25%,#FFD109);
	background-image: -moz-linear-gradient(top,#FFD109,#FFBF00 25%,#FFD109);
	background-image: -ms-linear-gradient(#FFD109,#FFBF00 25%,#FFD109);
	background-image: -o-linear-gradient(#FFD109,#FFBF00 25%,#FFD109);
	background-image: linear-gradient(#FFD109,#FFBF00 25%,#FFD109);
	background-repeat: no-repeat;
	padding: 5px 14px 6px;
	font-family: "LatoRegular";
	font-weight: 700;
	line-height: normal;
	border: 1px solid #141414;
	border-bottom-color: #111;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
	border-image: initial;
	text-decoration: none;
}

.btnsoldout {
	text-decoration: line-through;
	background-image: none;
	background-color: red;
	width: 95px;
	height: 20px;
	margin-left: 30px;
	position: absolute;
	right: 3px;
}