.cookie-consent-icon {
    position: fixed;
    left: 10px;
    bottom: 20px;
    background: url(/Modules/CookieConsent/icons/cookie.png);
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    z-index: 99999;
    cursor: pointer;
    display: block;
}

.show--consent .cookie-consent-icon {
    display: none;
}

#cc-main .section__toggle:checked ~ .toggle__icon {
    background: #93e683;
}

#mb_modules_popups_Container {
    display: none;
}

.mb_wysiwygView .cookie-consent-icon {
    display: none;
}