/*
 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
*/
header .i {font-size:28px;color:#fff;}
#clock{font-size:28px;font-weight:800;}
.woocommerce-MyAccount-navigation {display:none;}
.bottom-container {
    position: relative; /* Ensure the container can position child elements absolutely */
    height: 200px; /* Example height, adjust as needed */
    border: 0px solid #ccc; /* For visibility, optional */
}

.bottom-container img {
    position: absolute;
    bottom: 0; /* Fix the image at the bottom */
    left: 50%; /* Move the image to the center horizontally */
    transform: translateX(-50%); /* Adjust to center the image */
}
