#discountPopup {
	background: #fff url(../images/bg-popup.jpg) no-repeat right top;
	color :#86888b;
	/*font-family: 'Source Code Pro';*/
	height: 800px;
	text-align: center;
	width: 800px;
}
.discountPopupContent {
	max-width: 415px;
	padding: 100px 40px 50px 40px;
}
.fancybox-close {
	background-position: center top;
}
.discountPopupContent h3 {
	font-size: 42px;
	font-weight: normal;
	text-transform: uppercase;
}
.discountPopupContent h4 {
	font-size: 28px;
	margin: 30px 0 40px 0; 
	font-weight: normal;
}
.enjoyBox {
	border: 3px solid #8e8f92;
	font-size: 18px;
	text-transform: uppercase;
	padding: 25px;
}
.enjoyBox p {
	margin-bottom: 20px;
}
.ebDiscount {
	font-size: 44px;
	font-weight: bold;
	margin-bottom: 55px;
}
.ebCode {
	background: #8a8c8f;
	color: #fff;
	padding: 20px 8px;
}
@media (max-width: 850px) {
	#discountPopup {
		background-image: none;
		width: auto;
	}
}
@media (max-height: 810px) {
	#discountPopup {
		height: auto;
	}
}
/* Braintree Styling */
#card-number { margin-top: -18px;}
#credit-card-form li:nth-child(3) label, #credit-card-form li:nth-child(4) label{ line-height: 40px; padding-right: 10px;}
#credit-card-form #cvv { margin-left: 50px}
#review-buttons-container p { float: none !important; }
.opc .buttons-set button.button { float: right; }
