
.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons.wc-ppcp-sm__container>li#express-payment-method-paymentplugins_ppcp_express {
	padding: 0;
	width: 100%;
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons.wc-ppcp-sm__container>li[id^=express-payment-method-]:nth-child(n+2) {
	margin-top: 10px;
}

.wc-ppcp-popup__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.wc-ppcp-popup__container img {
	height: 56px;
	max-height: 77px;
	max-width: 150px;
	width: 110px;
}

.wc-ppcp-popup__container p {
	flex: 1 1 100%;
	margin-top: 10px;
	text-align: center;
}

.wc-ppcp-components-payment-card__container .wc-ppcp-components-payment-card__card {
	align-items: center;
	border: 1px solid hsla(0, 0%, 7%, .11);
	border-radius: 4px;
	display: flex;
	justify-content: space-between;
	padding: 10px 12px;
}

.wc-ppcp-components-payment-card__container .wc-ppcp-components-payment-card__card .wc-ppcp-components-payment-card__icon {
	max-width: 60px;
}

.wc-ppcp-components-payment-card__container .wc-ppcp-components-payment-card-cancel__container {
	margin-top: 8px;
	text-align: right;
}

.wc-ppcp-components-payment-card__container .wc-ppcp-components-payment-card-cancel__container .wc-ppcp-components-payment-card-cancel__label {
	cursor: pointer;
}

.wc-ppcp-card-payment-method__container.card-field-container--lg .ppcp-card-field--container:nth-child(n+2), .wc-ppcp-card-payment-method__container.card-field-container--md .ppcp-card-field--container:nth-child(n+2), .wc-ppcp-card-payment-method__container.card-field-container--sm .ppcp-card-field--container:nth-child(n+2) {
	margin-top: 0;
}

.wc-ppcp-card-payment-method__container.card-field-container--lg .ppcp-card-field--container.card-number-field, .wc-ppcp-card-payment-method__container.card-field-container--md .ppcp-card-field--container.card-number-field, .wc-ppcp-card-payment-method__container.card-field-container--sm .ppcp-card-field--container.card-number-field {
	flex-basis: 50%;
	max-width: 50%;
}

.wc-ppcp-card-payment-method__container.card-field-container--lg .ppcp-card-field--container.card-cvv-field, .wc-ppcp-card-payment-method__container.card-field-container--lg .ppcp-card-field--container.card-exp-field, .wc-ppcp-card-payment-method__container.card-field-container--md .ppcp-card-field--container.card-cvv-field, .wc-ppcp-card-payment-method__container.card-field-container--md .ppcp-card-field--container.card-exp-field, .wc-ppcp-card-payment-method__container.card-field-container--sm .ppcp-card-field--container.card-cvv-field, .wc-ppcp-card-payment-method__container.card-field-container--sm .ppcp-card-field--container.card-exp-field {
	flex-basis: 25%;
	max-width: 25%;
}

.wc-ppcp-blocks-payment-method__label.ppcp_card .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
	max-height: 24px;
	max-width: 200px;
}

.wc-block-components-radio-control-accordion-content .wc-ppcp-paypal__buttons.disabled {
	opacity: .4;
}

#express-payment-method-ppcp_fastlane .wc-ppcp-fastlane-button {
	align-items: center;
	background-color: #ffc439;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	display: flex;
	height: 40px;
	justify-content: center;
	padding: 0;
	transition: background-color .35s ease;
	width: 100%;
}

#express-payment-method-ppcp_fastlane .wc-ppcp-fastlane-button.processing {
	opacity: .4;
}

#express-payment-method-ppcp_fastlane .wc-ppcp-fastlane-button:hover {
	background: #eab436;
}

#express-payment-method-ppcp_fastlane .wc-ppcp-fastlane-button :disabled {
	opacity: .4;
}

#express-payment-method-ppcp_fastlane .wc-ppcp-fastlane-button img.wc-ppcp-fastlane-icon {
	height: 38%;
}

fastlane-modal-open {
	overflow: hidden;
}

.wc-ppcp-fastlane-overlay {
	align-items: center;
	background: hsla(0, 0%, 100%, .75) !important;
	display: flex !important;
	inset: 0 !important;
	justify-content: center;
	margin: 0 !important;
	opacity: 0;
	padding: 0 !important;
	position: fixed !important;
	transition: background .4s, opacity .35s, visibility .35s !important;
	visibility: hidden;
	will-change: background !important;
	z-index: 2147483647 !important;
}

.wc-ppcp-fastlane-overlay.active {
	opacity: 1;
	visibility: visible;
}

.wc-ppcp-fastlane-overlay .wc-ppcp-fastlane-modal {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 7px 32px rgba(0, 0, 0, .15), 0 3px 6px rgba(0, 0, 0, .2);
	height: calc(100% - 60px);
	max-width: 600px;
	opacity: 0;
	overflow-y: scroll;
	padding: 24px;
	transform: scale(.8);
	transition: opacity .35s ease-in-out, transform .35s ease-out, visibility .35s;
	width: 100%;
}

.wc-ppcp-fastlane-overlay.active .wc-ppcp-fastlane-modal {
	opacity: 1;
	transform: scale(1);
}

.wc-ppcp-fastlane-overlay .wc-ppcp-fastlane-modal-field {
	background-color: #fff;
	border: 1px solid #dadddd;
	border-radius: 4px;
	display: flex;
	height: 64px;
	margin: 0 8px 1em;
	padding: .25em .625em;
	position: relative;
}

.wc-ppcp-fastlane-overlay .wc-ppcp-fastlane-modal-field.focused:before {
	border: 2px solid #0057ff;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .03), 0 3px 6px rgba(0, 0, 0, .02), 0 0 0 3px rgba(5, 115, 225, .25), 0 1px 1px 0 rgba(0, 0, 0, .08);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.wc-ppcp-fastlane-overlay .wc-ppcp-fastlane-modal-field .wc-ppcp-fastlane-modal-input {
	background-color: #fff;
	border: none;
	box-shadow: none;
	font-size: 16px;
	padding: 1.25em 0 0;
	width: 100%;
}

.wc-ppcp-fastlane-overlay .wc-ppcp-fastlane-modal-field .wc-ppcp-fastlane-modal-input.not-empty, .wc-ppcp-fastlane-overlay .wc-ppcp-fastlane-modal-field .wc-ppcp-fastlane-modal-input:focus {
	border: none;
	outline: none;
}

.wc-ppcp-fastlane-overlay .wc-ppcp-fastlane-modal-field .wc-ppcp-fastlane-modal-input.not-empty+.wc-ppcp-fastlane-modal-field-label, .wc-ppcp-fastlane-overlay .wc-ppcp-fastlane-modal-field .wc-ppcp-fastlane-modal-input:focus+.wc-ppcp-fastlane-modal-field-label {
	transform: translateY(-100%) scale(.875);
}

.wc-ppcp-fastlane-overlay .wc-ppcp-fastlane-modal-field .wc-ppcp-fastlane-modal-field-label {
	color: #000;
	left: 12px;
	opacity: .7;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transform-origin: left center;
	transition-duration: .15s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.wc-ppcp-fastlane-overlay .wc-ppcp-fastlane-modal-buttons {
	display: flex;
	flex-direction: column;
	margin-top: 16px;
}

.wc-ppcp-fastlane-overlay .wc-ppcp-fastlane-modal-buttons>:nth-child(n+2) {
	margin-top: 16px;
}

.wc-ppcp-fastlane-overlay .wc-ppcp-fastlane-modal-buttons .wc-ppcp-fastlane-tokenize {
	background-color: #003087;
	border-radius: 1000px;
	color: #fff;
	font-size: 1.2rem;
}

.wc-ppcp-fastlane-overlay .wc-ppcp-fastlane-modal-buttons .wc-ppcp-fastlane-tokenize:disabled {
	opacity: .5;
}

.wc-ppcp-fastlane-overlay .wc-ppcp-fastlane-modal-buttons .wc-ppcp-fastlane-cancel {
	color: #0070e0;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
}

.wc-block-components-radio-control-accordion-content .wc-ppcp-tokenized-card {
	background: #fff;
	border: 1px solid hsla(0, 0%, 93%, .933);
	border-radius: 4px;
	box-shadow: 0 0 transparent, 0 0 transparent, 0 1px 12px 0 rgba(0, 0, 0, .08), 0 0 2px 0 rgba(0, 0, 0, .04);
	display: flex;
	padding: .75em;
	width: 100%;
}

.wc-block-components-radio-control-accordion-content .wc-ppcp-tokenized-card .wc-ppcp-tokenized-card-format {
	color: #000;
	margin-left: 16px;
}

.wc-block-components-radio-control-accordion-content .wc-ppcp-tokenized-card .wc-ppcp-tokenized-card-actions {
	display: flex;
	flex: 1;
	flex-direction: row;
	justify-content: flex-end;
}

.wc-block-components-radio-control-accordion-content .wc-ppcp-tokenized-card .wc-ppcp-tokenized-card-actions a {
	cursor: pointer;
}

.wc-block-components-radio-control-accordion-content .wc-ppcp-tokenized-card .wc-ppcp-tokenized-card-actions a:nth-child(n+2) {
	margin-left: 12px;
}

.wc-block-components-radio-control-accordion-content .wc-ppcp-tokenized-card .wc-ppcp-tokenized-card-icon-container img {
	height: 24px;
	width: 32px;
}

.wc-ppcp-blocks-payment-method__label {
	align-items: center;
	display: flex;
	width: 100%;
}

.wc-ppcp-blocks-payment-method__label .wc-block-components-payment-method-icons {
	display: flex;
	flex: 1 0 auto;
	justify-content: flex-end;
	padding-right: 16px;
}

.wc-ppcp-blocks-payment-method__label .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
	max-height: 24px;
	max-width: 90px;
}

