/* rating */
.therating {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
.therating legend {
    margin-top: 0px;
    margin-bottom: 0px;
}
.therating fieldset {
    margin-top: 1em;
}
.therating .full_lenght{
    width:calc(100% - 6px);
}
.therating label {
    font-weight:bold;
}
.therating .widget-radio {
    padding-bottom:20px;
}
.hide {
    display: none;
}
  
.clear {
    float: none;
    clear: both;
  }
  
  .rating {
      unicode-bidi: bidi-override;
      direction: rtl;
  }
  
  .rating > label {
      padding: 0 !important;
      margin: 0 !important;
      cursor: pointer;
      color: #000;
      font-size: 20px;
      width: 21px;
      height: 22px;
      font-size: 20px;
      float: right;
      font-weight:normal;
      text-align: center;

  }
  
  .rating > label:hover,
  .rating > label:hover ~ label,
  .rating > input.radio-btn:checked ~ label {
      color: transparent;
  }
  
  .rating > label:hover:before,
  .rating > label:hover ~ label:before,
  .rating > input.radio-btn:checked ~ label:before,
  .rating > input.radio-btn:checked ~ label:before {
      content: "\2605";
      color: #FFD700;
  }
  
  
  .star_full {
      content: "\2606";
      color: #FFD700;
  }
  
  .comment {
    color:  #212121;
  }
  .rating-form .widget-radio{
      border-bottom:1px solid #ccc;
  }
  .rating-form .widget-radio:last-child,.no-border{
    border-bottom:0 !important;
  }