/* -----------------------------------------------------------------------------

  COMPENENTS - RATING
  
----------------------------------------------------------------------------- */
.c-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
  direction: ltr;
}

.c-rating__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 37px;
      -ms-flex: 0 0 37px;
          flex: 0 0 37px;
  height: 32px;
  background: url("stars.svg");
  background-position: 0 0;
  cursor: pointer;
}

.c-rating__item:hover,
.c-rating__item.is-active {
  background-position: -34px 0;
}

.reti {
    margin-bottom: 10px;
}
.addd {
    direction: rtl;
}
.addd a i {
    float: right;
    font-size: 25px;
    margin-left: 6px;
}
.addd a {
    margin: 0;
    width: 100%;
}
