
.woocommerce-SavedPaymentMethods, .woocommerce-PaymentMethods {
	list-style: none;
	--li-pl: 0;
}

.wd-sticky-btn #wc-stripe-payment-request-wrapper, .wd-sticky-btn #wc-stripe-payment-request-button-separator {
	display: none !important;
}

.payment_methods li .stripe-icon {
	max-width: 40px;
}

.payment_methods li .stripe-bancontact-icon {
	max-height: 65px;
	max-width: 45px;
}

.payment_methods li .stripe-p24-icon {
	max-width: 65px;
}

.payment_methods li .stripe-sofort-icon {
	max-width: 55px;
}

.payment_methods li .stripe-ideal-icon {
	max-height: 35px;
}

.payment_methods li :is(.stripe-alipay-icon, .stripe-sepa-icon, .stripe-giropay-icon) {
	max-width: 50px;
}

.payment_methods li :is(.stripe-multibanco-icon, .stripe-eps-icon) {
	max-height: 30px;
}

.wc-payment-form .woocommerce-error {
	margin-top: 20px;
	margin-bottom: 0;
}

.woocommerce-SavedPaymentMethods:empty {
	display: none;
}

.wc-stripe-elements-field, .wc-stripe-iban-element-field {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 15px;
	margin: 5px 0;
	height: 42px;
	border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
	border-radius: var(--wd-form-brd-radius);
	background-color: var(--wd-form-bg);
	cursor: text;
}

.stripe-card-group {
	position: relative;
}

.stripe-card-brand {
	position: absolute;
	top: 50%;
	inset-inline-end: 10px;
	margin-top: -10px;
	display: block;
	width: 30px;
	height: 24px;
}

.stripe-credit-card-brand {
	background: no-repeat url("https://cdn-ilcodhn.nitrocdn.com/BJwjfNiEYSsDFtZZTNfpamgmBZeopMUI/assets/images/optimized/rev-8c0046d/yayastation.com/wp-content/plugins/woocommerce-gateway-stripe/assets/images/credit-card.svg");
}

.stripe-credit-card-brand.nitro-lazy {
	background-image: none !important;
}

.stripe-visa-brand {
	background: no-repeat url("https://cdn-ilcodhn.nitrocdn.com/BJwjfNiEYSsDFtZZTNfpamgmBZeopMUI/assets/images/optimized/rev-8c0046d/yayastation.com/wp-content/plugins/woocommerce-gateway-stripe/assets/images/visa.svg");
}

.stripe-visa-brand.nitro-lazy {
	background-image: none !important;
}

.stripe-amex-brand {
	background: no-repeat url("https://cdn-ilcodhn.nitrocdn.com/BJwjfNiEYSsDFtZZTNfpamgmBZeopMUI/assets/images/optimized/rev-8c0046d/yayastation.com/wp-content/plugins/woocommerce-gateway-stripe/assets/images/amex.svg");
}

.stripe-amex-brand.nitro-lazy {
	background-image: none !important;
}

.stripe-diners-brand {
	background: no-repeat url("https://cdn-ilcodhn.nitrocdn.com/BJwjfNiEYSsDFtZZTNfpamgmBZeopMUI/assets/images/optimized/rev-8c0046d/yayastation.com/wp-content/plugins/woocommerce-gateway-stripe/assets/images/diners.svg");
}

.stripe-diners-brand.nitro-lazy {
	background-image: none !important;
}

.stripe-discover-brand {
	background: no-repeat url("https://cdn-ilcodhn.nitrocdn.com/BJwjfNiEYSsDFtZZTNfpamgmBZeopMUI/assets/images/optimized/rev-8c0046d/yayastation.com/wp-content/plugins/woocommerce-gateway-stripe/assets/images/discover.svg");
}

.stripe-discover-brand.nitro-lazy {
	background-image: none !important;
}

