/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* Hide Paypall button express checkout on checkout page */

.wc-block-components-express-payment,
.wc-block-components-express-payment-continue-rule.wc-block-components-express-payment-continue-rule--checkout,
.wc-block-components-express-payment-continue-rule.wc-block-components-express-payment-continue-rule--cart{
	display:none;
}
