#productCommentsBlock {
    padding-bottom: 35px;
}

#productCommentsBlock a:hover {
    color: #3a3a3a;
}

.comments_note { margin-bottom: 5px }


#new_comment_form {
    width:auto;
    color: #333;
    text-align: left;
}

#new_comment_form p {
    margin-bottom: 0;
}

#new_comment_form .title {
    padding-bottom: 30px;
    font-size: 16px;
    color: #3a3a3a;
    background: #fff;
    margin: 0;
    text-align: center;
}

#id_new_comment_form {
    background-color: #fff;
}


#id_new_comment_form .close,
.comment_details .close{
    position: absolute;
    right: -30px;
    top: -3px;
    transition: all 0.3s linear;
    opacity: 1;
}

#id_new_comment_form img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

#id_new_comment_form .close:focus,
.comment_details .close:focus{
    outline: none;
}

#id_new_comment_form .row {
    margin: 0;
}

#id_new_comment_form .required {
    margin: 13px 0;
}

#id_new_comment_form .row .col-md-5,
#id_new_comment_form .row .col-md-7 {
    padding: 0;
}

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

#new_comment_form .grade_content li { width: 50% }

#new_comment_form .product {
    background: #fff;
}

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

#new_comment_form .product .product_desc {
    line-height: 18px;
    color: #666
}

#new_comment_form .product .product_desc p:nth-child(2) {
    display:none;
}

#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 {
    margin-left: 20px;
}

.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: normal;
    font-size: 12px;
    text-align: left;
}

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

}

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

}

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

#new_comment_form .modal-dialog {
    min-width: 700px;
    padding: 30px 20px 20px 20px;
}

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

#new_comment_form #criterions_list .star_content {
    display: inline-block;
    margin: 11px 0 0 10px;
}

#new_comment_form #criterions_list li {
    margin-bottom: 10px;
}

#new_comment_form #criterions_list label {
    display: inline;
    float: left;
}

.comments_note {
    width:100px;
    margin:auto;
}

.comments_note a:hover {
    color: #3a3a3a;
}

.comments_note a span {
    transition: all 0.3s linear;
    float: left;
    margin-left: 14px;
    line-height: 22px;
}

.comments_note a span:hover {
    color: #C29A5F;
}

.comments_note div.star, #productCommentsBlock div.star,
#new_comment_form div.star{
    display: inline-block;
    float: left;
    margin: 0 3px;
}

.product-page-right .comments_note a {
    display: flex;
}

.comments_note div.star:after,
#productCommentsBlock div.star:after,
#productCommentsBlock div.star:after,
#new_comment_form div.star:after{
    content: '\e055';
    font-family: "fl-outicons";
    font-size: 14px;
}

.comments_note div.star_on:after,
#new_comment_form div.star_on:after,
#productCommentsBlock div.star_on:after{
    color: #FFD314;
    content: '\e056';
    font-family: "fl-outicons";
}

.comments_note div.star_hover:after,
#productCommentsBlock div.star_hover:after,
#productCommentsBlock div.star_hover:after,
#new_comment_form div.star_hover:after{
    content: '\e056';
    font-family: "fl-outicons";
    font-size: 14px;
    color: #FFD314;
}

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

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

sup {
    color: red;
}

/* TAB COMMENTS ******************************************************************************** */
#product_comments_block_tab { margin: 0 0 20px 0 }

#product_comments_block_tab .no-reviews{
    font-size: 15px;
    color: #3a3a3a;
}

#product_comments_block_tab div.comment {
    margin: 0 0 10px 0;
    padding: 7px 0 15px;
    border-bottom: 1px solid #dedede;
}

#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 {
    margin-top: 6px;
}

#product_comments_block_tab div.comment div.comment_author span {
    font-weight: normal;
    color: #3a3a3a;
 }

#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 0 0 -5px;
}

#product_comments_block_tab .comment_author_infos {
    clear: both;
    padding-top: 12px;
}

#product_comments_block_tab .comment_author_infos strong {
    color: #3a3a3a;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 13px;
}

#product_comments_block_tab .comment_author_infos em {
    color: #999;
    font-size: 13px;
}

#product_comments_block_tab div.comment div.comment_details {
    float: left;
    overflow: hidden;
    max-width: 800px
}

#product_comments_block_tab div.comment div.comment_details .modal-content {
    border-radius: 0;
}

#product_comments_block_tab div.comment div.comment_details button {
    background: transparent;
    border: none;
}

#product_comments_block_tab div.comment div.comment_details button:focus {
    outline: none;
}

