/* Keep custom SVG account/cart icons centred in every interaction state.
   Magento RWD otherwise applies legacy sprite offsets on hover. */
.kxm-project-header .skip-account .icon,
.kxm-project-header .skip-cart .icon {
    background-position: center !important;
}
