

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

.comments_note {
    margin-bottom: 5px;

}

#productCommentsBlock #id_new_comment_form .modal-content {
    background-clip: unset;
    border: none;
    border-radius: unset;
}

#productCommentsBlock #id_new_comment_form.modal-dialog.modal-dialog-centered {
    background: transparent;
}

.product-page-right .comments_note .star_content {
    float: left;
}

.product-page-right .comments_note span {
    float: left;
    padding-top: 1px;
}


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

#new_comment_formPhone p {
    margin-bottom: 0;
}

#new_comment_formPhone .title {
    background-color: #ffffff;
    /* padding: 10px 15px; */
    border-bottom: 1px solid rgba(159, 159, 159, 0.34);
    font-size: 16px;
    color: #000000;
    margin: 0;
    text-align: center;
    font-family: LoraMedium;
    position: relative;
    padding: 15px 0;
}

#new_comment_form p {
    margin-bottom: 0;
}

#new_comment_form .title {
    background-color: #FFF;
    padding: 13px 0;
    border-bottom: 1px solid rgba(159, 159, 159, .34);
    font-size: 18px;
    color: #3a3a3a;
    margin: 0 0 15px 0;
    text-align: left;
}

#id_new_comment_form {
    background-color: #fff;
}


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

#id_new_comment_form .modal-content .row .leftImg img {
    width: 100%;
    height: auto;
}

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

#id_new_comment_form .row {
    margin: 20px 10px 20px 10px;
}

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


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

#new_comment_formPhone .grade_content li {
    width: 50%;
}

#new_comment_formPhone .product {
    background: #fff;
    display: none;
}

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

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

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

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

#new_comment_formPhone .grade_content {
    margin: 0 0 20px 0;
}
#new_comment_form .grade_content li {
    width: 50%
}

#new_comment_form .product {
    background: #fff;
    display: none;
}

#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_formPhone .grade_content span {
    display: inline-block;
    padding: 0 10px;
    width: 150px;
    /* 160 */
    font-weight: bold
}

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


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

#new_comment_form label,#new_comment_formPhone label {
    display: block;
    margin: 1px 0 10px 0;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    font-family: 'GillSansRegular';
}


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

}

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

#new_comment_form .inputFile,
#new_comment_formPhone .inputFile {
    padding-top: 5px;
    height: 52px;
    margin-top: 10px;
}
#new_comment_form .write-comment-label{
    font-size: 14px;
    color: #000;
    font-family: "Lora";
}
#new_comment_form .inputFile span,
#new_comment_formPhone .inputFile span {
    position: absolute;
    width: 100%;
    height: 52px;
    z-index: 2;
    bottom: 90px;
    left: 0;
    background: #fff;
}
.comment-tips ul{
    font-size: 14px;
    font-family: "Lora";
}
#module-boncomments-default .comment-tips li:first-child {
    display: block;
    margin-top: 8px;
}
#module-boncomments-default .comment-tips ul li {
    list-style: inside none disc;
}
#new_comment_form .inputFile a,
#new_comment_formPhone .inputFile a {
    text-align: center;
    border: 1px solid #dfd9d9;
    width: 181px;
    line-height: 40px;
    font-size: 14px;
    font-family: LoraMedium;
    box-sizing: border-box;
    cursor: pointer;
    background: white;
    margin: 0 0 0 0px;
}

#new_comment_form .inputFile #file,
#new_comment_formPhone .inputFile #file {
    border: 0;
}

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

#new_comment_form .modal-dialog ,#new_comment_formPhone .modal-dialog {
    min-width: 700px;
    padding: 30px 0px 20px 0px;
    margin-left: 0;
}

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

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

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

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

.comments_note {
    width: 100%;
    /* margin: auto; */
    display: block;
}
body#product .comments_note {
    width: 100%;
    display: block;
    margin-top: 15px;
    /* margin-bottom: 15px; */
}
.comments_note a:hover {
    color: #3a3a3a;
}

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

.comments_note a span:hover {
    color: #0ab3a3;
}

.comments_note div.star,
#productCommentsBlock div.star,
#new_comment_form div.star ,
#new_comment_formPhone div.star {
    display: inline-block;
    float: left;
    /* margin: 0 3px; */
    height: 16px;
}
/* 
.comments_note div.star:after,
#productCommentsBlock div.star:after,
#productCommentsBlock div.star:after,
#new_comment_form div.star:after{
    background-image: url("../../../../themes/ztheme/assets/img/big-star2.png");
    content: ' ';
    display: inline-block;
    background-size: cover;
    height: 16px;
    width: 16px;
    font-family: "fl-outicons";
    font-size: 22px;
}

.comments_note div.star_on:after,
#new_comment_form div.star_on:after,
#productCommentsBlock div.star_on:after {
    background-image: url("../../../../themes/ztheme/assets/img/big-star1.png");
    content: '';
    font-family: "fl-outicons";
} */
.comments_note div.star,
#productCommentsBlock div.star,
#productCommentsBlock div.star,
#new_comment_form div.star{
    background-image: url("../../../../themes/ztheme/assets/img/big-star2.png");
    content: ' ';
    display: inline-block;
    background-size: 16px;
    height: 16px;
    width: 16px;
    font-family: "fl-outicons";
    font-size: 22px;
}

