.elementor-kit-16{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-5466493:#f49c5c;--e-global-color-b44b5ca:#9B4600;--e-global-color-754783e:#496540;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Raleway";--e-global-typography-accent-font-weight:500;--e-global-typography-1fa1876-font-family:"Raleway";--e-global-typography-1fa1876-font-size:18px;--e-global-typography-1fa1876-font-weight:400;}.elementor-kit-16 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Font Raleway su tutto il checkout */
.woocommerce-checkout,
.woocommerce-checkout * {
    font-family: 'Raleway', sans-serif !important;
}
#customer_details .col-1{
    border-width: 0px!important;
}
#customer_details .woocommerce-billing-fields h3{
    font-size: 23px;
}

/* =========================
   CARRELLO WOOCOMMERCE
   ========================= */


/* Wrapper principale carrello */
.woocommerce-cart .woocommerce {
    width: 100%;
}

/* Tabella carrello */
.woocommerce-cart table.shop_table.cart {
    width: 100%;
    border-radius: 22px;
    background: #fff !important;
    padding: 22px;
    border-collapse: separate !important;
    border-spacing: 0 12px !important;
    overflow: hidden;
}

/* Header tabella */
.woocommerce-cart table.shop_table.cart thead th {
    border: 0 !important;
    padding: 0 14px 10px !important;
    color: #000;
    font-weight: 700;
    background: transparent !important;
}

/* Celle generali */
.woocommerce-cart table.shop_table.cart td,
.woocommerce-cart table.shop_table.cart th {
    border: 0 !important;
    background: transparent !important;
}

/* Riga prodotto come card */
.woocommerce-cart table.shop_table.cart tr.cart_item td {
    background: #f7f7f7 !important;
    padding: 16px 14px !important;
    vertical-align: middle;
}

/* Angoli arrotondati riga prodotto */
.woocommerce-cart table.shop_table.cart tr.cart_item td:first-child {
    border-radius: 12px 0 0 12px;
}

.woocommerce-cart table.shop_table.cart tr.cart_item td:last-child {
    border-radius: 0 12px 12px 0;
}

/* Nasconde immagine prodotto nel carrello */
.woocommerce-cart table.shop_table.cart .product-thumbnail,
.woocommerce-cart table.shop_table.cart th.product-thumbnail {
    display: none !important;
}

/* Nasconde riga subtotale nei totali carrello */
.woocommerce-cart .cart-collaterals .cart_totals .cart-subtotal {
    display: none !important;
}

/* Nome prodotto */
.woocommerce-cart table.shop_table.cart .product-name a {
    color: #000;
    font-weight: 700;
    text-decoration: none !important;
}

.woocommerce-cart table.shop_table.cart .product-name a:hover {
    color: #b35b00;
}

/* Prezzi */
.woocommerce-cart table.shop_table.cart .product-price,
.woocommerce-cart table.shop_table.cart .product-subtotal {
    color: #000;
    font-weight: 700;
    white-space: nowrap;
}

/* Pulsante rimuovi */
.woocommerce-cart table.shop_table.cart .product-remove a.remove {
    width: 32px;
    height: 32px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(179, 91, 0, 0.08);
    color: #b35b00 !important;
    font-size: 22px;
    line-height: 1;
    text-decoration: none !important;
    transition: all .2s ease;
}

.woocommerce-cart table.shop_table.cart .product-remove a.remove:hover {
    background: #b35b00;
    color: #fff !important;
}

/* Quantità */
.woocommerce-cart table.shop_table.cart .quantity input.qty {
    width: 78px;
    min-height: 46px;
    border: 0 !important;
    border-radius: 10px;
    background: #e4e4e4 !important;
    color: #364052;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    box-shadow: none !important;
    outline: none !important;
}

.woocommerce-cart table.shop_table.cart .quantity input.qty:focus {
    background: #dedede !important;
    box-shadow: 0 0 0 2px rgba(179, 91, 0, 0.22) !important;
}

/* Riga azioni coupon / aggiorna carrello */
.woocommerce-cart table.shop_table.cart td.actions {
    padding: 18px 0 0 !important;
    background: transparent !important;
}

