/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/* hides the checkbox */
#ship-to-different-address-checkbox {
    display:none;
}

/* disable touch event or mouse click */
#ship-to-different-address label {
    pointer-events: none;
}