/*
* PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
*
* @author    VEKIA PL MILOSZ MYSZCZUK VATEU: PL9730945634
* @copyright 2010-2025 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: 40px;
}

#loyalty_cart, #loyalty_product {
    background: white;
    padding: 8px;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    display: block;
    text-align: center;
    margin-top: 20px;
}
