/**
 * Theme Name: Rey Child
 * Theme URI: http://reytheme.com/
 * Description: This is a child theme of Rey.
 * Author: Marius H.
 * Author URI:  https://twitter.com/mariushoria
 * Template: rey
 * Version: 1.0.0
 * License: General Public License
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Text Domain: rey-child
 */
.custom-sale-label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #222;
}

.custom-sale-price {
    font-size: 26px;
    font-weight: bold;
    color: #c40000;
    margin-bottom: 4px;
}

.custom-discount {
    font-size: 15px;
    background: #c40000;
    color: #fff;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 3px;
    font-weight: 600;
    margin-bottom: 6px;
}

.custom-note {
    font-size: 14px;
    color: #666;
    margin-top: 6px;
    display: block;
}

