/*  Settings */
.wcc-btn-revisit-wrapper.wcc-revisit-bottom-left {
    display: none;
}

@media only screen and (min-width: 320px) {
    .wcc-notice-btn-wrapper {
        display: block !important;
    }
}

@media (max-width: 576px) {
    .wcc-prefrence-btn-wrapper {
        flex-direction: column-reverse !important;
    }
    .wcc-prefrence-btn-wrapper .wcc-btn-accept {
        margin: 10px 0 0 0 !important;
    }
}
