body.cart_page h1.cart-h1-title {
    text-align: center;
    margin: 0 auto 2rem auto;
    border-bottom: solid 1px var(--dgl-color-separators);
    padding: 0 0 2rem 0;
}
.carrello-wrapper ,
.carrello-data-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--dgl-container-width);
    padding-left: var(--dgl-container-gutter-x, 0.75rem);
    padding-right: var(--dgl-container-gutter-x, 0.75rem);
}
.carrello-summary-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    padding: 6rem 0;
    background-color: var(--dgl-cart-bg-light-light);
}
.carrello-wrapper>.container {
    padding-left: 4rem;
    padding-right: 0;
}
.carrello-data-wrapper>.container {
    padding-left: 4rem;
    padding-right: 4rem;
}
.carrello-summary-wrapper>.container {
    max-width: 650px;
}

.carrello-summary-wrapper h3.carrello-summary-title {
    max-width: var(--dgl-container-width);
    padding-left: var(--dgl-container-gutter-x, 0.75rem);
    padding-right: var(--dgl-container-gutter-x, 0.75rem);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 4rem;
}

.utente-cart {
    border-width: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: var(--dgl-data-label);
}
.utente-cart a:not([class*="link-"]) {
    color: var(--dgl-data-label);
}
.utente-cart span.info-label {
    display: block;
    color: var(--dgl-info-label);
}
.utente-cart tbody::after {
    content: "";
    display: table-row;
    height: 1rem;
}
.utente-cart tbody.prodotto-omaggio-header::after {
    content: "";
    display: table-row;
    height: .5rem;
}
.utente-cart tr {
    border-width: 0;
}
/*
.utente-cart th {
    border-width: 0;
    padding: 1.25rem 2.5rem 1.25rem 2.5rem;
    border: solid 1px var(--dgl-bg-border-ordini);
    background-color: var(--dgl-bg-border-ordini);
    font-weight: normal;
}
.utente-cart th a {
    text-decoration: none;
}
.utente-cart th a:not(.header-cta) {
    font-weight: bold;
}
*/
.utente-cart tbody:nth-child(odd)>tr>td {
    background-color: var(--dgl-cart-bg-light-light);
}
.utente-cart tbody:nth-child(even)>tr>td {
    background-color: var(--dgl-cart-bg-light-light);
}
.utente-cart tbody>tr>td>h3 {
    font-size: 1.25rem;
}
.utente-cart tbody.prodotto-omaggio-header>tr>td {
    padding: 1rem 0 0 0;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    background-color: transparent;
}

.utente-cart th.header-data ,
.utente-cart td.body-data {
    border-width: 0;
    padding: 1rem 1.25rem 1rem 1.25rem;
}
.utente-cart td.amount-cell {
    width: 1px;
    white-space: nowrap;
    text-align: right;
}

.utente-cart td.prod-img {
    padding-left: 2.5rem;
}
.utente-cart th.prod-formato ,
.utente-cart td.prod-formato {
    text-align: center;
}   
.utente-cart th.prod-prezzo-unit {
    text-align: right;
    white-space: nowrap;
}   
.utente-cart td.prod-prezzo-unit {
    text-align: right;
}
.utente-cart td.prod-prezzo-unit>strong ,
.utente-cart td.prod-prezzo-unit>span {
    white-space: nowrap;
    display: block;
}
.utente-cart th.prod-qta {
    width: 1px;
    text-align: center;
}
.utente-cart td.prod-qta>.info-omaggio {
    font-size: .75rem;
    text-align: center;
}
.utente-cart th.prod-prezzo-tot {
    padding-right: 2.5rem;
    text-align: right;
    white-space: nowrap;
}   
.utente-cart td.prod-prezzo-tot {
    padding-right: 2.5rem;
    text-align: right;
}   
.utente-cart td.prod-prezzo-tot>strong {
    white-space: nowrap;
}   
.utente-cart td.prod-cart-button {
    padding-right: 2.5rem;
    text-align: right;
}   
.utente-cart td.prod-cart-button button {
    width: 100%;
    white-space: nowrap;
}   
.utente-cart td.prod-cart-button button>i {
    display: none;
} 
.profilo-wishlist .utente-cart td.prod-cart-button button>i {
    display: inline-block;
}
.profilo-wishlist .utente-cart td.prod-cart-button button>span {
    display: none;
}   
.utente-cart td.prod-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: none;
    box-shadow: 0 5px 5px rgba(0,0,0,.1);
    border: inset 1px rgba(var(--dgl-black-rgb),.05);
}
@media (min-width: 992px) {
    .utente-cart td.prod-img img {
        max-height: 9rem;
        max-width: 6rem;
        height: auto;
        width: auto;
    }
    
}

