/* FIX GOOGLE PAY BUTTON */

.wc-stripe-banner-checkout.active {
  min-width: 100% !important;
}

.wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway {
	min-width: 100% !important;
}

/*.wc-stripe-banner-checkout fieldset {
	border: none !important;
}*/

.woocommerce-checkout #wc-stripe-payment-request-container, .woocommerce-checkout #order_review .apple-pay-button, .woocommerce-checkout #order_review .wc-ppcp-checkout-container {
	min-width: 100% !important;
  margin-bottom: 20px !important;
}

/* FIX APPLE PAY BUTTON */

.wc-stripe-cart-checkout-container ul.wc_stripe_cart_payment_methods.active, .wc-stripe-cart-checkout-container ul.wc_stripe_cart_payment_methods li[class*=payment_method_stripe_] {
	margin-bottom: 0px !important;
}

.wc-proceed-to-checkout {
	margin-bottom: 20px !important;
}