/**
* Loulou66
* LpsProPrices module for 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*
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    Loulou66.fr <contact@loulou66.fr>
*  @copyright loulou66.fr
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/

.lpsproprices_old_price .lps-regular-price {
    display: inline-block;
    font-size: .875rem;
    color: #7a7a7a;
    text-decoration: line-through;
}
.lpsproprices_old_price .lps-separator {
    display: inline-block;
    font-size: .875rem;
    color: #7a7a7a;
}
.lpsproprices_bottom {
    min-height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.lpsproprices_modal_price{color: #363a42;}
#blockcart-modal .product-price {display: none !important}
.product-prices .regular-price,
.product-prices .tax-shipping-delivery-label {display :none !important;}
.lpsproprices_button {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
}
#product .lpsproprices_button {
    margin-bottom: 20px;
}