/*
 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
*/

body, html {
	overflow-x: hidden;
}

/* WP FORMS */

.wpforms-container {
	margin: 0 !important;
}

.wpforms-container input, .wpforms-container textarea {
	padding: 15px !important;
	line-height: 1em !important;
	height: auto !important;
}

.wpforms-container input, .wpforms-container textarea, .wpforms-container ::placeholder, .wpforms-field-label-inline, .wpforms-field > * {
	color: black !important;
	opacity: 1 !important;
	font-family: "Raleway" !important;
	font-size: 15px !important;
	border: 0 !important;
	border-radius: 0px !important;
	font-weight: 600 !important;
}

.wpforms-container input[type=checkbox] {
	width: 25px !important;
	height: 25px !important;
	border: 0 !important;
	border-radius: 0px !important;
	accent-color: var(--bricks-color-hzqbmp) !important;
}

.wpforms-field-checkbox li {
	display: flex !important;
	align-items: center !important;
}

.wpforms-container button {
	background-color: var(--bricks-color-hzqbmp) !important;
    background-blend-mode: overlay !important;
    background-image: linear-gradient(rgba(255, 255, 255, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%) !important;
	color: white !important;
    text-align: center !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
    font-family: "Raleway" !important;
    font-weight: 800 !important;
    font-style: normal !important;
    letter-spacing: 1px !important;
    text-shadow: 0 1px 2px var(--bricks-color-yoicqw) !important;
    padding-top: 10px !important;
    padding-right: 30px !important;
    padding-bottom: 10px !important;
    padding-left: 30px !important;
	border: 0 !important;
	border-radius: 0px !important;
	height: 45.5px !important;
	transform: rotatez(-5deg) !important;
}

/* WOO COMMERCE */

.woocommerce .before-cart, .woocommerce .before-checkout {
	display: block;
    width: 1280px;
    top: 125px;
    position: relative;
    z-index: 50;
}

.woocommerce-form-coupon {
	background-color: #ecdfe8 !important;
	font-weight: 600;
    font-family: 'Raleway';
	padding: 15px !important;
	margin: 0px !important;
	line-height: 1.1em;
}

.woocommerce-form-coupon button {
	background-color: var(--bricks-color-hzqbmp) !important;
    background-blend-mode: overlay !important;
    background-image: linear-gradient(rgba(255, 255, 255, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%) !important;
    color: white !important;
    text-align: center !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
    font-family: "Raleway" !important;
    font-weight: 800 !important;
    font-style: normal !important;
    letter-spacing: 1px !important;
    text-shadow: 0 1px 2px var(--bricks-color-yoicqw) !important;
    padding-top: 10px !important;
    padding-right: 20px !important;
    padding-bottom: 10px !important;
    padding-left: 20px !important;
    border: 0 !important;
    border-radius: 0px !important;
}

@media (max-width: 990px) {
	.woocommerce-form-coupon .form-row-last {
		margin-top: 15px;
	}
}



.woocommerce-checkout .shop_table td, .woocommerce-checkout .shop_table th, .cart-collaterals table tbody th, .woocommerce-cart-form tbody td {
	padding: 10px !important;
	line-height: 1em !important;
}

#wc-woocommerce_payments-upe-form {
	padding: 15px !important;
	line-height: 1em !important;
}

.woocommerce-SavedPaymentMethods-saveNew {
	display: flex;
	gap: 15px;
}

.woocommerce-checkout-payment .place-order {
	width: 100%;
}

.show-cart-details .amount {
	font-weight: 700;
}

/* AMPLIFY WIDGET */

.amplify-widget *:focus {
    outline: none !important;
}

/* Mobile Landscape */

@media (orientation: landscape) and (max-width: 767px) {
	#brxe-kwpvqx {
		display: none;
	}
}