.woocommerce-shipping-destination {
    display: none;
}

.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
    padding-right: 5px;
}

.woocommerce #content table.cart td.actions .button,
.woocommerce table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page table.cart td.actions .button {
    margin-left: 0;
}

.woocommerce-js table.shop_table .product-thumbnail img,
.woocommerce-page table.shop_table .product-thumbnail img {
    max-width: 120px;
}

.shipping ul#shipping_method li:not(.elementor-widget-woocommerce-cart #shipping_method li) {
	padding-top: 0;
    padding-bottom: 0;
}