.id--51 div#ratingWrapper > div{
    max-width: unset;
}

@media(max-width: 991px){
    .id--51 .rate-wrapper.unveil-wrapper .rate-average-inner {
        display: flex;
        align-items: flex-start;
    }
    
    .id--51 .rate-wrapper.unveil-wrapper .rate-star-wrap {
        display: flex;
        align-items: flex-start;
        padding-bottom: 20px;
    }
}

.p-detail .votes-wrap.simple-vote .vote-wrap {
    border: 1px solid #1a1937 !important;
    border: unset;
    margin: 10px;
    flex-basis: 100% !important;
    width: 100% !important;
}

.id--51 .content-inner .votes-wrap.simple-vote{
    margin-left: -10px;
    margin-right: -10px;
}

.id--51 .content-inner>.votes-wrap.simple-vote>.vote-wrap{
    border: unset;
    margin: 10px;
    width: 100%;
    flex-basis: 100%;
    padding: 20px;
    background: #f7f7f7;
}

@media(min-width: 768px){
    .id--51 .content-inner>.votes-wrap.simple-vote>.vote-wrap{
        width: calc(100% / 2 - 20px);
        flex-basis: calc(100% / 2 - 20px);
    }
}

@media(min-width: 1200px){
    .id--51 .content-inner>.votes-wrap.simple-vote>.vote-wrap{
        width: calc(100% / 3 - 20px);
        flex-basis: calc(100% / 3 - 20px);
    }
}

.id--51 .content-inner .votes-wrap.simple-vote{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.discussion-form, .discussionContainer>.discussion>.vote-wrap:nth-child(odd), 
.votes-wrap.admin-response {
    background: unset;
}

/* footer */

.rating-wrapper-pw {
    display: flex;
    flex-wrap: nowrap;
    background: #409f29;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 35px;
    padding-right: 40px;
    flex-direction: column;
}

.ratings__header-text{
    display: flex;
    flex-wrap: wrap;
    background: #5c220d;
    align-items: center;
    padding-left: 35px;
    padding-right: 35px;
    border-right: 2px solid transparent;
    color: #fff;
}
.ratings__header-text .rate-average{
    font-size: 44px;
    font-weight: 600;
    color: #ffffff;
}

.rating-wrapper-pw h2 {
    margin-bottom: 5px;
    margin-top: 0px;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 24px;
    line-height: 28px;
    display: block;
    color: #ffffff;
}

.rating-wrapper-pw a {
    color: #ffffff;
    text-decoration: underline;
}

.rating-wrapper-pw a:hover {
    text-decoration: unset;
}

.banner-rating{
    margin-bottom: 70px;
}

.ratings__header {
    display: flex;
    margin-bottom: 40px;
    margin-top: 40px;
}

.banner-rating .rate-items{
    margin-left: -10px;
    margin-right: -10px;
}

.banner-rating .rate-items>.vote-wrap{
    border: unset;
    width: 100%;
    flex-basis: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    background: #f7f7f7;
    margin: 10px;
}

@media(min-width: 768px){
    .banner-rating .rate-items>.vote-wrap{
        width: calc(100% / 2 - 20px);
        flex-basis: calc(100% / 2 - 20px);
    }
}

@media(min-width: 1200px){
    .banner-rating .rate-items>.vote-wrap{
        width: calc(100% / 3 - 20px);
        flex-basis: calc(100% / 3 - 20px);
    }
}

.banner-rating .vote-pic{
    display: none;
}

.banner-rating .rate-items{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
}

.banner-rating .vote-content {
    order: -1;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
}

.banner-rating .vote-name {
    margin-bottom: 0;
    font-weight: 700;
    margin-right: 10px;
}

.banner-rating span.vote-delimeter {
    display: none;
}

.banner-rating span.stars {
    order: -1;
    width: 150px;
    height: 20px;
}

.banner-rating .stars a, 
.banner-rating .stars span {
    float: left;
    height: 20px;
    line-height: 20px;
    position: relative;
    width: 30px;
}

.banner-rating .stars a:before, 
.banner-rating .stars span:before {
    font-size: 20px;
}

.banner-rating span.vote-rating *{
    font-size: 14px;
}

@media(max-width: 767px){
    .banner-rating .rate-items{
        margin-left: -10px;
        margin-right: -10px;
    }
    .banner-rating .vote-content {
        font-size: 14px;
        line-height: 20px;
    }
    .rating-wrapper-pw h2 {
        margin-bottom: 5px;
        margin-top: 0px;
        font-weight: 400;
        letter-spacing: 0;
        font-size: 22px;
        line-height: 24px;
        display: block;
        color: #292929;
    }
    .rating-wrapper-pw {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 25px;
        padding-right: 30px;
        flex-direction: column;
    }
    
    .ratings__header-text{
        padding-left: 25px;
        padding-right: 25px;
        border-right: 2px solid #292929;
    }

    .rating-wrapper-pw a{
        font-size: 14px;
    }
}

.vote-wrap .vote-header .vote-time{
    display: none;
}

.stars .star.is-active:hover, .stars .star.star-half:before, .stars .star.star-on:before{
    color: #F7A12A;
}