/* Coupon */
.woocommerce-cart table.shop_table.cart .coupon {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

/* Input coupon */
.woocommerce-cart table.shop_table.cart .coupon input.input-text {
    min-width: 240px;
    min-height: 52px;
    padding: 14px 16px;
    border: 0 !important;
    border-radius: 10px;
    background: #e4e4e4 !important;
    color: #364052;
    font-size: 15px;
    box-shadow: none !important;
    outline: none !important;
}

.woocommerce-cart table.shop_table.cart .coupon input.input-text::placeholder {
    color: #6f7988;
    opacity: 1;
}

.woocommerce-cart table.shop_table.cart .coupon input.input-text:focus {
    background: #dedede !important;
    box-shadow: 0 0 0 2px rgba(179, 91, 0, 0.22) !important;
}

/* Pulsanti carrello */
.woocommerce-cart table.shop_table.cart button.button,
.woocommerce-cart table.shop_table.cart input.button,
.woocommerce-cart .cart-collaterals .button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    min-height: 52px;
    border: 0 !important;
    border-radius: 14px !important;
    background: #b35b00 !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 22px !important;
    line-height: 1 !important;
    text-decoration: none !important;
    transition: all .2s ease;
    box-shadow: 0 8px 18px rgba(0,0,0,0.08);
}

.woocommerce-cart table.shop_table.cart button.button:hover,
.woocommerce-cart table.shop_table.cart input.button:hover,
.woocommerce-cart .cart-collaterals .button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: #9d4f00 !important;
    color: #fff !important;
    transform: translateY(-1px);
}

/* Bottone aggiorna carrello disabilitato */
.woocommerce-cart table.shop_table.cart button.button:disabled,
.woocommerce-cart table.shop_table.cart button.button:disabled[disabled] {
    opacity: .45;
    cursor: not-allowed;
    transform: none;
}

/* =========================
   TOTALI CARRELLO
   ========================= */

/* Area sotto la tabella */
.woocommerce-cart .cart-collaterals {
    margin-top: 28px;
}

/* Box totali */
.woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
    max-width: 480px;
    float: right;
    background: #fff;
    border: 2px solid #f49c5c;
    border-radius: 22px;
    padding: 26px 24px;
    box-sizing: border-box;
}

/* Titolo totali */
.woocommerce-cart .cart-collaterals .cart_totals h2 {
    margin: 0 0 18px;
    font-size: 22px;
    font-weight: 800;
    color: #000;
}

/* Tabella totali */
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table {
    border: 0 !important;
    margin: 0 0 20px !important;
    background: transparent !important;
    border-collapse: separate !important;
    border-spacing: 0 8px !important;
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table th,
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td {
    border: 0 !important;
    padding: 10px 0 !important;
    background: transparent !important;
    color: #000;
}

/* Nascondi subtotale se non ti serve, come nel checkout */
/*
.woocommerce-cart .cart-collaterals .cart_totals .cart-subtotal {
    display: none;
}
*/

/* Totale evidenziato */
.woocommerce-cart .cart-collaterals .cart_totals .order-total th,
.woocommerce-cart .cart-collaterals .cart_totals .order-total td {
    padding-top: 16px !important;
    font-size: 20px;
    font-weight: 800;
}

.woocommerce-cart .cart-collaterals .cart_totals .order-total td {
    color: #b35b00;
    text-align: right;
}

/* Bottone vai al checkout */
.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0 !important;
    margin: 18px 0 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    margin: 0 !important;
    font-size: 18px;
}

/* Calcolo spedizione */
.woocommerce-cart .cart_totals .woocommerce-shipping-calculator a {
    color: #b35b00;
    font-weight: 700;
    text-decoration: none !important;
}

.woocommerce-cart .cart_totals .woocommerce-shipping-calculator a:hover {
    color: #9d4f00;
}

/* Campi calcolo spedizione */
.woocommerce-cart .cart_totals input.input-text,
.woocommerce-cart .cart_totals select,
.woocommerce-cart .cart_totals .select2-container--default .select2-selection--single {
    width: 100%;
    min-height: 52px;
    padding: 14px 16px;
    border: 0 !important;
    border-radius: 10px;
    background: #e4e4e4 !important;
    color: #364052;
    font-size: 15px;
    box-shadow: none !important;
    outline: none !important;
}

