.footer-column-title-1 {
    font-weight: 600;
}


.my-footer-headline {
    max-width: 300px;
    padding-bottom: 30px;
    line-height: 1.3em;
    font-weight: 700;
    font-size: 17px;
}


.footer-column-title-1 {
    color: #fff;
    padding-bottom: 20px;
    font-size: 17px;
    font-weight: 700;
}


.footer-adres {
    position: relative;
    margin-left: 50px;
    padding-bottom: 20px;
}

.footer-adres-1 {

}

.footer-adres:before {
    position: absolute;

    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    display: inline-block;
    margin-left: .5em;
    top: 0;
    left: -45px;
    font-size: 1.2em;
}

.footer-adres-1:before {
    content: "\f070";
    content: "\f279";
}

.footer-adres-2:before {
    content: "\f0e0";
}

.footer-adres-3:before {
    content: "\f3cf";
    content: "\f098";
    font-weight: 600;
}





/* VER LIGHT */




.my-footer-rich-text.brxe-text a,
.footer-adres-1:before,
.my-footer-rich-text.brxe-text,
.footer-column-title-1,
.my-footer-headline.brxe-heading {
    /* color: var(--centrum-color-grey-800); */
}

#brxe-0306a2 a {
    /* color: var(--centrum-color-grey-800) !important; */
}

.my-footer-rich-text-2 p{
    font-weight: 400;
}
.my-footer-link-2 {
    font-weight: 400;
    font-size: 14px;
}







#mini-cart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease;
    z-index: 9998;
}

#mini-cart-overlay.active {
    opacity: 1;
    visibility: visible;
}