li.payment_method_ppcp_card.card-field-container--lg .card-number-field, li.payment_method_ppcp_card.card-field-container--md .card-number-field, li.payment_method_ppcp_card.card-field-container--sm .card-number-field {
	flex-basis: 50%;
	max-width: 50%;
}

li.payment_method_ppcp_card.card-field-container--lg .card-cvv-field, li.payment_method_ppcp_card.card-field-container--lg .card-exp-field, li.payment_method_ppcp_card.card-field-container--md .card-cvv-field, li.payment_method_ppcp_card.card-field-container--md .card-exp-field, li.payment_method_ppcp_card.card-field-container--sm .card-cvv-field, li.payment_method_ppcp_card.card-field-container--sm .card-exp-field {
	flex-basis: 25%;
	max-width: 25%;
}

li.payment_method_ppcp_card.card-field-container--lg .ppcp-card-field--container:nth-child(n+2), li.payment_method_ppcp_card.card-field-container--md .ppcp-card-field--container:nth-child(n+2), li.payment_method_ppcp_card.card-field-container--sm .ppcp-card-field--container:nth-child(n+2) {
	margin-top: 0;
}

li.payment_method_ppcp_card label img {
	max-height: 26px;
}

.ppcp-card-fields--container {
	align-items: flex-start;
	display: flex;
	flex-flow: wrap;
}

.ppcp-card-fields--container:nth-child(n+2) {
	margin-top: 8px;
}

.ppcp-card-fields--container .ppcp-card-field--container {
	display: flex;
	flex-direction: column;
}

.ppcp-card-fields--container .ppcp-card-field--container:nth-child(n+2) {
	margin-top: 12px;
}

.ppcp-card-fields--container .ppcp-card-field--container #ppcp-card-cvv, .ppcp-card-fields--container .ppcp-card-field--container #ppcp-card-exp, .ppcp-card-fields--container .ppcp-card-field--container #ppcp-card-name, .ppcp-card-fields--container .ppcp-card-field--container #ppcp-card-number {
	display: flex;
}

.ppcp-card-fields--container .ppcp-card-field--container #ppcp-card-cvv {
	align-items: center;
	position: relative;
}

.ppcp-card-fields--container .ppcp-card-field--container #ppcp-card-cvv .ppcp-card-cvv-icon {
	align-items: center;
	display: flex;
	padding: 8px;
	position: absolute;
	right: 5px;
	z-index: 999;
}

.ppcp-card-fields--container .ppcp-card-field--container #ppcp-card-cvv.card-field--invalid:not(.card-field--focused) .ppcp-card-cvv-icon {
	fill: #df1b41;
}

.ppcp-card-fields--container .ppcp-card-field--container.card-cvv-field, .ppcp-card-fields--container .ppcp-card-field--container.card-name-field, .ppcp-card-fields--container .ppcp-card-field--container.card-number-field {
	flex-basis: 100%;
	max-width: 100%;
}

.ppcp-card-fields--container .ppcp-card-field--container.card-exp-field {
	flex-basis: 100%;
	width: 100%;
}

.ppcp-card-fields--container .ppcp-card-field--container .ppcp-card-field-error {
	color: #df1b41;
	font-size: .93rem;
	padding: 0 5px;
}

.ppcp-card-fields--container .ppcp-card-field--container .ppcp-card-field-error.active span.error-content {
	opacity: 1;
}

.ppcp-card-fields--container .ppcp-card-field--container .ppcp-card-field--label {
	line-height: 1rem;
	margin-left: 5px;
}

.ppcp-card-fields--container .ppcp-card-cvv-icon .card-cvc-icon {
	height: 1.95em;
	width: 1.95em;
}

.ppcp-save-card-checkbox-container {
	align-items: center;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	margin-left: 5px;
}

.ppcp-save-card-checkbox-container input[type=checkbox] {
	appearance: none;
	background-color: #fff;
	border: 1px solid rgba(25, 23, 17, .48);
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 1em;
	height: 1.25em;
	margin-right: 1em;
	min-height: 1.25em;
	min-width: 1.25em;
	overflow: hidden;
	position: static;
	vertical-align: middle;
	width: 1.25em;
}

.ppcp-save-card-checkbox-container input[type=checkbox]:not(:checked)+.ppcp-checkbox-mark {
	display: none;
}

.ppcp-save-card-checkbox-container .ppcp-checkbox-mark {
	fill: #000;
	height: 1.125em;
	margin-left: .06875em;
	margin-top: -.1875em;
	pointer-events: none;
	position: absolute;
	width: 1.125em;
}

.ppcp-save-card-checkbox-container span {
	font-size: .875em;
}

.wc-saved-payment-methods[data-count="0"] {
	display: none;
}

.wc-ppcp-hide-button, .wc-ppcp-hide-button#place_order {
	display: none !important;
}

.wc-ppcp-cart-payments__container {
	max-width: 100%;
}

.wc-ppcp-cart-payments__container.below .wc-ppcp-cart-payment__methods {
	margin: 10px 0 0;
}

.wc-ppcp-cart-payments__container .wc-ppcp-cart-payment__methods {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wc-ppcp-cart-payments__container .wc-ppcp-cart-payment__methods .wc-ppcp-cart-payment-method {
	list-style: none;
	margin: 0;
}

.wc-ppcp-cart-payments__container .wc-ppcp-cart-payment__methods .wc-ppcp-cart-payment-method.or {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 10px 0;
}

.wc-ppcp-cart-payments__container .wc-ppcp-cart-payment__methods .wc-ppcp-cart-payment-method.or p {
	margin: 0;
}

.wc-ppcp-product-payments__container {
	width: 100%;
}

.wc-ppcp-product-payments__container.top {
	margin: 0 0 10px;
}

.wc-ppcp-product-payments__container:not(top) {
	margin: 10px 0 0;
}

.wc-ppcp-product-payments__container .wc-ppcp-product-payment__methods {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wc-ppcp-product-payments__container .wc-ppcp-product-payment__methods .wc-ppcp-product-payment-method {
	list-style: none;
	margin: 0;
}

.wc-ppcp-cart-button-container.disabled, .wc-ppcp-checkout-container.disabled, .wc-ppcp-product-button-container.disabled, .wc-ppcp-product-payments__container .wc-ppcp-product-payment__methods .wc-ppcp-product-payment-method .disabled {
	opacity: .4;
}

.wc-ppcp-loader {
	display: flex;
	height: 50px;
	justify-content: center;
	left: calc(50% - 25px);
	position: fixed;
	top: 50%;
	width: 50px;
}

.wc-ppcp-loader div {
	animation: ppcp-loader 1.3s cubic-bezier(.5, 0, .5, 1) infinite;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #000;
	box-sizing: border-box;
	display: block;
	height: 30px;
	position: absolute;
	width: 30px;
}

.wc-ppcp-loader div:first-child {
	animation-delay: -.45s;
}

.wc-ppcp-loader div:nth-child(2) {
	animation-delay: -.3s;
}

.wc-ppcp-loader div:nth-child(3) {
	animation-delay: -.15s;
}

@keyframes ppcp-loader {
	0% {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(1turn);
	}
}

#wc-ppcp-product-button-container {
	display: flex;
	flex-wrap: wrap;
}

#wc-ppcp-product-button-container .paypal-buttons {
	flex: 0 0 100%;
}

#wc-ppcp-product-button-container .paypal-buttons:nth-child(n+2) {
	margin-top: 6px;
}

.wc-ppcp-checkout-container .paypal-buttons {
	display: flex !important;
}

.wc-ppcp-checkout-container .paypal-buttons:nth-child(n+2) {
	margin-top: 8px;
}

#wc-ppcp-cart-button-container .paypal-buttons {
	display: flex !important;
}

#wc-ppcp-cart-button-container .paypal-buttons:nth-child(n+2) {
	margin-top: 8px;
}

#wc-ppcp-product-button-container .paypal-buttons {
	display: flex !important;
}

#wc-ppcp-product-button-container .paypal-buttons:nth-child(n+2) {
	margin-top: 8px;
}

tr.wc-ppcp-paylater-msg__container td:before {
	content: "" !important;
}

#wc-ppcp-paylater-msg-product {
	margin-bottom: 10px;
}

.wc-ppcp-payment-method__container .wc-ppcp-popup__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.wc-ppcp-payment-method__container .wc-ppcp-popup__container img {
	height: 56px;
	max-height: 77px;
	max-width: 150px;
	width: 110px;
}

.wc-ppcp-payment-method__container .wc-ppcp-popup__container p {
	flex: 1 1 100%;
	margin-top: 10px;
	text-align: center;
}

li.payment_method_ppcp label[for=payment_method_ppcp]:after {
	clear: both;
	content: "";
	display: block;
}

li.payment_method_ppcp label:first-of-type img {
	float: right;
	max-height: 29px;
	max-width: 110px;
}

.wc-ppcp-express-checkout fieldset {
	border: 1px solid #d1d1d1;
	border-radius: 3px;
	margin-bottom: 20px;
	padding: 15px 25px;
}

.wc-ppcp-express-checkout fieldset legend {
	font-weight: 500;
	margin: 0 auto;
	padding: 0 1rem;
}

.wc-ppcp-express-checkout fieldset .wc-ppcp-express-checkout-gateway:nth-child(n+2) {
	margin-top: 8px;
}

.wc-ppcp-express-checkout .express-divider {
	align-items: center;
	background: transparent;
	display: flex;
	font-size: 16px;
	left: 0;
	right: 0;
	top: -13px;
	white-space: nowrap;
}

