/**
 * 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
 * support@mypresta.eu
 */

.msrp_hidden {
    display: none;
}

.MSRP_PRODUCT_PAGE {
    text-align: center;
    background:#FFF;
    border: 1px solid #cecece;
    padding:5px;
    border-radius: 4px;
}


.MSRP_PRODUCT_PAGE .msrp_tin, .MSRP_PRODUCT_PAGE .msrp_label_tinl {
    font-weight: bold;
}

.msrp_you_save_text {
    margin-top:4px;
    font-weight: bold;
    background: #03a900;
    color: #FFF !important;
    text-align: center;
    border-radius: 4px;
    padding: 2px 5px;
    margin-left: 5px;
    margin-right:5px;
}

.msrp_you_save_value {
    margin-top: 5px;
    display: block;
    clear: both;
    text-align: center;
    font-size: 20px;
    margin-bottom: 5px;
}

.MSRP_PRODUCT_LIST {
    text-align: center;
    background:#FFF;
    border: 1px solid #cecece;
    padding:5px;
    border-radius: 4px;
    font-size:11px!important;
    margin:5px;
}

.MSRP_PRODUCT_LIST .msrp_you_save_value {
    margin-top:1px;
    font-weight: bold;
    background: #03a900;
    color: #FFF !important;
    text-align: center;
    border-radius: 4px;
    padding: 0px;
    margin-left: 2px;
    margin-right:2px;
    font-size:15px;
}