#pickup_locations_field, #delivery_address {
    display:none;
}
.checkout .woocommerce-shipping-totals.shipping {
 display: none;
}
.shipping_method:checked ~ #pickup_locations_field,.shipping_method:checked ~ #delivery_address {
    display: block;
}
.woocommerce-shipping-destination {
    display: none;
}
#billing_address_1_field .optional, #pickup_select_field .optional, #pickup_time_field .optional, #select_local_locations_field .optional{
    display: none;
}
#map {
    position: relative;
}
#pickup_time_field {
    display: none;
}
.woocommerce-shipping-totals.shipping th{
    word-break: inherit !important;
}
#map:after {
    width: 22px;
    height: 40px;
    display: block;
    content: ' ';
    position: absolute;
    top: 50%; left: 50%;
    margin: -40px 0 0 -11px;
    background: url("spotlight-poi_hdpi.png");
    background-size: 22px 40px; /* Since I used the HiDPI marker version this compensates for the 2x size */
    pointer-events: none; /* This disables clicks on the marker. Not fully supported by all major browsers, though */
}