.utente-cart th.prod-cancella {
    padding: 0 0 0 0;
    width: 4rem;
}
.utente-cart td.prod-cancella {
    padding: 0 0 0 0;
    white-space: nowrap;
    font-size: 2rem;
    text-align: right;
    background-color: transparent !important;
}
    
.utente-cart tfoot::after {
    content: "";
    display: table-row;
    height: 1rem;
}
.utente-cart tfoot>tr.carrello-subtotale>td {
    background-color: var(--dgl-cart-bg-middle-middle);
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.utente-cart tfoot>tr.carrello-subtotale>td.subtotal-label {
    padding-left: 2.5rem;
}
.utente-cart tfoot>tr.carrello-subtotale>td.subtotal-value {
    padding-right: 2.5rem;
    text-align: right;
    font-size: 1.25rem;
    font-weight: bold;
    white-space: nowrap;
}
.utente-cart tfoot>tr.carrello-subtotale>td.subtotal-reload {
    padding: 0 0 0 0;
    white-space: nowrap;
    font-size: 2rem;
    background-color: transparent !important;
    text-align: right;
}
.utente-cart tfoot>tr.carrello-svuota>td.remove-all {
    padding: 0 0 1rem 2.5rem;
    width: 1px;
    white-space: nowrap;
    font-size: 2rem;
    background-color: transparent !important;
    text-align: right;
}
.utente-cart tfoot>tr.carrello-svuota>td.remove-all-label {
    background-color: transparent;
    padding-top: 1.25rem;
    padding-bottom: 2.25rem;
}
.utente-cart tfoot>tr.carrello-subtotale>td.subtotal-reload>button.refreshCart ,
.utente-cart tfoot>tr.carrello-svuota>td.remove-all>button.emptyCart {
    padding: 0 0 0 0;
    box-shadow: none !important;
    font-size: 1.25rem;
}


.card-carrello {
    background-color: var(--dgl-card-background, transparent);
    border-color: var(--dgl-card-primary-color);
}
.card-carrello>.row {
    flex-wrap: nowrap;
    margin: 0 0 0 0;
}
.card-carrello .card-label {
    flex: 0;
    background-color: var(--dgl-card-primary-color);
    padding: 0 0 0 0;
}
.card-carrello .card-label>label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    color: var(--dgl-card-secondary-color);
    font-size: 1.125rem;
    writing-mode: vertical-lr;
    transform: rotate(180deg) translate(-50%, -50%);
    text-align: right;
    text-orientation: sideways;
    position: relative;
    transform-origin: 0 0;
    top: 50%;
    left: 50%;
    text-align: center;
}
.card-carrello.promo-utilizzata {
    border-color: var(--dgl-bs-primary);
}
.card-carrello.promo-utilizzata .card-label {
    background-color: var(--dgl-bs-primary);
}
.card-carrello.promo-utilizzata .card-label>label {
    color: var(--dgl-bs-white);
}
.card-carrello .card-data {
    flex: auto;
    padding: 3.5rem 3.5rem 3.5rem 3.5rem;
}
.card-carrello .card-data>.card-body {
    padding: 0 0 0 0;
}
.card-carrello .card-data>.card-body>h5.card-title {
    font-size: 1.25rem;
    padding: 0 0 .75rem 0;
    border-bottom: solid 1px var(--dgl-card-primary-color);
    margin: 0 0 1.5rem 0;
    font-weight: normal;
}
.card-carrello .card-data .card-text {
    margin: 0 0 0 0;
}
.card-carrello .card-data .cart-description {
    color: var(--dgl-card-secondary-color);
}
.card-carrello .card-data .promo-alert {
    color: var(--dgl-bs-body-color);
}

.card-carrello .card-data button.applicaBuono {
    font-size: 1.125rem;
}
.card-carrello .card-data a.cartDeleteBuonoSconto {
    width: 100%;
    max-width: 10rem;
    height: 58px;
    font-size: 1.125rem;
    justify-content: center;
}

.metodo_pagamento.error select#select_metodo_pagamento ,
.metodo_spedizione.error select#select_metodo_spedizione {
    box-shadow: 0 0 0 0.25rem rgba(var(--dgl-bs-danger-rgb),.55);
}

