.checkbox .klarna-law-notice {
    margin-bottom: .5rem;
    font-size:     1rem;
}

.container.klarna-outside-forms {
    max-width: 640px;
}

@media (max-width: 768px) {
    .cart-buttons .btn,
    .cart-buttons form {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .cart-buttons .btn {
        width:         auto;
        margin-bottom: 0;
        font-size:     0.95em;
    }
}

#banner-promotion iframe {
    width:         100% !important;
    height:        auto !important;
    margin-bottom: 30px;
}

.kl-basket-rate-note > * {
    max-width: 100% !important;
    margin-bottom: 20px;
}

#instant {
    width: 210px;
    height: 50px;
}

#instant p {
    margin-bottom: 0;
}

#instant iframe {
    width: 100%;
}

@media (max-width: 992px) {
    #instant {
        width:         auto;
        margin-top:    10px !important;
        margin-right:  0 !important;
        padding-right: 0 !important;
        border:        none;
    }

}

@media (max-width: 768px) {
    #instant {
        width: 100%;
    }
}

.is-logged-in #instant {
    height: auto;
}