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

span.wlr-product-message {
    display: none !important;
}

span.badge.badge-special {
    background-color: #F25A29;
}

span.badge.badge-low-stock {
    background-color: red;
}

span.badge.badge-low-stock, 
span.badge.badge-special {
	position: absolute;
    max-width: max-content;
    top: 0;
    right: 0;
    margin-left: auto;
    padding: 5px 10px;
	line-height: 1;
    font-size: 12px;
    font-weight: bold;
	text-transform: uppercase;
    color: #fff;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}

/**ACCOUNT PAGE CSS**/

div#coupons_list {
    margin-top: 30px;
}

/* .woocommerce-order-details table tfoot {
    background-color: #fff !important;
}

.woocommerce-order-details table th {
    padding: 10px 20px !important;
} */

.woocommerce-order-details table {
    margin: 20px 0;
}