#page-content {
    background: #F6F5F5;
}

#page-content > .container {
    background-color: transparent;
}

.usrch-container-v2 {
    margin-bottom: 25px;
}

.merchant-profile .row {
    margin-left: 0;
    margin-right: 0;
}

.reviews-summary {
    margin-bottom: 5px;
}

.ratings-summary .ratings-score {
    margin-top: 0;
}

.page-content.phone .reviews {
    margin-top: 20px;
}

.reviews-comments .product {
    display: flex;
    margin-top: 8px;
    background-color: #f5f5f5;
    height: 6rem;
}

.reviews-comments .product .product-img {
    display: inline-block;
    width: 6rem;
    height: 6rem;
    box-sizing: border-box;
    line-height: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #d5d5d5;
}

.reviews-comments .product .product-img img {
    position: relative;
}

.reviews-comments .product .product-img img,
.reviews-comments .product .product-img img:before {
    width: 100%;
    height: 100%;
}

.reviews-comments .product .product-img img:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../../../../../static/media/img/noimage2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.reviews-comments .product .product-info {
    display: inline-block;
    flex: 1;
    vertical-align: middle;
    height: 55px;
    padding: 8px 5px;
}

.reviews-comments .product .product-info .product-name {
    color: rgba(0,0,0,.8);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.reviews-comments .product-link,
.profile-header .reviews-link {
    text-decoration: none;
}

.profile-header .reviews-link {
    color: #fff;
}

.reviews-comments .product-link:hover,
.reviews-comments .product-link:focus,
.reviews-comments .product-link:active
.profile-header .reviews-link:hover,
.profile-header .reviews-link:focus,
.profile-header .reviews-link:active {
    text-decoration: none;
}

.reviews-comments .product-link:hover .product-name,
.reviews-comments .product-link:focus .product-name,
.reviews-comments .product-link:active .product-name {
    color: var(--hover-link-color);
}