/* Messaggi WooCommerce */
.woocommerce-cart .woocommerce-message,
.woocommerce-cart .woocommerce-info,
.woocommerce-cart .woocommerce-error {
    border: 0 !important;
    border-radius: 14px;
    background: rgba(179, 91, 0, 0.08);
    color: #000;
    padding: 16px 18px;
}

.woocommerce-cart .woocommerce-message::before,
.woocommerce-cart .woocommerce-info::before {
    color: #b35b00;
}

/* =========================
   MOBILE CARRELLO
   ========================= */

@media (max-width: 767px) {

    .woocommerce-cart table.shop_table.cart {
        padding: 14px;
        border-radius: 18px;
        border-spacing: 0 12px !important;
    }

    .woocommerce-cart table.shop_table.cart thead {
        display: none;
    }

    .woocommerce-cart table.shop_table.cart tr.cart_item {
        display: block;
        background: #f7f7f7;
        border-radius: 14px;
        padding: 14px;
        margin-bottom: 14px;
    }

    .woocommerce-cart table.shop_table.cart tr.cart_item td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100% !important;
        padding: 8px 0 !important;
        background: transparent !important;
        border-radius: 0 !important;
        text-align: right !important;
    }

    .woocommerce-cart table.shop_table.cart tr.cart_item td::before {
        content: attr(data-title);
        font-weight: 700;
        color: #000;
        padding-right: 16px;
        text-align: left;
    }

    .woocommerce-cart table.shop_table.cart tr.cart_item td.product-remove,
    .woocommerce-cart table.shop_table.cart tr.cart_item td.product-thumbnail {
        justify-content: center;
        text-align: center !important;
    }

    .woocommerce-cart table.shop_table.cart tr.cart_item td.product-remove::before,
    .woocommerce-cart table.shop_table.cart tr.cart_item td.product-thumbnail::before {
        display: none;
    }

    .woocommerce-cart table.shop_table.cart .product-thumbnail img {
        width: 90px;
    }

    .woocommerce-cart table.shop_table.cart td.actions {
        display: block;
        padding-top: 10px !important;
    }

    .woocommerce-cart table.shop_table.cart .coupon {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .woocommerce-cart table.shop_table.cart .coupon input.input-text,
    .woocommerce-cart table.shop_table.cart .coupon button.button,
    .woocommerce-cart table.shop_table.cart td.actions > button.button {
        width: 100% !important;
        margin: 0 !important;
    }

    .woocommerce-cart table.shop_table.cart td.actions > button.button {
        margin-top: 10px !important;
    }

    .woocommerce-cart .cart-collaterals .cart_totals {
        width: 100%;
        max-width: none;
        float: none;
        border-radius: 18px;
        padding: 22px 18px;
    }
}


/* =========================
   CHECKOUT DATI UTENTE
   ========================= */

/* Etichette campi */
.woocommerce-checkout #customer_details label,
.woocommerce-checkout .woocommerce-billing-fields label,
.woocommerce-checkout .woocommerce-shipping-fields label {
    display: block;
    margin-bottom: 7px;
    color: #000;
    line-height: 1.2;
}
body.rz-checkout-privato #billing_first_name_field label::after,
body.rz-checkout-privato #billing_last_name_field label::after,
body.rz-checkout-azienda #billing_company_field label::after,
body.rz-checkout-azienda #billing_partita_iva_field label::after,
body.rz-checkout-azienda #billing_codice_fiscale_field label::after {
    content: "*";
    color: #F00;
    font-weight: 700;
    margin-left: 2px;
}
#billing_first_name_field .optional,
#billing_last_name_field .optional,
#billing_company_field .optional,
#billing_partita_iva_field .optional,
#billing_codice_fiscale_field .optional,
#billing_sdi_field .optional,
#billing_pec_field .optional {
    display: none !important;
}
/* Nasconde "(opzionale)" se vuoi una grafica più pulita */
.woocommerce-checkout #customer_details label .optional {
    font-weight: 400;
    opacity: 0.65;
}

