﻿.checkout-buttons {
	float: right;
	width: 100%;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #BDC3C7;
}

.cartButton {
	float: right;
	width: 184px;
	line-height: 46px;
	font-family: arial, Sans-Serif;
	color: #253746;
	font-size: 14px;
	text-align: center;
	margin-left: 20px;
	background: none;
	border: 1px solid #253746;
}

a.cartButton {
	color: #253746;
	text-decoration: none !important;
	font-weight: normal;
}

	a.cartButton:hover, input[type=button].cartButton:hover, input[type=submit].cartButton:hover {
		cursor: pointer;
		text-decoration: none;
		color: #fff;
		background-color: #2ba824;
	}
