
/* todo: creare un foglio di stile unicamente per i fix a salient */
html[lang="de-DE"] .woocommerce nectar-shop-header .woocommerce-result-count,
html[lang="de-DE"] .woocommerce-page .nectar-shop-header .woocommerce-result-count {
    right: 285px;
}

@media only screen and (max-width: 999px) {

    /* rimuovo il conteggio dei prodotti di salient in mobile */
    .woocommerce-shop p.woocommerce-result-count {
        display: none !important;
    }

    /* FIX: carrello vuoto di salient in mobile */
    .woocommerce-page.woocommerce-cart .woocommerce p.cart-empty {
        padding-left: 0em!important;
        padding-right: 0em!important;
        font-size: 24px;
    }

    /* FIX: pagina di revisione del ordine */
    ul.woocommerce-order-overview li {
        display: block;
        width: 100%;
        margin-bottom: 1rem;
        border-right: 0 !important;
    }

    .woocommerce ul.order_details li {
        border-right: 0 !important;
        margin-bottom: 1rem;
    }
}