/****stars****/
.yellow-star {
    color: #FDC63A;
}
.grey-star {
    color: #cacaca;
}

/*********************** review style *************/


#reviews-product .customer-review .reviews-synthesis .percent-recommended h3{
    font-weight: bold;
    font-size: 2.3rem;
    line-height: 25px;
    color: #2e333a;
}
#reviews-product .customer-review .reviews-synthesis .reviews-synthesis-average{
    border: 1px solid #c6c6c6;
    text-align: center;
    border-radius: 5px;
}
#reviews-product .customer-review .reviews-synthesis .reviews-synthesis-average .reviews-synthesis-score{
    margin-bottom: 0;
    padding: 20px 0;
}
#reviews-product .customer-review .reviews-synthesis .reviews-synthesis-average .reviews-synthesis-score strong{
    color: #FDC63A;
    font-size: 18px;
    font-weight: bold;

}
#reviews-product .customer-review .reviews-synthesis .reviews-synthesis-average .reviews-synthesis-score small{
    color: #000;
    font-size: 13px;
    font-weight: bold;
}
#reviews-product .customer-review .reviews-synthesis .reviews-synthesis-average .reviews-synthesis-average-legend{
    padding: 0.312rem;
    box-sizing: border-box;
    text-align: center;
    background: #eee;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0;
    border-radius: 0 0 5px 5px;
	min-height: 51.6px;
}
.product-reviews-area .product-reviews .content-faq {
	text-align: right;
}
#reviews-product .customer-review .reviews-synthesis .reviews-synthesis-detail-average li {
	margin-bottom: 0 !important;
}
#reviews-product .customer-review .reviews-synthesis .reviews-synthesis-detail-average{
    list-style: none;
    padding: 0;
} 
#reviews-product .customer-review .reviews-synthesis .reviews-synthesis-detail-average .reviews-average-range{
    width: 72%;
    margin: 0 0.5rem;
    background: #eee;
    height: 10px;
    position: relative;
    display: inline-block;
    border-radius: 5px;
}
#reviews-product .customer-review .reviews-synthesis .reviews-synthesis-detail-average .reviews-average-range span{
    background-color: #4bceee;
    height: 100%;
    position: absolute;
    border-radius: 5px;
}
#reviews-product .customer-review .reviews-synthesis .reviews-synthesis-detail-average .reviews-average-number{
    font-size: 12px;
    font-weight: bold;
    display: none;
}
#reviews-product .customer-review .reviews-list .review .community-profile{
    text-align: center;
    margin-bottom: 20px;
}
#reviews-product .customer-review .reviews-list .review .community-profile img{
    width: 55px;
    border-radius: 50%;
    display: block;
    margin: auto;
}
#reviews-product .customer-review .review-content .review-content-header .review-star{
    text-align: center;   
    margin-bottom: 15px;
}
#reviews-product .customer-review .review-content .review-content-header .review-star i{
    font-size: 12px;
    margin: 0 -1px;
}
#reviews-product .customer-review .review-content .review-content-header .review-content-title-group{
    padding: 0;
    text-align: center;
    margin-bottom: 15px;
}
#reviews-product .customer-review .review-content .review-content-header .review-content-title-group h3{
    font-weight: bold;
    font-size: 18px;
    color: #2e333a;
    margin: 0;
    line-height: 22px;

}
#reviews-product .customer-review .review-content .review-content-header .review-content-title-group p{
    font-size: 11px;
    color: #8b8a8a;
    margin: 0;
    line-height: 14px;
}
#reviews-product .customer-review .review-content .review-content-header .review-content-reassurance{
    text-align: center;
    padding-top: 13px;
    margin-bottom: 15px;
}
#reviews-product .customer-review .review-content .review-content-header .review-content-reassurance .reassurance-logo{
    margin-bottom: 10px;
    margin-top: -15px;
}
#reviews-product .customer-review .review-content .review-content-header .review-content-reassurance .reassurance-logo p{
    margin-top: -13px;
}
#reviews-product .customer-review .review-content .review-content-header .review-content-reassurance .reassurance-logo img{
    width: 125px;
    margin-bottom: 10px;
}
#reviews-product .customer-review .review-content .review-content-header .review-content-reassurance p{
    color: #000;
    font-weight: bold;
    margin: 0;
    font-size: 11px;
}
#reviews-product .customer-review .review-content .review-text p{
    color: #8b8a8a;
    line-height: 1.3;
    font-size: 15px;
    margin: 15px 0;
}
.reviews-average-label {
	width: 25%;
	display: inline-flex;
	max-width: 80px;
}
.width-100 {
    width: 100%;
}
.width-100 {
    width: 98%;
}
.product-reviews .btn-primary {
    background-color: var(--green) !important;
    color: #fff !important;
    margin-top: 15px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(47, 165, 193, 0.25);
    box-shadow: 0 2px 5px 0 rgba(47, 165, 193, 0.25);
    min-width: 230px;
}
.product-reviews .btn-primary:hover {
    color: var(--green) !important;
    background-color: #eee!important;
}
.product-reviews-area .section-title {
	text-align: left !important;
	max-width: 100% !important;
}
.product-reviews-area .section-title .bar {
	margin: 20px 0 25px !important;
}
.hide{
    display: none!important;
}
.col-reviews-synthesis-detail-average {
	padding-left: 0;
}

span.glsr-bar-percent {
    display: none !important;
}
.glsr-default .glsr-bar-background-percent {
    height: 10px !important;
    border-radius: 5px;
}
.glsr-default .glsr-bar-background:before {
    background-color: #eee !important;
    height: 10px !important;
    margin-top: -.5rem !important;
    opacity: 1 !important;
    top: 60% !important;
    border-radius: 5px;
}
.glsr-default .glsr-bar-label {
    line-height: 1;
    padding: .25rem 1rem .25rem 0 !important;
}