.wc-ppcp-express-checkout .express-divider:before {
	background: #d1d1d1;
	content: " ";
	display: block;
	height: 1px;
	margin-right: 1rem;
	width: 50%;
}

.wc-ppcp-express-checkout .express-divider:after {
	background: #d1d1d1;
	content: " ";
	display: block;
	height: 1px;
	margin-left: 1rem;
	width: 50%;
}

.wc-ppcp-express-checkout #wc-ppcp-express-button, .wc-ppcp-express-checkout #wc-ppcp_card-express-button {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.wc-ppcp-express-checkout #wc-ppcp-express-button .paypal-buttons, .wc-ppcp-express-checkout #wc-ppcp-express-button .wc-ppcp-fastlane-button, .wc-ppcp-express-checkout #wc-ppcp_card-express-button .paypal-buttons, .wc-ppcp-express-checkout #wc-ppcp_card-express-button .wc-ppcp-fastlane-button {
	flex: 1 1 150px;
	margin: 0 5px;
	max-width: 240px;
	padding: 0;
}

.wc-ppcp-express-checkout #wc-ppcp-express-button .paypal-buttons img.wc-ppcp-fastlane-icon, .wc-ppcp-express-checkout #wc-ppcp-express-button .wc-ppcp-fastlane-button img.wc-ppcp-fastlane-icon, .wc-ppcp-express-checkout #wc-ppcp_card-express-button .paypal-buttons img.wc-ppcp-fastlane-icon, .wc-ppcp-express-checkout #wc-ppcp_card-express-button .wc-ppcp-fastlane-button img.wc-ppcp-fastlane-icon {
	height: 38%;
}

@media (max-width:575px) {
	.wc-ppcp-express-checkout #wc-ppcp-express-button .paypal-buttons, .wc-ppcp-express-checkout #wc-ppcp-express-button .wc-ppcp-fastlane-button, .wc-ppcp-express-checkout #wc-ppcp_card-express-button .paypal-buttons, .wc-ppcp-express-checkout #wc-ppcp_card-express-button .wc-ppcp-fastlane-button {
		flex: 1 1 100%;
		max-width: 100%;
	}
	
	.wc-ppcp-express-checkout #wc-ppcp-express-button .paypal-buttons:nth-child(n+2), .wc-ppcp-express-checkout #wc-ppcp-express-button .wc-ppcp-fastlane-button:nth-child(n+2), .wc-ppcp-express-checkout #wc-ppcp_card-express-button .paypal-buttons:nth-child(n+2), .wc-ppcp-express-checkout #wc-ppcp_card-express-button .wc-ppcp-fastlane-button:nth-child(n+2) {
		margin-top: 10px;
	}
}

.woocommerce-mini-cart__buttons #wc-ppcp-minicart-ppcp {
	margin-top: 5px;
}

.wc-ppcp-paylater-msg-shop-container, .woocommerce-mini-cart__buttons #wc-ppcp-minicart-msg {
	margin-top: 10px;
}

[name^=__zoid__paypal_message] {
	opacity: 1 !important;
}

.wc-ppcp-fastlane-button {
	align-items: center;
	background-color: #ffc439;
	border: none;
	border-radius: 4px;
	display: flex;
	height: 40px;
	justify-content: center;
	transition: background-color .35s ease;
}

.wc-ppcp-fastlane-button.processing {
	opacity: .4;
}

.wc-ppcp-fastlane-button:hover {
	background: #eab436;
}

.wc-ppcp-fastlane-button :disabled {
	opacity: .4;
}

.fastlane-modal-open {
	overflow: hidden;
}

.wc-ppcp-fastlane-overlay {
	align-items: center;
	background: hsla(0, 0%, 100%, .75) !important;
	display: flex !important;
	inset: 0 !important;
	justify-content: center;
	margin: 0 !important;
	opacity: 0;
	padding: 0 !important;
	position: fixed !important;
	transition: background .4s, opacity .35s, visibility .35s !important;
	visibility: hidden;
	will-change: background !important;
	z-index: 2147483647 !important;
}

.wc-ppcp-fastlane-overlay.active {
	opacity: 1;
	visibility: visible;
}

.wc-ppcp-fastlane-overlay .wc-ppcp-fastlane-modal {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 7px 32px rgba(0, 0, 0, .15), 0 3px 6px rgba(0, 0, 0, .2);
	height: calc(100% - 60px);
	max-width: 600px;
	opacity: 0;
	overflow-y: scroll;
	padding: 24px;
	transform: scale(.8);
	transition: opacity .35s ease-in-out, transform .35s ease-out, visibility .35s;
	width: 100%;
}

.wc-ppcp-fastlane-overlay.active .wc-ppcp-fastlane-modal {
	opacity: 1;
	transform: scale(1);
}

.wc-ppcp-fastlane-overlay .wc-ppcp-fastlane-modal-field {
	background-color: #fff;
	border: 1px solid #dadddd;
	border-radius: 4px;
	display: flex;
	height: 64px;
	margin: 0 8px 1em;
	padding: .25em .625em;
	position: relative;
}

.wc-ppcp-fastlane-overlay .wc-ppcp-fastlane-modal-field.focused:before {
	border: 2px solid #0057ff;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .03), 0 3px 6px rgba(0, 0, 0, .02), 0 0 0 3px rgba(5, 115, 225, .25), 0 1px 1px 0 rgba(0, 0, 0, .08);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.wc-ppcp-fastlane-overlay .wc-ppcp-fastlane-modal-field .wc-ppcp-fastlane-modal-input {
	background-color: #fff;
	border: none;
	box-shadow: none;
	font-size: 16px;
	padding: 1.25em 0 0;
	width: 100%;
}

.wc-ppcp-fastlane-overlay .wc-ppcp-fastlane-modal-field .wc-ppcp-fastlane-modal-input.not-empty, .wc-ppcp-fastlane-overlay .wc-ppcp-fastlane-modal-field .wc-ppcp-fastlane-modal-input:focus {
	border: none;
	outline: none;
}

.wc-ppcp-fastlane-overlay .wc-ppcp-fastlane-modal-field .wc-ppcp-fastlane-modal-input.not-empty+.wc-ppcp-fastlane-modal-field-label, .wc-ppcp-fastlane-overlay .wc-ppcp-fastlane-modal-field .wc-ppcp-fastlane-modal-input:focus+.wc-ppcp-fastlane-modal-field-label {
	transform: translateY(-100%) scale(.875);
}

.wc-ppcp-fastlane-overlay .wc-ppcp-fastlane-modal-field .wc-ppcp-fastlane-modal-field-label {
	color: #000;
	left: 12px;
	opacity: .7;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transform-origin: left center;
	transition-duration: .15s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.wc-ppcp-fastlane-overlay .wc-ppcp-fastlane-modal-buttons {
	display: flex;
	flex-direction: column;
	margin-top: 16px;
}

.wc-ppcp-fastlane-overlay .wc-ppcp-fastlane-modal-buttons>:nth-child(n+2) {
	margin-top: 16px;
}

.wc-ppcp-fastlane-overlay .wc-ppcp-fastlane-modal-buttons .wc-ppcp-fastlane-tokenize {
	background-color: #003087;
	border-radius: 1000px;
	color: #fff;
	font-size: 1.2rem;
}

.wc-ppcp-fastlane-overlay .wc-ppcp-fastlane-modal-buttons .wc-ppcp-fastlane-tokenize:disabled {
	opacity: .5;
}

.wc-ppcp-fastlane-overlay .wc-ppcp-fastlane-modal-buttons .wc-ppcp-fastlane-cancel {
	color: #0070e0;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
}

.payment_method_ppcp_card .wc-ppcp-tokenized-card {
	background: #fff;
	border: 1px solid hsla(0, 0%, 93%, .933);
	border-radius: 4px;
	box-shadow: 0 0 transparent, 0 0 transparent, 0 1px 12px 0 rgba(0, 0, 0, .08), 0 0 2px 0 rgba(0, 0, 0, .04);
	display: flex;
	padding: .75em;
	width: 100%;
}

.payment_method_ppcp_card .wc-ppcp-tokenized-card:not(.has-customer-context) a.wc-ppcp-tokenized-card-change {
	display: none;
}

.payment_method_ppcp_card .wc-ppcp-tokenized-card .wc-ppcp-tokenized-card-format {
	color: #000;
	margin-left: 16px;
}

.payment_method_ppcp_card .wc-ppcp-tokenized-card .wc-ppcp-tokenized-card-actions {
	display: flex;
	flex: 1;
	flex-direction: row;
	justify-content: flex-end;
}

.payment_method_ppcp_card .wc-ppcp-tokenized-card .wc-ppcp-tokenized-card-actions a {
	cursor: pointer;
}

.payment_method_ppcp_card .wc-ppcp-tokenized-card .wc-ppcp-tokenized-card-actions a:nth-child(n+2) {
	margin-left: 12px;
}

.payment_method_ppcp_card .wc-ppcp-tokenized-card .wc-ppcp-tokenized-card-icon-container img {
	height: 24px;
	width: 32px;
}

#wc-ppcp-watermark-container {
	margin-top: .8em;
}

.wc-payment-form .wc-ppcp-save-payment-method--container {
	margin-top: 8px;
}

.fastlane-signup-link-container {
	align-items: center;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .03), 0 3px 6px rgba(0, 0, 0, .02);
	color: #0570de;
	cursor: pointer;
	display: inline-flex;
	font-weight: 600;
	margin-bottom: 1em;
	padding: 6px 12px;
	transition: box-shadow .35s ease;
}

.fastlane-signup-link-container:hover {
	box-shadow: 0 0 transparent, 0 0 transparent, 0 1px 12px 0 rgba(0, 0, 0, .08), 0 0 2px 0 rgba(0, 0, 0, .04);
}

