.customize-control-kirki-radio-image label {
	margin-bottom: 10px;
}
div .customize-control-kirki-radio-image input:checked + label img {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 3px solid #0D9B4D;
}
div .customize-control-kirki-radio-image input:checked + label::after {
	content: "\f147";
	font-family: dashicons;
	background-color: #0D9B4D;
	position: absolute;
	right: -8px;
	bottom: 4px;
	border-top-left-radius: 2px;
	color: #fff;
	line-height: normal;
	font-size: 20px;
	padding: 1px 0 0 1px;
}
div .kirki-toggle-switch-input:checked+.kirki-toggle-switch-label:after {
	background-color: #0D9B4D;
}
div .customize-control-kirki-switch .kirki-switch .toggle-on {
	color: #0D9B4D;
}
#input_choose_default_header > label {
	background: #fff;
	padding: 3px;
}
div .customize-control-kirki-radio-image #input_choose_default_header input:checked +  label::after {
	right: 0px;
	bottom: 6px;
}
