/* Hacks go here */

.maintenance-page header img{
    width: auto;
}

/* Fix for drupal commerce sage pay module radio buttons hack see theme-scripts.js - credit card check out radio button fix */
/* If the js has loaded .mustardo */
.mustardo fieldset[id="edit-payment-information"] fieldset[data-drupal-selector="edit-payment-information-payment-method"] .form-radios,
fieldset[data-drupal-selector="edit-payment-information-payment-method"],
input[data-drupal-selector="edit-shipping-information-recalculate-shipping"],
.field--name-shipping-method.field--widget-commerce-shipping-rate{
    display: none !important; visibility: hidden !important;
}

/*{
	display: none;
}*/
.profile--type--customer p.address{
	margin-bottom: 1.5em;
}