.simplyLeaseCalculator, .siemens-calculator-button {
    margin: 15px 0;
    padding: 10px;
    background: #fff;
    border: 1px solid #15999b;
    line-height: 50px;
    cursor: pointer;
    font-size: 16px;
    min-height: 70px;
    width: 100%;
    clear: both;
}

.installment_from {
    text-align: center;
    padding: 10px 0;
}

.installment_from strong {
    color: #15999b;
}

#simplylease-modal .text-center {
    text-align: center;
}

#simplylease-modal .mb2 {
    margin-bottom: 20px;
}

#checkout-payment-step .siemens-calculator-button {
    flex-direction: column;
    display: flex;
}

#checkout-payment-step .siemens-calculator-button img {
    width: auto;
}

#checkout-payment-step .siemens-calculator-button > div {
    width: 100% !important;
    text-align: center;
    line-height: 120% !important;
}

#simplylease-modal p {
    color: #000;
}

#simplylease-modal .remove {
    color: #ff0000;
}

.simplyLeaseCalculator img {
    height: auto !important;
}

#simplylease-modal .remove i {
    font-size: 14px;
    color: #ff0000;
    padding: 0;
    margin-top: -4px;
    margin-right: 5px;
}

.payment-option.is-simplylease-deactive {
    opacity: 0.5;
}

.is-simplylease-deactive-additional {
    display: block !important;
    margin: 0 !important;
}

.is-simplylease-validate-error {
    display: block !important;
    margin: 0 !important;
}

.is-simplylease-validate-error .simplylease_errors {
    display: block !important;
}

.simplylease_information {
    margin: 5px;
    font-size: 12px;
}

.additional-information:not(.is-simplylease-deactive-additional) .simplylease_information {
    display: none;
}

.simply-widget__scope table th {
    background: inherit !important;
    color: inherit !important;
    white-space: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    padding: inherit !important;
    border: inherit !important;
    vertical-align: inherit !important;
}

.simply-widget__scope h1, .simply-widget__scope  .h1, .simply-widget__scope h2, .simply-widget__scope  .h2, .simply-widget__scope  .h3, .simply-widget__scope  h3 {
    text-transform: inherit !important;
    color: inherit !important;
}

@media (max-width: 767px) {
    .simplyLeaseCalculator, .siemens-calculator-button {
        text-align: center;
        line-height: 150%;
    }
    .simplyLeaseCalculator img, .siemens-calculator-button img {
        margin: 0 0 10px 0;
    }
}