/* Input, select e textarea */
.woocommerce-checkout #customer_details input.input-text,
.woocommerce-checkout #customer_details textarea,
.woocommerce-checkout #customer_details select,
.woocommerce-checkout #customer_details .select2-container--default .select2-selection--single {
    width: 100%;
    min-height: 54px;
    padding: 14px 16px;
    border: 0 !important;
    border-radius: 10px;
    background: #e4e4e4 !important;
    color: #364052;
    font-size: 15px;
    font-weight: 400;
    box-shadow: none !important;
    outline: none !important;
    box-sizing: border-box;
}

/* Placeholder */
.woocommerce-checkout #customer_details input.input-text::placeholder,
.woocommerce-checkout #customer_details textarea::placeholder {
    color: #6f7988;
    opacity: 1;
}

/* Focus */
.woocommerce-checkout #customer_details input.input-text:focus,
.woocommerce-checkout #customer_details textarea:focus,
.woocommerce-checkout #customer_details select:focus,
.woocommerce-checkout #customer_details .select2-container--default.select2-container--focus .select2-selection--single,
.woocommerce-checkout #customer_details .select2-container--default.select2-container--open .select2-selection--single {
    background: #dedede !important;
    box-shadow: 0 0 0 2px rgba(179, 91, 0, 0.22) !important;
}

/* Spaziatura tra i campi */
.woocommerce-checkout #customer_details .form-row {
    margin-bottom: 18px;
}

/* Nome e cognome affiancati */
.woocommerce-checkout #billing_first_name_field,
.woocommerce-checkout #billing_last_name_field {
    width: calc(50% - 8px);
    margin-bottom: 18px;
}

.woocommerce-checkout #billing_first_name_field {
    float: left;
    clear: left;
}

.woocommerce-checkout #billing_last_name_field {
    float: right;
    clear: none;
}

/* Email full width subito sotto */
.woocommerce-checkout #billing_email_field {
    clear: both;
    width: 100%;
}

/* Select2 WooCommerce */
.woocommerce-checkout #customer_details .select2-container {
    width: 100% !important;
}

.woocommerce-checkout #customer_details .select2-container--default .select2-selection--single {
    display: flex;
    align-items: center;
}

.woocommerce-checkout #customer_details .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 24px;
    color: #364052;
    line-height: normal;
}

.woocommerce-checkout #customer_details .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 54px;
    right: 10px;
}

/* Textarea note ordine */
.woocommerce-checkout #customer_details textarea {
    min-height: 120px;
    resize: vertical;
}

/* Campi con errore WooCommerce */
.woocommerce-checkout #customer_details .woocommerce-invalid input.input-text,
.woocommerce-checkout #customer_details .woocommerce-invalid select,
.woocommerce-checkout #customer_details .woocommerce-invalid .select2-selection--single {
    box-shadow: 0 0 0 2px rgba(190, 30, 30, 0.25) !important;
}

/* Campi validi */
.woocommerce-checkout #customer_details .woocommerce-validated input.input-text,
.woocommerce-checkout #customer_details .woocommerce-validated select,
.woocommerce-checkout #customer_details .woocommerce-validated .select2-selection--single {
    box-shadow: none !important;
}

/* Mobile */
@media (max-width: 767px) {
    .woocommerce-checkout #billing_first_name_field,
    .woocommerce-checkout #billing_last_name_field {
        width: 100%;
        float: none;
        clear: both;
    }

    .woocommerce-checkout #customer_details input.input-text,
    .woocommerce-checkout #customer_details textarea,
    .woocommerce-checkout #customer_details select,
    .woocommerce-checkout #customer_details .select2-container--default .select2-selection--single {
        min-height: 52px;
        font-size: 14px;
    }
}

/* =========================
   CHECKOUT - COLONNA DESTRA
   ========================= */

/* Card principale del riepilogo */
.e-checkout__column-inner.e-sticky-right-column{
    background: #FFF;
    border: 2px solid #f49c5c;
    border-radius: 22px;
    padding: 28px 24px;
    box-sizing: border-box;
}
.e-checkout__order_review, #order_review{
    background: #FFF!important;
    border: 0!important;
    padding: 0!important;
}

/* Titolo riepilogo */
.woocommerce-checkout-review-order h3,
.woocommerce-checkout #order_review_heading {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 18px;
    color: #1f1f1f;
}

