.t-checkbox__indicator {
    border: 2px solid #ff7a2f !important;
    background-color: transparent !important;
}

.t-checkbox:checked ~ .t-checkbox__indicator {
    background-color: #ff7a2f !important;
    border-color: #ff7a2f !important;
}

.t-checkbox:checked ~ .t-checkbox__indicator:after {
    border-color: #ffffff !important;
}

.t-checkbox__control:hover .t-checkbox__indicator {
    border-color: #ff7a2f !important;
}