﻿
.globalAverageSection {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px !important;
}

    .globalAverageSection .globalAverageLabel {
        font-size: 13px;
        text-align: center;
        font-weight: 700;
        margin-right: 15px;
    }

    .globalAverageSection .rating {
        margin-bottom: 0 !important;
    }

.reviewContainer {
    background: white;
    box-shadow: -2px 5px 20px 0px rgba(0,0,0,0.1);
    padding: 25px;
    margin-bottom: 16px;
}

    .reviewContainer .customerReview {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

        .reviewContainer .customerReview .customerInformation,
        .reviewContainer .customerReview .rating {
            margin-bottom: 15px;
        }

    .reviewContainer .customerInformation h4,
    .reviewContainer .bmarInformation h4 {
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin-bottom: 2px;
    }

    .reviewContainer .bmarInformation h4 {
        margin-bottom: 10px;
    }

    .reviewContainer .customerInformation p {
        font-size: 12px;
        color: #8D8D8D;
    }

    .reviewContainer .customerMessage {
        font-size: 13px;
        width: 100%;
    }

    .reviewContainer .arAnswer {
        padding-top: 20px;
        border-top: 1px solid #D9D9D9;
        margin-top: 20px;
        padding-left: 50px;
    }


.reviewHighlightContainer {
    display: none;
}

.reviewModal {
    width: calc(100vw - 40px);
}

.reviewModalContainer {
    width: 100%;
}

.reviewModal .reviewSection {
    overflow-x: auto;
    margin-bottom: 25px;
}
    .reviewModal .reviewSection .gaugeSection {
        justify-content: start !important;
    }


    .reviewModal .reviewSection .gaugeSection .gauge {
        position: relative;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .reviewModal .reviewSection  .gaugeSection .circle-gauge {
        width: 80px;
        height: 80px;
    }
    .reviewModal .reviewSection .gaugeSection .averageValue {
     font-size: 25px
    }



    .reviewModal .reviewSection .averageLabel {
        margin-top: 15px;
        margin-bottom: 25px;
    }


/* HP REVIEWS */
.homepage .reviewsTile {
    min-height: 250px;
    height: inherit !important;
    border-radius: 3px;
    overflow: hidden;
    justify-content: flex-start;
}

    .homepage .reviewsTile:first-child, .homepage .reviewsTile:nth-child(4) {
        margin-left: 0;
    }

    .homepage .reviewsTile.reviewsTileContent {
        padding: 25px;
    }

    .homepage .reviewsTile.reviewsTileImg {
        box-shadow: none;
    }


    .homepage .reviewsTile .comment {
        display: block;
        margin-bottom: 10px;
    }

    .homepage .reviewsTile .fa,
    .homepage .reviewsTile .fa-light {
        font-size: 20px;
    }

    .homepage .reviewsTile .fa {
        color: #FBE486;
    }

    .homepage .reviewsTile .fa-light {
        color: #D9D9D9;
    }

    .homepage .reviewsTile .note {
        font-size: 10px;
        color: #D9D9D9;
    }

    .homepage .reviewsTile .username {
        text-transform: uppercase;
        font-size: 20px !important;
        letter-spacing: 0.5px;
        color: black;
        font-weight: 600;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .homepage .reviewsTile .date {
        text-transform: inherit;
        font-size: 12px !important;
        margin-bottom: 10px;
    }


    .homepage .reviewsTile img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }


.descriptionBtn {
    display: block;
    width: fit-content;
}


@media screen and (min-width: 768px) {
    .reviewModalContainer {
        width: 600px;
        margin: 0 auto 0;
    }

    .reviewHighlightContainer {
        display: block;
        background: #334335;
        padding: 1px 0 100px;
        margin-bottom: 50px;
    }

        .reviewHighlightContainer .reviewElement,
        .reviewHighlightContainer .reviewImg {
            margin-bottom: 24px;
        }

        .reviewHighlightContainer h2 {
            color: white;
            text-align: center;
            margin-bottom: 50px;
        }

        .reviewHighlightContainer .customerMessage p {
            height: 140px;
            font-size: 13px;
            overflow: hidden;
            margin-bottom: 0;
        }

        .reviewHighlightContainer .customerInformation p {
            margin-bottom: 0;
        }

        .reviewHighlightContainer .reviewImg > div {
            height: 100%;
            width: 100%;
            background: gray;
        }

        .reviewHighlightContainer .reviewContainer {
            margin-bottom: 0;
            min-height: 260px;
        }


        .reviewHighlightContainer .allReviewsLink {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: white;
            text-align: center;
            cursor: pointer;
        }

            .reviewHighlightContainer .allReviewsLink > p {
                color: white;
                text-align: center;
                font-size: 21px;
                font-weight: 600;
                margin-top: 30px;
                margin-bottom: 20px;
            }

            .reviewHighlightContainer .allReviewsLink .rating {
                margin-bottom: 20px;
                position: relative;
                height: 50px;
                width: 50px;
            }

                .reviewHighlightContainer .allReviewsLink .rating .ratingValue {
                    font-size: 20px;
                    padding-top: 5px;
                }

            .reviewHighlightContainer .allReviewsLink .descriptionBtn {
                color: white;
                font-size: 17px;
                margin-bottom: 15px;
                display: flex;
                align-items: center;
            }

                .reviewHighlightContainer .allReviewsLink .descriptionBtn i {
                    color: white;
                    font-size: 24px;
                }
}





@media screen and (min-width:992px) {
    .reviewModalContainer {
        width: 850px;
    }

    .reviewsList {
        display: flex;
        flex-wrap: wrap;
    }

    .globalAverageSection .globalAverageLabel {
        font-size: 20px;
        margin-right: 30px;
    }

    .globalAverageSection .rating {
        margin-bottom: 20px;
        position: relative;
        height: 50px;
        width: 50px;
    }

        .globalAverageSection .rating .ratingValue {
            font-size: 20px;
            padding-top: 5px;
        }
}


@media screen and (min-width:1200px) {
    .reviewModalContainer {
        width: 1120px;
    }
}
