.tcustomizer-field--SingleCheckbox .tcustomizer-field__input {
	border: 1px solid #ccc;
    border-radius: 15px;
    padding: 8px; 	 
}

.tcustomizer-checkbox__label-value {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
}

.tcustomizer-checkbox__label {
	  width: 100% !important;
}

.tcustomizer-checkbox__label-value .tcustomizer-addon {
  margin-left: auto !important;
  white-space: nowrap !important;
}
