/*
Theme Name: Shoptimizer Child
Template: shoptimizer
Version: 1.0.0
Author: MoniBabu
Author URI: https://monibabu.com
Description: Child theme for Shoptimizer — keeps your customizations safe during parent theme updates. Add any theme-level tweaks here in style.css or functions.php instead of editing the parent theme.
Text Domain: shoptimizer-child
*/

/* PayPal product-page button: match full width of GPay/Apple Pay/Link buttons.
   Plugin (Payment Plugins for PayPal) caps this li with an inline max-width. Product page only. */
.wc-ppcp-product-payment__methods .wc-ppcp-product-payment-method.payment_method_ppcp {
	max-width: 100% !important;
	width: 100% !important;
}
