.payment-option img {
    height: 25px !important;
}

.montonio-target-container p {
    margin: 15px 0px 0px 3px;
}

body#checkout .additional-information {
    margin: 10px 0px 20px 30px;
}

.embeddedOverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.embeddedCv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.embeddedSpinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: embeddedSp-anime 0.8s infinite linear;
}

@keyframes embeddedSp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.embeddedAlert {
    padding: 16px;
    background-color: rgb(252, 233, 233);
    color: rgb(155, 28, 28);
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 15px;
    border-radius: 8px;
}

.embeddedClose {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.embeddedClose:hover {
    color: black;
}

.embedded-modal .ui-dialog-titlebar {
    display: none;
}

.ui-front {
    z-index: 9999 !important;
}

.ui-widget-overlay {
    background: rgba(0,0,0,0.6);
    opacity: 1;
}

#montonio-card-checkout-1, #montonio-blik-checkout-1 {
    max-width: 350px;
    padding: 10px 0px 15px 0px;
    overflow: hidden;
}

div.montonio-widget-wrapper {
    padding: 0px 15px 10px 15px;
    font-size: 17px;
    line-height: 23px;
}

div.montonio-widget-wrapper form {
    font-size: 17px;
}

div.montonio-widget-wrapper .js-payment-confirmation .btn {
    font-size: 17px;
}

div#montonio_card_payments_payment_button_link,
div#montonio_bnpl_payments_payment_button_link,
div#montonio_blik_payments_payment_button_link {
    font-size: 17px;
    line-height: 23px;
    font-weight: bold;
    color: #333;
    padding: 33px 40px 34px 99px;
    letter-spacing: -1px;
    cursor: pointer;
}

div.payment_module {
    margin-bottom: 10px;
}

.montonio_financing_payment_button {
    background: #fbfbfb;
}

.montonio_payments_payment_button {
    background: #fbfbfb;
    border: 1px solid #d6d4d4;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}

.montonio_embedded_wrapper {
    background: #fbfbfb;
    border: 1px solid #d6d4d4;
    box-sizing: border-box;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.montonio_card_payments_payment_button,
.montonio_blik_payments_payment_button {
    background: #fbfbfb;
    box-sizing: border-box;
}


.montonio_payments_widget_payment_button {
    background: #fbfbfb;
    border: 1px solid #d6d4d4;
    border-bottom: none;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0px !important;
}

.montonio-target-container {
    height: auto !important;
    max-height: 100% !important;
    border: 1px solid #d6d4d4;
    border-top: none !important;
}

.montonio-target-container p {
    margin-top: 15px;
}

.montonio_card_payments_payment_button {
    padding-right: 0px !important;
}

p.payment_module a.montonio_payments {
    border: none;
    padding: 27px 40px 15px 84px;
}

p.payment_module a.montonio:after {
    display: block;
    content: "\f054";
    position: absolute;
    right: 15px;
    margin-top: -11px;
    top: 50%;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 22px;
    width: 14px;
    color: #777777;
}

p.payment_module a.montonio_payments:after {
    right: 5px;
}

p.payment_module a.montonio.chevron-down:after {
    content: "\f078";
}

p.payment_module a.montonio:hover {
    background-color: #f6f6f6;
}

p.payment_module a.montonio.chevron-down:hover {
    background-color: #fbfbfb;
}
.montonio_bnpl_payment_form_wrapper {
    padding: 20px 20px 0px 20px;
}
.montonio-bnpl-items {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.montonio-bnpl-items .montonio-bnpl-item {
    margin: 0;
    background: #ffffff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 25px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-top: none;
}
.montonio-bnpl-items .montonio-bnpl-item:hover {
    background: #fbfbff;
}
.montonio-bnpl-items .montonio-bnpl-item:first-child {
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.montonio-bnpl-items .montonio-bnpl-item:last-child {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    margin-bottom: 16px;
}
.montonio-bnpl-items .montonio-bnpl-item.active {
    background: #f3f2ff;
    border: 1px solid #4537cd;
    color: #4537cd;
}
.montonio-bnpl-items .montonio-bnpl-item-disabled {
    background: #fefcfc;
    color: #a5a5a5;
    pointer-events: none;
}
.montonio-bnpl-items .montonio-bnpl-item .montonio-bnpl-item-subtitle {
    font-size: 12px;
    font-weight: normal;
}