.panel-primary.checkout {
	max-width: 960px;
}

.mm-checkoutContainer {
	margin: 0 auto;
	max-width: 950px;
	display: block;
	vertical-align: baseline;
	margin: 0 auto;
	overflow: hidden;
	font-size: .8em;
	line-height: 1.5em;
}

.left_column {
	float: left;
	margin-right: 4%;
	margin-bottom: 1%;
	position: relative;
	width: 62.6%;
	padding-right: 10px;
	border-right: 1px solid #d9d9d9;
}

.right_column {
	clear: right;
	margin-right: 0 !important;
	float: left;
	margin-bottom: 1%;
	position: relative;
	width: 33.3%;
}

.right_column:after {
	clear: both;
}

.mm-checkoutInfoBlock {
	/*padding: 20px;*/
	/*border: 2px solid #e5e5e5;*/
	margin-bottom: 20px;
	/*border-radius: 5px;*/
	/*overflow: auto;*/
}

.mm-checkoutSection h2 {
	margin-bottom: 15px;
}

.mm-checkoutSection h2 .mm-data {
	font-size: 1.5em;
}

.mm-productDesc {
	font-style: italic;
	font-size: 14px;
	/*font: Georgia, "Times New Roman", Times, serif;*/
}

.mm-purchaseSection {
	clear: left;
}

.mm-checkoutSection ul {
	margin: 0 0 15px 0 !important;
	padding: 0;
}

.mm-checkoutSection ul li {
	margin: 0;
	padding: 10px 0;
	list-style-type: none;
	font-size: 16px;
}

.mm-prices {
	width: 130px;
	display: inline-block;
	padding: 0;
	font-weight: bold;
}

.mm-giftsection {
	display: block;
}

.mm-purchasebuttons {
	clear: both;
	display: block;
}

.mm-checkoutSection ul li .mm-data {
	display: inline-block;
	margin: 0 0 10px;
	padding: 0;
}

.mm-formField {
	/*padding-bottom: 5px;
	margin-bottom: 5px;
	clear: left;
	overflow: auto;
	color: #666;*/
}

.mm-formField label {
	/*width: 120px;
	float: left;*/
}

.form-group label {
	font-size: 14px;
}

.checkout input.form-control {
	border-radius: 0;
}

.checkout select {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	width: 100%;
	height: 46px;
	padding: 12px;

}

.checkout .mm-checkout-expiration-date select {
	display: inline-block;
	width: auto;
	margin-left: 10px;
}

.mm-couponSuccessMessage {
	background: #393;
	padding: 5px 10px;
	display: inline-block;
	margin: 10px 0 0 0;
	vertical-align: middle;
	/*border-radius:5px;*/
	color: #fff;
	/*text-shadow:1px 1px 0px rgba(0,0,0,0.25);*/
}

.mm-couponErrorMessage {
	background: #CC3C3F;
	padding: 5px 10px;
	display: inline-block;
	margin: 10px 0 0 0;
	vertical-align: middle;
	/*border-radius:5px;*/
	color: #fff;
	/*text-shadow:1px 1px 0px rgba(0,0,0,0.25);*/
}

.mm-paypalCheckoutBtn {
	padding-top: 15px;
	height: 47px;
	width: 195px;
	display: block;
	background: url(../../images/paypal-checkout.gif) no-repeat top center;
}

.mm-hr {
	border-bottom-color: -moz-use-text-color;
	border-bottom-style: none;
	border-bottom-width: medium;
	border-top-color: #e5e5e5;
	border-top-style: solid;
	border-top-width: 1px;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 1.4em;
}

#mm_field_coupon_code+.btn {
	margin: 10px 10px 0 0;
	vertical-align: middle;
}

.push-bottom {
	cursor: pointer;
}

.mm-paymentbuttons .mm-button {
	background: #01559a;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-radius: 0;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1) inset, 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mm-paymentbuttons .mm-button:hover {
	border-color: #4f7336;
	background: #6FA14C;
}

.mm-paymentbuttons .mm-button.disabled {
	opacity: 0.5;
	cursor: default;
}

.mm-giftsection {
	font-size: 14px;
}

#mm_checkbox_is_gift {
	margin: 4px 5px 0 0;
}

.g-recaptcha>div {
	margin: 10px auto 25px;
}

@media only screen and (max-width: 699px) {
	.left_column {
		float: left;
		margin-right: 0% !important;
		margin-bottom: 4%;
		position: relative;
		width: 100%;
		border-right: 0;
	}

	.right_column {
		clear: right;
		margin-right: 0 !important;
		float: left;
		margin-bottom: 4%;
		position: relative;
		width: 100%;
	}
}