.comments_note div.star_on,
#new_comment_form div.star_on,
#productCommentsBlock div.star_on {
    background-image: url("../../../../themes/ztheme/assets/img/big-star1.png");
    content: '';
    font-family: "fl-outicons";
    height: 16px;
    background-size: 16px;
}

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

/* body#product .comments_note div.star:after,
body#product #productCommentsBlock div.star:after,
body#product #new_comment_form div.star:after{
    color: #FFD314;
    content: '\2606';
    font-family: "fl-outicons";
    font-size: 20px;
}


body#product .comments_note div.star_hover:after,
body#product #productCommentsBlock div.star_hover:after,
body#product #new_comment_form div.star_hover:after{
    content: '\2605';
    font-family: "fl-outicons";
    font-size: 20px;
    color: #FFD314;
} */
#new_comment_form,
#new_comment_formPhone ,
#new_comment_form_footer {
    font-size: 12px;
}

#new_comment_form_footer {
    margin-top: 20px;
}

#new_comment_form div.star a,
#new_comment_formPhone 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 .customer_photo {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    background: #cc7f85;
}

#product_comments_block_tab .colerSize {
    background: #faf4f4;
    padding: 10px 10px;
    border-radius: 5px;
    line-height: 20px;
    width:max-content;
    height: 40px;
    margin: 10px 0;
    /* margin-top: 10px; */
}

#product_comments_block_tab .comment_img img {
    width: 72px;
    height: 96px;
    object-fit: cover;
}

#product_comments_block_tab .commnet_biaoti {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

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

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

#product_comments_block_tab div.comment div.comment_author {
    float: left;
    padding-right: 25px;
    width: 100%;
    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: #000;
}

#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: #000;
    font-size: 13px;
    font-style: normal;
}

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

#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: '\2764';
    font-family: 'fl-outicons';
    font-size: 18px;
    color: #008000;
    margin-right: 10px;
}

#product_comments_block_tab div.comment div.comment_details .no:before {
    content: '\26A0';
    font-family: 'fl-outicons';
    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; */
    cursor: pointer;
    color: #666;
}


#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: '\26A0';
    font-family: 'fl-outicons';
    color: #FF0000;
    transition: all 0.3s linear;
    font-size: 20px;
    vertical-align: -6px;
}

#product_comments_block_tab span.report_btn:hover:after {
    color: #fa0404;
}
.cancel{
    display: none;
}

.fl {
    float: left;
}

.fr {
    display: flex;
}

.fr .btn {
    padding: 0;
    border: 1px solid #999;
    /* color: #999; */
    /* background: none; */
    min-height: 40px;
    line-height: 40px;
    width: 150px;
    text-align: center;
}

@media screen and (min-width: 767px) {
    .fr .btn:hover {
        border: 1px solid #3a3a3a;
        color: #3a3a3a;
        background: none;
    }
}


.fr a {
    padding: 0;
    height: 40px;
    margin: 0 !important;
    border: 1px solid #999 !important;
    color: #999!important;
    background: none;
    line-height: 40px;
}

.fr a:hover {
    border: 1px solid #3a3a3a!important;
    color: #3a3a3a!important;
    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 ,#new_comment_form #content {
    width: 100% !important;
    max-width: 100% !important;
}

#new_comment_form_ok {
    overflow: hidden;
    clear: both;
    font-size: 14px;
    font-family: "Lora";
}

#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: #0ab3a3;
    border: 1px solid #0ab3a3;
    transition: all 0.3s linear;
    font-size: 15px;
}

#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: #049e8f;
    color: #fff;
}

#productCommentsBlock .pull-right .open-comment-form:focus {
    outline: none;
    box-shadow: 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: #0ab3a3;
    border-color: #0ab3a3;
    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: #049e8f;
    box-shadow: none;
}

#product_comments_block_tab #modal-logged .modal-footer button.btn:focus {
    outline: none;
}

#new_comment_form_error>ul {
    background: rgba(255, 0, 0, .1);
    padding: 10px;
    border: 1px solid rgba(255, 0, 0, .2);
}


