.mall-loader {
    background: hsla(0, 0%, 100%, .8);
    transition: 0.3s;
    z-index: 50;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: wait;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    min-height: 100px;
    display: flex;
    justify-content: center;
}

iframe
{
    max-width: 100% !important;
}

.stripe-loading-indicator .stripe, .stripe-loading-indicator .stripe-loaded
{
    background: #834F1D !important;
}