/* Tabella ordine */
.woocommerce-checkout-review-order-table {
    border-collapse: separate !important;
    border-spacing: 0 10px !important;
}

/* Righe prodotto */
.woocommerce-checkout-review-order-table tr.cart_item td {
    background: #f49c5c !important;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}

.woocommerce-checkout-review-order-table {
    background: transparent !important;
    border: 0 !important;
    margin: 0 0 20px !important;
    border-collapse: collapse;
}
.woocommerce-checkout-review-order-table thead, .woocommerce-checkout-review-order-table .cart-subtotal{
    display: none;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    border: 0 !important;
    padding: 10px 0 !important;
    vertical-align: top;
    background: transparent !important;
}

/* Riga prodotto */
.woocommerce-checkout-review-order-table .cart_item td {
    padding: 14px !important;
    background: #FFF!important;
    border: 0px;
}
.woocommerce-checkout-review-order-table .cart_item td.product-name {
    border-radius: 10px 0px 0px 10px;
}
.woocommerce-checkout-review-order-table .cart_item td.product-total {
    border-radius: 0px 10px 10px 0px;
}

/* Nome prodotto */
.woocommerce-checkout-review-order-table .product-name {
    font-weight: 600;
    color: #1f1f1f;
}

/* Prezzo prodotto */
.woocommerce-checkout-review-order-table .product-total {
    text-align: right;
    font-weight: 600;
    white-space: nowrap;
    color: #1f1f1f;
}

/* Subtotale / tasse */
.woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td,
.woocommerce-checkout-review-order-table .tax-rate th,
.woocommerce-checkout-review-order-table .tax-rate td {
    padding-top: 14px !important;
}

/* Totale */
.woocommerce-checkout-review-order-table .order-total th {
    font-size: 20px;
    font-weight: 800;
    color: #1f1f1f;
}

.woocommerce-checkout-review-order-table .order-total td {
    font-size: 20px;
    font-weight: 800;
    color: #b35b00;
    text-align: right;
}

#billing_partita_iva_field .optional,
#billing_codice_fiscale_field .optional,
#billing_sdi_field .optional,
#billing_pec_field .optional {
    display: none !important;
}

#billing_partita_iva_field label::after,
#billing_codice_fiscale_field label::after {
    content: "*";
    color: #F00;
    font-weight: 700;
}
#billing_sdi_pec_note_field {
    margin-top: -6px;
    margin-bottom: 18px;
}

#billing_sdi_pec_note_field .rz-checkout-note {
    display: block;
    padding: 10px 12px;
    border-radius: 8px;
    background: rgba(179, 91, 0, 0.08);
    color: #6f3b0a;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
}

body.woocommerce-checkout:not(.rz-checkout-azienda) #billing_company_field,
body.woocommerce-checkout:not(.rz-checkout-azienda) #billing_address_1_field,
body.woocommerce-checkout:not(.rz-checkout-azienda) #billing_address_2_field,
body.woocommerce-checkout:not(.rz-checkout-azienda) #billing_postcode_field,
body.woocommerce-checkout:not(.rz-checkout-azienda) #billing_city_field,
body.woocommerce-checkout:not(.rz-checkout-azienda) #billing_state_field,
body.woocommerce-checkout:not(.rz-checkout-azienda) #billing_country_field,
body.woocommerce-checkout:not(.rz-checkout-azienda) #billing_phone_field,
body.woocommerce-checkout:not(.rz-checkout-azienda) #billing_partita_iva_field,
body.woocommerce-checkout:not(.rz-checkout-azienda) #billing_codice_fiscale_field,
body.woocommerce-checkout:not(.rz-checkout-azienda) #billing_sdi_field,
body.woocommerce-checkout:not(.rz-checkout-azienda) #billing_pec_field,
body.woocommerce-checkout:not(.rz-checkout-azienda) #billing_sdi_pec_note_field {
    display: none !important;
}

