/**
 * Vote bar styles
 *
 * Copyright (c) 2011-present Qualiteam software Ltd. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

.vote-bar {
  position: relative;
  display: inline-block;
  padding: 0px;
  margin: 0px;
}

.stars-row {
  white-space: nowrap;
  color: #d3d3d3;
  display: inline-block;
  vertical-align: middle;
}

.rating-label {
  vertical-align: middle;
}

.star-single {
  display: inline-block;
  float: left;
  line-height: 1;
  text-align: center;
}

.stars-row .star-single span.not-filled {
  color: #d3d3d3;
}

.stars-row .star-single span.filled {
  color: #ffa52b;
}
