/**
* 2020 Ecomdoo Software SRL
*
* @author Ecomdoo Software SRL (LOT.ai)
* @copyright 2020 Ecomdoo Software SRL
* @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/


#lot_fomo_popup {
    position: fixed;
    width: 250px;
    top: 10px;
    right: -470px;
    display: block;
    background: #fff;
    border: solid 2px #f5a500;
    border-radius: 50px;
    color: #000;
    z-index: 999999999999;
    padding: 2px;
    font-size: 16px;
    text-align: left;
    display: block;
}

#lot_fomo_popup .content {
    padding: 15px;
    border: solid 1px #00a9ef;
    border-radius: 50px;
    background: #00a9ef;
    color: #fff;
}


#lot_fomo_popup .close {
    position: absolute;
    left: -4px;
    bottom: -6px;
    background: #f5a500;
    text-align: center;
    border-radius: 100%;
    font-weight: normal;
    color: #000;
    font-size: 15px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    text-shadow: none;
    line-height: 13px;
    opacity: 1;
}


#lot_fomo_popup p, #lot_fomo_popup a, #lot_fomo_popup div, #lot_fomo_popup span {
    margin: 0px;
    color: #fff;
}


.lot_customer_short_name, .lot_nbr_sales {
    font-weight: bold;
    color: #000;
}