/*
* 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_product .icons-cadeaux,#loyalty_cart .icons-cadeaux{ background:url("cadeaux.svg") no-repeat; width:41px; height:47px; float:left; display:inline-block; margin-right:30px}
#loyalty_product div{     overflow: hidden;}
#loyalty_cart, #loyalty_product {
    padding: 15px 33px;
    border: 0 solid #c0c0c0;
    align-items: center;
    display: flex;
    margin-top: 20px;
    background: rgba(196, 196, 196, 0.3);
    border-radius: 8px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    color: #000000;
    text-align: left;
}