.dp--check-box {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}


.dp--check-box:checked {
    background-color: #E1081C;
    border-color: #E1081C;
}

.dp--check-box:checked::before {
    content: '\2713';
}
a.cc-btn.cc-allow-all.cc-w-100 {
    background-color: #E1081C !important;
}
.dp--check-box::before {

    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 15px;
    color: #fff;
}

.dp--check-box:disabled {
    background-color: darkgray;
    border-color: #ccc;
    opacity: 0.6;
}
