/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

#checkout #delivery-address .form-fields .form-group:nth-of-type(1) {
    display: none !important;
}
#checkout #delivery-address .form-fields .form-group:nth-of-type(3) {
    display: none !important;
}
.delivery-option-2 .carrier-price {
    display: none;
}