.fastlane-signup-link-container .fastlane-signup-img {
	margin-left: 8px;
}

body.wc-block-product-gallery-modal-open, body.wc-modal--open {
	overflow: hidden;
}

.wc-block-grid__products .wc-block-grid__product-image {
	display: block;
	position: relative;
	text-decoration: none;
}

.wc-block-grid__products .wc-block-grid__product-image a {
	border: 0;
	box-shadow: none;
	outline: 0;
	text-decoration: none;
}

.wc-block-grid__products .wc-block-grid__product-image img {
	height: auto;
	max-width: 100%;
	width: 100%;
}

.wc-block-grid__products .wc-block-grid__product-image img[hidden] {
	display: none;
}

.wc-block-grid__products .wc-block-grid__product-image img[alt=""] {
	border: 1px solid #f2f2f2;
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title, .editor-styles-wrapper .wc-block-grid__product-title, .wc-block-grid__product-title {
	color: inherit;
	display: block;
	font-family: inherit;
	font-size: inherit;
	font-weight: 700;
	line-height: 1.2;
	padding: 0;
}

.wc-block-grid__product-price {
	display: block;
}

.wc-block-grid__product-price .wc-block-grid__product-price__regular {
	margin-right: .5em;
}

.wc-block-grid__product-add-to-cart.wp-block-button {
	white-space: normal;
	word-break: break-word;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	display: inline-flex;
	font-size: 1em;
	justify-content: center;
	text-align: center;
	white-space: normal;
	word-break: break-word;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading {
	opacity: .25;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after {
	content: "";
	display: inline-block;
	font-family: WooCommerce;
	height: auto;
	margin-left: .5em;
	width: auto;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
	animation: spin 2s linear infinite;
	content: "";
	display: inline-block;
	font-family: WooCommerce;
	height: auto;
	margin-left: .5em;
	width: auto;
}

.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after {
	content: "";
	margin: 0;
}

.wc-block-grid__product-rating, .wp-block-woocommerce-product-review-rating {
	display: block;
}

.wc-block-grid__product-rating .star-rating, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars, .wc-block-grid__product-rating .wc-block-product-review-rating__stars, .wp-block-woocommerce-product-review-rating .star-rating, .wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars, .wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars {
	font-family: WooCommerce;
	font-size: 1em;
	font-weight: 400;
	height: 1.618em;
	line-height: 1.618;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 5.3em;
}

.wc-block-grid__product-rating .star-rating:before, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before, .wc-block-grid__product-rating .wc-block-product-review-rating__stars:before, .wp-block-woocommerce-product-review-rating .star-rating:before, .wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars:before, .wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars:before {
	content: "SSSSS";
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap;
}

.wc-block-grid__product-rating .star-rating span, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span, .wc-block-grid__product-rating .wc-block-product-review-rating__stars span, .wp-block-woocommerce-product-review-rating .star-rating span, .wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span, .wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span {
	left: 0;
	overflow: hidden;
	padding-top: 1.5em;
	position: absolute;
	right: 0;
	top: 0;
}

.wc-block-grid__product-rating .star-rating span:before, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before, .wc-block-grid__product-rating .wc-block-product-review-rating__stars span:before, .wp-block-woocommerce-product-review-rating .star-rating span:before, .wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span:before, .wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span:before {
	color: inherit;
	content: "SSSSS";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap;
}

.wc-block-grid .wc-block-grid__product-onsale, .wc-block-grid__product-image .wc-block-grid__product-onsale {
	background: #fff;
	border: 1px solid #43454b;
	border-radius: 4px;
	color: #43454b;
	display: inline-block;
	font-size: .875em;
	font-weight: 600;
	left: auto;
	padding: .25em .75em;
	position: absolute;
	right: 4px;
	text-align: center;
	text-transform: uppercase;
	top: 4px;
	width: auto;
	z-index: 9;
}

.wc-block-grid__product .wc-block-grid__product-image, .wc-block-grid__product .wc-block-grid__product-link {
	display: inline-block;
	position: relative;
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image), .wc-block-grid__product .wc-block-grid__product-title {
	margin: 0 0 12px;
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart, .wc-block-grid__product .wc-block-grid__product-onsale, .wc-block-grid__product .wc-block-grid__product-price, .wc-block-grid__product .wc-block-grid__product-rating {
	margin: 0 auto 12px;
}

.theme-twentysixteen .wc-block-grid .price ins {
	color: #77a464;
}

.theme-twentynineteen .wc-block-grid__product {
	font-size: .88889em;
}

.theme-twentynineteen .wc-block-components-product-sale-badge, .theme-twentynineteen .wc-block-components-product-title, .theme-twentynineteen .wc-block-grid__product-onsale, .theme-twentynineteen .wc-block-grid__product-title {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.theme-twentynineteen .wc-block-grid__product-title:before {
	display: none;
}

.theme-twentynineteen .wc-block-components-product-sale-badge, .theme-twentynineteen .wc-block-grid__product-onsale {
	line-height: 1;
}

.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color) {
	color: #fff;
}

.theme-twentytwenty .wc-block-grid__product-link {
	color: #000;
}

.theme-twentytwenty .wc-block-components-product-title, .theme-twentytwenty .wc-block-grid__product-title {
	color: #cd2653;
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
	font-size: 1em;
}

.theme-twentytwenty .wp-block-columns .wc-block-components-product-title {
	margin-top: 0;
}

.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount, .theme-twentytwenty .wc-block-components-product-price__value, .theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount, .theme-twentytwenty .wc-block-grid__product-price__value {
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
	font-size: .9em;
}

.theme-twentytwenty .wc-block-components-product-price del, .theme-twentytwenty .wc-block-grid__product-price del {
	opacity: .5;
}

.theme-twentytwenty .wc-block-components-product-price ins, .theme-twentytwenty .wc-block-grid__product-price ins {
	text-decoration: none;
}

.theme-twentytwenty .star-rating, .theme-twentytwenty .wc-block-grid__product-rating {
	font-size: .7em;
}

.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars, .theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars, .theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars, .theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
	line-height: 1;
}

.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link, .theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link {
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
}

.theme-twentytwenty .wc-block-components-product-sale-badge, .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
	background: #cd2653;
	color: #fff;
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.2;
	text-transform: uppercase;
}

.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge {
	position: static;
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge {
	position: absolute;
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge) {
	position: absolute;
	right: 4px;
	top: 4px;
	z-index: 1;
}

.theme-twentytwenty .wc-block-active-filters__title, .theme-twentytwenty .wc-block-attribute-filter__title, .theme-twentytwenty .wc-block-price-filter__title, .theme-twentytwenty .wc-block-stock-filter__title {
	font-size: 1em;
}

.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all, .theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	font-size: .75em;
}

@media only screen and (min-width:768px) {
	.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
		font-size: .875em;
		padding: .5em;
	}
}

@media only screen and (min-width:1168px) {
	.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
		font-size: .875em;
		padding: .5em;
	}
}

.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart {
	display: block;
	margin-top: 12px;
}

.theme-twentytwentytwo .wc-block-components-product-price ins, .theme-twentytwentytwo .wc-block-grid__product-price ins {
	text-decoration: none;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	word-wrap: normal !important;
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	overflow-wrap: normal !important;
	padding: 0;
	position: absolute !important;
	width: 1px;
}

