/**
 * 2007-2024 PrestaShop
 *
 * @author    V.G. Srl
 * @copyright V.G. Srl
 * @license   https://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Nasconde il link "Resi di merce" nell'area account cliente */
#returns-link,
a[href*="order-follow"],
a[href*="order-return"],
.account-link[href*="order-follow"],
.account-link[href*="order-return"] {
    display: none !important;
}

/* Nasconde il form/pulsante di richiesta reso nella pagina di dettaglio ordine */
.order-return-form,
#order-return-form,
#return-order-form,
.return-product,
.return-item,
.order-return {
    display: none !important;
}
