/**
 * Clever Elements - Product Price widget.
 *
 * Base del badge de % de descuento (los colores/tipografia llegan por los
 * controles del widget). El tachado del precio regular sale del control
 * Regular Price Strikethrough.
 */

.elementor-product-price-discount {
    display: inline-block;
    background-color: #e53935;
    color: #fff;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 3px;
    margin-left: 8px;
    vertical-align: middle;
    white-space: nowrap;
}
