/*
 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
*/
.custom-discount-text {
    background-color: #f5f5f5; /* Light background to distinguish */
    padding: 10px;
    margin-bottom: 15px; /* Space before Add to Cart button */
    text-align: center; /* Center the text */
    border: 1px solid #ddd; /* Optional border */
    border-radius: 5px;
}

.custom-discount-text p {
    margin: 0;
    font-weight: bold; /* Bold text */
    font-size: 18px; /* Adjust size as needed */
}
