.symbol {
  display: inline-block;
  border-radius: 50%;
  border: 5px double white;
  width: 30px;
  height: 30px;
}

.symbol-empty {
  background-color: #ccc;
}

.symbol-filled {
  color: #f39801;
}

.bos{ width: 60px; height:60px;}
.vb {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.rw {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    margin-left: 5px;
}
.bpa{
        margin-top: 5px;
        text-align:right;
}
.custom-prod {
    font-size: 1.5em;
}
.rating-desc {
    font-size: 1em;
    vertical-align:bottom;
    padding:0 5px;
}
.rating-count {
    font-size: 1em;
    vertical-align:bottom;
    color:#808080;
}
.rating-container {
    float:right;
    padding-right:3px;
}
.rating-container .rating{
    color: #000000;
    font-size: 12px;
}
.rating-container .count{
    color:#808080;
    font-size:12px;
}
