ul#shipping_method p:last-child {
    display: none;
}
p.woocommerce-shipping-contents {
    display: block !important;
}
#order_review .cart_item .pickup-location-field, 
#main-content .woocommerce-checkout tr.woocommerce-shipping-totals.shipping th {
    display: none !important;
}

#main-content .cart_totals table.shop_table_responsive tr td::before {
    content: " " !important;
}
#main-content tr.woocommerce-shipping-totals.shipping th {
    display: block !important;
    padding-left: 0;
    text-align: left;
}
#main-content tr.woocommerce-shipping-totals.shipping th:after,
.woocommerce-checkout-review-order-table tfoot th:after {
    content: ":";
}