@import url('fonts.css');
.clearfix {
	*zoom: 1;
}

.clearfix:before,.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

/**********************************/
._sm_mini {
  display: inline-block;
  height: 50px;
  line-height: 50px;
}
._sm_mini .reviewStars {
  float: left;
  height: 50px;
}
._sm_mini a._countReview {
  float: left;
  margin-left: 5px;
  color: #666;
}
._sm_mini span._count {
    padding-left: 1px;
}

._sm_mini a._countReview i {
    font-size: 10px;
}
.reviewStars ._starBox {
 /* background-color: #ddd;*/
  border-radius: 3px;
  display: inline-block;
  height: 30px;
  margin-right: 3px;
  overflow: hidden;
  position: relative;
  width: 30px;
}
.reviewStars ._active {
  /*background-color: #007f4e;*/
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 1;
}
.reviewStars ._active ._star {background-image: url("/templates/loja5responsivo/images/star-active.svg");  background-size: contain;}
.reviewStars ._star {
  background-image: url("/templates/loja5responsivo/images/star.svg");
  background-position: left center;
  background-size: cover;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 5;
}
.reviewStars ._starBox  ._active{background-image: url("/templates/loja5responsivo/images/star-active.svg");
 background-color:#fff; 
background-position:left center;
 background-repeat:no-repeat; z-index:6; 
  background-size: cover;}