.screen-reader-text:focus {
	clip: auto !important;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip-path: none;
	color: #2b2d2f;
	display: block;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.wp-block-group.woocommerce.product .up-sells.upsells.products {
	max-width: var(--wp--style--global--wide-size);
}

.wc-block-components-notice-banner {
	align-content: flex-start;
	align-items: stretch;
	background-color: #fff;
	border: 1px solid #2f2f2f;
	border-radius: 4px;
	box-sizing: border-box;
	color: #2f2f2f;
	display: flex;
	font-size: .875em;
	font-weight: 400;
	gap: 12px;
	line-height: 1.5;
	margin: 16px 0;
	padding: 16px !important;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content {
	align-self: center;
	flex-basis: 100%;
	padding-right: 16px;
	white-space: normal;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child {
	padding-right: 0;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary {
	font-weight: 600;
	margin: 0 0 8px;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol, .wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul {
	margin: 0 0 0 24px;
	padding: 0;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after, .wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after {
	clear: both;
	content: "";
	display: block;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
	appearance: none;
	background: transparent !important;
	border: 0;
	color: #2f2f2f !important;
	float: right;
	margin: 0;
	opacity: .7;
	padding: 0 !important;
	text-decoration-line: underline;
	text-underline-position: under;
	transition: all .2s ease-in-out;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active, .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus, .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover {
	opacity: 1;
	text-decoration: none;
}

.wc-block-components-notice-banner>svg {
	fill: #fff;
	background-color: #2f2f2f;
	border-radius: 50%;
	flex-grow: 0;
	flex-shrink: 0;
	height: 100%;
	padding: 2px;
}

.wc-block-components-notice-banner>.wc-block-components-button {
	background: transparent none !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #2f2f2f !important;
	flex: 0 0 16px;
	height: 16px !important;
	margin: 6px 0 0 auto !important;
	min-height: auto !important;
	min-width: 0 !important;
	opacity: .6;
	outline: none !important;
	padding: 0 !important;
	width: 16px !important;
}

.wc-block-components-notice-banner>.wc-block-components-button>svg {
	margin: 0 !important;
}

.wc-block-components-notice-banner>.wc-block-components-button:active, .wc-block-components-notice-banner>.wc-block-components-button:focus, .wc-block-components-notice-banner>.wc-block-components-button:hover {
	opacity: 1;
}

.wc-block-components-notice-banner>.wc-block-components-button:focus {
	outline: 2px solid currentColor !important;
	outline-offset: 0;
}

.wc-block-components-notice-banner.is-error {
	background-color: #fff0f0;
	border-color: #cc1818;
}

.wc-block-components-notice-banner.is-error>svg {
	background-color: #cc1818;
	transform: rotate(180deg);
}

.wc-block-components-notice-banner.is-warning {
	background-color: #fffbf4;
	border-color: #f0b849;
}

.wc-block-components-notice-banner.is-warning>svg {
	background-color: #f0b849;
	transform: rotate(180deg);
}

.wc-block-components-notice-banner.is-success {
	background-color: #f4fff7;
	border-color: #4ab866;
}

.wc-block-components-notice-banner.is-success>svg {
	background-color: #4ab866;
}

.wc-block-components-notice-banner.is-info {
	background-color: #f4f8ff;
	border-color: #007cba;
}

.wc-block-components-notice-banner.is-info>svg {
	background-color: #007cba;
}

.wc-block-components-notice-banner:focus {
	outline-width: 0;
}

.wc-block-components-notice-banner:focus-visible {
	outline-style: solid;
	outline-width: 2px;
}

.woocommerce.wc-block-store-notices.alignwide {
	max-width: var(--wp--style--global--wide-size);
}

.wc-stripe-card-icons-container, .wc-stripe-paymentRequest-icons-container {
	display: inline-block;
	float: right;
}

ul.payment_methods li[class*=payment_method] {
	padding: 0;
}

li[class*=payment_method] input[type=radio] {
	margin: 0 10px 0 5px;
}

.woocommerce-checkout #payment ul.payment_methods li[class*=payment_method_stripe_]:nth-child(n+2), li[class*=payment_method] input[type=radio]+label:not(.wc-stripe-label-payment-type), ul.payment_methods li[class*=payment_method_stripe_]:nth-child(n+2) {
	margin: 0;
}

li.payment_method_stripe_cc .wc-stripe-card-icons-container img.wc-stripe-card-icon {
	display: inline;
	float: none;
	height: 26px;
	max-height: 26px;
	max-width: 43px;
	width: 43px;
}

li.payment_method_stripe_payment_request .wc-stripe-paymentRequest-icons-container img:not(.gpay) {
	height: 25px;
	max-height: 25px;
	max-width: 25px;
	width: 25px;
}

ul.payment_methods label[for*=payment_method_stripe]:after {
	clear: right;
	content: "";
	display: block;
}

li.payment_method_stripe_cc .wc-stripe-card-icons-container img.wc-stripe-card-icon:nth-child(2n+2) {
	margin: 0 2px;
}

li.payment_method_stripe_cc .wc-stripe-card-icons-container img.wc-stripe-card-icon.open.visa {
	padding-top: 2px;
}

ul.payment_methods li[class*=payment_method_stripe_] label>img:first-of-type {
	float: right !important;
}

.wc-stripe_cc-new-method-container {
	margin-bottom: 1em;
}

.wc-stripe_cc-container .StripeElement:not(.payment-type) {
	background-color: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	height: 40px;
	padding: 10px 12px;
	-webkit-transition: box-shadow .15s ease;
	transition: box-shadow .15s ease;
}

input.wc-stripe-klarna-category, input.wc-stripe-payment-type {
	display: none !important;
}

body .wfacp_main_form.woocommerce .wc-stripe-save-source label.checkbox {
	padding: 0 !important;
}

input[type=radio]+label.wc-stripe-label-payment-type, label.wc-stripe-label-klarna-category, label.wc-stripe-label-payment-type {
	color: #000;
	display: block;
	margin-bottom: 1em;
	padding: 0 !important;
}

.theme-flatsome div.wc-stripe-saved-methods-container {
	margin: 0 0 1em;
}

label.wc-stripe-label-klarna-category:before, label.wc-stripe-label-payment-type:before {
	background: #fff;
	border: 2px solid #fff;
	border-radius: 100%;
	box-shadow: 0 0 0 2px #000;
	content: "";
	display: inline-block;
	height: 11px;
	margin-left: 4px;
	margin-right: .5em;
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	transform: translateY(2px);
	width: 11px;
}

input.wc-stripe-klarna-category:checked+label.wc-stripe-label-klarna-category:before, input.wc-stripe-payment-type:checked+label.wc-stripe-label-payment-type:before {
	background: #000;
}

label.wc-stripe-label-payment-type:after {
	content: none !important;
	display: none !important;
}

.wc-stripe-saved-methods-container .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 8px;
}

.select2-results__options li.wc-stripe-select2-container, .wc-stripe-saved-methods-container .select2-container .select2-selection--single .wc-stripe-select2-container {
	align-items: center;
	display: flex;
	height: 42px;
	line-height: 42px !important;
}

.select2-container .select2-selection--single .wc-stripe-select2-container:before, .select2-results__options li.wc-stripe-select2-container:before {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 40px 24px;
	content: "";
	display: inline-block;
	height: 42px;
	margin-right: 8px;
	width: 40px;
}

.select2-container .select2-selection--single .wc-stripe-select2-container.visa:before, .select2-results__options li.wc-stripe-select2-container.visa:before {
	background-image: url("https://cdn-ilaobbb.nitrocdn.com/ZpPbqTtYygXyNgGmtaaCHWpyszaoXKiu/assets/images/optimized/rev-fb202e5/spiritualteachersvoodoo.com/wp-content/plugins/woo-stripe-payment/assets/img/cards/visa.svg");
}

.select2-container .select2-selection--single .wc-stripe-select2-container.americanexpress:before, .select2-container .select2-selection--single .wc-stripe-select2-container.amex:before, .select2-results__options li.wc-stripe-select2-container.americanexpress:before, .select2-results__options li.wc-stripe-select2-container.amex:before {
	background-image: url("https://cdn-ilaobbb.nitrocdn.com/ZpPbqTtYygXyNgGmtaaCHWpyszaoXKiu/assets/images/optimized/rev-fb202e5/spiritualteachersvoodoo.com/wp-content/plugins/woo-stripe-payment/assets/img/cards/amex.svg");
}

.select2-container .select2-selection--single .wc-stripe-select2-container.discover:before, .select2-results__options li.wc-stripe-select2-container.discover:before {
	background-image: url("https://cdn-ilaobbb.nitrocdn.com/ZpPbqTtYygXyNgGmtaaCHWpyszaoXKiu/assets/images/optimized/rev-fb202e5/spiritualteachersvoodoo.com/wp-content/plugins/woo-stripe-payment/assets/img/cards/discover.svg");
}

.select2-container .select2-selection--single .wc-stripe-select2-container.mastercard:before, .select2-results__options li.wc-stripe-select2-container.mastercard:before {
	background-image: url("https://cdn-ilaobbb.nitrocdn.com/ZpPbqTtYygXyNgGmtaaCHWpyszaoXKiu/assets/images/optimized/rev-fb202e5/spiritualteachersvoodoo.com/wp-content/plugins/woo-stripe-payment/assets/img/cards/mastercard.svg");
}

.select2-container .select2-selection--single .wc-stripe-select2-container.diners:before, .select2-container .select2-selection--single .wc-stripe-select2-container.dinersclub:before, .select2-results__options li.wc-stripe-select2-container.diners:before, .select2-results__options li.wc-stripe-select2-container.dinersclub:before {
	background-image: url("https://cdn-ilaobbb.nitrocdn.com/ZpPbqTtYygXyNgGmtaaCHWpyszaoXKiu/assets/images/optimized/rev-fb202e5/spiritualteachersvoodoo.com/wp-content/plugins/woo-stripe-payment/assets/img/cards/diners.svg");
}

.select2-container .select2-selection--single .wc-stripe-select2-container.jcb:before, .select2-results__options li.wc-stripe-select2-container.jcb:before {
	background-image: url("https://cdn-ilaobbb.nitrocdn.com/ZpPbqTtYygXyNgGmtaaCHWpyszaoXKiu/assets/images/optimized/rev-fb202e5/spiritualteachersvoodoo.com/wp-content/plugins/woo-stripe-payment/assets/img/cards/jcb.svg");
}

.select2-container .select2-selection--single .wc-stripe-select2-container.stripe_sepa:before, .select2-results__options li.wc-stripe-select2-container.stripe_sepa:before {
	background-image: url("https://cdn-ilaobbb.nitrocdn.com/ZpPbqTtYygXyNgGmtaaCHWpyszaoXKiu/assets/images/source/rev-fb202e5/spiritualteachersvoodoo.com/wp-content/plugins/woo-stripe-payment/assets/img/sepa.svg");
}

.select2-container .select2-selection--single .wc-stripe-select2-container.stripe_amazonpay:before, .select2-container .select2-selection--single .wc-stripe-select2-container.stripe_upm.amazon_pay:before, .select2-results__options li.wc-stripe-select2-container.stripe_amazonpay:before, .select2-results__options li.wc-stripe-select2-container.stripe_upm.amazon_pay:before {
	background-image: url("https://cdn-ilaobbb.nitrocdn.com/ZpPbqTtYygXyNgGmtaaCHWpyszaoXKiu/assets/images/optimized/rev-fb202e5/spiritualteachersvoodoo.com/wp-content/plugins/woo-stripe-payment/assets/img/amazon_pay.svg");
}

.select2-container .select2-selection--single .wc-stripe-select2-container.stripe_cashapp:before, .select2-results__options li.wc-stripe-select2-container.stripe_cashapp:before {
	background-image: url("https://cdn-ilaobbb.nitrocdn.com/ZpPbqTtYygXyNgGmtaaCHWpyszaoXKiu/assets/images/source/rev-fb202e5/spiritualteachersvoodoo.com/wp-content/plugins/woo-stripe-payment/assets/img/cashapp.svg");
}

.select2-container .select2-selection--single .wc-stripe-select2-container.stripe_upm.revolut_pay:before, .select2-results__options li.wc-stripe-select2-container.stripe_upm.revolut_pay:before {
	background-image: url("https://cdn-ilaobbb.nitrocdn.com/ZpPbqTtYygXyNgGmtaaCHWpyszaoXKiu/assets/images/optimized/rev-fb202e5/spiritualteachersvoodoo.com/wp-content/plugins/woo-stripe-payment/assets/img/revolut_pay.svg");
}

.select2-container .select2-selection--single .wc-stripe-select2-container.stripe_becs:before, .select2-results__options li.wc-stripe-select2-container.stripe_becs:before, .select2-results__options li.wc-stripe-select2-container.wc-stripe-ach:before {
	display: none;
}

#wc-stripe-card-element.payment-type {
	height: 100%;
	padding: 0;
}

.payment_methods .wc-stripe-save-source, .wc-stripe_cc-new-method-container .wc-stripe-save-source {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	margin-top: 10px;
}

.payment_methods .wc-stripe-save-source .save-source-label, .wc-stripe_cc-container .wc-stripe-save-source .save-source-label {
	display: block;
	margin: 0 0 0 5px;
	padding: 0;
}

.payment_methods .wc-stripe-save-source input[type=checkbox][name$=_save_source_key], .wc-stripe_cc-container .wc-stripe-save-source input[type=checkbox][name=stripe_cc_save_source_key] {
	height: 20px;
	opacity: 0;
	position: absolute;
	width: 20px;
}

.payment_methods .wc-stripe-save-source label.checkbox, .wc-stripe_cc-container .wc-stripe-save-source label.checkbox {
	position: relative;
}

.payment_methods .save-source-checkbox, .wc-stripe_cc-container .save-source-checkbox {
	background-color: #fff;
	border: 1px solid #bababa;
	border-radius: 3px;
	display: block;
	height: 20px;
	position: relative;
	width: 20px;
}

.payment_methods .save-source-checkbox:after, .wc-stripe_cc-container .save-source-checkbox:after {
	content: "";
	left: 0;
	position: absolute;
	top: 0;
}

.wc-stripe-save-source input[type=checkbox]:checked+.save-source-checkbox:after, .wc-stripe_cc-container .wc-stripe-save-source input[type=checkbox]:checked+.save-source-checkbox:after {
	border: solid #2196f3;
	border-width: 0 3px 3px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 12px;
	left: 6px;
	top: 2px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 7px;
}

li.payment_method_stripe_applepay, li.payment_method_stripe_googlepay, li.payment_method_stripe_payment_request {
	display: none;
}

#payment #place_order.wc-stripe-hide, #place_order.wc-stripe-hide, .woocommerce-checkout-review-order #payment #place_order.wc-stripe-hide {
	height: 0 !important;
	opacity: 0 !important;
	padding: 0 !important;
	position: absolute !important;
	width: 0 !important;
	z-index: -1000 !important;
}

.wc-stripe-product-checkout-container {
	display: none;
	width: 100%;
}

.wc-stripe-product-checkout-container.bottom {
	margin-top: 1em;
}

.wc-stripe-product-checkout-container.top {
	margin-bottom: 1em;
}

.wc-stripe-product-checkout-container.active {
	display: block;
}

.wc-stripe-cart-checkout-container ul.wc_stripe_cart_payment_methods, .wc-stripe-product-checkout-container ul.wc_stripe_product_payment_methods {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wc-stripe-cart-checkout-container {
	clear: both;
	margin: 0;
	padding: 0;
}

.wc-stripe-cart-checkout-container ul.wc_stripe_cart_payment_methods {
	margin: 0;
}

.wc-stripe-cart-checkout-container ul.wc_stripe_cart_payment_methods.active {
	margin-bottom: 1.5em;
}

.wc-stripe-cart-checkout-container ul.wc_stripe_cart_payment_methods li[class*=payment_method_stripe_], .wc-stripe-product-checkout-container ul.wc_stripe_product_payment_methods li[class*=payment_method_stripe_] {
	list-style: none;
	margin: 0 0 1em;
}

.wc-stripe-cart-checkout-container ul.wc_stripe_cart_payment_methods li[class*=payment_method_stripe_]:last-child, .wc-stripe-product-checkout-container ul.wc_stripe_product_payment_methods li[class*=payment_method_stripe_]:last-child {
	margin: 0;
}

.wc_stripe_cart_payment_methods .gpay-button, .wc_stripe_cart_payment_methods .gpay-card-info-container, .wc_stripe_product_payment_methods .gpay-button, .wc_stripe_product_payment_methods .gpay-card-info-container {
	margin: 0;
	min-width: 100%;
	width: 100% !important;
}

.wc_stripe_product_payment_methods .disabled {
	opacity: .45;
}

.stripe_cart_gateway_active .checkout-button, .woocommerce-cart .stripe_cart_gateway_active .wc-proceed-to-checkout .checkout-button {
	margin-bottom: 0;
}

.wc-stripe-cart-or {
	margin: 1em 0;
	text-align: center;
}

li.wc-stripe-payment-method.or {
	display: none;
}

.wc-stripe-cart-checkout-container ul.wc_stripe_cart_payment_methods.active li.wc-stripe-payment-method.or {
	display: block;
	margin: 15px 0;
}

.wc-stripe-cart-checkout-container ul.wc_stripe_cart_payment_methods.active li.wc-stripe-payment-method.or p {
	margin: 0;
}

li[class*=payment_method_stripe_].active~li.wc-stripe-payment-method.or {
	display: block;
	margin: 0;
}

li.payment_method_stripe_applepay label:first-of-type img {
	max-height: 32px;
	width: 49px;
}

li.payment_method_stripe_googlepay label:first-of-type img {
	max-height: 35px;
	width: 48px;
}

li.payment_method_stripe_googlepay label:first-of-type img[src*=googlepay_standard], li.payment_method_stripe_payment_request label:first-of-type img[src*=googlepay_standard] {
	max-height: 35px;
	width: 60px;
}

li.payment_method_stripe_googlepay label:first-of-type img[src*=googlepay_round_outline], li.payment_method_stripe_payment_request label:first-of-type img[src*=googlepay_round_outline] {
	max-height: 30px;
	width: 56px;
}

li.payment_method_stripe_ach label:first-of-type img, li.payment_method_stripe_plaid label:first-of-type img {
	height: 32px;
	min-height: 32px;
	min-width: 32px;
	width: 32px;
}

li.payment_method_stripe_affirm label:first-of-type img {
	height: 26px;
	width: 65px;
}

li.payment_method_stripe_afterpay label:first-of-type img {
	height: 20px;
	width: 100px;
}

li.payment_method_stripe_afterpay label:first-of-type img[src$="afterpay_mint_black.svg"], li.payment_method_stripe_afterpay label:first-of-type img[src$="clearpay_mint_black.svg"] {
	height: 32px;
	width: 92px;
}

li.payment_method_stripe_blik label:first-of-type img {
	width: 64px;
}

li.payment_method_stripe_konbini label:first-of-type img {
	width: 52px;
}

li.payment_method_stripe_paynow label:first-of-type img {
	width: 82px;
}

li.payment_method_stripe_promptpay label:first-of-type img {
	width: 84px;
}

#wc-stripe-affirm-message-container .__PrivateStripeElement, #wc-stripe-affirm-message-container.StripeElement {
	width: 100%;
}

.gpay-button-container .gpay-button:hover, .gpay-button:active, .gpay-button:focus, .wc-stripe-checkout-banner-gateway .gpay-button:hover {
	background-origin: content-box;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
}

@supports (-webkit-appearance:-apple-pay-button) {
	.apple-pay-button {
		-webkit-appearance: -apple-pay-button !important;
		display: block;
		height: 40px;
		max-height: 40px;
		max-width: 100%;
		min-width: 200px;
		width: 100%;
	}
	
	.apple-pay-button-rounded {
		border-radius: 50px !important;
	}
	
	.apple-pay-button-black {
		-apple-pay-button-style: #000;
	}
	
	.apple-pay-button-white {
		-apple-pay-button-style: #fff;
	}
	
	.apple-pay-button-white-with-line {
		-apple-pay-button-style: white-outline;
	}
	
	body.single-product div.product form.cart .wc_stripe_product_payment_methods .apple-pay-button {
		max-width: 100%;
	}
}

.wc-stripe-banner-checkout {
	display: none;
	margin: 1em 0;
	padding: 0;
	position: relative;
}

.wc-stripe-banner-checkout fieldset {
	border: 1px solid #d1d1d1;
	border-radius: 3px;
	margin-bottom: 20px;
	padding: 15px 25px;
}

.wc-stripe-banner-checkout fieldset legend {
	font-weight: 500;
	margin: 0 auto;
	padding: 0 1rem;
}

.wc-stripe-banner-checkout.active {
	display: block;
}

.wc-stripe-banner-checkout span.banner-divider {
	align-items: center;
	background: transparent;
	display: flex;
	font-size: 16px;
	left: 0;
	right: 0;
	top: -13px;
	white-space: nowrap;
}

.wc-stripe-banner-checkout span.banner-divider:after, .wc-stripe-banner-checkout span.banner-divider:before {
	background: #d1d1d1;
	content: " ";
	display: block;
	height: 1px;
	width: 50%;
}

.wc-stripe-banner-checkout span.banner-divider:before {
	margin-right: 1rem;
}

.wc-stripe-banner-checkout span.banner-divider:after {
	margin-left: 1rem;
}

.wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway {
	display: none;
	margin: 0 auto;
	max-width: 240px;
}

.wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway.active:nth-child(n+2) {
	margin: 10px auto 0;
}

.wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway:first-child:not(.active)+li.wc-stripe-checkout-banner-gateway.active {
	margin: 0 auto;
}

.wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway .gpay-button, .wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway .gpay-card-info-container {
	margin: 0;
}

.wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways .gpay-button, .wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways .gpay-card-info-container {
	width: 100%;
}

.wc_stripe_cart_payment_methods .payment_method_stripe_payment_request .StripeElement, .wc_stripe_product_payment_methods .payment_method_stripe_payment_request .StripeElement, .woocommerce-checkout #wc-stripe-payment-request-container.StripeElement {
	padding: 0;
	width: 100%;
}

.wc-stripe-checkout-banner-gateway #wc-stripe-payment-request-banner.StripeElement {
	width: 100%;
}

ul.payment_methods li.payment_method_stripe_p24 img {
	max-height: 45px;
	max-width: 90px;
	width: 90px;
}

ul.payment_methods li.payment_method_stripe_ideal img {
	max-height: 35px;
	max-width: 38px;
	width: 38px;
}

ul.payment_methods li.payment_method_stripe_fpx img {
	max-height: 25px;
	max-width: 75px;
	width: 75px;
}

ul.payment_methods li.payment_method_stripe_klarna img[src*=klarna] {
	max-height: 20px;
	max-width: 72px;
	width: 72px;
}

ul.payment_methods li.payment_method_stripe_klarna img[src*=klarna_pink] {
	height: 32px;
	max-height: 32px;
	width: 56px;
}

ul.payment_methods li.payment_method_stripe_giropay img {
	max-height: 28px;
	max-width: 65px;
	width: 65px;
}

ul.payment_methods li.payment_method_stripe_eps img {
	max-height: 46px;
	max-width: 70px;
	width: 70px;
}

ul.payment_methods li.payment_method_stripe_multibanco img {
	max-height: 48px;
	max-width: 48px;
	width: 48px;
}

ul.payment_methods li.payment_method_stripe_sepa img {
	max-height: 18px;
	max-width: 67px;
	width: 67px;
}

ul.payment_methods li.payment_method_stripe_sofort img {
	max-height: 21px;
	max-width: 70px;
	width: 70px;
}

label[for=payment_method_stripe_bancontact] img, ul.payment_methods li.payment_method_stripe_bancontact img {
	height: 42px;
	max-height: 42px;
	max-width: 60px;
	width: 60px;
}

ul.payment_methods li.payment_method_stripe_wechat label img {
	max-height: 23px;
	max-width: 82px;
	width: 82px;
}

ul.payment_methods li.payment_method_stripe_alipay img {
	height: 36px;
	max-height: 36px;
	max-width: 72px;
	width: 72px;
}

ul.payment_methods li.payment_method_stripe_grabpay img {
	max-height: 28px;
	max-width: 95px;
	width: 95px;
}

ul.payment_methods li.payment_method_stripe_oxxo img {
	max-height: 24px;
	max-width: 52px;
	width: 52px;
}

ul.payment_methods li.payment_method_stripe_swish img {
	max-height: 28px;
	max-width: 90px;
	width: 90px;
}

ul.payment_methods li.payment_method_stripe_twint img {
	max-height: 35px;
	width: 35px;
}

ul.payment_methods li.payment_method_stripe_cashapp img {
	height: 32px;
	width: 32px;
}

ul.payment_methods li.payment_method_stripe_revolut img {
	height: 28px;
	width: 22px;
}

ul.payment_methods li.payment_method_stripe_zip img {
	height: 30px;
	width: 48px;
}

#wc-stripe-card-element {
	width: 100%;
}

