.star_content:not(:hover) .star_form:checked + label ~ label > div.star::after {
    color: #d4d4d4;
}

.star_content label:hover ~ label > div.star::after {
    color: #d4d4d4;
}

#product_comments_block_extra .comments_note {
    margin-bottom: 13px;
    margin-right: 15px;
}

#product_comments_block_extra .comments_note span,
#product_comments_block_extra .star_content {
    display: inline-block;
}

#product_comments_block_extra .star_content {
    line-height: 1;
}

.comments_advices li {
    display: inline-block;
}

@media (min-width: 768px) and (max-width: 991px) {
    .comments_advices li {
        display: block;
        line-height: 1.42857;
    }
}

.comments_advices a {
    text-decoration: none;
    position: relative;
    padding: 0;
    display: inline-block;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .comments_advices a {
        float: none;
        line-height: 1.42857;
    }
}

.comments_advices a:before {
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 1.4rem;
    font-weight: normal;
    text-align: center;
    width: 20px;
    /*max 1199px*/
}

.comments_advices a.reviews:before {
    content: "\f0e5";
    margin-left: -5px;
}

.comments_advices a.open-comment-form:before {
    content: "\f044";
    margin-left: -4px;
}

.comments_advices a.reviews {}

.hook-reviews {
    display: inline;
}

.close_comment {
    padding: 0;
    background: none;
    border: none;
}

.close_comment:hover {
    text-decoration: underline;
}

.close_comment span {
    font-size: 1.2rem;
    color: #999;
}

#data_content_choosebox p.submit {
    margin-bottom: 0;
}

#data_content_choosebox p.submit .btn {
    padding: 5px 10px;
}


/* pop-in add grade/advice ********************************************************************* */

#new_comment_form {
    overflow: hidden;
}

#new_comment_form > h3 {
    font-weight: 400;
    font-size: 3rem;
    margin-bottom: 15px;
    color: #828385;
}

#new_comment_form h2 {
    margin-bottom: 10px;
}

#new_comment_form .title {
    padding: 10px;
    font-size: 1.4rem;
    color: #fff;
    text-transform: uppercase;
    background: #333;
}

#new_comment_form ul.grade_content {
    list-style-type: none;
    margin: 0 0 20px 0;
}

#new_comment_form ul.grade_content li {
    width: 50%;
}

#new_comment_form ul.grade_content span {
    display: inline-block;
    padding: 0 10px;
    width: 150px;
    font-weight: bold;
}

#new_comment_form ul.grade_content .cancel {
    margin-right: 5px;
}

#new_comment_form .product {}

#new_comment_form .product img {
    max-width: 100%;
    height: auto;
    border: 1px solid;
}

#new_comment_form .product .product_desc {
    line-height: 1.2857;
    color: #666;
}

#new_comment_form .product .product_desc .product_name {
    padding: 10px 0 5px;
    font-size: 1.4rem;
}

.tabs .product_desc p {
    font-size: 1.2rem;
    line-height: 1.2857;
    margin: 0;
}

#new_comment_form p {
    margin: 0;
	line-height: 1.5;
}

#new_comment_form input,
#new_comment_form textarea {
    width: 100%;
    background: #fff;
}

#new_comment_form .submit {
    margin-top: 20px;
    padding: 0;
    font-size: 1.4rem;
    text-align: right;
}

#new_comment_form #criterions_list {
    border-bottom: 1px solid;
    list-style-type: none;
    padding-bottom: 0;
}

#new_comment_form #criterions_list li {
    margin-bottom: 20px;
}

#new_comment_form #criterions_list label {
    color: #828385;
    font-weight: 400;
}

#new_comment_form #criterions_list .star_content {
    display: block;
    margin-left: 0;
    height: 0;
    margin-bottom: 40px;
}

/* TAB COMMENTS ******************************************************************************** */