.stripe-jcb-brand {
	background: no-repeat url("https://cdn-ilcodhn.nitrocdn.com/BJwjfNiEYSsDFtZZTNfpamgmBZeopMUI/assets/images/optimized/rev-8c0046d/yayastation.com/wp-content/plugins/woocommerce-gateway-stripe/assets/images/jcb.svg");
}

.stripe-jcb-brand.nitro-lazy {
	background-image: none !important;
}

.stripe-maestro-brand {
	background: no-repeat url("https://cdn-ilcodhn.nitrocdn.com/BJwjfNiEYSsDFtZZTNfpamgmBZeopMUI/assets/images/optimized/rev-8c0046d/yayastation.com/wp-content/plugins/woocommerce-gateway-stripe/assets/images/maestro.svg");
}

.stripe-maestro-brand.nitro-lazy {
	background-image: none !important;
}

.stripe-mastercard-brand {
	background: no-repeat url("https://cdn-ilcodhn.nitrocdn.com/BJwjfNiEYSsDFtZZTNfpamgmBZeopMUI/assets/images/optimized/rev-8c0046d/yayastation.com/wp-content/plugins/woocommerce-gateway-stripe/assets/images/mastercard.svg");
}

.stripe-mastercard-brand.nitro-lazy {
	background-image: none !important;
}

#wc-stripe-custom-button {
	display: block;
	width: 100%;
}

#stripe_boleto_tax_id {
	width: 100%;
}

#wc-stripe-payment-request-button-separator {
	margin: 10px 0 !important;
	font-weight: 600;
	color: var(--color-gray-800);
}

#wc-stripe-payment-request-wrapper {
	padding-top: 0 !important;
}

.wc-proceed-to-checkout #wc-stripe-payment-request-wrapper {
	margin-top: 0 !important;
}

form.woocommerce-checkout:has(.wc-upe-form) input.input-text {
	padding-top: 8px;
	padding-bottom: 8px;
}

form.woocommerce-checkout #wc-stripe-express-checkout-button-separator {
	margin: 0 !important;
}

#wc-stripe-express-checkout-element .StripeElement {
	width: 100%;
}

td.woocommerce-PaymentMethod--method {
	font-weight: 600;
	color: var(--color-gray-800);
}

td.woocommerce-PaymentMethod--actions>* {
	margin: 2px 0;
}

td.woocommerce-PaymentMethod--actions .button.delete {
	float: right;
	margin-inline-start: 5px;
	background-color: #e01020;
	color: #fff;
}

td.woocommerce-PaymentMethod--actions .button.delete:hover {
	background-color: #c60f1d;
	color: #fff;
}

.rtl td.woocommerce-PaymentMethod--actions .button.delete {
	float: left;
}

td.woocommerce-PaymentMethod--actions:after {
	content: "";
	display: block;
	clear: both;
}

#add_payment_method #place_order {
	padding: 12px 20px;
	width: auto;
	font-size: 13px;
}

#add_payment_method .payment_methods .payment_box {
	padding: 0;
	background-color: transparent;
	box-shadow: none;
}

#add_payment_method .payment_methods .payment_box:before {
	content: none;
}

#add_payment_method .wc-payment-form {
	max-width: 330px;
}

.single-product-page #wc-stripe-express-checkout-element {
	margin-bottom: var(--wd-mb);
}

form.cart div.quantity {
	order: 5;
}

form.cart .single_add_to_cart_button {
	order: 10;
}

form.cart .wd-buy-now-btn {
	order: 15;
}

form.cart #wc-stripe-payment-request-button-separator {
	order: 20;
	margin: 5px 0 !important;
	text-align: var(--text-align) !important;
}

form.cart #wc-stripe-payment-request-wrapper {
	order: 25;
}

.wc-proceed-to-checkout #wc-stripe-express-checkout-element {
	margin-top: 0 !important;
}

.wc-proceed-to-checkout #wc-stripe-express-checkout-element:last-child {
	margin-bottom: 0;
}

.woocommerce-checkout #wc-stripe-express-checkout-element {
	margin: 0 !important;
}

#wc-stripe-express-checkout__order-attribution-inputs {
	display: none;
}
