/*
* 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
* support@mypresta.eu
*/


#loyalty_cart span.material-icons, #loyalty_product span.material-icons {
    font-size: 60px;
}
#loyalty_cart, #loyalty_product {
    background: #f8f8f8;
    padding: 8px;
    border-radius: 0px;
    display: block;
    text-align: left;
    margin-top: 5px;
}
p#loyalty_product {
    text-align: center;
}
#loyalty_cart, #loyalty_product {
    background: #f8f8f8;
    padding: 8px;
    border-radius: 0;
    display: block;
    text-align: left;
    margin-top: 5px;
}
.product-additional-info {
    margin-top: 20px;
}
.product-additional-info {
    border-top: 1px solid rgba(160, 160, 160, .25);
    padding-top: 1rem;
}
span.tit-loyalty {
    text-transform: uppercase;
    letter-spacing: 1px;
}
span.desc-loyalty {
    font-size: 16px;
    font-weight: 700;
} 