/**
 * RRP (Recommended Retail Price)
 *
 * @author    THECON
 * @copyright THECON
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

.th_rrp p {
    margin-bottom: 0 !important;
}

.th_rrp_icon {
    margin-bottom: 2px;
    margin-left: 3px;
    margin-top: 2px;
}

.th_rrp_tooltip {
    display: flex;
    align-items: center;
}

.th_rrp_price {
    display: flex;
}

.th_rrp_price_static {
    margin-left: 2px;
}
