.dedc-buy-now-btn {
	display: inline-block;
	font-weight: 600;
	text-align: center;
	border: 0;
	border-radius: 4px;
	padding: 10px 20px;
	cursor: pointer;
	text-decoration: none;
	transition: opacity .2s;
}
.dedc-buy-now-btn:hover {
	opacity: .85;
	color: #fff;
}
.dedc-buy-now-archive {
	display: block;
	margin-top: 6px;
	text-align: center;
	font-size: 13px;
	padding: 8px 14px;
}
