/*
* PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
*
* @author    VEKIA https://www.prestashop.com/forums/user/132608-vekia/
* @copyright 2010-2023 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;
    font-weight: 450;
    font-size: 13px;
    color: #777;
	margin-left: -0.12rem;
    margin-top: -1rem;
}
}

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

.bothprices_tin_prices div, .bothprices_tex_prices div {
    /* margin-right:5px; /*
	margin-left: -3px;
    float: left;
}