#lgcomment.page-product-box {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    margin-top: 2rem;
    background: #fff;
    padding: 1.25rem 1.875rem;
    display: inline-block;
    width: 100%;
}

#lgcomment h3 {
    border: none;
    border-bottom: 3px solid #2fb5d2;
    color: #2fb5d2;
    padding: .5em 1em;
    font-size: 15px;
}

#lgcomment .content-button {
    text-align: left;
    margin: 10px 0;
}
#lgcomment .content-button .lgcomment_button {
    background: transparent;
    color: #73aba3;
    border: none;
    padding: 0;
    font-weight: 600;
}

#lgcomment .productComment {
    margin-bottom: 25px;
}

#lgcomment .productComment .content-block {
/*     border-left: 1px solid #2fb5d2; */
    font-size: 12px;
}

#lgcomment .productComment .nick {
    font-size: .86rem;
    color: #222222;
}

#lgcomment .productComment .nick .order {
    padding-left: 15px;
}

#lgcomment .productComment .date {
    font-size: .72rem;
    color: #222222;
}

#lgcomment .productComment .title {
    font-size: 13px;
    color: #717171;
    font-weight: bold;
    margin-bottom: 10px;
    border: none;
    padding: 0;
}

#lgcomment .productComment .comment {
    font-size: 0.95rem;
    color: #555555;
}

#lgcomment .productComment .answer {
    padding-left: 20px;
    color: #333;
    font-style: italic;
    margin-top: 10px;
    font-size: 12px;
}

.lgcomment_summary {
    border-bottom: 1px solid #ddd;
    display: table;
    padding: 10px 0 20px 0;
    font-family:"Open Sans",sans-serif;
    width: 100%;
    background: none repeat scroll 0 0 #FFFFFF;
    color: #777777;
    position: relative;
}

.commentfilter {
    float:left;
    cursor: pointer;
    margin-bottom: 5px;
}
.commentfiltertitle {
    float:left;
    width:100%;
    margin-bottom: 5px;
}
.commentfilterreset {
    position: absolute;
    bottom: 5px;
    right: 5px;
    cursor: pointer;
}

.comment_anchor{
    cursor: pointer;
}

#lgcomment #more_less {
    text-align: right;
}
#lgcomment #more_less .button {
    bacKground: #73aba3;
    padding: 0px 5px;
    font-size: 12px;
    color: #fff;
}

@media (max-width: 992px ) {
    #lgcomment .content-button .lgcomment_button {
        white-space: normal;
    }
}

@media (max-width: 768px ) {
    #lgcomment .productComment .info-block {
        text-align: center;
    }

    #lgcomment .productComment .nick {
        font-size: 1rem;
    }

    #lgcomment .productComment .date {
        font-size: .90rem;
    }

    #lgcomment .productComment .content-block {
        border: none;
        border-bottom: 1px solid #DDDDDD;
        margin-top: 20px;
        padding-bottom: 25px;
    }
   .commentfilter {
        margin-right:0%;
        cursor: pointer;
    }
}

.comment_anchor {
    cursor: pointer;
}

#lgcomment .lgcomments_law_block {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #CCCCCC;
    padding: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}
