.comments_note { margin-bottom: 5px }

/* pop-in add grade/advice ********************************************************************* */
#fancybox-wrap { width: 585px }

#fancybox-content {
    width: 585px;
    border-width: 0
}

#new_comment_form {
    width: 585px;
    color: #333;
    text-align: left;
    background-color: #fff
}

#new_comment_form .title {
    padding: 10px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    background: #333
}

#new_comment_form ul.grade_content { list-style-type: none }

#new_comment_form .grade_content li { width: 50% }

#new_comment_form .product { padding: 15px }

#new_comment_form .product img {
    float: left;
    border: 1px solid #ccc;
}

#new_comment_form .product .product_desc {
    float: left;
    margin-left: 0px;
    width: 300px;
    line-height: 18px;
    color: #666
}

#new_comment_form .product .product_desc .product_name {
    padding-bottom: 5px;
    font-size: 13px;
    color: #000
}

#new_comment_form .grade_content { margin: 0 0 20px 0 }

#new_comment_form .grade_content span,
#new_comment_form .grade_content span {
    display: inline-block;
    padding: 0 10px;
    width: 150px; /* 160 */
    font-weight: bold
}

#new_comment_form .grade_content .cancel { margin-right: 5px }

.new_comment_form_content {
    padding: 15px;
    background: #f8f8f8
}

.new_comment_form_content .intro_form {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 12px
}

#new_comment_form label {
    display: block;
    margin: 12px 0 4px 0;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
}

#new_comment_form input {
    padding: 0 5px;
    height: 28px;
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
}

#new_comment_form textarea {
    padding: 0 5px;
    height: 80px;
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
}

#new_comment_form .submit {
    margin-top: 20px;
    padding: 0;
    font-size: 13px;
    text-align: right
}

#new_comment_form #criterions_list {
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px;
    list-style-type: none;
}

#new_comment_form #criterions_list li {
    margin-bottom: 10px;
}
#new_comment_form #criterions_list label {
    display: inline;
    float: left;
    margin: 0px 0 0 0px;
    text-align: left;
    min-width: 70px;
    line-height: 14px;
}
.comments_note {
    width: 100%;
    margin: 5px auto 0;
    position: relative;
}
#product .col-md-7 .comments_note {
    position: relative;
    bottom: 0;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    margin: 0;
    top: 5px;
}
#productCommentsBlock .alert-info {
    padding: 8px 15px;
    margin:0 0 20px;
}
.products .product_list li:hover .comments_note{
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}
#productCommentsBlock .tabs {
margin: 0;
}

.comments_note div.star, #productCommentsBlock div.star {
    display: inline-block;
    float: none;
    width: 12px;
    height: 12px;
}

.comments_note div.star_on, #productCommentsBlock div.star_hover, #productCommentsBlock div.star_on {
    background: url(../img/star.png) no-repeat scroll 0 0 transparent !important;

}
.comments_note div.star, #productCommentsBlock div.star, #productCommentsBlock div.star_on {
    background: url(../img/star-no.png) no-repeat scroll 0 1px;
    background-size: 100%;
}
#new_comment_form div.star {
    display: inline-block;
    float: left;
    width: 12px;
    height: 12px;
    margin-top: 0px;
}
#new_comment_form div.star_hover, #new_comment_form div.star_on {
    background: url(../img/star.png) no-repeat scroll center center transparent !important;
}

#new_comment_form div.star, #new_comment_form div.star_on {
    background: url(../img/star-no.png) no-repeat scroll center center;
}

#new_comment_form, #new_comment_form_footer {
    margin-top: 20px;
    font-size: 12px;
}

#new_comment_form div.star a, #productCommentsBlock .star a {
    display: none;
}

/* TAB COMMENTS ******************************************************************************** */
#product_comments_block_tab ,#product_comments_block_tab_herboristerie{
    margin: 0;
    float: left;
    width: 100%;
}

#product_comments_block_tab div.comment, #product_comments_block_tab_herboristerie div.comment  {
    margin: 0 0 10px 0;
    padding: 5px 5px 15px;
}
#product_comments_block_tab div.comment div.comment_author,#product_comments_block_tab_herboristerie div.comment div.comment_author {
    float: left;
    padding-right: 0;
    width: 20%;
    line-height: 18px;
}
#product_comments_block_tab .comment_author span,#product_comments_block_tab_herboristerie .comment_author span {
    margin-top: 6px;
}

#product_comments_block_tab div.comment div.comment_author span,#product_comments_block_tab_herboristerie div.comment div.comment_author span {
    font-weight: 400;
    text-transform: capitalize;
}
.comment_author_infos strong {
    font-weight: 400;
    text-transform: capitalize;
}
#product_comments_block_tab div.comment div.comment_author span,
#product_comments_block_tab div.comment .star_content,
#product_comments_block_tab_herboristerie div.comment div.comment_author span,
#product_comments_block_tab_herboristerie div.comment .star_content {
    float: left;
    text-align: left;
}

#product_comments_block_tab div.comment .star_content ,#product_comments_block_tab_herboristerie div.comment .star_content {
    margin-top: 15px;
}
#product_comments_block_tab .comment_author_infos,#product_comments_block_tab_herboristerie .comment_author_infos {
    clear: both;
    padding-top: 15px;
    text-align: left;
}

