﻿

.bbspLoadingOverlay {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 9999999;
    background-color: grey;
    opacity: 0.8;
    display: none;
}

.hdCheckoutCompleteBtn {
    display: none;
}
