body.auth-customer .auth-customer-hide {
    display: none !important;
}

body.auth-guest .auth-guest-hide {
    display: none !important;
}

body.auth-customer .auth-guest-show {
    display: none !important;
}

body.auth-guest .auth-customer-show {
    display: none !important;
}
