span.accordion__items--button {
    cursor: pointer;
}
span.selection {
    display: block;
}
span.select2-selection--single {
    height: 4.5rem !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 10px;
    right: 1px;
    width: 20px;
}
.select2-container--open .select2-dropdown--below {
    top: -2.8rem !important;
}

div.product-variant-box {
    cursor: pointer;
}

.js-cookie-consent {
    position: fixed;
    bottom: 0;
    background-color: slategrey;
    width: 100%;
    z-index: 999;
}
.btn-credit{
    height: 7rem;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .footer__widget--double-width {
        width: 65%;
    }
}
@media only screen and (max-width: 968px) {
    .text {
        display: none;
    }
    .btn-credit{
        height: 4.5rem;
    }
}
