/*
Theme Name: Astra Child
Template: astra
Version: 1.0
*/
/* Stile migliorato per pulsante rimozione prodotto nel carrello */
.woocommerce table.shop_table .product-remove a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    background-color: #dc3545 !important;
    color: #fff !important;
    border-radius: 50% !important;
    font-size: 18px !important;
    font-weight: bold !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border: 2px solid #dc3545 !important;
}

.woocommerce table.shop_table .product-remove a:hover {
    background-color: #c82333 !important;
    border-color: #c82333 !important;
    transform: scale(1.1) !important;
    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3) !important;
}

.woocommerce table.shop_table .product-remove a::before {
    content: "×" !important;
    font-size: 24px !important;
    line-height: 1 !important;
}
