.average-rating {

    display: flex;

    flex-direction: column;

    align-items: center;

}



.stars-container {

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.stars-container {

    border: 2px solid #d7d7d7;

    border-radius: 10px;

}



.stars-count {

    color: #fff;

    background-color: #21515e;

    border-radius: 10px;

    padding: 6px 25px;

}



.c-rate {

    padding: 0 5px 0 20px;

}



.r-number {

    font-size: 24px;

}



.r-string {

    font-size: 12px;

}



.based-on {

    margin-top: 5px;

    color: #bababa;

    font-size: 16px;

}



/*h2::after {

    content: '';

    position: absolute;

    bottom: 0;

    left: 50%;

    margin-left: -35px;

    width: 70px;

    height: 2px !important;

    background-color: #4ca4af !important;

}*/



.t-name {

    display: inline-block;

    vertical-align: middle;

}



.t-stars {

    display: inline-block;

    vertical-align: middle;

}



.t-stars .fa {

    margin-right: 5px;

}



._testimonial-container {

    display: flex;

    justify-content: flex-start;

    padding: 20px 0;

    border-bottom: 1px solid #d7d7d7;

}



.t-right p {

    margin-top: 0 !important;

}



.t-left {

    margin-right: 40px;

    width: 20%;

    flex-shrink: 0;

}



.t-stars .checked {

    color: #fdc607

}



.t-stars .unchecked {

    color: #d7d7d7;

}



.t-date {

    color: #b1b1b1;

    font-size: 14px;

    font-weight: bold;

    margin: 5px 0;

}



.stars__out {

    position: relative;

    margin-right: 20px;

    color: #d7d7d7;

    z-index: 1;

    font-size: 24px;

}



.stars__in {

    position: absolute;

    z-index: 2;

    color: #fdc607;

    font-size: 24px;

    display: block;

    top: 0;

    left: 0;

    bottom: 0;

    overflow: hidden;

    width: 0;

}



.item-page.feedback{

    padding-top:30px;

}