.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;
}

td.product-remove{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  cursor: pointer;
}

td.product-remove .swap{
  font-size: 2em;
  color: black !important;
}

td.product-remove .swap:hover{
  font-size: 2em;
  color: var(--order-summary-remove-icon-hover-color, #5bc0de) !important;
}
