/*
Theme Name: Twenty Twenty-Four Child theme of twentytwentyfour
Theme URI: 
Description: Child theme of twentytwentyfour theme for the Twenty Twenty-Four theme
Author: <a href="https://wordpress.org">the WordPress team</a>
Author URI: 
Template: twentytwentyfour
Version: 1.2
*/

/*remove express block from cart page*/
.wc-block-components-express-payment {
display: none;
}
.wc-block-components-express-payment-continue-rule {
display: none;
}

/*remove Paypal junk from add to card block on product page*/
.wp-block-add-to-cart-form.wc-block-add-to-cart-form.wp-block-woocommerce-add-to-cart-form .ppcp-messages  span{
display: none;
}
.wp-block-add-to-cart-form.wc-block-add-to-cart-form.wp-block-woocommerce-add-to-cart-form .ppc-button-wrapper {
border: 2px solid red;
display: none;
}

.wp-block-add-to-cart-form.wc-block-add-to-cart-form.wp-block-woocommerce-add-to-cart-form .ppcp-messages  span{
display: none;
}

/*hide paypal message on checkout page*/
.wp-block-woocommerce-checkout .ppcp-messages span{
display: none;
}

/* put a big red box around the selected payment method */
 .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
border: 12px solid red;
}

#wc-guest-checkout-notice{
display: none;
}

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Thu, 19 Sep 2024 19:43:40 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