li.banner_payment_method_stripe_payment_request .StripeElement {
	padding: 0;
}

.single-product .blockMsg {
	background-color: transparent !important;
	border: none !important;
}

#wc-stripe-card {
	border: none;
	height: 15px;
	padding: 0;
	position: absolute !important;
	right: 8px;
	top: 50%;
	transform: translatey(-50%);
	width: 23px;
}

#wc-stripe-card.active {
	height: 20px;
	width: 32px;
}

input[id=stripe-postal-code]:focus {
	background: transparent;
	border: none;
	box-shadow: none;
	outline: none;
}

div.postalCode:focus {
	border: none;
	outline: none;
}

li[class*=payment_method_stripe] .select2-container .select2-selection--single {
	height: 42px;
	padding: 0 5px;
}

li[class*=payment_method_stripe] .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 42px;
	right: 1px;
	top: 1px;
	transform: translateY(0);
}

.blockUI.blockMsg {
	font-size: 20px;
	white-space: nowrap;
}

#wc-stripe-payment-request-container.disabled {
	opacity: .45;
}

.wc-stripe-paymentRequest-icons-container img {
	float: none;
}

.select2-container .select2-selection--single .wc-stripe-select2-container.wc-stripe-ach:before {
	display: none;
}

ul.wc_stripe_cart_payment_methods li.wc-stripe-payment-method button, ul.wc_stripe_checkout_banner_gateways li button, ul.wc_stripe_product_payment_methods li[class*=payment_method_stripe_] button {
	margin: 0;
}

