/**
* 2006-2022 THECON SRL
*
* NOTICE OF LICENSE
*
* DISCLAIMER
*
* YOU ARE NOT ALLOWED TO REDISTRIBUTE OR RESELL THIS FILE OR ANY OTHER FILE
* USED BY THIS MODULE.
*
*  @author    THECON SRL <contact@thecon.ro>
*  @copyright 2006-2022 THECON SRL
*  @license   Commercial
*/

.th_rrp {
    width: 50%;
}

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

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

[data-tooltip]:before {
    content: attr(data-tooltip);
    position: absolute;
    opacity: 0;
    transition: all 0.15s ease;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 1px silver;
    width: 65%;

}

[data-tooltip]:hover:before {
    opacity: 0.97;
    margin-top: -80px;
    margin-left: 40px;
    width: 65%;
    z-index: 9999;
}

[data-tooltip]:not([data-tooltip-persistent]):before {
    pointer-events: none;
}

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