/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */

/* disable logout */
a[href*=logout], .wpas-link-logout {
	display: none !important;
}

/* disable login */
a[href*=login] {
	display: none !important;
}

/* disable blocking checkout button */
.woocommerce-checkout .blockUI.blockOverlay {
    display: none !important;
    z-index: -1 !important;
}