.rating-avarage{
    /*display: none !important;*/
}
.rating{
    text-align: center;
}

#reviews{
    
}

#reviews .review-wrapper{
    border-radius: 10px;
    border: 3px solid #54a022;
    /*min-height: 150px;*/
    margin-top:10px;
    background-color: white;
    display: flex;
}

#reviews .review-wrapper .col-lg-3{
    background-color: #54a022;
    border-radius: 6px;
    border: 4px solid #54a022;
}

#reviews .rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  border-radius: 10px;
  background-color: #f4783a;
  color: #ffffff;
  font-size:22px;
}

.rating-avarage{
    border-radius: 10px;
    background-color: #ff945e;
    width: 2.3em !important;
    text-align: center;
}
#reviews .rating > span {
  display: inline-block;
  position: relative;
  width: 1em;
}

#reviews .review-wrapper .reviewer{
    
}

#reviews .review-wrapper .reviewer p{
    color: #ffffff;
    margin:0px;
    padding:4px;
    margin-left: 20px;
}
#reviews .review-wrapper .review{
    background-color: #ffffff;
    padding: 16px;
    border-radius: 0px 8px 8px 0px;
}

.sidebar{
    background-color: #70ba3f;
    border-radius: 10px;
    color:#ffffff;
    padding:10px
}

.sidebar h2{
    color:#ffffff;
    text-transform: uppercase;
    text-align: center;
}