.product-miniature .comments_note { 
    position: absolute;
    top: auto;
    bottom: 8px;
    right:0;
    left: 0;
    text-align: center;
    opacity: 1;
    background-color:transparent;
     transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.product-miniature:hover .comments_note {
    opacity: 0;    
}

.special-products .comments_note{
    margin-bottom: 11px;
}
#left-column .comments_note {
    margin-bottom: 0;
    display: none;
}
/* 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;
    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: 600;
    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: 0;
    text-align: left;
    min-width: 100px;
}
#new_comment_form #criterions_list .star_content {
    float: left;
    margin: 6px 0 0;
}
.product-miniature .product_comments {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    opacity: 1;
    background-color: transparent;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

#products .product_show_list .product_comments{
   position: relative;
   text-align: left;
}

.product-miniature:hover .product_comments {
    opacity: 0;
}
.product_show_list.product-miniature:hover .product_comments {
    opacity: 1;
}

.comments_note div.star, #productCommentsBlock div.star {
    display: inline-block;
    width: 11px;
    height: 13px;
    line-height: 13px;
}
.comments_note div.star::before,#productCommentsBlock div.star::before{
    font-family: 'FontAwesome';
    content: '\f006';
    font-size: 13px;
    color: #d4d1d1;
}
.comments_note div.star_on::before {
    content: '\f005';
}
.comments_note div.star_on::before, 
#productCommentsBlock div.star_hover::before,
#productCommentsBlock div.star_on::before {
    /*background: url(img/star.png) no-repeat scroll 0 0 transparent !important;*/
    color: #ffc600;
}

.comments_note div.star, #productCommentsBlock div.star, #productCommentsBlock div.star_on {
    /*background: url(img/star-no.png) no-repeat scroll 0 0 transparent*/
}

#new_comment_form div.star {
    display: inline-block;
    float: left;
    width: 13px;
    height: 13px;
    line-height: 13px;
    margin: 0 5px 0 0;
}
#new_comment_form div.star::before{
    font-family: 'FontAwesome';
    content: '\f005';
    font-size: 13px;
    color: #d4d1d1;
}
#new_comment_form div.star_hover::before, #new_comment_form div.star_on::before {
    /*content: '\f005' !important;*/
    color: #ff9d00;
    /*background: url(img/star.png) no-repeat scroll 0 0 transparent !important;*/
}

#new_comment_form div.star, #new_comment_form div.star_on {
    /*background: url(img/star-no.png) no-repeat scroll 0 0 transparent*/
}

#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 { margin: 0 0 20px 0;text-align: left; }

#product_comments_block_tab div.comment {
    padding: 20px;
    background-color: #ffffff;
}

#product_comments_block_tab div.comment div.comment_author {
    float: left;
    padding-right: 25px;
    width: 240px;
    line-height: 18px
}

#product_comments_block_tab .comment_author span {
    
}

#product_comments_block_tab div.comment div.comment_author span { font-weight: bold; }

#product_comments_block_tab div.comment div.comment_author span,
#product_comments_block_tab div.comment .star_content {
    float: left;
}

#product_comments_block_tab div.comment .star_content {
    margin: 0;
}

#product_comments_block_tab .comment_author_infos {
    clear: both;
    padding-top: 20px;
}

#product_comments_block_tab .comment_author_infos em { color: #999 }

#product_comments_block_tab div.comment div.comment_details {
    float: left;
    overflow: hidden;
    max-width: 800px
}

#product_comments_block_tab div.comment_details .title_block, #product_comments_block_tab div.comment_details h4 { padding-bottom: 10px }

#product_comments_block_tab div.comment_details p { padding-bottom: 10px }

#product_comments_block_tab div.comment_details ul {
    list-style-type: none;
    margin: 0
}

#product_comments_block_tab div.comment_details li {
    padding: 2px 0 2px 12px;
    background: url(../images/bg_li.png) no-repeat 1px 45% transparent
}

#product_comments_block_tab a {
    text-decoration: none;
    font-weight: bold
}

#product_comments_block_tab a:hover { text-decoration: underline }

#product_comments_block_tab 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;
    color: #000;
    font-weight: bold;
}

#product_comments_block_tab button.usefulness_btn:hover { background-position: left -50px }

#product_comments_block_tab button.usefulness_btn:active { background-position: left -100px }

#product_comments_block_tab span.report_btn { cursor: pointer }

#product_comments_block_tab span.report_btn:hover { text-decoration: underline }

.fl { float: left; }

.fr { float: right; }

#productCommentsBlock .ax-product-title {
   margin-bottom: 20px;
    float: none;
}
.open-comment-form {
    margin-bottom: 30px;   
}
.open-comment-form.btn {
    float: none;
    padding: 9px 20px;
    background-color: #000;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}
.open-comment-form.btn:hover{
    background-color: #ab763b;
}
#newCommentForm {
    display: none;
    background: #FFF;
}

#product_comments_block_tab .comment_details ul li {
    font-size: 12px
}

#new_comment_form #content {
    width: 100% !important;
    max-width: 100% !important;
}

#new_comment_form_ok {
    overflow: hidden;
    clear: both;
}

#gdpr_checkbox {
    height: auto!important;
    width:auto!important;
}

.gdpr_disabled {
    opacity: .5;
    background: silver!important;
    cursor: not-allowed!important;
}

#submitNewMessage {
    margin-left:15px;
}
#productCommentsBlock {
    text-align: center;
    margin: 0 0 80px;
    float: left;
    width: 100%;
}
#left-column .product_reviews,#right-column .product_reviews{
}
@media (max-width:991px){
    .product-miniature:hover .product_comments {
        opacity: 1;
    }
    .open-comment-form.btn{
        margin-top: 0;
    }
   .product-miniature .comments_note{
        opacity: 1;
   }
   .product-miniature:hover .comments_note{
        opacity: 1;
   }
}

@media (max-width:479px){
    #productCommentsBlock{
        margin: 0 0 40px;
    }
}