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

/*
 * 
 * MON COMPTE
 * 
 */

.woocommerce-account #brx-content, .woocommerce-cart #brx-content, .woocommerce-checkout #brx-content {
	position: relative;
	padding: 0rem 2rem 10rem 2rem;
}
.woocommerce-account #brx-content:before {
	display: block;
    color: #f8f6f4;
    font-size: 15rem;
    font-family: "Caveat";
    font-weight: 700;
    line-height: 21rem;
    position: relative;
	content:"Mon compte";
}
.woocommerce-cart #brx-content:before {
	display: block;
    color: #f8f6f4;
    font-size: 15rem;
    font-family: "Caveat";
    font-weight: 700;
    line-height: 21rem;
    position: relative;
	content:"Panier";
}
.woocommerce-checkout #brx-content:before {
	display: block;
    color: #f8f6f4;
    font-size: 15rem;
    font-family: "Caveat";
    font-weight: 700;
    line-height: 21rem;
    position: relative;
	content:"Commande";
}
.woocommerce-account h1, .woocommerce-cart h1, .woocommerce-checkout h1 {
	font-family: "Caveat";
    color: var(--bricks-color-afigtk);
    font-size: 5.2rem;
	position: absolute;
	z-index: 999;
	top: 70px;
}
.woocommerce-account #brx-content .woocommerce, .woocommerce-cart #brx-content .woocommerce, .woocommerce-checkout #brx-content .woocommerce {
	margin: 5rem 0rem 0rem 0rem;
}

.woocommerce-account #brx-content .woocommerce-MyAccount-content tr td {
	border-bottom: 1px solid #e6e6e6;
	padding: 1rem 0rem;
}
.woocommerce-checkout #brx-content .woocommerce .checkout {
	display: flex;
}


@media screen and (max-width: 478px) {
	.woocommerce-account #brx-content:before, .woocommerce-cart #brx-content:before, .woocommerce-checkout #brx-content:before {
		display: none;
	}
	.woocommerce-account h1, .woocommerce-cart h1, .woocommerce-checkout h1 {
		position: relative;
		top: initial;
	}
}



.woocommerce-cart

