.td_car.checkbox__item input:checked ~ .checkmark {
    background-color: #c3002f;
}
.td_car.active{
    border-color: #c3002f;
}
.td_car.checkbox__item input:checked ~ .td_car.checkbox__item {
    border-color: #c3002f;
}
.choosedate-accordion-date{
    color: #c3002f;
}
.checkbox__btn .checkbox__item input:checked ~ .checkmark {
    border-color: #c3002f;
    background: #c3002f!important;
}
/*COLOR*/
.td_widget-rules a{
    color: #c3002f;
    border-bottom: 1px solid #c3002f;
}
.td_widget-rules a:hover{
    color: #c3002f;
    text-decoration: none;
}
.td_widget-item.active{
    color: #c3002f;
}
.td_widget-item.active svg path{
    fill: #c3002f;
}
.checkbox__btn .checkbox__item input:checked ~ .checkmark {
    border-color: #c3002f
}
.checkbox__btn .checkbox__item .checkmark:after {
    background: #c3002f;
}
.td_widget-calendar-time div:hover, .td_widget-calendar-time .select{
    color: #fff;
    background: #c3002f;
    border: 1px solid #c3002f26;
}
.td_widget-calendar-day span:hover {
    background: #c3002f26;
    color: #c3002f;
}
.td_widget-calendar-day .select,
.td_widget-calendar-day .select:hover{
    background: #c3002f;
    color: #fff;
}
.td_widget-calendar-color{
    color: #c3002f!important;
}
/*BTN*/
.btn:hover{
    color: #fff;
    background:  #c3002f;
    box-shadow: none!important;
    border: 1px solid #c3002f;
}
.btn:not(:disabled):not(.disabled):active{
    color: #c3002f;
    background: transparent;
    box-shadow: none!important;
    border: 1px solid #c3002f;
}
.btn.disabled, .btn:disabled,
.btn.disabled:hover, .btn:disabled  {
    cursor: no-drop;
}
/*END BTN*/
/*END COLOR*/