.info_metodo_pagamento_spedizione.alert-info {
    
}
.carrello-summary-wrapper .metodo_spedizione {
    margin-bottom: 1.5rem;
}
.carrello-summary-wrapper .metodo_pagamento {
    margin-bottom: 4.5rem;
}

.riepilogo-ordine>.shopping-total>ul {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.riepilogo-ordine>.shopping-total>ul>li {
    background-color: var(--dgl-bs-white);
    display: flex;
    padding: 1rem;
    margin: 0 0 .5rem 0;
    flex-direction: column;
    flex-wrap: wrap;
    line-height: 1;
    height: calc((1.5rem * 2) + 2rem);
    width: 100%;
    justify-content: center;
}
.riepilogo-ordine>.shopping-total>ul>li.shopping-total-price {
    background-color: var(--dgl-cart-bg-dark-dark);
    color: var(--dgl-bs-white);
    font-size: 1.25rem;
    margin-bottom: 1rem;
}
.riepilogo-ordine>.shopping-total>ul>li>span {
    display: flex;
    flex: 0 0 50%;
    width: auto;
    font-style: normal;
    line-height: 1rem;
    align-items: center;
}
.riepilogo-ordine>.shopping-total>ul>li>em {
    display: flex;
    flex: 0 0 50%;
    width: auto;
    font-size: .75rem;
    color: rgba(var(--dgl-bs-body-color-rgb), .5);
    font-style: normal;
    line-height: 1rem;
    align-items: end;
}
.riepilogo-ordine>.shopping-total>ul>li>strong {
    display: flex;
    flex: 0 0 100%;
    width: auto;
    align-items: center;
    justify-content: end;
    font-style: normal;
}
.riepilogo-ordine>.shopping-total>ul>li>strong.price {
    gap: .25rem;
}
.riepilogo-ordine>.shopping-total>ul>li>strong.price>i {
    margin: 0.125rem 0 0 0;
    font-size: .75rem;
}
.riepilogo-ordine .condizioniVenditaCart {
    width: 100%;
}
.riepilogo-ordine .condizioniVenditaCart>label {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}
.riepilogo-ordine .condizioniVenditaCart>label input[name="upd_carrello[condizioni_vendita]"] {
    flex: 0 0 1rem;
}
.riepilogo-ordine span.cartRiepilogoRisparmio {
    display: block;
    background-color: rgba(var(--dgl-bs-white-rgb),.5);
    padding: .5rem 1rem;
    margin: 0 0 .5rem 0;
    text-align: right;
}
.riepilogo-ordine span.cartRiepilogoRisparmio:last-of-type {
    margin-bottom: 1rem;
}


form#id_form_carrello button.cassa {
    padding: .75rem .75rem;
    width: 75%;
    min-width: 200px;
    font-size: 1.25rem;
    margin: 2.5rem 0 0 0;
}
form#id_form_carrello button.cassa.disabledButtonPayDisabled {
	opacity:.3 !important;
	box-shadow: none !important;
}

.empty-cart .cartContentPage {
    font-size: 1.375rem;
    margin: 3.5rem 0 4rem 0;
}

.prod-data-info {
    margin-top: .5rem;
}

/* td.body-data.prod-qta.giacenta-qty-error .form-input-number ,
tr.qty-error .body-data.prod-qta .form-input-number {
    box-shadow: 0 0 0 0.25rem rgba(var(--dgl-bs-danger-rgb),.55);
}
td.body-data.prod-qta.giacenta-qty-warning .form-input-number ,
tr.qty-warning .body-data.prod-qta .form-input-number {
    box-shadow: 0 0 0 0.25rem rgba(var(--dgl-bs-danger-rgb),.55);
} */

tr.qty-error .body-data.prod-qta .form-input-number {
    box-shadow: 0 0 0 0.25rem rgba(var(--dgl-bs-danger-rgb),.55);
}
tr.qty-warning .body-data.prod-qta .form-input-number {
    box-shadow: 0 0 0 0.25rem rgba(var(--dgl-bs-warning-rgb),.55);
}

.info_metodo_pagamento_spedizione {
    background-color: rgba(255,255,255,.1);
    color: var(--dgl-bs-body-color);
    border-color: #aaa;
}

