body#product div[data-lendismart-widget="starting-from-detailed"] > iframe:nth-child(2) {
    display: none;
}

body#cart #lendismart-btn-credit-simulator {
    width: 100%;
    margin-top: 8px;
}

body#checkout div[data-lendismart-widget="starting-from-detailed"] > iframe:nth-child(2) {
    display: none;
}

.lendismart-important {
    color: red;
    font-weight: bold;
}