/* Reviews */
.rating{
  text-align: center;
  margin: 0 0 20px;
  padding: 0;
}

.list-reviews .normal{
  border: solid #eee 2px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 12px;
}

.list-reviews .normal blockquote,.list-reviews .highlight blockquote{
  margin-top: 12px;
  font-size: 12px;
  word-wrap: break-word;
}

.list-reviews .normal blockquote:before,.list-reviews .highlight blockquote:before{
  content: open-quote;
  font-weight: 700;
  font-size: 24px;
  padding-right: 6px;
}

.list-reviews .normal blockquote:after,.list-reviews .highlight blockquote:after{
  content: close-quote;
  font-weight: 700;
  font-size: 24px;
  padding-left: 6px;
}

.list-reviews .highlight{
  background: #eee;
  border: solid #eee 2px;
  border-radius:0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 12px;
}

.highlight blockquote{
  border-left-color: #333
}

.list-reviews .date{
  background-color: #111;
  float: right;
  display: block;
  color: #fff;
  border-left: solid #111 2px;
  border-bottom: solid #111 2px;
  position: relative;
  top: -14px;
  right: -14px;
  font-size: 10px;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  padding: 4px 6px 2px;
}
/* Reviews end */

.vm2-stars0{
  background-position: 0 -358px;
  width: 64px;
  height: 13px;
}

.vm2-stars1{
  background-position: 0 -421px;
  width: 64px;
  height: 13px;
}

.vm2-stars2{
  background-position: 0 -484px;
  width: 64px;
  height: 13px;
}

.vm2-stars3{
  background-position: 0 -547px;
  width: 64px;
  height: 13px;
}

.vm2-stars4{
  background-position: 0 -610px;
  width: 64px;
  height: 13px;
}

.vm2-stars5{
  background-position: 0 -673px;
  width: 64px;
  height: 13px;
}

.vm2-stars_0{
  background-position: 0 -736px;
  width: 64px;
  height: 13px;
}

.vm2-stars_1{
  background-position: 0 -799px;
  width: 64px;
  height: 13px;
}

.vm2-stars_2{
  background-position: 0 -862px;
  width: 64px;
  height: 13px;
}

.vm2-stars_3{
  background-position: 0 -925px;
  width: 64px;
  height: 13px;
}

.vm2-stars_4{
  background-position: 0 -988px;
  width: 64px;
  height: 13px;
}

.vm2-stars_5{
  background-position: 0 -1051px;
  width: 64px;
  height: 13px;
}

.vm-product-rating-container {
  text-align: left;
  margin-bottom: 10px
}

.ratingbox {
  position: relative;
  display: inline-block;
  width: 85px;
  height: 15px;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  text-align: left;
}

.spacer-buy-area .ratingbox {
  margin-bottom: 15px
}

.ratingbox div {
  display: block;
  height: 14px;
}

div.vote {
  float: left;
  white-space: nowrap;
}

.stars-orange {
  background-position: 0 0 !important;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 768px){
  .spacer-buy-area .ratingbox {
    margin: 0 auto 15px;
  }
}
