@charset "utf-8";
.express-checkout {
	border: 1px solid #cfcfc5;
	margin-bottom: 2.5rem;
	padding: 32px 16px;
	position: relative;
}
.express-checkout h2 {
	background-color: #FFF;
	font-family: "Grifinito M", serif;
	font-size: 2rem;
	font-weight: 500;
	padding: 0 15px;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}
.express-checkout p {
	position: absolute;
	text-transform: uppercase;
	bottom: 10px;
	font-size: 12px;
	font-weight: 500;
	left: 50%;
	transform: translateX(-50%);
}

.cdspw-altpay {
	margin: 0 !important;
}

#cds_pay_type {
	display: none;
}

.cdspw-widget-altpay-parent-div, .mdl-cell--12-col {
	width: 100% !important;
	max-width: none !important;
}

.mdl-grid {
	padding: 0 !important;
	width: 100% !important;
	max-width: none !important;
}

.mdl-cell {
	margin: 0 !important;
}

.cdspw-widget-paypal-parent-div {
	position: relative;
	background-color: #FFF;
	border: 1px solid #cfcfc5;
	border-radius: 0;
	padding: 0px;
	min-width: 0px !important;
	max-width: none !important;
	margin-bottom: 0;
	transition: 0.25s;
}

.cdspw-widget-paypal-parent-div::before {
	content: "";
	background-image: url(PP.png);
	position: absolute;
	left: 50%;
	top: 50%;
	background-size: 100px 24px;
	display: block;
	width: 100px;
	height: 24px;
	transform: translate(-50%, -50%);
}

.cdspw-widget-paypal-parent-div:hover {
	background-color: #F3F3F3;
}

iframe.zoid-visible {
	opacity: 0 !important;
}

.zoid-outlet {
	width: 100% !important;
	height: 56px !important;
}

.paypal-button:not(.paypal-button-card) {
	height: 56px !important;
}

.paypalFocus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

@media (min-width: 576px) {
	.express-checkout {
		padding: 38px;
	}

	.express-checkout h2 {
		padding: 0 35px;
	}
}

@media (min-width: 768px) {
	.cdspw-widget-paypal-parent-div {
		margin-right: 8px;
	}
}

@-moz-document url-prefix() { 
	iframe.zoid-visible {
		opacity: 1 !important;
	}
	.paypal-button:not(.paypal-button-card), .zoid-outlet {
		height: 45px !important;
	}
	.cdspw-widget-paypal-parent-div {
		border: none;
	}
  }
