#product-popup-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.75);
	z-index: 999999;
}

#product-popup {
	display: none;
	position: absolute;
	top: 100px;
	left: calc(50% - 320px);
	width: 640px;
	min-height: 200px;
	padding: 50px;
	border: 1px solid #AAA;
	border-radius: 3px;
	box-shadow: -2px 2px 5px rgba(0,0,0,0.15);
	background: #FFF;
	z-index: 9999999;
}

#product-popup .product-loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	text-align: center; 
	z-index: 9999999;
}

#product-popup .product-loading i {
	position: relative;
	top: 150px;
}

#product-purchase-confirmation {
	display: none;
}


.point-boost-wrapper input {
	width: 100%;
	margin: 5px 0;
	border: 1px solid #999;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	font-size: 18px;
}

.one-click-purchase, .one-click-purchase:hover {
	padding: 10px 15px;
	margin: 0 auto;
	text-align: center;
	display: block;
	background-color: #5fab32;
	color: #fff;
	border: 0px;
	border-radius: 0px;
	font-family: "Open Sans";
	font-weight: 700;
	cursor: pointer;
	text-decoration: none;
}

.show-choose-payment {
	text-align: center;
	margin: 20px 0;
}

.boostmeta {
	display: inline-block;
	position: absolute;
	top: 9px;
	right: 199px;
	width: 26px;
	height: 30px;
	z-index: 99;
}

.boostmeta img {
	width: 100%;
	height: auto;
}

.boostmeta .boostnum {
	position: absolute;
	right: -16px;
	top: 7px;
	font-size: 11px;
	color: #90999c;
}

.boostit {
	display: inline-block;
	position: absolute;
	top: 7px;
	right: 24px;
	width: 26px;
	height: 30px;
	font-size: 15px;
	font-style: italic;
	line-height: 18px;
	color: #FFF;
	font-weight: 300;
	background: #006FBC;
	border: 1px solid #006FBC;
	padding: 5px 0px;
	width: 130px;
	text-align: center;
	transition: 250ms;
}

.boostit:hover {
	color: #006FBC;
	background: #FFF;
	text-decoration: none;
	transition: 250ms;
}

.payment-container .method-img {
	display: inline-block;
	width: 35px;
	height: 35px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin: 0 10px;
}

.product-pricing-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.product-pricing-wrapper .break {
	flex-basis: 100%;
	height: 0;
}

.product-price-option {
	background: #FFF;
	border: 3px solid #E68F2E;
	color: #E68F2E;
	flex: 1;
	display: inline-block;
	margin: 3px 3px 5px 3px;
	text-align: center;
	min-height: 40px;
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	cursor: pointer;
	transition: 200ms;
}

.product-price-option.active {
	background: #E68F2E;
	color: #FFF;
}

.product-price-option:hover {
	background: #E68F2E;
	color: #FFF;
	transition: 200ms;
}

.one-click-description {
	text-align: left;
	padding-left: 20px;
	border: 1px solid #CCC;
	min-height: 40px;
	line-height: 40px;
}

.gift-product-wrapper {
	margin: 10px 0 30px;
}

input#gift-recipient,
input#gift-recipientname,
input#gift-givername,
input#gift-giveremail {
	width: 100%;
	border: 1px solid #CCC;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	margin: 0 0 10px;
}

textarea#gift-subscription-message {
	width: 100%;
	border: 1px solid #CCC;
	height: 90px;
	resize: none;
	padding: 10px;
}

.point-boost-wrapper {
	background: #006FBC;
	padding: 50px 125px;
	color: #FFF;
}

.boost-with-points, .boost-with-points:hover {
	padding: 10px 15px;
	margin: 0 auto;
	text-align: center;
	display: block;
	background-color: #FFFFFF;
	color: #006FBC;
	border: 0px;
	border-radius: 0px;
	font-family: "Open Sans";
	font-weight: 400;
	cursor: pointer;
	text-decoration: none;
	font-size: 16px;
}

.boost-with-points span {
	color: #EB8B40;
	font-weight: bold;
}

.boost-value-change {
	text-align: center;
}

.boost-value-change span.boostimg {
	background-image: url('/wp-content/plugins/elephant-products/boost-blue.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	height: 50px;
	width: 50px;
}

.boost-value-change .fa {
	color: #FFF;
}

.boost-value-change a.disabled {
	opacity: 0.5;
}

.boost-value-change a {
	display: inline-block;
	padding: 20px;
	text-align: center;
	position: relative;
	top: -20px;
}

.instantboost {
	width: calc(100% + 100px);
	margin: -50px 0 0 -50px;
	background: #006FBC;
	padding: 30px 70px;
}

.instantboost .instant-icon {
	background-image: url('/wp-content/plugins/elephant-products/boost-blue.png');
	background-position: left center;
	background-size: 80% auto;
	background-repeat: no-repeat;
	display: block;
	height: 75px;
	width: 75px;
	float: left;
}

.instantboost p {
	width: calc(100% - 75px);
	color: #FFF;
	float: right;
	font-size: 14px;
	line-height: 17px;
}

.instantboost p:nth-child(3) {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}

.instant-purchase-btn {
	display: inline-block;
	padding: 10px 40px;
	background: #006FBC;
	color: #FFF !important;
	position: relative;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	font-family: "Open Sans" !important;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #006FBC;
	transition: 200ms;
}

.instant-purchase-btn:hover {
	text-decoration: none;
	background: #FFF;
	color: #006FBC !important;
	transition: 200ms;
}

.instant-purchase-btn:before {
	content: "";
	display: block;
	width: 20px;
	height: 100%;
	position: absolute;
	left: -10px;
	top: 0;
	background-image: url('/wp-content/plugins/elephant-products/boost-blue.png');
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

@media screen and (max-width: 1400px){
	.boostit {
		display: none;
	}
}
	

@media screen and (max-width: 768px){
	#product-popup {
		width: 92%;
		left: 3%;
		padding: 25px 15px;
	}
	.boostit {
		display: none;
	}
	.boostmeta {
		top: 86px;
		right: 45px;
	}
	.product-price-option {
		font-size: 15px;
	}
	#product-popup #ej-checkout-wrapper {
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
	}
	.one-click-description {
		font-size: 12px;
	}
}