/*
 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.0
 Text Domain:  bricks
*/

@media only screen and (max-width: 1119px) {.woocommerce-form-coupon-toggle {
	margin-left: 20px;
	margin-right: 20px;
}

.woocommerce-checkout form.checkout_coupon {
	margin-left: 20px !important;
	margin-right: 20px !important;
}
}



.woocommerce-form-coupon-toggle {
	font-weight: 700;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	border-radius: 20px;
	overflow: hidden;
}

:root {
	--bricks-text-info: #944A29 !important;
	--bricks-text-success: #175C4D !important;
    --bricks-text-warning: #F6AD3F !important;
    --bricks-text-danger: #E83800 !important;
    --bricks-bg-info: #f1e1dc !important;
    --bricks-bg-success: #7E988E !important;
    --bricks-bg-warning: #EDC187 !important;
    --bricks-bg-danger: #E68668 !important;
}

.woocommerce-checkout form.checkout_coupon {
	border-radius: 20px;
	overflow: hidden;
}

.checkout .woocommerce .button {
	margin-top: 20px;
	border-radius: 10px;
	background-color: var(--action) !important;
	color: #f1e1dc !important;
}
input#coupon_code {
    border-radius: 10px;
}
