﻿@import url(WolmartFontIcon.css);


#User-comments .avg-rating-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    margin-bottom: 0.2rem;
}

#User-comments .avg-mark {
    font-size: 6em;
    font-weight: 600;
    color: #336699;
    letter-spacing: -0.025em;
    line-height: 1;
    margin-bottom: 0;
}

#User-comments .avg-rating {
    margin-right: 1.8rem;
}

    #User-comments .avg-rating p {
        font-size: 1.4rem;
        line-height: 1.4;
    }

    #User-comments .avg-rating .ratings-container {
        margin-bottom: 0.3rem;
    }

    #User-comments .avg-rating .ratings-full {
        margin-left: 0.8rem;
    }

#User-comments .ratings-value {
    margin-bottom: 1.6rem;
    font-size: 1.4rem;
}

    #User-comments .ratings-value span:first-child {
        margin-left: 2.1rem;
        font-size: 2.5rem;
    }

    #User-comments .ratings-value .count {
        margin-right: 0.6rem;
        font-size: 1.2rem;
        color: #aaa;
    }

#User-comments .ratings-list .ratings-container {
    margin-bottom: 1.5rem;
}

#User-comments .ratings-list .progress-bar {
    max-width: 20rem;
    margin-right: 1.3rem;
    margin-bottom: 0;
    border-radius: 0.4rem;
}

    #User-comments .ratings-list .progress-bar span {
        border-radius: 0.4rem;
    }

#User-comments .ratings-list .progress-value {
    margin-right: 2rem;
    min-width: 4rem;
}

    #User-comments .ratings-list .progress-value mark {
        font-size: 1.2rem;
        color: #666;
    }


.ratings-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    margin-bottom: 0.4rem;
    font-size: 1.2rem;
}

.ratings-full,
.ratings {
    position: relative;
    font-family: "wolmart";
    letter-spacing: 0.2em;
}

.ratings-full {
    cursor: pointer;
    margin-left: 0.5rem;
}

    .ratings-full::before {
        content: "" "" "" "" "";
        color: rgba(0, 0, 0, 0.16);
        white-space: nowrap;
    }

    .ratings-full:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.ratings {
    position: absolute;
    top: 0;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
}

    .ratings i {
        color: #f29c00;
    }

    .ratings::before {
        content: "" "" "" "" "";
        color: #ffb822;
    }

.rating-reviews {
    margin: 2px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    font-size: 1.2rem;
    color: #aaa;
}

    .rating-reviews:hover {
        color: #fe7c00;
    }


.rating-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height:30px;
    margin-bottom: 2.4rem;
}

    .rating-form label {
        font-size: 1.4rem;
    }

.rating-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-size: 0.9rem;
    margin-right: 1rem;
}

    .rating-stars a {
        color: #333;
        text-indent: -9999px;
        letter-spacing: 1px;
        width: 1rem;
        height:20px;
    }

        .rating-stars a:before {
            content: "";
            position: absolute;
            right: 0;
            height: 14px;
            line-height: 1;
            font-family: "wolmart";
            text-indent: 0;
            overflow: hidden;
            white-space: nowrap;
            letter-spacing: 0.1rem;
        }

        .rating-stars a.active:before,
        .rating-stars a:hover:before {
            content: "";
            color: #f93;
        }

    .rating-stars .star-1 {
        z-index: 10;
    }

    .rating-stars .star-2 {
        z-index: 9;
    }

    .rating-stars .star-3 {
        z-index: 8;
    }

    .rating-stars .star-4 {
        z-index: 7;
    }

    .rating-stars .star-5 {
        z-index: 6;
    }

    .rating-stars .star-1:before {
        width: 20%;
    }

    .rating-stars .star-2:before {
        width: 40%;
    }

    .rating-stars .star-3:before {
        width: 60%;
    }

    .rating-stars .star-4:before {
        width: 80%;
    }

    .rating-stars .star-5:before {
        content: "";
    }



/*-------------------------------------------
    Progress Bar
        - Rounded
--------------------------------------------*/
.progress-bar {
    background-color: #eee;
    margin-bottom: 1rem;
    height: 1rem;
    width: 100%;
}

    .progress-bar span {
        display: block;
        height: 100%;
        background-color: #999;
    }

    .progress-bar.rounded {
        border-radius: 0.8rem;
    }

        .progress-bar.rounded span {
            border-radius: 0.8rem;
        }

    .progress-bar.progress-bar-sm {
        height: 0.8rem;
    }

.progress-value mark {
    background: transparent;
}