/**
 * 2007-2022 PrestaShop
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 *
 * @author    PrestaShop SA <contact@prestashop.com>
 * @copyright 2007-2022 PrestaShop SA
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

.omniversepricing-container {
    padding: 10px;
    font-size: 12px;
}

.omniversepricing-notice {
    display: block;
    margin-bottom: 8px;
}

.omniversepricing-outlet {
    display: block;
    margin-bottom: 10px;
}

.omniversepricing-outlet .sprice {
    color: #777;
    margin-right: 5px;
}

.omniversepricing-outlet .spercent {
    color: #E74C3C;
    font-weight: bold;
}

.omniversepricing-original {

}

.omniversepricing-bestprice {
    display: block;
    color: #2ECC71;
    font-weight: bold;
    margin: 5px 0;
}


.omniversepricing-container  hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 10px 0;
}