*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	background-color: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
	Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.confirm-checkbox input[type='checkbox'] + label {
	display: block !important;
}

#payment-form {
	max-width: 31.5rem;
	margin: 0 auto;
}

iframe {
	width: 100%;
}

.one-liner {
	display: flex;
	flex-direction: column;
}

#pay-button {
	border: none;
	border-radius: 3px;
	color: #fff;
	font-weight: 500;
	height: 40px;
	width: 100%;
	background-color: #13395e;
	box-shadow: 0 1px 3px 0 rgba(19, 57, 94, 0.4);
}

#pay-button:active {
	background-color: #0b2a49;
	box-shadow: 0 1px 3px 0 rgba(19, 57, 94, 0.4);
}

#pay-button:hover {
	background-color: #15406b;
	box-shadow: 0 2px 5px 0 rgba(19, 57, 94, 0.4);
}

#pay-button:disabled {
	background-color: #697887;
	box-shadow: none;
}

#pay-button:not(:disabled) {
	cursor: pointer;
}

.card-frame {
	border: solid 1px #13395e;
	border-radius: 3px;
	width: 100%;
	margin-bottom: 8px;
	height: 40px;
	box-shadow: 0 1px 3px 0 rgba(19, 57, 94, 0.2);
}

.card-frame.frame--rendered {
	opacity: 1; /* Prevents iFrame rendering issue */

	/* Reminder: consider removal of 'rendered' */
	/* event passing to Merchant page */
}

.card-frame.frame--rendered.frame--focus {
	border: solid 1px #13395e;
	box-shadow: 0 2px 5px 0 rgba(19, 57, 94, 0.15);
}

.card-frame.frame--rendered.frame--invalid {
	border: solid 1px #d96830;
	box-shadow: 0 2px 5px 0 rgba(217, 104, 48, 0.15);
}

.error-message-card {
	color: #c9501c;
	font-size: 0.9rem;
	margin: 8px 0 10px 1px;
	font-weight: 300;
	min-height: 17px;
	vertical-align: middle;
}

.error-message-paypal {
	color: #c9501c;
	font-size: 0.9rem;
	margin: 8px 0 0 11px;
	font-weight: 300;
}

.error-message-googlepay {
	color: #c9501c;
	font-size: 0.9rem;
	margin: 8px 0 0 11px;
	font-weight: 300;
}

@media (max-width: 500px) {
	.error-message-paypal {
		margin: 8px 0 0 -14px;
	}
}

.success-payment-message {
	color: #13395e;
	line-height: 1.4;
}

.token {
	color: #b35e14;
	font-size: 0.9rem;
	font-family: monospace;
}

@media screen and (min-width: 31rem) {
	.one-liner {
		flex-direction: row;
	}

	.card-frame {
		width: 318px;
		margin-bottom: 0;
	}

	#pay-button, #pay-button-paypal {
		width: 175px;
		margin-left: 8px;
	}
}

.livea-payment-card-img {
	width: 127px;
	height: 50px;
	margin-left: -5px;
	margin-bottom: -6px;
}


@media (max-width: 600px) {
	.purchase-type-text {
		margin-bottom: 10px;
	}
}

.fancybox-slide--html .fancybox-close-small {
	color: #fff;
}

.paypal_module {
	font-family: "HelveticaNeue", "HelveticaNeue-Light", "Helvetica Neue Light", helvetica, arial, sans-serif;
	font-size: 14px;
	text-align: center;
	box-sizing: border-box;
	max-width: 350px;
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) translateY(-50%);
	cursor: pointer;
	text-align: center;
}

.paypal_message {
	color: #fff;
	font-size: 15px;
	line-height: 1.5;
	padding: 10px 0;
}


.alert p {
	text-align: center;
}

#google-pay-svg {
	margin-left: 5px !important;
	margin-right: 10%;
	display: inline-block;
	vertical-align: middle;
}

@media (max-width: 500px) {
	#google-pay-svg {
		margin-left: -16px !important;
	}
}

@media (min-width: 800px) {
	#google-pay-svg {
		margin-left: 13px !important;
	}
}

/**/

.livea-payment-wrapper #card-back {
	top: 40px;
	right: 0;
	z-index: -2;
}

.livea-payment-wrapper #card-cvc {
	width: 60px;
	margin-bottom: 0;
}

.livea-payment-wrapper #card-front,
.livea-payment-wrapper #card-back {
	position: relative;
	/* background-color: #4997dc; */
	width: 100%;
	height: 230px;
	border-radius: 6px;
	padding: 20px 30px 0;
	box-sizing: border-box;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: 300;
	color: #272727;
}

.livea-payment-wrapper #card-image {
	float: right;
	height: 50px;
	width: 50px;
	top: 10px;
	background: none;
	right: 30px;
	margin: 0;
	border-radius: 0;
}

.livea-payment-wrapper #card-image i {
	font-size: 40px;
}

.livea-payment-wrapper #card-month {
	width: 45% !important;
}

.livea-payment-wrapper #card-number,
.livea-payment-wrapper #card-holder {
	width: 100%;
}

.livea-payment-wrapper #card-stripe {
	width: 100%;
	height: 55px;
	background-color: #3d5266;
	position: absolute;
	right: 0;
}

.livea-payment-wrapper #card-year {
	width: 45%;
	float: right;
}

.livea-payment-wrapper #cardholder-container {
	width: 60%;
	display: inline-block;
}

.livea-payment-wrapper #cvc-container {
	/* position: absolute; */
	/* width: 110px; */
	/* right: -115px; */
	/* bottom: -10px; */
	/* padding-left: 13px; */
	box-sizing: border-box;
	float: right;
	width: 45%;
}

