/*
* PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
*
* @author    VEKIA https://www.prestashop.com/forums/user/132608-vekia/
* @copyright 2010-2020 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
*/

.bothprices_original_tin, .bothprices_original_tinl, .bothprices_original_tex, .bothprices_original_texl {
    opacity:0.6;
    text-decoration: line-through;
}

.bothprices_tin_prices, .bothprices_tex_prices, .bothprices_tin_prices div, .bothprices_tex_prices div {
    display:inline-block;
    float:left;
}

.bothprices_module {
    display:block;
    clear:both;
    overflow:hidden;
}

.bothprices_tin_prices div, .bothprices_tex_prices div {
    margin-right:5px;
}