@media (max-width: 1600px) {
    .carrello-wrapper>.container {
        padding-left: 0;
    }
    .carrello-data-wrapper>.container {
        padding-left: 0;
    }
}
@media (max-width: 1100px) {
    .card-carrello .card-data button.applicaBuono {
        flex: 0 0 100%;
    }    
}
@media (max-width: 991px) {
    .carrello-wrapper table.utente-cart {
        display: block;
    }
    .carrello-wrapper table.utente-cart thead {
        display: none;
    }
    .carrello-wrapper table.utente-cart tbody {
        display: block;
    }
    .carrello-wrapper table.utente-cart tbody>tr {
        display: flex;
        flex-wrap: wrap;
    }
    .carrello-wrapper table.utente-cart tbody>tr>td.body-data.prod-img {
        flex: 0 0 25%;
    }
    .carrello-wrapper table.utente-cart tbody>tr>td.body-data.prod-descrizione {
        flex: 0 0 70%;
        padding-right: 2.5rem;
        order: 1;
    }
    .carrello-wrapper table.utente-cart tbody>tr>td.body-data.prod-qta {
        flex: 0 0 25%;
        padding-left: 2.5rem;
        order: 3;
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        text-align: left;
    }
    .carrello-wrapper table.utente-cart tbody>tr>td.body-data.prod-prezzo-unit {
        flex: 0 0 35%;
        order: 3;
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        text-align: left;
    }
    .carrello-wrapper table.utente-cart tbody>tr>td.body-data.prod-prezzo-tot {
        flex: 0 0 35%;
        order: 3;
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        text-align: left;
    }
    .carrello-wrapper table.utente-cart tbody>tr>td.body-data.prod-cancella {
        flex: auto;
        order: 2;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .carrello-wrapper table.utente-cart tbody>tr>td.body-data.prod-qta:before {
        content: "Quantità";
        font-weight: bold;
        flex: 0 0 100%;
    }
    .carrello-wrapper table.utente-cart tbody>tr>td.body-data.prod-prezzo-unit>* {
        flex: 0 0 100%;
    }
    .carrello-wrapper table.utente-cart tbody>tr>td.body-data.prod-prezzo-unit:before {
        content: "Prezzo unitario";
        font-weight: bold;
        flex: 0 0 100%;
    }
    .carrello-wrapper table.utente-cart tbody>tr>td.body-data.prod-prezzo-tot:before {
        content: "Totale";
        font-weight: bold;
        flex: 0 0 100%;
    }
    html[lang="en"] .carrello-wrapper table.utente-cart tbody>tr>td.body-data.prod-qta:before {
        content: "Quantity";
    }
    html[lang="en"] .carrello-wrapper table.utente-cart tbody>tr>td.body-data.prod-prezzo-unit:before {
        content: "Unit price";
    }
    html[lang="en"] .carrello-wrapper table.utente-cart tbody>tr>td.body-data.prod-prezzo-tot:before {
        content: "Total";
    }

    .carrello-wrapper table.utente-cart tfoot {
        display: block;
    }
    .carrello-wrapper table.utente-cart tfoot>tr {
        display: flex;
        flex-wrap: wrap;
    }
    .carrello-wrapper table.utente-cart tfoot>tr>td.footer-data.subtotal-label {
        flex: 0 0 45%;
    }
    .carrello-wrapper table.utente-cart tfoot>tr>td.footer-data.subtotal-value {
        flex: 0 0 50%;
    }
    .carrello-wrapper table.utente-cart tfoot>tr>td.footer-data.subtotal-reload {
        flex: auto;
        align-self: center;
    }

    .carrello-data-wrapper>.container {
        padding-left: 0;
        padding-right: 0;
    }
    .card-carrello .card-data {
        padding: 2.5rem 2.5rem 2.5rem 2.5rem;
    }

}
@media (min-width: 992px) {
    .utente-cart tbody>tr>td.body-data.prod-descrizione {
        width: 100%;
    }    
    .utente-cart tbody>tr>td.body-data.prod-cancella {
        min-width: 4rem;
    }    
}
@media (max-width: 991px) and (min-width: 820px) {
    .cartMainContainer .row.cart-row-promo>* {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }
}
@media (min-width: 768px) {
    .carrello-wrapper table.utente-cart tbody>tr>td.body-data.prod-cancella a.del-goods {
        display: inline-flex;
        height: 50px;
        align-items: center;
        text-decoration: none;
    }
    .utente-cart tfoot>tr.carrello-subtotale>td.subtotal-reload>button.refreshCart ,
    .utente-cart tfoot>tr.carrello-svuota>td.remove-all>button.emptyCart {
        display: inline-flex;
        height: 50px;
        align-items: center;
        text-decoration: none;
    }
    .utente-cart tfoot>tr.carrello-subtotale>td.subtotal-reload>button.refreshCart:focus-visible ,
    .utente-cart tfoot>tr.carrello-svuota>td.remove-all>button.emptyCart:focus-visible {
        outline: -webkit-focus-ring-color auto 1px;
    }
    .carrello-wrapper table.utente-cart tbody>tr>td.body-data.prod-qta input[type="number"].input-number {
        z-index: 1;
    }
}
@media (max-width: 767px) {
    .carrello-wrapper table.utente-cart tbody>tr>td.body-data.prod-img {
        flex: 0 0 33.333333%;
        padding-left: 1.25rem;
    }
    .carrello-wrapper table.utente-cart tbody>tr>td.body-data.prod-descrizione {
        word-break: break-all;
        flex: 0 0 66.66666%;
        padding-right: 1.25rem;
    }
    .carrello-wrapper table.utente-cart tbody>tr>td.body-data.prod-qta {
        flex: 0 0 100%;
        padding-left: 1.25rem;
        display: flex;
        align-items: center;
    }
    .carrello-wrapper table.utente-cart tbody>tr>td.body-data.prod-prezzo-unit {
        flex: 0 0 50%;
        order: 3;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .carrello-wrapper table.utente-cart tbody>tr>td.body-data.prod-prezzo-tot {
        flex: 0 0 50%;
        order: 3;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .carrello-wrapper table.utente-cart tbody>tr>td.body-data.prod-cancella {
        display: flex;
        flex: 0 0 100%;
        order: 3;
        padding: 0 0 0 0;
        align-items: center;
        justify-content: center;
    }
    .carrello-wrapper table.utente-cart tbody>tr>td.body-data.prod-cancella a.del-goods {
        display: flex;
        flex: 0 0 100%;
        padding: 0.5rem;
        justify-content: center;
        background: transparent !important;
        border: solid 1px var(--dgl-bs-danger);
        color: var(--dgl-bs-danger);
        margin: 0.5rem 0 1rem 0;
        border-radius: 0.25rem;
        text-decoration: none;
        font-size: 1.5rem;
    }
    .carrello-wrapper table.utente-cart tbody>tr>td.body-data.prod-cancella a.del-goods:before {
        content: "Elimina dal carrello";
        font-size: 1rem;
        font-weight: bold;
        margin: 0 1rem 0 0;
    }
    html[lang="en"] .carrello-wrapper table.utente-cart tbody>tr>td.body-data.prod-cancella a.del-goods:before {
        content: "Delete from cart";
    }
    .carrello-wrapper table.utente-cart tfoot>tr>td.footer-data.subtotal-label {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .carrello-wrapper table.utente-cart tfoot>tr>td.footer-data.subtotal-value {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .carrello-wrapper table.utente-cart tfoot>tr>td.footer-data.subtotal-label {
        flex: 0 0 50%;
    }
    .carrello-wrapper table.utente-cart tfoot>tr>td.footer-data.subtotal-value {
        flex: 0 0 50%;
    }
    .carrello-wrapper table.utente-cart tfoot>tr>td.footer-data.subtotal-reload {
        flex: 0 0 100%;
        order: 3;
        display: flex;
        align-items: center;
        padding: 0 0 0 0;
        justify-content: center;
    }
    .carrello-wrapper table.utente-cart tfoot>tr>td.footer-data.subtotal-reload button.refreshCart {
        display: flex;
        flex: 0 0 100%;
        order: 3;
        display: flex;
        align-items: center;
        padding: 0.5rem;
        justify-content: center;
        background: transparent !important;
        border: solid 1px var(--dgl-bs-primary);
        color: var(--dgl-bs-primary);
        margin: 0.5rem 0 1rem 0;
        border-radius: 0.25rem;
        font-size: 1rem;
    }
    .carrello-wrapper table.utente-cart tfoot>tr>td.footer-data.subtotal-reload button.refreshCart:before {
        content: "Aggiorna il carrello";
        font-size: 1rem;
        font-weight: bold;
        margin: 0 1rem 0 0;
    }

    html[lang="en"] .carrello-wrapper table.utente-cart tfoot>tr>td.footer-data.subtotal-reload button.refreshCart:before {
        content: "Refresh cart";
    }


    .card-carrello .card-data {
        flex: auto;
        padding: 1.5rem 1rem 1.5rem 1rem;
    }
    .card-carrello .card-data button.applicaBuono {
        max-width: none;
    }
    form#id_form_carrello button.cassa {
        width: 100%;
    }
    .card-carrello .card-data a.cartDeleteBuonoSconto {
        max-width: none;
        height: auto;
    }
}