html,
body {
    height: auto;
}

.site-container {
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.08);
}

.scroll-top {
    display: none;
    cursor: pointer;
    width: 45px;
    height: 45px;
    border: 1px solid transparent;
    position: fixed;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    z-index: 100;
    background-color: #63c232;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: none;
    transition: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.scroll-top--arrow,
.scroll-top::after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border: 6px solid transparent;
    border-top: 0;
    border-bottom: 10px solid #fff;
}

.scroll-top::after {
    content: none;
}

.scroll-top:hover, .scroll-top:focus {
    background-color: #5ab431;
}

.scroll-top.is-visible,
.no-js .scroll-top {
    visibility: visible;
    opacity: 1;
}

.js .scroll-top,
.no-js .scroll-top {
    display: block;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
}


.payment_info .btn-collapse {
    cursor: pointer;
    position: absolute;
    top: -1px;
    right: -1px;
    width: 20px;
    height: 20px;
    padding: 1px;
    color: #fff;
    line-height: 1;
    text-align: center;
    background-color: #c3160f;
    border: 1px solid #ff8d00;
    border-radius: 4px;
    transition: .2s ease-in-out;
}

.payment_info .btn-collapse.is-active::after {
    content: none;
}

.payment_info .btn-collapse::before,
.payment_info .btn-collapse::after {
    content: '';
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.payment_info .btn-collapse::before {
    width: 8px;
    height: 2px;
}

.payment_info .btn-collapse::after {
    width: 2px;
    height: 8px;
}

.payment_info .btn-collapse:hover {
    border-color: #c3160f;
}

.payment_info .btn-collapse:focus {
    outline: 0;
}

.sofort-s {
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background-color: #ef8000;
    color: #fff;
    font-weight: 700;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    font-style: italic;
    position: relative
}

.sofort-s {
    width: 24px !important;
    color: #fff !important;
    float: none !important
}

.sofort-s svg {
    display: block
}

.sofort-link {
    cursor: pointer;
    display: inline-block;
    padding: 3px 15px 3px 25px;
    background-color: #373737;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    margin-left: -13px;
    font-size: 12px;
    word-break: break-all
}

.sofort-link {
    color: #fff !important;
    font-weight: 400 !important
}

.sofort-link:hover {
    color: #fff;
    text-decoration: none;
}

.sofort-s {
    width: 34px !important;
    height: 34px;
    background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAcBAMAAAD7BwBrAAAAG1BMVEUAAAAdcmYdcmYZcmUZcmUZcmUbcWUdcmYbcmWQDhivAAAACHRSTlMA7hER7oiIiLjNhYUAAABJSURBVCjPY2CT6EABLQEMFR1ooI1BAl2okaEDAxApNFgBplNpL2TAwNShALSbGSEE5EHCCJ8QQiMe4z0wIy0DXaiVwRQ9ARQBAArHq+2FetCOAAAAAElFTkSuQmCC") no-repeat center center;
    background-size: 18px 14px;
    -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22)
}

.sofort-s svg {
    display: none
}

.sofort-link {
    font-size: 12px;
    font-weight: 500;
    border-radius: 6px;
    background-color: #1f6c60;
    margin-right: 3px
}

.sofort-link::after {
    content: '\2192';
    margin-left: 3px
}

.main-slide-button {
    background-color: #fff;
    color: #000;
}

.main-slide-button:hover {
    color: #000;
    opacity: 80%;
}

.form-payment-brands i {
    text-align: center;
}

.form-payment-brands i span {
    display: block;
    font-size: 12px;
}
.scuderia_text{
    padding: 10px;
    border: 1px solid red;
    margin-top: 10px;
}

.scuderia_text li{
    list-style-type: square;
}
.fa-cc-scuderia::before {
    content: '\f1f0\f1f1';
}