.livea-payment-wrapper #cvc-container label {
	width: 160px;
	position: relative;
}

.livea-payment-wrapper #cvc-container p {
	font-size: 11px;
	text-transform: uppercase;
	opacity: 0.6;
	letter-spacing: .5px;
	line-height: 15px;
	width: 70px;
}

.livea-payment-wrapper #exp-container {
	/* margin-left: 10px; */
	width: 45%;
	display: inline-block;
	float: left;
}

.livea-payment-wrapper .hidden {
	display: none;
}

.livea-payment-wrapper #image-container {
	width: 100%;
	position: relative;
	height: 35px;
	margin-bottom: 5px;
	line-height: 55px;
	display: none;
}

.livea-payment-wrapper #image-container img {
	position: absolute;
	right: 0;
	top: 0;
}

.livea-payment-wrapper label {
	display: block;
	margin: 0 auto 7px;
	font-size: 14px;
	height: 24px;
	font-weight: bold;
}

.livea-payment-wrapper #shadow {
	position: absolute;
	right: 0;
	width: 284px;
	height: 214px;
	top: 36px;
	background-color: #000;
	z-index: -1;
	border-radius: 8px;
	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
	display: none;
}


.livea-payment-wrapper #card-back {
	position: absolute;
	top: 40px;
	left: 110px;
	background-color: #4997dcde;
	display: none;
}

.livea-payment-wrapper iframe {
	/* width: auto !important; */
	/* height: 30px !important; */
}

.card-number-frame, .expiry-date-frame, .cvv-frame, #cardholdername {
	outline: none;
	/* background-color: #a4cbed; */
	height: 40px;
	/* line-height: 30px; */
	/* padding: 0 10px; */
	/* margin: 0 0 25px; */
	/* color: white; */
	/* font-size: 10px; */
	box-sizing: border-box;
	/* border-radius: 4px; */
	/* letter-spacing: .7px; */
	margin-top: 10px;
	border: 1px solid #c9c6c6;
	padding: 10px 25px;
	font-size: 13px;
	margin-bottom: 20px;
}

.livea-payment-wrapper {
	position: relative;
	/* padding-bottom: 50px; */
	width: 500px;
}

input#cardholdername {
	font-size: 14px;
	font-weight: 500;
	color: #13395ec9;
	-webkit-text-fill-color: #13395ec9;
	font-family: monospace;
	-webkit-appearance: none;
	letter-spacing: -1.3px !important;
	width: 100%;
}

input#cardholdername::placeholder {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
	font-weight: 300;
	letter-spacing: -.4px;
	color: #7195b7;
}


.cvv-frame {
	width: 100%;
	margin-bottom: 10px;
}


.cvv-help {
	position: absolute;
	transition: all 0.2s;
	opacity: 0;
	visibility: hidden;
	width: 320px;
	background: #3d85d9;
	padding: 20px;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 300;
	border-radius: 6px;
	z-index: 1;
	bottom: 30px;
	right: -20px;
	line-height: 13px;
	vertical-align: top;
	text-align: left;
}

.cvv-help-btn {
	background: #a4cbed;
	border-radius: 100%;
	display: inline-block;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 16px;
	padding-left: 1px;
	position: absolute;
	right: 0;
	top: 4px;
	color: white;
	font-weight: 300;
	font-size: 11px;
}

.cvv-help-label:hover .cvv-help {
	opacity: 1;
	visibility: visible;
}

.cvv-help img {
	width: 90px;
	display: inline;
	float: left;
	padding: 10px 20px 10px 10px;
}


.cvv-help span {
	margin: 0;
	vertical-align: top;
	text-align: left;
}

#card-image img {
	display: none;
}

.payment-active {
	display: block !important;
}

@media (max-width: 770px) {
	.livea-payment-wrapper {
		/* transform: scale(0.9); */
		width: 370px;
		padding: 0;
	}

	.livea-payment-wrapper label {
		height: auto;
	}

	.livea-payment-wrapper #card-front{
		width: 100%;
		padding: 20px 20px 0;
		/* margin-left: -40px; */
		/* height: 300px; */
		/* height: auto; */
	}

	.livea-payment-wrapper #card-back {
		left: 30px;
		top: 100px;
		width: 330px;
		height: 260px;
		display: none;
	}

	.payment-wrapper-11 .commander-button-block {
		/* flex-direction: column; */
		/* align-items: flex-start; */
		/* justify-content: center; */
	}

	.livea-payment-wrapper #cardholder-container {
		width: 100%;
	}

	.livea-payment-wrapper #exp-container {float: left;margin: 0;width: 45%;}
	.livea-payment-wrapper #cvc-container {position: relative;width: 45%;right: auto;left: auto;bottom: auto;padding: 0;/* padding-bottom: 20px; */float: right;margin: 0;}

	.livea-payment-wrapper #shadow {
		top: 86px;
		width: 240px;
		display: none;
	}

	.cvv-frame {
		width: 100%;
	}

	.cvv-help-btn {
		top: -2px;
	}
}

@media (max-width: 370px) {
	.livea-payment-wrapper {
		/* 		transform: scale(0.8); */
		/* 		transform-origin: left center; */
		width: 100%;
	}
}

@media (max-width: 400px) {
	.livea-payment-wrapper {
		/* 		transform: scale(0.7); */
		/* 		transform-origin: left center; */
		width: 100%;
	}
}

#card-image img {
	width: 100%;
	height: 100%;
}

.livea-payment-wrapper #card-image {
	float: right;
	width: 50px;
	height: 25px;
	background: none;
	border-radius: 0px;
	margin: 0;
	top: 16px;
	right: 30px;
}

#order-opc .fancybox-toolbar{
	visibility: unset;
	opacity: 1;
}