ul.payment_methods li[class*=payment_method] {
	margin: 0;
	padding: 10px 0;
}

ul.payment_methods li[class*=payment_method] input[name=payment_method] {
	float: none;
	margin: 0 10px 0 5px;
}

ul.payment_methods li[class*=payment_method_stripe_]>input[name=payment_method]+label {
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 0;
}

ul.payment_methods {
	list-style: none;
}

ul.payment_methods li[class*=payment_method_stripe_] .wc-stripe_cc-new-method-container label:before {
	display: none;
}

.wc-stripe-save-source label.checkbox, .wc-stripe_cc-container .wc-stripe-save-source label.checkbox {
	margin: 0;
	padding: 0 !important;
}

#payment .payment_methods li #wc_stripe_local_payment_stripe_wechat img, #wc_stripe_local_payment_stripe_wechat img {
	float: none;
	max-height: 100%;
}

.qrcode-message {
	margin: 10px 0 0;
}

#wc_stripe_local_payment_stripe_becs, #wc_stripe_local_payment_stripe_sepa {
	box-shadow: 0 1px 3px 0 #e6ebf1;
	padding: 10px 12px;
}

.wc-stripe-local-desc.stripe_becs, .wc-stripe-local-desc.stripe_sepa {
	margin: 10px 0;
}

.wc-stripe-clear {
	clear: both;
	height: 0;
	visibility: hidden;
}

.wc-stripe-gateway-desc p {
	margin: 0;
}

#wc_stripe_local_payment_stripe_klarna, .wc-stripe-gateway-desc, li[class*=payment_method_stripe_] div.wc-stripe-gateway-container.has_tokens {
	margin-top: 10px;
}

#wc-stripe-card-element.StripeElement--webkit-autofill {
	background-color: transparent !important;
}

#wc_stripe_local_payment_stripe_klarna .stripe-klarna-categories {
	list-style: none;
	margin: 0;
	padding: 10px;
}

li.payment_method_stripe_alipay, li.payment_method_stripe_bancontact, li.payment_method_stripe_becs, li.payment_method_stripe_eps, li.payment_method_stripe_fpx, li.payment_method_stripe_giropay, li.payment_method_stripe_ideal, li.payment_method_stripe_klarna, li.payment_method_stripe_multibanco, li.payment_method_stripe_p24, li.payment_method_stripe_sepa, li.payment_method_stripe_sofort, li.payment_method_stripe_wechat {
	display: none;
}

.widget_shopping_cart_content .wc-stripe-mini-cart-payment-methods {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_shopping_cart_content .wc-stripe-mini-cart-payment-methods li {
	margin: 0;
}

.widget_shopping_cart_content a.wc-stripe-applepay-mini-cart, .widget_shopping_cart_content a.wc-stripe-gpay-mini-cart, .widget_shopping_cart_content a.wc-stripe-payment-request-mini-cart {
	background: transparent;
	border: none;
	padding: 0;
}

a.wc-stripe-gpay-mini-cart .gpay-button, a.wc-stripe-gpay-mini-cart .gpay-card-info-container a.wc-stripe-applepay-mini-cart .apple-pay-button {
	margin: 0;
	width: 100%;
}

.wc-stripe-payment-request-mini-cart.StripeElement {
	background: transparent;
	border: none;
	padding: 0;
	width: 100%;
}

.wc-stripe-payment-request-mini-cart.StripeElement .__PrivateStripeElement {
	width: 100%;
}

.wc-stripe-minicart-overlay {
	background: hsla(0, 0%, 100%, .75);
	display: none !important;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.wc-stripe-minicart-overlay.active {
	display: block !important;
	z-index: 9999;
}

.wc-stripe-klarna-loader {
	box-sizing: border-box;
	display: flex;
	height: 30px;
	justify-content: center;
	position: relative;
	transform: scale(.65);
	width: 100%;
}

.wc-stripe-klarna-loader div {
	animation: klarna-payments-loader 1.3s cubic-bezier(.5, 0, .5, 1) infinite;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #000;
	box-sizing: border-box;
	display: block;
	height: 30px;
	position: absolute;
	width: 30px;
}

.wc-stripe-klarna-loader div:first-child {
	animation-delay: -.45s;
}

.wc-stripe-klarna-loader div:nth-child(2) {
	animation-delay: -.3s;
}

.wc-stripe-klarna-loader div:nth-child(3) {
	animation-delay: -.15s;
}

@keyframes klarna-payments-loader {
	0% {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(1turn);
	}
}

li.payment_method_stripe_alipay.wc-stripe-no-desc .payment_box.wc-stripe-no-methods, li.payment_method_stripe_applepay.wc-stripe-no-desc .payment_box.wc-stripe-no-methods, li.payment_method_stripe_bancontact.wc-stripe-no-desc .payment_box.wc-stripe-no-methods, li.payment_method_stripe_eps.wc-stripe-no-desc .payment_box.wc-stripe-no-methods, li.payment_method_stripe_giropay.wc-stripe-no-desc .payment_box.wc-stripe-no-methods, li.payment_method_stripe_googlepay.wc-stripe-no-desc .payment_box.wc-stripe-no-methods, li.payment_method_stripe_grabpay.wc-stripe-no-desc .payment_box.wc-stripe-no-methods, li.payment_method_stripe_multibanco.wc-stripe-no-desc .payment_box.wc-stripe-no-methods, li.payment_method_stripe_oxxo.wc-stripe-no-desc .payment_box.wc-stripe-no-methods, li.payment_method_stripe_p24.wc-stripe-no-desc .payment_box.wc-stripe-no-methods, li.payment_method_stripe_payment_request.wc-stripe-no-desc .payment_box.wc-stripe-no-methods, li.payment_method_stripe_sofort.wc-stripe-no-desc .payment_box.wc-stripe-no-methods {
	margin: 0;
	padding: 0;
}

.wc-stripe-shortcode-cart-buttons .wc-stripe-cart-checkout-container ul.wc_stripe_cart_payment_methods.active li.wc-stripe-payment-method.or {
	display: none;
}

label[for=payment_method_stripe_afterpay]>#wc-stripe-afterpay-msg {
	display: inline-block;
	float: right;
}

#wc-stripe-afterpay-cart-container #wc-stripe-afterpay-cart-msg .__PrivateStripeElement p, #wc-stripe-afterpay-product-msg .__PrivateStripeElement p, .payment_method_stripe_afterpay #wc-stripe-afterpay-msg .__PrivateStripeElement p {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

#wc-stripe-afterpay-cart-msg .__PrivateStripeElement p .AfterpayMessage-logo, .payment_method_stripe_afterpay #wc-stripe-afterpay-msg .__PrivateStripeElement p .AfterpayMessage-logo {
	vertical-align: middle;
}

