.beoordeling-review .box-premium > .box-premium-flag {
    position: relative;
    float: right;
    right: -30px;
    text-transform: unset;
    top: -20px;
}

.beoordeling-review .box-premium > .box-premium-flag-back {
    position: relative;
    float: right;
    right: -190px;
    top: -8px;
    z-index: -1;
    transform: rotate(-5deg);
}

.beoordeling-review p {
    margin: 0;
}

.body-wrapper-informatie .beoordeling-review p,
.body-wrapper-homepage .beoordeling-content.beoordeling-content-12 .beoordeling-review p {
    padding-left: 52px;
}

.beoordeling-review p strong {
    font-size: 17px;
    font-family: Font1Light;
}

.beoordeling-review p.beoordeling-date {
    margin-top: 20px;
}

.body-wrapper-homepage .beoordeling-review .beoordeling-review-content {
    min-height: 220px;
}

.body-wrapper-product-home .beoordeling-review .beoordeling-review-content {
    min-height: 200px;
}


.beoordeling-review .panel-group {
    margin-left: 52px;
    margin-top: 20px;
}

    .beoordeling-review .panel-group .panel {
        margin-bottom: 0px;
    }



.beoordeling-content .beoordeling-score {
    font-size: 30px;
    color: #f47929;
    width: 50px;
    height: 50px;
    font-family: Font1Bold;
    font-weight: bold;
    background-image: url(//img.unitedconsumers.com/www/images/algemeen/ico/ico-boogje.svg);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-size: 70px;
    background-position-x: -10px;
    text-align: center;
    line-height: 40px;
    float: left;
}

    .beoordeling-content .beoordeling-score > .beoordeling-score-star {
        position: relative;
        margin-top: 50px;
    }

.beoordeling-content .beoordeling-score-star {
    height: 30px;
    background-image: url('//img.unitedconsumers.com/www/images/algemeen/ico/ico-ster-geel.svg');
    background-repeat: repeat-x;
    position: relative;
    left: 50px;
    margin-top: 8px;
}


.beoordeling-content .beoordeling-score-header-wapper {
    text-align: center;
    margin: 0 auto;
}

    .beoordeling-content .beoordeling-score-header-wapper .beoordeling-score {
        width: 120px;
        height: 120px;
        background-image: url('//img.unitedconsumers.com/www/images/algemeen/logo/ballon-klantenvertellen.png');
        text-align: center;
        background-size: contain;
        background-position-x: 0px;
        background-position-y: center;
        padding-top: 40px;
        color: #333;
        display: inline-block;
        float: initial;
    }


.beoordeling-content .beoordeling-title {
    text-align: center;
    font-size: 17px;
}

@media(max-width:1199px) {
    .beoordeling-content .beoordeling-title {
        text-align: left;
    }
}

.beoordeling-navigation-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

    .beoordeling-navigation-wrapper .beoordeling-link-page {
        font-size: 15px;
        text-decoration: none;
        padding: 3px 7px 0px 7px;
        margin-left: 3px;
        margin-right: 3px;
        border-radius: 50%;
        height: 35px;
        min-width: 35px;
        display: inline-block;
        text-align: center;
    }

        .beoordeling-navigation-wrapper .beoordeling-link-page.beoordeling-link-page-selected {
            color: #ffffff;
            background: #f47929;
        }

        .beoordeling-navigation-wrapper .beoordeling-link-page:hover {
            background: #ebebec;
        }

    .beoordeling-navigation-wrapper .beoordeling-link-previous,
    .beoordeling-navigation-wrapper .beoordeling-link-next {
        font-size: 15px;
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
    }

        .beoordeling-navigation-wrapper .beoordeling-link-previous::before,
        .beoordeling-navigation-wrapper .beoordeling-link-next::after {
            color: #f47929;
            font-family: IcoMoon;
            width: 20px;
            position: absolute;
            font-size: 25px;
            font-weight: bold;
            padding-top: 4px;
        }

        .beoordeling-navigation-wrapper .beoordeling-link-previous::before {
            content: "\e906";
            left: -5px;
        }

        .beoordeling-navigation-wrapper .beoordeling-link-next::after {
            content: "\e907";
            right: 0px;
        }

@media (max-width: 767px) {
    .beoordeling-navigation-wrapper .beoordeling-link-previous,
    .beoordeling-navigation-wrapper .beoordeling-link-next {
        padding-left: 5px;
        padding-right: 5px;
    }

        .beoordeling-navigation-wrapper .beoordeling-link-previous::before {
            left: -20px;
        }

        .beoordeling-navigation-wrapper .beoordeling-link-next::after {
            right: -15px;
        }
}

@media (max-width: 991px) {
    .beoordeling-navigation-wrapper {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 320px) {
    .beoordeling-content .beoordeling-score-header-wapper .beoordeling-score {
        width: 110px;
        height: 110px;
        padding-top: 35px;
    }
}