.widget_display .a-btn{
  border-radius: 50px;
  padding: 10px 30px 10px 30px;
  position: relative;
  float:left;
  display: block;
  overflow: hidden;
  margin: 10px;
   background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 74%, rgba(237,237,237,1) 100%);
  box-shadow:
      0px 0px 7px rgba(0,0,0,0.2),
      0px 0px 0px 1px rgba(188,188,188,0.1);
  transition: box-shadow 0.3s ease-in-out;
  text-decoration: none;
  min-width: 150px;
}
.widget_display .a-btn-text{
  font-size: 15px;
  color: #d7565b;
  line-height: 16px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  text-shadow: 1px 1px 2px rgba(255,255,255,0.5);
  display: block;
text-decoration: none;
letter-spacing: .5px;
text-align: center;
}
.widget_display .a-btn-slide-text{
  font-family: Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  color: #555;
  text-shadow: 0px 1px 1px rgba(255,255,255,0.9);
text-decoration: none;
padding-top: 6px;
  display: block;
text-align: center;
}
.widget_display .a-btn:hover{
  background: #fff;
  box-shadow:
      0px 0px 9px rgba(0,0,0,0.4),
      0px 0px 0px 1px rgba(188,188,188,0.1);
}
.widget_display .request-for-rate-show{
font-size: 13px;
  color: #555;
padding-left: 8px;
font-family: 'Roboto', sans-serif;
}
.widget_display .a-btn-slide-text.top{
padding-top: 1px;
}
.widget_display .a-btn.rating{
min-width: 160px;
text-align: center;
}
.widget_display .a-btn.rating .local-flex {
margin-bottom: 0;
}
span.rated-review{
display: block;
  margin-bottom: 12px;
  font-size: 12px;
  color: #646464;
font-style: italic;
}
.rating-star{
position: relative;
padding: 0;
border: none;
}
.rating-star > input { display: none; }
.rating-star > label:before {
  margin: 3px;
  font-size: 17px;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
margin-bottom: 0;
}
.rating-star > .half:before {
  content: "\f089";
  position: absolute;
}
.rating-star > label {
  color: #ddd;
  float: right;
margin-bottom: 0;

}
.rating-star > input:checked ~ label,
.rating-star:not(:checked) > label:hover,
.rating-star:not(:checked) > label:hover ~ label {
color: #f9bf00;

}
.rating-star > input:checked + label:hover,
.rating-star > input:checked ~ label:hover,
.rating-star > label:hover ~ input:checked ~ label,
.rating-star > input:checked ~ label:hover ~ label {
color: #FFED85;
}

.local-flex {
  display: inline-flex;
  align-items: center;
  margin-bottom: 8px;
}
/* ews rating chilly */

 ul.current-rating {
     list-style: none;
     margin: 0;
     padding: 0;
     margin-top: 30px;
}
ul.current-rating div {
    display: inline-block;
    height: 24px;
}
ul.current-rating div.label {
    width: 60px;
    text-align: left;
    margin-right: 10px;
 }
.space {
   margin-top: 30px;
 }
.ewsRatingStars {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.ewsRatingStars .ewsRatingStar {
    background: url('icons/star_image_blue.png') 0 0 no-repeat;
    display: inline-block;
}

.ewsRatingStars .ewsRatingStar.ewsRatingStarColorRed {
    background: url("../images/star_image_red.png") 0 0 no-repeat;
}

.rateit {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
	line-height: 1;
}
.rateit .rateit-range {
      position: relative;
      display: -moz-inline-box;
      display: inline-block;
      background: url("../../images/star.png");
      height: 22px;
      outline: none;
 }

.rateit .rateit-range * {
   display: block;
 }
* html .rateit, * html .rateit .rateit-range {
    display: inline;
}
* + html .rateit, * + html .rateit .rateit-range {
   display: inline;
}
.rateit .rateit-hover, .rateit .rateit-selected {
   position: absolute;
   left: 0;
   top: 0;
   width: 0;
}
.rateit .rateit-hover-rtl, .rateit .rateit-selected-rtl {
   left: auto;
   right: 0;
}
.rateit .rateit-hover {
    background: url("../../images/star.png") left -44px;
    color: rgb(239, 197, 41);
}
.rateit .rateit-hover-rtl {
    background-position: right -32px;
}
.rateit .rateit-selected {
    background:  url("../../images/star.png") left -22px;
    color: rgb(191,66,66);
}
.rateit .rateit-selected-rtl {
    background-position: right -22px;
}
.rateit .rateit-preset {
   background:  url("../../images/star.png") left -66px;
   color: rgb(239, 107, 34);
}
.rateit .rateit-preset-rtl {
    background:  url("../../images/star.png") left -66px;
}
 .rateit .rateit-reset span {
    display: none;
 }
.rating-star > label  {
pointer-events:none!important;
}

