﻿.bb-color-contact ul li.color-sidebar-active .bb-sidebar-block-item span.vink-zwart:after {
    color: black !important;
}

.bb-color-contact ul li.color-sidebar-active .bb-sidebar-block-item span.vink-wit:after {
    color: white !important;
}

@media (max-width: 768px) {
    .hide-on-mobile {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .bb-cart-table {
        overflow-x: auto !important; /* horizontaal scrollen toestaan */
        overflow-y: hidden !important; /* verticale overflow verbergen als dat moet */
    }
}