/*
 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
*/
.woocommerce-shipping-fields {
	display: none;
}
.brxe-container.before-checkout {
	max-width:unset;
}
.checkout_coupon.woocommerce-form-coupon {
	margin: 0!important;
}
#billing_country_field {
	display:none;
}

.woocommerce-Tabs-panel, .woocommerce-Tabs-panel p, .woocommerce-Tabs-panel span {
	font-family: "Manrope" !important;
}


@media (max-width: 550px) {
	.woocommerce-checkout label.checkbox {
		max-width:unset;
		float:unset
	}
	.woocommerce-form__input.woocommerce-form__input-checkbox.input-checkbox {
		display:none;
	}
}

/******************
Checkout Page
 */
body.theme-bricks.woocommerce-checkout .form-row.create-account label {
	margin: 0;
}
body.theme-bricks.woocommerce-checkout .form-row.create-account input {
	display: none!important;
}
body.theme-bricks.woocommerce-checkout .form-row.create-account label span {
	margin-left: -5px;
}

.brxe-container.before-checkout {
	max-width: 900px;
}

.checkout_cashback {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 25px 0;
}
.checkout_cashback label {
	width: 100%;
}
.checkout_cashback input {
	width: calc( 70% - 10px );
	margin-right: 10px;
}
.checkout_cashback	button {
	width: 30%;
}
@media screen and (max-width: 550px) {
	.checkout_cashback input, .checkout_cashback button {
		width: 100%
	}
	.checkout_cashback input {
		margin-bottom: 25px;
	}
}