/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* Make the badge a red circle */
.woocommerce span.onsale {
    background-color: #e74c3c !important; /* Red Color */
    color: #ffffff !important; /* White Text */
    border-radius: 50%; /* Make it round */
    width: 60px;
    height: 60px;
    line-height: 50px; /* Vertically center text */
    font-weight: bold;
    font-size: 11px;
    top: 0;
    left: 0;
}