/* Review */
.comments_wrap form .trx_addons_reviews_mark {
    display: block;
    margin: 0 0 1em;
}
.trx_addons_reviews_stars {
    position: relative;
    height: 1.3em;
    font-size: 1.15em;
    line-height: 1em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.trx_addons_reviews_stars_default,
.trx_addons_reviews_stars_hover {
    white-space: nowrap;
    color: #e5d34f;
}
.trx_addons_reviews_stars_default {
    opacity: 0.4;
}
.trx_addons_reviews_stars_hover {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    transition: width 0.3s ease;
    overflow: hidden;
}
.trx_addons_reviews_star {
    display: inline-block;
    width: 1em;
}
.trx_addons_reviews_star:before {
    content: '\e800';
    font-family: "tutor-fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    opacity: .8;
    font-variant: normal;
    text-transform: none;
}
.trx_addons_reviews_bubble {
    background-color: #fff;
    border: 1px solid #ddd;
    text-align: center;
    width: 50px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    z-index: 3;
    top: -40px;
    left: 100%;
    font-size: 12px;
    margin: 0 0 0 -26px;
    border-radius: 3px;
    display: none;
}

.trx_addons_reviews_bubble {
    background-color: #fff;
    border: 1px solid #ddd;
    text-align: center;
    width: 50px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    z-index: 3;
    top: -40px;
    left: 100%;
    font-size: 12px;
    margin: 0 0 0 -26px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    display: none;
}

.trx_addons_reviews_bubble:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    background-color: #fff;
    margin-top: -5px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 20px;
}

.trx_addons_reviews_stars[data-mark-max="100"] .trx_addons_reviews_bubble_value:after {
    content: '%';
}

/* Styles for review in comment list */
.comments_list_wrap .comments_list .comment .trx_addons_reviews_mark {
    margin-left: 1em;
}