@media only screen and (max-width: 770px) {
    .star-cb-group {
        margin-left: 0px !important;
        width: 110px;
    }
    #advice-validate-rating-validate_rating {
        margin-left: 0px !important;
    }

    .main .product-view .add-review-form form#review-form .fieldset {
        width: 100% !important;
    }

    .product-rate-label {
        margin-bottom: 0px !important;
        display: block !important;
    }
}
.star-cb-group {
    font-size: 0;
    unicode-bidi: bidi-override;
    direction: rtl;
    margin-left: 12px;
}
.main .product-view .add-review-form form#review-form .fieldset {
    width: 756px;
}
.product-rate-label {
    margin-bottom: 15px;
}
#advice-validate-rating-validate_rating {
    margin-left: 32%;
}
.star-cb-group * {
    font-size: 1rem;
}
.star-cb-group > input {
    display: none;
}
.star-cb-group > input + label {
    display: inline-block;
    text-indent: 9999px;
    width: 1em;
    white-space: nowrap;
    cursor: pointer;
}
.star-cb-group > input + label:before {
    display: inline-block;
    text-indent: -9999px;
    content: "☆";
    color: #888;
}
.star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
    content: "★";
    color: #CE242A;
    text-shadow: 0 0 1px #333;
}
.star-cb-group > .star-cb-clear + label {
    text-indent: -9999px;
    width: .5em;
    margin-left: -.5em;
}
.star-cb-group > .star-cb-clear + label:before {
    width: .5em;
}
.star-cb-group:hover > input + label:before {
    content: "☆";
    color: #888;
    text-shadow: none;
}
.star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
    content: "★";
    color: #CE242A;
    text-shadow: 0 0 1px #333;
}
.rating-star {
    font-size: 22px !important;
}
.rating-text-message {
    font-weight: bold;
    display: inline;
    margin-left: 10px;
}