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



.rey-new-badge::before {
  content: "🍭 " !important;
  margin-right: 4px !important;
	font-size:19px;
}

.single-product span.rey-new-badge {
    padding: 8px;
    background-color: #ffffff;
    border-radius: 18px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #00c7ad;
    border: 2px solid #00c7ad;
    margin-bottom: 20px !important;
}
h1.product_title.entry-title {
    margin-top: 20px;
}