body.woocommerce-checkout.rz-checkout-azienda #billing_company_field,
body.woocommerce-checkout.rz-checkout-azienda #billing_address_1_field,
body.woocommerce-checkout.rz-checkout-azienda #billing_address_2_field,
body.woocommerce-checkout.rz-checkout-azienda #billing_postcode_field,
body.woocommerce-checkout.rz-checkout-azienda #billing_city_field,
body.woocommerce-checkout.rz-checkout-azienda #billing_state_field,
body.woocommerce-checkout.rz-checkout-azienda #billing_country_field,
body.woocommerce-checkout.rz-checkout-azienda #billing_phone_field,
body.woocommerce-checkout.rz-checkout-azienda #billing_partita_iva_field,
body.woocommerce-checkout.rz-checkout-azienda #billing_codice_fiscale_field,
body.woocommerce-checkout.rz-checkout-azienda #billing_sdi_field,
body.woocommerce-checkout.rz-checkout-azienda #billing_pec_field,
body.woocommerce-checkout.rz-checkout-azienda #billing_sdi_pec_note_field {
    display: block !important;
}

/* =========================
   PAGAMENTO
   ========================= */

.woocommerce-checkout #payment {
    background: transparent !important;
    border: 0 !important;
    margin-top: 18px;
    padding: 0 !important;
}

.woocommerce-checkout #payment h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 14px;
}

/* Lista metodi di pagamento */
.woocommerce-checkout #payment ul.payment_methods {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    border: 0 !important;
}

/* Ogni metodo come card verticale */
.woocommerce-checkout #payment ul.payment_methods > li {
    position: relative;
    margin: 0 0 12px;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
}

/* Nasconde il radio nativo */
.woocommerce-checkout #payment ul.payment_methods > li > input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* Label/card del metodo */
.woocommerce-checkout #payment ul.payment_methods > li > label {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 56px;
    padding: 14px 46px 14px 16px;
    border: 1px solid #d0d0d0;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    transition: all .2s ease;
    font-weight: 500;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

/* Hover */
.woocommerce-checkout #payment ul.payment_methods > li > label:hover {
    border-color: #f49c5c;
}

/* Cerchio esterno a destra */
.woocommerce-checkout #payment ul.payment_methods > li > label::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 1.5px solid #9a9a9a;
    border-radius: 50%;
    background: #fff;
    box-sizing: border-box;
}

/* Card selezionata */
.woocommerce-checkout #payment ul.payment_methods > li > input[type="radio"]:checked + label {
    border-color: #f49c5c;
    background: #fcf8f4;
    box-shadow: inset 0 0 0 1px #c97d3d;
}

/* Bordo cerchio selezionato */
.woocommerce-checkout #payment ul.payment_methods > li > input[type="radio"]:checked + label::after {
    border-color: #b56622;
}

/* Pallino interno selezionato */
.woocommerce-checkout #payment ul.payment_methods > li > input[type="radio"]:checked + label::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #b56622;
    z-index: 2;
}

/* Box descrizione metodo */
.woocommerce-checkout #payment div.payment_box {
    margin: 8px 0 0 0 !important;
    padding: 14px 16px !important;
    border-radius: 12px;
    background: rgba(255,255,255,0.55) !important;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: none !important;
}

.woocommerce-checkout #payment div.payment_box::before {
    display: none !important;
}

/* =========================
   BOTTONE ORDINE
   ========================= */

.woocommerce-checkout #payment #place_order {
    width: 100%;
    min-height: 54px;
    border: 0;
    border-radius: 14px;
    background: #b35b00;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 14px 20px;
    transition: all .2s ease;
    box-shadow: 0 8px 18px rgba(0,0,0,0.08);
}

.woocommerce-checkout #payment #place_order:hover {
    background: #9d4f00;
    transform: translateY(-1px);
}

/* Testo privacy / note */
.woocommerce-checkout #payment .woocommerce-privacy-policy-text,
.woocommerce-checkout #payment .terms {
    font-size: 13px;
    color: #6e665e;
    margin-top: 12px;
}

.woocommerce-checkout #payment .about_paypal,
.woocommerce-checkout #payment img {
    vertical-align: middle;
}

/* =========================
   STICKY COLONNA DESTRA
   ========================= */

@media (min-width: 992px) {
    .woocommerce-checkout-review-order,
    #order_review {
        position: sticky;
        top: 30px;
    }
}/* End custom CSS */