/*------------------------------
-------  REVIEWS     -------*/
.title-ficha-review {
    font-size: 21px;
    color: #1D1D1B;
    font-weight: 400;
}
.user-review {
    font-family: sans-serif;
    font-size: 14px;
    color: #3C3C3B;
    font-weight: 300;
    margin-bottom: -4px;
}
.purchase_verified {
    font-family: sans-serif;
    font-size: 14px;
    color: #F9B233;
    margin-left: 5px;
}
.user-date-review {
    font-family: sans-serif;
    font-size: 13px;
    color: #3C3C3B;
    font-weight: 300;
    margin-bottom: 0px;
}
.purchase_verified {
    font-family: sans-serif;
    font-size: 14px;
    color: #F9B233;
    margin-left: 5px;
}
.fancyimages-review {
    margin-top: 15px;
    margin-bottom: 15px;
}
.utility-review {
    font-family: sans-serif;
    font-size: 15px;
    color: #3C3C3B;
    font-weight: 300;
}
.utility-result-review {
    font-family: sans-serif;
    font-size: 13px;
    color: #3C3C3B;
    font-weight: 400;
}

.stars-review-percent {
    padding-bottom: 4px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 94px;
}

.progress-review-percent {
    width: 165px;
    padding:0 20px 0 0;
}
.number-review {
    font-size: 15px;
    color: #1D1D1B;
    font-weight: 300;
}
.name-user-review {
    font-size: 17px;
    color: #212121;
    font-weight: 400;
    margin-bottom: 0px;
}
.tittle-comment-review {
    font-size: 18px;
    color: #3C3C3B;
    font-weight: 600;
    margin-bottom: 10px;
}
.product-review-name {
    font-size: 21px;
    color: #113F8D;
    font-weight: 500;
    margin-bottom: 3px;
    margin-top:0px;
}
.product-review-store {
    font-size: 17px;
    color: #6F6F6E;
    font-weight: 300;
}
.product-review-comment {
    font-family: sans-serif;
    font-size: 15px;
    color: #3C3C3B;
    line-height: 21px;
    padding-bottom: 10px;
    font-weight: 300;
}
.product-review-date {
    font-size: 15px;
    color: #212121;
    font-weight: 500;
}
.link-review {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #113f92!important;
    padding: 0;
    text-align: left;
    background: transparent;
    width: auto;
    border-left: 0;
    font-weight: 400;
}
.link-review:hover {
    cursor: pointer;
}
.product-review-miss {
    font-size: 19px;
    color: #1D1D1B;
    line-height: 20px;
    font-weight: 600;
}
.link-review-return {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #113f92!important;
    padding: 0;
    text-align: left;
    background: transparent;
    width: auto;
    border-left: 0;
    font-weight: 400;
}
.link-review-return:hover {
    cursor: pointer;
}
/*--------------------------------------------
27.1 Mediaqueries for Reviews         */

/* Mediaqueries 480*/
@media (min-width: 480px) {    
}
/* Mediaqueries 640*/
@media (min-width: 640px) {
}
/* Mediaqueries 768*/
@media (min-width: 768px) {
}
/* Mediaqueries 800*/
@media (min-width: 800px) {
}
/* Mediaqueries 991*/
@media (min-width: 991px) {
}
/* Mediaqueries 1024*/
@media (min-width: 1024px) {
}
/* Mediaqueries 1600*/
@media (min-width: 1600px) {
}

.br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
    color: #FFD700!important; 
}
.br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
    color: #FFD700!important;
}
.br-theme-fontawesome-stars-o .br-widget a.br-active:after {
    color: #FFD700!important;
}
.br-theme-fontawesome-stars-o .br-widget a {
    font-size: 37px;
    margin-right: 4px;
}
.small .br-theme-fontawesome-stars-o .br-widget a {
    font-size: 20px;
}

.product-reviews-header .br-widget a {
    font-size: 17px!important;
}

.product-reviews-search .br-widget a {
    font-size: 13px!important;
}

.product-card .br-widget a {
    font-size: 14px!important;
}

/*.product-reviews-search .br-widget a.br-selected:after {
    color: #999999;
} */

/****** Style Star Rating Widget *****/
.rating { 
    border: none;
    float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
    margin: 5px;
    margin-bottom: 0;
    font-size: 30px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating.big > input { display: none; } 
.rating.big > label:before { 
    margin: 5px;
    margin-bottom: 0;
    font-size: 45px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating.small > input { display: none; } 
.rating.small > label:before { 
    margin: 5px;
    margin-bottom: 0;
    font-size: 20px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating > .half:before { 
    content: "\f089";
    position: absolute;
}

.rating > label { 
    color: #ddd; 
    float: right;
    margin: 0;
}

.author_rating {
    line-height: 0.9;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 

