.elementor-7481 .elementor-element.elementor-element-b751376{--display:flex;}.elementor-7481 .elementor-element.elementor-element-78f9d3c{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-488d632 *//* Stile generale per la tabella della revisione dell'ordine */
.woocommerce-checkout-review-order-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-family: 'Arial', sans-serif;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order-table td {
    padding: 15px;
    border: 1px solid #ddd;
    text-align: left;
}

.woocommerce-checkout-review-order-table th {
    background-color: #f8f8f8;
    color: #333;
    font-weight: bold;
}

.woocommerce-checkout-review-order-table td {
    background-color: #fff;
}

.checkout-review-order-table-wrapper {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}

/* Stile per le righe del metodo di spedizione */
.woocommerce-shipping-methods li {
    list-style-type: none;
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    background-color: #f9f9f9;
    border-radius: 10px;
}

.woocommerce-shipping-methods input[type="radio"] {
    margin-right: 10px;
}

.woocommerce-shipping-methods label {
    display: inline-block;
    font-size: 16px;
    color: #555;
}

.woocommerce-shipping-methods label span.woocommerce-Price-amount {
    display: block;
    font-size: 18px;
    margin-top: 5px;
    font-weight: bold;
    color: #0073aa;
}

/* Stile per il totale ordine */
.order-total th, .order-total td {
    font-weight: bold;
    background-color: #e9e9e9;
    font-size: 18px;
    border-radius: 10px;
}

/* Stile per i metodi di pagamento */
.wc_payment_methods .wc_payment_method {
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    background-color: #f9f9f9;
    border-radius: 10px;
}

.wc_payment_methods .wc_payment_method input[type="radio"] {
    margin-right: 10px;
}

.wc_payment_methods .wc_payment_method label {
    font-size: 16px;
    color: #555;
}

.payment_box {
    margin-top: 10px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: none;
}

.wc_payment_method input[type="radio"]:checked + label + .payment_box {
    display: block;
}

/* Stile per il pulsante di ordine */
.place-order .button.alt {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px;
    background-color: #0073aa;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    margin-top: 20px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 10px;
    font-size: 16px;
}

.place-order .button.alt:hover {
    background-color: #005177;
}

/* Stile per il blocco delle condizioni */
.woocommerce-terms-and-conditions-wrapper {
    margin-top: 20px;
    padding: 15px;
    background-color: #f8f8f8;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
    font-size: 14px;
    color: #555;
}

.woocommerce-terms-and-conditions-wrapper .form-row {
    margin-top: 10px;
}

.woocommerce-terms-and-conditions-wrapper .form-row .woocommerce-input-wrapper {
    display: flex;
    align-items: center;
}

.woocommerce-terms-and-conditions-wrapper .form-row .woocommerce-input-wrapper label {
    font-size: 14px;
    color: #555;
}

.woocommerce-terms-and-conditions-wrapper .form-row .woocommerce-input-wrapper input {
    margin-right: 10px;
}
/* Nasconde la scritta "opzionale" accanto ai campi non obbligatori */
.woocommerce-billing-fields .form-row .optional {
    display: none;
}
/* Nasconde la scritta "opzionale" */
.woocommerce .form-row .optional {
    display: none !important;
}/* End custom CSS */