.customize-control-kirki-radio-buttonset { .buttonset { .switch-label { background: rgba(0,0,0,.05); color: #555; border-right: 1px solid rgba(0,0,0,.2); padding: 4px 7px; margin: 0; font-size: 12px; &:last-child { border-right: none; } } .switch-input { display: none; &:checked { + .switch-label { background-color: #3498DB; color: #fff; } } } } }