/*
* 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 {
     border: 1px solid #c7c7c7;
    border-radius: 5px;
    background: transparent;
    border-style: dashed;
    padding-left: 4%;
    padding-right: 4%;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0.9375rem;
}