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

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

#lgcomment .content-button {
/*     text-align: center; */
    margin: 30px 0;
}

#lgcomment .content-button .lgcomment_button {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    /* cursor: pointer; */
    /* -webkit-user-select: none; */
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* border: 1px solid transparent; */
    padding: 0.5rem 1rem;
    /* font-size: 1rem; */
    border-radius: 0;
    /* color: black; */
    /* background: white; */
    font-size: 13px;
    background: #ff8e04;
    border: none;
    text-transform: lowercase;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    /* width: 25%; */
    height: 35px;
    border-radius: 10px;
    text-transform: uppercase;
    background-image: linear-gradient( 
0deg, rgba(245, 130, 32, 1) 0%, rgba(253, 185, 19, 1) 76%, rgba(255, 203, 5, 1) 100%) !important;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 10px;

}

#lgcomment .content-button .lgcomment_button:hover {
    background: #ff8e04;
    color: #FFFFFF;
}

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

#lgcomment .productComment .content-block {
    border-left: 1px solid #ff8e04;
}

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

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

#lgcomment .productComment .title {
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
}

#lgcomment .productComment .comment {
    font-size: 0.95rem;
    color: #fff;
    text-align: left;
}

#lgcomment .productComment .answer {
    padding-left: 50px;
    color: #fff;
    font-style: italic;
    margin-top: 10px;
    text-align: left;
}

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

.commentfilter {
    float:left;
    width:12%;
    cursor: pointer;
}
.commentfiltertitle {
    float:left;
    width:100%;
    cursor: pointer;
}
.commentfilterreset {
    float:left;
    width:14%;
    cursor: pointer;
}

.comment_anchor{
    cursor: pointer;
    margin-left: 1%;
}
/*@media (max-width: 768px) {*/
/*.productComment table,*/
/*.productComment td,*/
/*.productComment tr {*/
/*display: block;*/
/*}*/
/*}*/

@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 {
        float:none;
        width:70%;
        cursor: pointer;
    }
    .commentfilter {
        float:none;
        width:70%;
        margin-right:0%;
        cursor: pointer;
    }
    .commentfilterreset {
        float:none;
        width:70%;
        cursor: pointer;
    }
}