/*
 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-MyAccount-navigation {
display:none;
}
.woocommerce-MyAccount-content {
width:100%
}
.profile-img img {
    margin: 0 auto;
    display: block;
    border-radius: 100px;
    border: 1px solid #C6C6C6;
    height: 40px;
    width: 40px;
}
.brxe-vorfij.brxe-shortcode {
    font-size: 24px;
	font-weight: 600;
}
@media (max-width: 767px) {
	.profile-img img {
		margin:0;
	}
}