/* REVIEWS WIDGET */
.review-widget {
  padding: 8px 22px;
  padding-bottom: 20px;
}
.rw-item {
  border-bottom: 1px solid #e8e8e1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.rw-item:nth-last-child(2) {
  border: 0;
}
.rw-top {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  height: 30px;
  /*    outline: 1px #ccc solid;*/
}
.rw-rating {
  margin: auto 0;
  display: flex;
}
.rw-rate {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #4d4c48;
  margin: auto;
  margin-right: 6px;
}
.rw-stars {
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.rw-star {
  margin-right: 3px;
}
.rw-star::before {
  font-family: "Sportbet";
  content: "\e90b";
  color: #ffc107;
  font-size: 10px;
}
.rw-star.empty::before {
  color: #dedede;
}
.rw-bk {
  margin: auto 0;
  margin-left: 10px;
}
.rw-bk a {
  display: flex;
}
.rw-bk img {
  width: auto;
  height: 30px;
}
.rw-content {
  margin: 8px 0;
  line-height: 20px;
}
.rw-content a {
  font-weight: normal;
  font-size: 13px;
  color: #4d4c48;
}
.rw-content a:hover {
  color: #ffc700;
}
.rw-author {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.rwa-avatar {
  margin: auto 0;
  margin-right: 10px;
}
.rwa-avatar .anonim {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 35px;
  height: 35px;
  position: relative;
  border-radius: 50%;
  background-color: #e8e8e1;
}
.rwa-avatar .anonim:before {
  content: "\e922";
  font-family: "Sportbet";
  font-size: 16px;
  color: #b8b8b6;
  margin: auto;
}
.rwa-avatar a {
  display: flex;
}
.rwa-avatar img {
  border-radius: 50%;
}
.rwa-info {
  margin: auto 0;
}
.rwa-date {
  font-weight: bold;
  font-size: 10px;
  line-height: normal;
  text-transform: uppercase;
  color: #d6d6d0;
}
.rwa-name {
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
  color: #303030;
}
.no-reviews-widget {
  padding: 0 22px;
  padding-bottom: 15px;
}