.payment_method_stripe_afterpay #wc_stripe_local_payment_stripe_afterpay.ineligible {
	display: none;
}

.payment_method_stripe_afterpay .wc-stripe-afterpay__offsite {
	margin: 0 auto;
	max-width: 320px;
	padding: 10px 0;
	text-align: center;
}

.payment_method_stripe_afterpay .wc-stripe-afterpay__offsite img {
	display: inline-block;
}

.payment_method_stripe_afterpay .wc-stripe-afterpay__offsite p {
	font-size: 14px;
	margin-top: 10px;
}

.wc-stripe-offsite-notice-container {
	align-items: center;
	display: flex;
	justify-content: center;
	padding-top: 10px;
	width: 100%;
}

.wc-stripe-offsite-notice-container .wc-stripe-offsite-notice {
	align-items: center;
	display: flex;
	flex-direction: column;
	max-width: 400px;
	text-align: center;
}

.wc-stripe-offsite-notice-container .wc-stripe-offsite-notice img {
	max-width: 105px;
}

.wc-stripe-offsite-notice-container .wc-stripe-offsite-notice p {
	font-size: 14px;
}

#wc-stripe-afterpay-cart-container #wc-stripe-afterpay-cart-msg {
	text-align: left;
}

#wc-stripe-afterpay-cart-container #wc-stripe-afterpay-cart-msg .AfterpayMessage-logoSvg, .payment_method_stripe_afterpay #wc-stripe-afterpay-msg .AfterpayMessage-logoSvg {
	max-width: 90px;
	min-width: 64px;
}

#wc-stripe-afterpay-cart-container td {
	border: none;
}

#wc-stripe-affirm-cart-container td:before, #wc-stripe-afterpay-cart-container td:before {
	content: "";
}

.AfterpayMessage-logoSvg {
	display: inline-block;
}

#wc-stripe-afterpay-product-msg {
	font-size: 14px;
}

#wc-stripe-afterpay-product-msg .AfterpayMessage-logoSvg {
	max-width: 80px;
	min-width: 64px;
}

.wc-stripe-afterpay-minicart-msg {
	font-size: .8em;
}

.afterpay-ineligible, .payment_method_stripe_afterpay.afterpay-ineligible {
	display: none;
}

.woocommerce-mini-cart__buttons .gpay-card-info-container {
	margin: 0;
	min-width: 100%;
}

.wc-stripe-boleto__description {
	margin-top: 10px;
}

.wc-stripe-boleto__description div {
	align-items: center;
	display: flex;
}

.wc-stripe-boleto__description div label {
	margin: 0;
}

.wc-stripe-klarna__testmode {
	margin-top: 10px;
}

.wc-stripe-klarna__testmode label {
	display: inline-block;
}

div.payment_method_stripe_cc>.woocommerce-NoticeGroup {
	margin-bottom: 10px;
}

div.payment_method_stripe_cc.custom-form__bootstrap>.woocommerce-NoticeGroup {
	margin-bottom: 20px;
}

.wc-stripe-installment-container {
	margin-top: 15px;
}

.wc-stripe-installment-container p {
	margin: 0;
}

.wc-stripe-installment-container label.installment-label {
	align-items: center;
	display: flex;
	font-weight: 500;
	margin: 0 0 5px;
	position: relative;
}

.wc-stripe-installment-container .wc-stripe-installment-options.loading-installments {
	opacity: .4;
}

.wc-stripe-installment-loader__container {
	flex: 1 1 auto;
}

.wc-stripe-installment-loader__container .wc-stripe-installment-loader {
	height: 30px;
	position: absolute;
	top: -2px;
	transform: scale(.55);
	width: 30px;
}

.wc-stripe-installment-loader div {
	animation: installment-loader 1.3s cubic-bezier(.5, 0, .5, 1) infinite;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #000;
	box-sizing: border-box;
	display: block;
	height: 30px;
	position: absolute;
	width: 30px;
}

.wc-stripe-installment-loader div:first-child {
	animation-delay: -.45s;
}

.wc-stripe-installment-loader div:nth-child(2) {
	animation-delay: -.3s;
}

.wc-stripe-installment-loader div:nth-child(3) {
	animation-delay: -.15s;
}

@keyframes installment-loader {
	0% {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(1turn);
	}
}

#wc-stripe-ach-container .wc-stripe-ach__mandate {
	margin: 10px 0;
}

.gpay-button-fill-new-style.gpay-button-container>.gpay-button.pay, .gpay-button-fill-new-style .gpay-button.checkout, .gpay-button-fill-new-style .gpay-button.order, .gpay-button-fill-new-style .gpay-button.pay, .gpay-button-fill-new-style .gpay-button.subscribe {
	padding: 9px 24px;
}

input.stripe-link-icon-container {
	background-origin: content-box;
	background-position: 100%;
	background-repeat: no-repeat !important;
}

.wc-stripe-link-icon {
	display: flex;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
}

li.banner_payment_method_stripe_link_checkout iframe, li.payment_method_stripe_link_checkout iframe {
	max-width: calc(100% + 8px);
}

li.payment_method_stripe_link_checkout.StripeElement {
	min-height: 1px;
	width: 100%;
}

li.payment_method_stripe_link_checkout.StripeElement iframe {
	max-width: calc(100% + 8px);
}

div.product .wc-stripe-bnpl-product-message {
	margin-bottom: .8em;
}

.wc-stripe-shop-message-container.stripe_affirm {
	width: 100%;
}

.wc-stripe-blik-code {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}

.wc-stripe-blik-code .woocommerce-input-wrapper .input-text.blik-code {
	height: 45px;
	padding: 8px;
	text-align: center;
	width: 45px;
}

.wc-stripe-blik-code .form-row {
	padding: 0 8px;
}

.blik-timer-container {
	align-items: baseline;
	display: flex;
	flex-direction: column;
	font-size: 1.2em;
}

.blik-timer-container #blik_timer {
	font-size: 2em;
	margin-left: 12px;
}

#wc_stripe_local_payment_stripe_blik ol, .wc-stripe-konbini-instructions ol, .wc-stripe-paynow-instructions ol {
	margin: 0;
	padding: 0;
}

#wc_stripe_local_payment_stripe_blik ol li, #wc_stripe_local_payment_stripe_wechat ol li {
	list-style-type: decimal !important;
}

.wc-stripe-bnpl-cart-message-container:nth-of-type(n+2) {
	margin-top: 10px;
}

.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice) div.wc-stripe-gateway-container li:before {
	content: none;
}

.wc-stripe_upm-new-method-container .wc-stripe-save-source {
	margin-top: 10px;
}

.wc-stripe-wallet-notice {
	align-items: flex-start;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .03), 0 3px 6px rgba(0, 0, 0, .02);
	display: flex;
	flex-direction: column;
	padding: 12px;
}

.wc-stripe-wallet-notice img.wc-stripe-wallet-notice--icon {
	height: 42px;
	margin-right: 10px;
	width: 42px;
}

.wc-stripe-wallet-notice img.wc-stripe-wallet-notice--mark {
	height: 2em;
	margin-bottom: 10px;
	width: auto;
}

.wc-stripe-wallet-notice .wc-stripe-wallet-notice--selected-gateway {
	font-weight: 500;
	margin: 0;
}

.wc-stripe-wallet-notice .wc-stripe-wallet-notice--text {
	align-items: center;
	color: #6d6e78;
	display: flex;
	margin: 0;
}

.wc-stripe-wallet-notice .wc-stripe-wallet-notice--divider {
	background: #e6e6e6;
	height: 1px;
	margin: 10px 0;
	width: 100%;
}
