.bx-context-toolbar-empty-area{
    font-size: 12px;
}

ul.chek-marker {
    list-style-type: none;
}

li {
    position: relative;
}

ul.chek-marker li:after {
    display: block;
    position: absolute;
    content: '';
    width: 11px;
    height: 9px;
    background-image: url('/images/check.svg');
    background-size: 100%;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

ul.red li::marker {
    color: #da291c;
}
