﻿

div.bigstars div.rateit-range {
    background: url(/assets/rateit/star-white32.png);
    height: 32px;
}

div.bigstars div.rateit-hover {
    background: url(/assets/rateit/star-gold32.png);
}

div.bigstars div.rateit-selected {
    background: url(/assets/rateit/star-gold32.png);
}

div.bigstars div.rateit-reset {
    background: url(/assets/rateit/star-black32.png);
    width: 32px;
    height: 32px;
}

div.midstars div.rateit-range {
    background: url(/assets/rateit/star-white16.png);
    height: 32px;
}

div.midstars div.rateit-hover {
    background: url(/assets/rateit/star-gold216.png);
}

div.midstars div.rateit-selected {
    background: url(/assets/rateit/star-gold216.png);
}

div.midstars div.rateit-reset {
    background: url(/assets/rateit/star-black16.png);
    width: 32px;
    height: 32px;
}

div.midstars32 div.rateit-range {
    background: url(/assets/rateit/star-white32.png);
    height: 32px;
}

div.midstars32 div.rateit-hover {
    background: url(/assets/rateit/star-gold32.png);
}

div.midstars32 div.rateit-selected {
    background: url(/assets/rateit/star-gold32.png);
}

div.midstars32 div.rateit-reset {
    background: url(/assets/rateit/star-black32.png);
    width: 32px;
    height: 32px;
}

div.midstars24 div.rateit-range {
    background: url(/assets/rateit/star-white24.png);
    height: 24px;
}

div.midstars24 div.rateit-hover {
    background: url(/assets/rateit/star-gold24.png);
}

div.midstars24 div.rateit-selected {
    background: url(/assets/rateit/star-gold24.png);
}

div.midstars24 div.rateit-reset {
    background: url(/assets/rateit/star-black24.png);
    width: 24px;
    height: 24px;
}


div.bigstars div.rateit-reset:hover {
    background: url(/assets/rateit/star-white24.png);
}

.customerReviewContainer {
    /*margin-top: 20px;*/
}

.customerReviewTopic {
    display: block;
    color: #aaa;
    border-bottom: 1px solid #aaa;
    padding-bottom: 2px;
    font-size: 0.9rem;
    padding-left: 3px;
    font-family: Arial,sans-serif;
}

.reviewStarsContainer {
    box-sizing: border-box;
    height: 39px;
}

.customerReviewStars {
    display: flex;
    padding-top: 3px;
    box-sizing: border-box;
    height: 39px;
}

.customerReviewStarsValue {
    display: inline;
    font-size: 0.9rem;
    padding: 3px;
    padding-left: 8px;
    padding-top: 10px;
    color: #757575;
}

#reviewContainerTopDownLink {
    cursor: pointer;
}

#productRatings {
    margin-top: 30px;
    font-weight: bold;
    font-size: 1.4rem;
    border: 0;
}

.customerReviewDetailsRatingText {
    font-size: 0.9rem;
    line-height: normal;
    padding-bottom: 10px;
}

.customerReviewDetailsRatingUser {
    font-size: 0.9rem;
    /*display: inline-block;
    padding-left: 0.5rem;*/
    display: flex;
    flex-direction: column-reverse;
}

.customerReviewStarsElement {
    display: flex;
    /*border-bottom: 1px solid #aaa;*/
    flex-direction: column;
    width: 150px;
    overflow-x: hidden;
    min-width: 150px;
}

.customerReviewDetailsRating {
    margin-bottom: 25px;
    margin-top: 5px;
}

.customerReviewDetailsContainer {
    white-space: normal;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 1.3rem;
    line-height: 1.7rem;
    color: #757575;
    margin-top:80px;
}

.newReviewContainer {
    margin-top: 60px;
    border-top: 1px dashed #777;
    padding-top: 42px;
}

#reviewText {
    height: 8rem;
}

.reviewTitle {
    font-weight: bold;
    font-size: 0.9rem;
}

.reviewTxtBox {
    background-color: #fff;
    padding: 3px 7px;
    line-height: normal;
    border: 1px solid #a6a6a6;
    border-top-color: rgb(166, 166, 166);
    border-top-color: #949494;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255,255,255,.5),0 1px 0 rgba(0,0,0,.07) inset;
    outline: 0;
}

.reviewTitleName {
}

.reviewTitleEmail {
}

.reviewTitleText {
}

.reviewNameEmailBox {
    display: flex;
}

.reviewNameBox {
    width: 50%;
}

#reviewEmail {
    width: 96%;
}

.reviewEmailBox {
    width: 46%;
}

.reviewNameBox {
    width: 46%;
}

.reviewTitleName {
    width: 100%;
}

#reviewName {
    width: 95%;
}

.reviewTitleEmail {
    width: 95%;
}

#reviewText {
    width: 90%;
}

.botcheckTxt {
    font-weight: normal;
    font-size: 1rem;
}

#sendReviewBtn {
    margin-top: 10px;
    display: block;
}

.errorInput {
    border: 1px dashed red;
}

.reviewInfo {
    font-size: 0.8rem;
    margin-top: 12px;
    line-height: 1.2rem;
    width: 70%;
}

.remarkText {
    font-size: 0.8rem;
    position: relative;
    top: -0.2rem;
}
.reviewTitleBewertung {
    font-size: 1.1rem;
    border-bottom: 1px solid #777;
    margin-bottom: 10px;
}

.verifiedRating {
    font-size: 9px;
    color: #e5b231;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 4px;
}
.ratingComment {
    margin-top: 15px;
}

.ratingComment > .t {
    font-weight: bold;
    font-size: 0.8em;
}

.ratingComment > .t::after {
    content: ':';
}

.ratingComment > .ratingCommentText {
    display: block;
}	
	



/*DESKTOP-Styles */
.customerReviewDetailsContainer .pref {
    display: none;
}

.customerReviewDetailsContainer .val {
    font-size: 0.7rem;
}

.customerReviewDetailsContainer .customerReviewDetailsRating {
    display: flex;
    border-bottom: 1px dashed;
}

#customerReviewDetailsContainer #productRatings .add_info {
    font-size: 0.8rem;
    display: block;
    line-height: 1rem;
    padding: 0;
}


/*Mobile Styles*/
@media only screen and (max-width: 700px) {
    .customerReviewDetailsContainer .pref {
        display: inline;
        font-size: 0.8em;
    }

    .customerReviewDetailsContainer .val {
        font-size: inherit;
    }

    .customerReviewStarsElement {
        flex-direction: row;
        width: auto;
        overflow-x: visible;
        border-bottom: 1px solid #aaa;
    }

    .customerReviewDetailsRatingUser {
        /*display: flex;*/
        /*flex-direction: column-reverse;*/
        display: inline-block;
        padding-left: .5rem;
    }

    .customerReviewDetailsContainer .customerReviewDetailsRating {
        display: block;
        border-bottom: 0;
    }
}