.spr-container {
    padding: 0;
}

.spr-header .spr-header-title {
    font-size: 20px;
    margin: 0px 0 10px 0;
    font-weight: bold;
}

.spr-review .spr-review-header-title {
    line-height: 18px;
    display: inline-block;
    font-weight: bold;
}

.spr-review .spr-review-content-body {
    font-size: 15px;
    padding: 5px 0 0;
}

.spr-review .spr-review-header-starratings {
    margin: 5px 0 0 0;
}

.spr-review .spr-review-content {
    margin: 0 0 15px 0;
}

.spr-review i.fa.fa-check-circle-o {
    color: #2ecc71;
}

.spr-content .spr-review {
    padding: 2px 0;
}

.spr-review .spr-review-header-byline {
    font-style: italic;
    opacity: 1;
    margin: 0;
    font-size: 15px;
    display: block;
}
.spr-pagination-next a {
    background: #28a9e0;
    color: #fff;
    padding: 4px 7px;
    font-size: 15px;
    border-radius: 3px;
    text-decoration: none;
}
.spr-review  .spr-review-reply {
    margin: 0 0 15px 0;
    padding: 15px;
}
.spr-review-reportreview {
    display: none;
}
.spr-review-reply-body, .spr-review-reply-shop {
    margin-bottom: 0 !important;
}
.spr-icon-star-empty:before {
    color: #d9d9d9 !important;
}

span.reviewDate {
    float: right;
    padding-right: 5px;
}
.productGrid .spr-badge,
.collectionGrid .spr-badge {
    text-align: center;
}


.spr-review #stamped-rating-wrapper {
    font-size: 13px;
    margin-bottom: 10px;
}
.spr-review-reply {
    background: #f5f6f7;
    padding: 15px;
}
.spr-review-reply p {
    font-size: 15px;
}
.spr-review .fa-check-circle-o:before, .spr-review .fa-share-alt:before, .spr-review .fa-thumbs-down:before, .spr-review .fa-thumbs-up:before {
    font-size: 15px;
}
.spr-review .rev_icon {
    background-color: #e9e9e9;
    width: 3.2em;
    line-height: 3.2em;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
    color: #666;
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.spr-review .rev_icon:after {
    content: '\f00c';
    right: 0;
    bottom: 0;
    height: 16px;
    width: 16px;
    line-height: 10px;
    background: #2fcd70;
    border-radius: 50%;
    border: 1px solid #fff;
    font-family: fontawesome;
    font-size: 9px;
    font-weight: normal !important;
    display: block;
    position: absolute;
    color: #fff;
    padding: 2px;
}
a.spr-summary-actions-newreview {
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}

.template-index .spr-badge[data-rating="0.0"],
.template-collection .spr-badge[data-rating="0.0"],
.template-product .carosel.product_c .spr-badge[data-rating="0.0"] {
    display:none;
}