.main-pop-Ratings .pops-one-button {
  width: 100%;
  margin-left: 0;
  border-radius: 0px 0px 5px 5px;
  margin-top: 0;
}
.main-pop-Ratings .main-pop-window{
  height: 328px;
}
.rating-profile-pic{
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: inline-block;
  margin-top: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.star-rating-profile{
  text-align: center;
  display: inline-block; position: relative; width: 120px;
  margin-top: 15px;
}
.star-rating-profile .rating-buttons p{
  margin-top: 0 !important;
}
.rating-buttons{
  width: 120px; display: inline-block;
}
.rating-buttons ul.star-icon{
  margin-top: 0px;
  margin-left: 0px;
}
.rating-buttons ul.star-icon li{
  margin-left: 0px;
}
.rating-buttons ul > li.star {
display:inline-block;
}
.rating-buttons ul > li i {
font-size: 18px;
}
/* Hover state of the stars */
.rating-buttons ul > li.star.hover > i.fa {
color: #9d2832;
}

/* Selected state of the stars */
.rating-buttons ul > li.star.selected > i.fa {
color: #9d2832;
}
.rating-buttons ul > li.star.hover > i.fa {
color: #9d2832;
}
.after-rate-text{
  font-size: 16px; text-transform: capitalize;
}

.newer-big-icon{margin-bottom: 30px;}

span.review-pen-icon{
  background: url("/static/images/arousr-spritesv3.098371bfac67.png") no-repeat -383px -179px; float: left;
width: 16px; height: 16px; display: inline-block; position: relative; left: 4%; top: -29px;
}

.review-entering-area{
  position: relative;
  width: 92%;
}

#review_error_msg{
  font-size: 16px; margin-top: -15px;
}