/*
* PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
*
* @author    VEKIA https://www.prestashop.com/forums/user/132608-vekia/
* @copyright 2010-2021 VEKIA
* @license   This program is not free software and you can't resell and redistribute it
*
* CONTACT WITH DEVELOPER http://mypresta.eu
* support@mypresta.eu
*/

.prange_module .prange_price_from,
.prange_module .prange_price_price_from,
.prange_module .prange_price_price_from_tax,
.prange_module .prange_price_to,
.prange_module .prange_price_price_to,
.prange_module .prange_price_price_to_tax,
.prange_module .prange_price_oneprice,
.prange_module .prange_price_oneprice_tax
{
    display:inline-block;
}

.prange_module .prange_price_from,
.prange_module .prange_price_price_from_tax,
.prange_module .prange_price_price_to,
.prange_module .prange_price_price_to_tax,
.prange_module .prange_price_oneprice_tax
{
    font-weight:normal;
}


.prange_module .prange_price_price_to,
.prange_module .prange_price_price_from,
.prange_module .prange_price_oneprice {
    font-weight:bold;
}