body #dlt-brand-options-wrapper {
    padding-bottom: 20px !important;
}
.dlt-brand-options input[type="radio"] {
    display: none;
}
.dlt-brand-options label {
    cursor: pointer;
}
.dlt-brand-options label > img {
    width: 80px;
    /* opacity: 0.5; */
}

.dlt-brand-options label:hover > img {
    opacity: 1;

}