.price-column > p {
	text-align: center;
}

.cart-col {
	padding-top: 50px;
	padding-bottom: 30px;
	text-align: center;
}

.cart-row {
	border-bottom: 1px solid #EEE;
	min-height: 175px;
}

.subtotal-row {
	border-top: 1px solid #EEE;
	min-height: 30px;
}

@media (min-width: 768px) {
	.modal-dialog {
	    width: 500px;
	    margin: 30px auto;
	}

	.cart-box {
		margin-left: 20px;
		margin-top: 40px;
	}
}

@media (max-width: 768px) {
	.individual-price {
 		font-size: 24px;
	}

	.cart-box {
		margin-top: 10px;
	}
}

@media (max-width: 991px) {
    #bottom-payment-submit {
        display: none;
    }
}

.agreement-text {
	font-size: 12px;
	margin-top: 10px;
}

.individual-price {
 	margin-bottom: 0px;
}

.modal-backdrop {
	background-color: white;
}

.cart-box {
	border-radius: 5px;
	padding: 20px 16px;
	background: #f4faff;
    border: 1px solid #ace;
}

.cart-box button {
	margin: 0 auto;
	display: block
}

#subtotal {
	font-size: 16px;
 	font-weight: bold;
}

#subtotal > span {
	color: #00b200;
 	font-weight: bold;
}

.checkout-header {
	font-size: 15px;
	font-weight: bold;
}