
.woocommerce-SavedPaymentMethods {
	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;
}

.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon, #add_payment_method #payment ul.payment_methods li img.stripe-icon {
	float: right;
	margin-top: -2px;
}

#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-stripe-cc-form {
	max-width: 330px;
}

.global-color-scheme-light #add_payment_method .payment_methods .payment_box {
	background-color: transparent;
}

#wc-stripe-cc-form {
	margin-bottom: 0;
	padding: 0;
	border: none;
}

#wc-stripe-cc-form br {
	display: none;
}

#stripe-payment-data .stripe-source-errors {
	margin-top: 20px;
	margin-bottom: 0;
	padding-right: 0;
}

#stripe-payment-data .stripe-source-errors:empty {
	display: none;
}

.woocommerce-SavedPaymentMethods-saveNew {
	margin-top: 5px;
}

.wc-stripe-elements-field, .wc-stripe-iban-element-field {
	border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
}

.product-quick-view .apple-pay-button-wrapper, .quick-shop-wrapper .product-quick-view {
	display: none;
}

@supports (-webkit-appearance: -apple-pay-button) {
	.apple-pay-button-wrapper, .apple-pay-button-checkout-separator {
		margin-bottom: 10px;
	}
	
	.apple-pay-button-checkout-separator {
		color: #212121;
		font-weight: 600;
		font-size: 12px;
	}
	
	body.single-product div.product form.cart .quantity, .single-product div.product form.cart .quantity input[type="button"], .single-product div.product form.cart .quantity ~ .button {
		width: auto;
	}
	
	.single-product div.product form.cart .quantity input[type="number"] {
		width: 30px;
	}
	
	body.single-product div.product form.cart .apple-pay-button-wrapper {
		display: inline-block;
		vertical-align: middle;
	}
	
	body.single-product div.product form.cart .apple-pay-button {
		margin-right: 10px;
		max-width: 20%;
	}
}

@media (max-width: 768px) {
	.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon, #add_payment_method #payment ul.payment_methods li img.stripe-icon {
		float: none;
		margin-top: 0;
	}
	
	@supports (-webkit-appearance: -apple-pay-button) {
		body.single-product div.product form.cart .apple-pay-button, body.single-product div.product form.cart .quantity, body.single-product div.product form.cart .quantity ~ .button {
			margin-bottom: 10px;
		}
	}
}
