.elaet-custom-radio-checkbox input[type=checkbox],
.elaet-custom-radio-checkbox input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-style: solid;
    border-width: 0;
    outline: none;
    min-width: 1px;
    width: 15px;
    height: 15px;
    background: #ddd;
    padding: 3px;
}

.elaet-custom-radio-checkbox input[type=checkbox]:before,
.elaet-custom-radio-checkbox input[type=radio]:before {
    content: "";
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: block;
}

.elaet-custom-radio-checkbox input[type=checkbox]:checked:before,
.elaet-custom-radio-checkbox input[type=radio]:checked:before {
    background: #8c8c8c;
    -webkit-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;
}

.elaet-custom-radio-checkbox input[type=radio] {
    border-radius: 50%;
}

.elaet-custom-radio-checkbox input[type=radio]:before {
    border-radius: 50%;
}
