.purchase {
	text-align: center;
}

.purchase .price small {
	font-size: 12px;
}

.purchase .price small.strike {
	font-size: 14px;
	text-decoration: line-through;
}

.purchase .price b {
	display: block;
	font-size: 24px;
	color: #404040;
}

.purchase .price b.strike {
	text-decoration: line-through;
	display: block;
	font-size: 16px;
	color: #404040;
}

.purchase .price .discount {
	padding: 10px;
	background: #E74C3C;
	border-radius: 100px;
	margin: 10px 0 10px 0;
	font-weight: bold;
	color: white;
	font-size: 16px;
}

.purchase .payment_methods {
	margin: 15px 0 0 0;
}

.purchase .payment_methods small {
	display: block;
	margin: 5px 0 10px 0;
}

.purchase .payment_methods img {
	display: inline-block;
	height: 25px;
	margin: 0 4px 8px 4px;
	border-radius: 3px;
}

.purchase .button {
	display: block;
	width: 100%;
	padding: 10px;
	border-radius: 100px;
	font-size: 18px;
	font-weight: bold;
}

.side_info_card {
	margin: 20px 0 15px 0;
}

.side_info_card i {
	margin-right: 15px;
}