@media (min-width:451px) and (max-width: 767px) {
    body #new_comment_form .modal-dialog.modal-dialog-centered ,
    body #new_comment_formPhone .modal-dialog.modal-dialog-centered {
        min-width: 0;
        width: auto;
        margin: 20px auto;
    }

    body #new_comment_form_footer {
        margin-bottom: 20px;
    }
}
@media (max-width: 450px) {
    .comment_author {
        padding-right: 0 !important;
    }

    .comment_author .colerSize {
        max-width: 100% !important;
        width: 100% !important;
    }

    .yulantuphone {
        /* height: 70px; */
    }

    body #new_comment_form .modal-dialog.modal-dialog-centered,
    body #new_comment_formPhone .modal-dialog.modal-dialog-centered {
        min-width: 0;
        width: auto;
        margin: 0 0 0 0;
    }

    #new_comment_form_footer.phone-com-submit {
        margin-bottom: 0;
        margin-top: 0px;
    }

    #new_comment_formPhone .inputFile {
        margin-top: 15px;
        position: relative;
    }

    #new_comment_formPhone .inputFile span {
        position: absolute;
        left: 0;
        bottom: 0;
    }

    #new_comment_formPhone .inputFile span a {
        text-align: center;
        border: 1px solid #dfd9d9;
        width: 100%;
        line-height: 40px;
        height: 100%;
        font-size: 14px;
        font-family: LoraMedium;
        box-sizing: border-box;
        cursor: pointer;
        background: white;
        margin: 0;
    }
    #new_comment_formPhone .uploadImg span a {
        border: 0px solid #dfd9d9;
        font-size: 14px;
        text-decoration: underline;
        text-align: center;
        background: none;
        font-weight: normal;
    }
    

    .fr {
        position: relative;
        width: 100%;
        height: 40px;
    }

    .fr #submitNewMessage {
        position: absolute;
        width: 100%;
        bottom: 0;
        right: 0;
    }
}
.btnClose{
    background:#fff;
    position: absolute;
    border: 0;
    right: 15px;
    font-size: 32px;
    font-weight: 600;
    top: 5px;
    border-top-right-radius: 5px;
}
.commentBtnClose{
    border: 0;
    position: relative;
    margin-left: 93%;
    border-top-right-radius: 5px;
    font-weight: 600;
    font-size: 24px;


}
.closeImg{
    font-size: 16px;
    font-family: '';
    position: relative;
    left: -12px;
    top: -5px;
    color: #634747;
    cursor: pointer;
}
.closeImgPcD{
        font-size: 16px;
        font-family: '';
        position: relative;
        left: -12px;
        top: -5px;
        color: #634747;
        cursor: pointer;
}
.details-comment-img-modal {
    width: 100%;
    height: 100%;
    }
    .details-comment-img-modal .phone{
        display: flex;
        }

    .details-comment-img-modal .left {
    width: 50%;
    display: flex;
    flex-direction: column;
    }

    .details-comment-img-modal .left .left-img-top {
    width: 100%;
    height: auto;
    flex-direction: column;
    }

    .details-comment-img-modal .left .left-img-top img {
    width: 100%;
    height: auto;
    object-fit: contain;
    }


    .details-comment-img-modal .left .left-img-bottom {
    width: 100%;
    height: 100px;}

    .details-comment-img-modal .left .left-img-bottom img {
    width: 60px;
    height: 80px;
    margin: 2px;
    }


    .details-comment-img-modal #yulantu {
    display: flex;
    }

    .details-comment-img-modal .right {
    padding-left: 2rem;
    width: 50%;
    height: 630px;}

    .details-comment-img-modal .right .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    }

    .details-comment-img-modal .right .right-content {
    max-height: 40%;
    overflowY: auto;
    min-height: 80px;
    }

    .details-comment-img-modal .right .right-img {
    margin-top: 10px;}

    .details-comment-img-modal .right .right-img img {
    width: 140px;
    height: 186.666px;
    }

    .details-comment-img-modal .right .right-img a {
    margin-top: 20px;
    color: #cc7f85;
    background: #fff;
    font-size: 14px;
    text-align: left;
    position: relative;
    padding: 5px 10px;
    display: block;
    text-align: center;
    width: 140px;
    border: 1px solid #cc7f85;
    font-family: 'LoraMedium';
    text-transform: uppercase;
    }


    .details-comment-img-modal .right .share-icon {
    margin-top: 20px;
    display: inline-block;
    height: 30px;
    position: relative;
    width: 30px;
    text-indent: -9999px;
    margin-right: 8px;
    }

    .details-comment-img-modal .right .facebook-share-icon {
    background: rgba(0, 0, 0, 0) url("../../../../themes/ztheme/assets/img/new_fb.jpg")
    no-repeat scroll 0 0;
    }

    .details-comment-img-modal .right .pinterest-share-icon {
    background: #fff url("../../../../themes/ztheme/assets/img/new_pin.jpg") no-repeat
    scroll 0 0;
    }

    .details-comment-img-modal .right .googleplus-share-icon {
    background: rgba(0, 0, 0, 0) url("../../../../themes/ztheme/assets/img/new_g+.jpg")
    no-repeat scroll 0 0;
    }


    .details-comment-img-modal .right::after {
    content: "";
    }