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

#amelia-container .am-payments__method .payment-for {
	display: flex;
	gap: 10px;
	max-width: 100%;
}
#amelia-container .am-payments__method .payment-for-opt {
	flex: 1;
	padding: 10px;
	font-size: 16px;
	cursor: pointer;
}
.am-payments__method > .am-payments__method-cards {
	margin-top: 15px !important;
}
.woocommerce-page form[name="checkout"] .col2-set .col-1 {
    width: 100%;
}
.woocommerce-page form[name="checkout"] .col2-set .col-2 {
    display: none;
}