/* Support for Knowband Supercheckout */
.alert-info .paymentInfo {
    position: relative;
    z-index: 1;
}

#montonio-spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height:100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

#montonio-spinner {
    width: 40px;
    height: 40px;
    border: 4px #F0EEFB solid;
    border-top: 4px #558AFF solid;
    border-radius: 50%;
    animation: montonioAnimateSpinner 0.8s infinite linear;
}

@keyframes montonioAnimateSpinner {
    100% {
        transform: rotate(360deg);
    }
}

.montonio-payment-method-form {
    margin-bottom: 1em;
}

#wrapper .opc_payment_method li .montonio-payment-method .paymentInfo {
    display: block !important;
}

#tc-container .payment-options div[data-payment-module="montonio"] img {
    height: 25px;
}