.woocommerce table.shop_table.cart tbody tr .actions {
    display: none !important;
}

.woocommerce table.shop_table.cart tbody tr:last-child {
    display: table-row !important; }

.woocommerce table.shop_table.cart tbody tr:last-child .kf-actions button{
    margin-right: 16px;
}

form#pause-meal-plan input#pause-weeks{
    width: 5em;
}

span.subscription-details{
    display: none;
}

.elementor-widget-woocommerce-menu-cart{
    display: none;
}