#product_comments_block_tab div.comment div.comment_details .yes,
#product_comments_block_tab div.comment div.comment_details .no{
    margin-right: 15px;
    color: #3a3a3a;
    cursor: pointer;
}

#product_comments_block_tab div.comment div.comment_details .yes:before,
#product_comments_block_tab div.comment div.comment_details .no:before{
    content: '\e02d';
    font-family: 'fl-outicons';
    font-size: 18px;
    color: #008000;
    margin-right: 10px;
}

#product_comments_block_tab div.comment div.comment_details .no:before {
    content: '\e017';
    color: #FF0000;
    vertical-align: -6px;
}

#product_comments_block_tab div.comment_details .title_block, #product_comments_block_tab div.comment_details h4 {
    padding-bottom: 10px;
    margin-top: 4px;
    font-size: 15px;
}

#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;
}

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


#product_comments_block_tab button.usefulness_btn {
    cursor: pointer;
    margin: 0 10px 0 0;
    display: inline-block;
    padding: 0 2px;
    border: 1px solid #c0c0c0;
    color: #3a3a3a;
    font-size: 13px;
}

#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;
    margin-left: 3px;
}

#product_comments_block_tab span.report_btn:after {
    content: '\e062';
    font-family: 'fl-outicons';
    color: #3a3a3a;
    transition: all 0.3s linear;
    font-size: 16px;
    vertical-align: -6px;
}

#product_comments_block_tab span.report_btn:hover:after {
    color:#ff0f0f;
}

.fl { float: left; }

.fr {
    float: right;
    /* position: fixed; */
    bottom: 20px;
    right: 20px;
}

.fr a {
    border: 1px solid #999;
    color: #999;
    background: none;
}

.fr a:hover {
    border: 1px solid #3a3a3a;
    color: #3a3a3a;
    background: none;
}

#newCommentForm {
    display: none;
}

#product_comments_block_tab .comment_details ul li {
    font-size: 12px
}

#product_comments_block_tab .comment_details ul li:first-child {
    float: left;
}
#product_comments_block_tab .comment_details ul li:last-child {
    overflow: hidden;
}

#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;
    cursor: not-allowed!important;
}

#submitNewMessage {
    margin-left:20px;
}

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

#productCommentsBlock .pull-right {
    text-align: center;
    float: none!important;
}

#productCommentsBlock .pull-right .open-comment-form {
    display: inline-block;
    padding: 15px 40px;
    background-color: #fff;
    color: #C29A5F;
    border: 1px solid #C29A5F;
    transition: all 0.3s linear;
    font-size: 15px;
    border-right-color: unset!important;;
}

#productCommentsBlock .pull-right .open-comment-form:before {
    content: '\e150';
    font-family: "Material Icons";
    vertical-align: -2px;
    display: none;
}

#productCommentsBlock .pull-right .open-comment-form:hover {
    background-color: #C29A5F;
    color: #fff;
}

#productCommentsBlock .pull-right .open-comment-form:focus {
    outline: none;
    text-decoration: none;
}

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

.comment_product img {
    padding: 5px;
    border: 1px solid #dedede;
    border-radius: 2px;
}

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

#product_comments_block_tab #modal-logged .modal-body span {
    color: #3a3a3a;
}

#product_comments_block_tab #modal-logged .modal-footer button.btn {
    background-color: #C29A5F;
    border-color: #C29A5F;
    color: #fff;
    box-shadow: 4px 4px 4px rgba(0,0,0,.14);
}
#product_comments_block_tab #modal-logged .modal-footer button.btn a {
    color:#fff;
    font-weight: normal;
}

#product_comments_block_tab #modal-logged .modal-footer .btn-secondary {
    margin-right: 14px;
}

#product_comments_block_tab #modal-logged .modal-footer button.btn:hover {
    background-color: #C29A5F;
    box-shadow: none;
}
#product_comments_block_tab #modal-logged .modal-footer button.btn:focus {
    outline: none;
}

#productCommentsBlock #id_new_comment_form .modal-content {
    padding: 30px 20px 20px 20px;
    background-clip: unset;
    border: none;
    border-radius: unset;
}
#productCommentsBlock #id_new_comment_form.modal-dialog.modal-dialog-centered {
    background: transparent;
}
@media (max-width: 767px) {
    body #new_comment_form .modal-dialog.modal-dialog-centered {
        padding: 0;
        min-width: 0;
        width: auto;
        margin: 20px auto;
    }
}

@media (max-width: 576px) {
    body #new_comment_form .modal-dialog.modal-dialog-centered {
        margin: 20px 5px;
    }
}