.widget_sd_widget_reviews a {
  display: flex;
  color: #FFF;
  flex-direction: column;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget_sd_widget_reviews a .review-topbar {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.widget_sd_widget_reviews a:hover {
  color: #ea650c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget_sd_widget_reviews a:hover svg {
  color: #ea650c;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget_sd_widget_reviews a:hover .text {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget_sd_widget_reviews a .text {
  font-size: 16px;
  line-height: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget_sd_widget_reviews a .text svg {
  height: 10px;
  width: 10px;
  margin-left: 5px;
}
.widget_sd_widget_reviews a img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  object-fit: contain;
}
.widget_sd_widget_reviews a p {
  margin-bottom: 0;
}
.widget_sd_widget_reviews a svg {
  color: #FFF;
  width: 25px;
  height: 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget_sd_widget_reviews a svg:not(:last-child) {
  margin-right: 5px;
}
.widget_sd_widget_reviews a .stars {
  display: flex;
}

@media screen and (max-width: 1600px) {
  .widget_sd_widget_reviews a .review-topbar {
    margin-bottom: 12px;
  }
  .widget_sd_widget_reviews a .text {
    line-height: 25px;
  }
  .widget_sd_widget_reviews a .text svg {
    height: 8px;
    width: 8px;
    margin-left: 4px;
  }
  .widget_sd_widget_reviews a img {
    width: 21px;
    height: 21px;
    margin-right: 8px;
  }
  .widget_sd_widget_reviews a svg {
    width: 21px;
    height: 21px;
  }
}
@media screen and (max-width: 1400px) {
  .widget_sd_widget_reviews a .review-topbar {
    margin-bottom: 11px;
  }
  .widget_sd_widget_reviews a .text {
    line-height: 22px;
  }
  .widget_sd_widget_reviews a .text svg {
    height: 7px;
    width: 7px;
  }
  .widget_sd_widget_reviews a img {
    width: 18px;
    height: 18px;
    margin-right: 7px;
  }
  .widget_sd_widget_reviews a svg {
    width: 18px;
    height: 18px;
  }
}

/*# sourceMappingURL=style.css.map */
