.mxbasket-loading-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ccc;
    z-index: 999;
    opacity: 0.30;
}

.mxbasket-loading-content {
    padding: 15px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #eee;
    background: #fff;
    font-size: 20px;
    z-index: 9999;
}

.mxbasket-loading-content__text {
    float: left;
    width: 100%;
    margin: 15px;
}