.comments_avg {
    padding-bottom: 20px;
    border-bottom: 1px solid;
	margin-bottom: 15px;
}

.content_rating {
    display: flex;
    margin-bottom: 10px;
}

.content_rating .star_content {
    margin-left: 0;
}

.label_rating {
    color: #05b0bd;
    margin-right: 5px;
	text-transform: uppercase;
}

#product_comments_block_tab .comment_author {
    margin-left: -8px;
    margin-right: -8px;
    font-size: 0;
    margin-bottom: 10px;
}

#product_comments_block_tab .comment_author > .comment_author_infos {
    font-size: 1.4rem;
    color: #888;
    display: inline-block;
    vertical-align: middle;
    margin: 3px 8px;
}

#product_comments_block_tab .comment_author > .comment_author_infos .date_comment{
	border-left: 1px solid #ccc;
	font-style: normal;
	margin-left: 10px;
	padding-left: 10px;
}

#product_comments_block_tab .comment_author .star_content {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 8px;
}

#product_comments_block_tab .comment {
    padding-bottom: 15px;
    border-bottom: 1px solid;
    margin-bottom: 15px;
}

#product_comments_block_tab .comment_details p {
    margin-bottom: 5px;
    line-height: 1.5;
    color: #888888;
}

#product_comments_block_tab .comment_details ul {
    margin: 0 -5px;
    clear: both;
}

#product_comments_block_tab .comment_details li {
    margin-bottom: 5px;
	font-size: 0;
}

#product_comments_block_tab .comment_details li > * {
    margin: 5px;
    font-size: 1.4rem;
	vertical-align: middle;
}

#product_comments_block_tab .title_coment {
    color: #333333;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 10px;
}

#product_comments_block_tab .usefulness_btn {
    font-size: 1.2rem;
    line-height: 1;
    padding: 5px 10px;
    text-transform: capitalize;
    transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;
    -ms-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
    -webkit-transition: all 0.15s ease-in-out 0s;
}

#product_comments_block_tab .report_btn {
    cursor: pointer;
}

#product_comments_block_tab .report_btn:hover {
    text-decoration: underline;
}

#product_comments_block_tab > p {
    margin-bottom: 0;
}

#product_comments_block_tab > p:not(.no_comment) {
    margin-top: 20px;
}

#product_comments_block_tab > p.alert  {
    margin-bottom: 0;
}

#product_comments_block_tab #new_comment_tab_btn {
    padding: 7px 15px;
    font-size: 1.2rem;
}

#product_comments_block_tab #new_comment_tab_btn::before {
    font-family: "FontAwesome";
    content: "\f044";
    font-size: 14px;
    margin-right: 5px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.star a {
    display: block;
    font-size: 0;
    position: absolute;
}

.star a {
    display: block;
    position: absolute;
    text-indent: -5000px;
}

div.star > div.star.star_on {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 0;
}

.cancel, .star {
    margin: 0 2px 0 0;
    overflow: hidden;
    display: inline-block;
	vertical-align: middle;
}

.star:last-child{
	margin: 0;
}

#criterions_list .cancel,
#criterions_list .star {
    cursor: pointer;
}

.cancel {
	margin-top: -1px;
	color: #ea1010 !important;
	margin-right: 10px;
	display: none;
}

.cancel:after{
    content: "\f057";
    font-family: "FontAwesome";
	font-size: 16px;
}

#criterions_list .star {
    font-size: 14px;
}

p.required {
    color: red;
    font-size: 1.2rem;
}

#slide-bar-login-comment .title-top {
    text-align: center;
    border-bottom: 1px solid #dbdbdb;
    font-size: 0;
    padding: 10px;
    margin: 0 -10px;
    margin-bottom: 10px;
}

#slide-bar-login-comment .title-top i {
    font-size: 80px;
    margin-bottom: 20px;
}

#slide-bar-login-comment .title-top span {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700;
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

/*# sourceMappingURL=productcomments.css.map */