
.awcfe-inline-item .woocommerce-input-wrapper .input-radio {
	display: inline-block !important;
	margin-right: 5px;
	margin-top: 5px;
}

.awcfe-inline-item .woocommerce-input-wrapper label {
	display: inline-block !important;
	margin: 0px 10px 0px 0px;
}

.awcfe-hidden {
	display: none;
}

.awcfe_toggleSwitch_field.awcfe-inline-item .awcfe-form-label, .awcfe_toggleSwitch_field.awcfe-inline-item .awcfe-formToggle {
	display: inline-block;
}

.awcfe_toggleSwitch_field.awcfe-inline-item .awcfe-formToggle {
	margin-top: 0px;
}

.awcfe_toggleSwitch_field input[type=checkbox] {
	height: 0;
	width: 0 !important;
	visibility: hidden;
	position: absolute;
}

.awcfe_toggleSwitch_field .awcfe-formToggle {
	cursor: pointer;
	text-indent: -9999px;
	width: 60px;
	height: 30px;
	background: grey;
	display: block;
	border-radius: 100px;
	position: relative;
	margin-top: 10px;
}

.awcfe_toggleSwitch_field .awcfe-formToggle:after {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 90px;
	-webkit-transition: .3s;
	transition: .3s;
}

.awcfe_toggleSwitch_field input:checked + .awcfe-formToggle {
	background: #4b46dd;
}

.awcfe_toggleSwitch_field input:checked + .awcfe-formToggle:after {
	left: calc(100% - 5px);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.awcfe_toggleSwitch_field .awcfe-formToggle:active:after {
	width: 30px;
}
