.g-header .align-btn {
    height: 80px;
}

.g-header .logo-google {
    font-size: 25px;
    margin-bottom: 5px;
}

.g-header .logo-google img {
    width: 100px;
}

.g-header .rating i {
    font-size: 19px;
}

.g-header .rating .fa-star {
    color: #FC0;
}

.g-header .rating .fa-star+.fa-star-o {
    color: #FC0;
}

.g-header .rating .fa-stack {
    font-size: 12px;
}

.g-header .average {
    color: #000;
    font-size: 19px;
}

.g-header .total-review {
    color: #666;
    font-size: 12px;
    margin-left: 2px;
    text-decoration: underline;
}
.g-content {
    margin-top: 10px;
}
.review-thumb {
    padding: 15px
}

.review-thumb .user-review {
    width: 100%;
    display: block;
    float: left;
}

.review-thumb .user-review .image {
    float: left;
    margin-right: 5px;
}

.review-thumb .user-review .name-review {
    float: left;
}

.review-thumb .rating {
    margin-top: 7px;
}

.review-thumb .rating .fa-star {
    color: #FC0;
}

.review-thumb .rating .fa-star+.fa-star-o {
    color: #FC0;
}

.review-thumb .name {
    font-size: 15px;
    font-weight: 600;
    color: #222222;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

.review-thumb .review i {
    color: rgb(252, 191, 2);
}

.review-thumb img {
    width: 60px
}

/*badge*/

.greview-badge .rating{
    margin-bottom: 0;
}
.greview-badge .rating i {
    font-size: 19px;
}

.greview-badge .rating .fa-star {
    color: #FC0;
}

.greview-badge .rating .fa-star+.fa-star-o {
    color: #FC0;
}

.greview-badge .rating .fa-stack {
    font-size: 12px;
}

.greview-badge img {
    max-width: 100px;
}

.greview-badge i {
    font-size: 19px;
}

.greview-badge .average {
    margin-right: 8px;
    color: #000;
    font-size: 19px;
}

.greview-badge a {
    color: #888;
    text-decoration: underline;
}

#column-left .g-header .col-sm-6,
#column-right .g-header .col-sm-6 {
    width: 100%;
}

#column-left .g-header .logo-google img,
#column-right .g-header .logo-google img {
    width: 72px;
}

#column-left .g-header .logo-google,
#column-right .g-header .logo-google {
    font-size: 20px;
}

#column-left .g-header .average,
#column-right .g-header .average {
    font-size: 15px;
}

#column-left .g-header i,
#column-right .g-header i {
    font-size: 15px;
    line-height: 1.4;
}

#column-left .g-header .align-btn,
#column-right .g-header .align-btn {
    height: auto;
}

#column-left .g-header .text-right,
#column-right .g-header .text-right {
    text-align: left !important;
}

@media (max-width: 670px) {

    .g-header .logo-google {
        font-size: 16px
    }

    .g-header .logo-google img {
        width: 75px;
    }

    .g-header .g-review .average {
        font-size: 17px;
        margin-right: 3px;
    }

    .g-header .g-review {
        font-size: 11px;
    }

    .g-header .g-review i {
        font-size: 14px;
    }

    .g-header .align-btn {
        height: 72px;
    }

    .review-thumb {
        height: auto !important;
    }
}