#product_comments_block_tab .comment_author_infos em,#product_comments_block_tab_herboristerie .comment_author_infos em {
    color: #999;
    margin: 6px 0 0;
    display: inline-block;
}

#product_comments_block_tab div.comment div.comment_details,#product_comments_block_tab_herboristerie div.comment div.comment_details {
    float: left;
    overflow: hidden;
    width: 80%;
    margin-top: 7px;
    border-left: 1px solid #e5e5e5;
    padding-left: 20px;
}
#product_comments_block_tab div.comment_details .title_block, #product_comments_block_tab div.comment_details h4,
#product_comments_block_tab_herboristerie div.comment_details .title_block, #product_comments_block_tab_herboristerie div.comment_details h4 {
    padding-bottom: 0;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: capitalize;
}
#product_comments_block_tab div.comment_details p, #product_comments_block_tab_herboristerie div.comment_details p  { padding-bottom: 0px; }

#product_comments_block_tab div.comment_details ul, #product_comments_block_tab_herboristerie div.comment_details ul {
    list-style-type: none;
    margin: 0;
    display: none;
}

#product_comments_block_tab div.comment_details li,
#product_comments_block_tab_herboristerie div.comment_details li {
    padding: 2px 0 2px 12px;
    background: url(../img/bg_li.png) no-repeat 1px 45% #fff
}

#product_comments_block_tab a,
#product_comments_block_tab_herboristerie a {
    text-decoration: none;
    font-weight: bold
}

#product_comments_block_tab a:hover ,#product_comments_block_tab_herboristerie a:hover { text-decoration: underline }

#product_comments_block_tab button.usefulness_btn ,
#product_comments_block_tab_herboristerie button.usefulness_btn {
    cursor: pointer;
    margin: 0 0 0 5px;
    display: inline-block;
    padding: 0 2px;
    border: 1px solid #c0c0c0;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius:3px 3px 3px 3px;
    -khtml-border-radius:3px 3px 3px 3px;
    -moz-border-radius:3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    color: #000;
    font-weight: bold;
}

#product_comments_block_tab button.usefulness_btn:hover,#product_comments_block_tab_herboristerie button.usefulness_btn:hover { background-position: left -50px }

#product_comments_block_tab button.usefulness_btn:active,#product_comments_block_tab_herboristerie button.usefulness_btn:active { background-position: left -100px }



.fl { float: left; }

.fr { float: left; }

.open-comment-form {
    margin-bottom: 0;
}
.product-tabcontent #description .product-description p{
    margin: 0;
    line-height: 24px;
}
#newCommentForm {
    display: block;
    background: #FFF;
}
#productCommentsBlock .clearfix {
    float: left;
    width: 100%;
    text-align: left;
}
#product_comments_block_tab .comment_details ul li ,#product_comments_block_tab_herboristerie .comment_details ul li{
    font-size: 12px
}

#new_comment_form #content {
    width: 100% !important;
    max-width: 100% !important;
    background: #fff;
    border: 1px solid #ccc;
}

#new_comment_form_ok {
    overflow: hidden;
    clear: both;
    padding: 8px 25px !important;
    position: relative;
} 

#gdpr_checkbox {
    height: auto!important;
    width:auto!important;
}

.gdpr_disabled {
    opacity: .5;
    -khtml-opacity: .5;
    -webkit-opacity: .5;
    -moz-opacity:.5;
    background: silver !important;
    cursor: not-allowed !important;
    border: 1px solid silver;
}
#submitNewMessage {
    margin-left: 15px;
}

#productCommentsBlock .comment_product {
    width:100%;
    text-align:center;
}

.comment_product .star_content {
    width:160px;
    display:block;
    margin:auto!important;
    float:none!important;
    padding-top:5px;
}

.comment_product img {
    padding: 5px;
    background: #FFF;
    border: 1px solid #dedede;
    border-radius: 2px;
    -webkit-border-radius:2px;
    -khtml-border-radius:2px;
    -moz-border-radius:2px;
    -o-border-radius: 2px;
}

.product_comment_feedback .comment_author_infos {
    text-align:center;
    padding-top: 10px !important;
}


@media (max-width: 767px) {
    .special-products .product-description .comments_note{ text-align: center !important;margin: 7px 0 0; }
    .comments_note div.star, #productCommentsBlock div.star {
        float: none;
    }
   

    #product_comments_block_tab div.comment div.comment_author,#product_comments_block_tab_herboristerie div.comment div.comment_author{ width: 100%; }
    #product_comments_block_tab div.comment div.comment_details,#product_comments_block_tab_herboristerie div.comment div.comment_details {
        float: left;
        overflow: hidden;
        width: 100%;
        margin-top: 17px;
        border-left: none;
        padding-left: 0;
        border-top: 1px solid #e5e5e5;
        padding-top: 20px;
    }
}
@media (max-width: 479px){

    #product_comments_block_tab div.comment div.comment_details,
    #product_comments_block_tab_herboristerie div.comment div.comment_details{
        margin-top: 15px;
        border-left: none;
        padding-left: 0;
    }
    #product_comments_block_tab div.comment div.comment_author,
    #product_comments_block_tab_herboristerie div.comment div.comment_author{
        padding-right: 0;
        width: 100%;
    }

}