<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 *  Solution 360 GmbH
 */
#lpa-checkout-overlay {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
    background: #000; 
    width:      100%;
    height:     100%; 
    z-index:    10000;
    top:        0; 
    left:       0; 
    position:   fixed; 
    display: none;
    cursor: wait;
}

#lpa-checkout-overlay-content {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
    max-height: 60px;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    z-index: 10001;
    display: none;
    cursor: wait;
}

.lpa-cancel {
    float: left;
    text-align: left;
}

.lpa-next {
    float: right;
    text-align: right;
}

#amazonpayments #addressBookWidgetDiv,
#amazonpayments #walletWidgetDiv,
#amazonpayments #readOnlyAddressBookWidgetDiv,
#amazonpayments #readOnlyWalletWidgetDiv,
#amazonpayments #editWalletWidgetDiv {
    height: 228px;
}

/*
    Workaround for JTL Shop 4.02 EVO Template Header disappearing behind
    the amazon widgets.
*/
header.fixed-navbar .affix {
    z-index: 500;
}</pre></body></html>