.cherry-ui-container {
  margin: 10px 0 20px 0; }

label.cherry-label {
  margin: 0 0 5px 0;
  display: block; }

input.cherry-radio-input {
  display: none; }

.cherry-radio-item {
  margin-bottom: 10px; }
  .cherry-radio-item:last-child {
    margin-bottom: 0; }
  .cherry-radio-item label {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    color: #23282d; }
  .cherry-radio-item span {
    width: 25px;
    height: 25px;
    border-radius: 25px;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    background-color: #f1f1f1;
    display: inline-block;
    float: left; }
    .cherry-radio-item span i {
      width: 13px;
      height: 13px;
      background-color: #298ffc;
      margin: 6px;
      border-radius: 20px;
      display: inline-block;
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0);
      -webkit-transition: all 0.3s cubic-bezier(0.27, 0.63, 0.54, 0.96);
              transition: all 0.3s cubic-bezier(0.27, 0.63, 0.54, 0.96); }

.cherry-radio-item.checked span i {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.cherry-radio-img {
  float: left;
  margin: 10px 5px 0 5px;
  text-align: center;
  max-width: 80px;
  position: relative; }
  .cherry-radio-img label {
    display: inline-block; }
  .cherry-radio-img img {
    width: 100%;
    height: auto;
    margin: 0 0 5px 0;
    pointer-events: none; }

.cherry-radio-img.checked {
  font-weight: bold; }
  .cherry-radio-img.checked .check {
    display: block; }
  .cherry-radio-img.checked img {
    box-shadow: 0 0 0 2px #fffeff, 0 0 0 5px #298ffc; }
