
/*
| Account + Cart content centering polish only.
| Existing field width, padding, hover, background and layout remain unchanged.
*/
@media (min-width: 1181px) {
    html body .rr-central-storefront-header
    .rr-shared-header-actions > a.rr-header-action:first-child
    .rr-header-action-icon,

    html body .rr-central-storefront-header
    .rr-shared-header-actions > a.rr-header-action:first-child
    .rr-header-action-text {
        position: relative !important;
        left: 8px !important;
    }

    html body .rr-central-storefront-header
    .rr-shared-header-actions > a.rr-header-action:last-child
    .rr-header-action-icon,

    html body .rr-central-storefront-header
    .rr-shared-header-actions > a.rr-header-action:last-child
    .rr-header-action-text {
        position: relative !important;
        left: -8px !important;
    }
}
