.woocommerce-cart-form__cart-item.cart_item {
    margin-bottom: 20px; /* Aumentar el espacio entre las filas */
} 

.product-name .variation {
    margin-top: 10px; /* Aumentar el espacio entre el nombre del producto y las variaciones */
} 

.extra-items-table {
    width: 100%;
    border-collapse: collapse;
}

.extra-items-table th,
.extra-items-table td {
    border: 1px solid #ddd;
    padding: 8px;
}

.extra-items-table th {
    background-color: #f2f2f2;
    text-align: left;
}

.extra-items-table tbody tr:nth-child(even) {
    background-color: #f7f7f7;
}

.woocommerce-js a.remove {
    position: relative;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-weight: 400;
    font-size: 18px;
    width: 20px;
    height: max-content;
    text-align: center;
    line-height: 7px;
    border-radius: 100%;
    color: var(--ast-global-color-3);
    text-decoration: none;
    opacity: .5;
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart tbody tr:last-child {
    display: table-row;
}
/* custom-checkout-styles.css */
div#extra_fields_1, div#extra_fields_2, div#extra_fields_4, div#extra_fields_6  {
    background: #efefef;
    padding: 10px;
} 