/********* استایل های قسمت دیدگاه **********/

.comment-box {
    float: right;
    width: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    padding: 20px;
    margin: 30px 0;
}

.comment-box .related-head {
    font-size: 18px;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

h4 {
    font-size: 18px;
}

#reply-title, p.comment-notes {
    display: none;
}

small {
    font-size: smaller;
}

#reply-title, p.comment-notes {
    display: none;
}

.comment-respond #commentform {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

#reply-title, p.comment-notes {
    display: none;
}

#commentform p.comment-form-comment, #commentform p.form-submit {
    width: 100%;
    padding: 0 15px;
}

.comment-respond label {
    display: block;
    color: #6c757d;
    padding-bottom: 3px;
}

.comment-respond textarea {
    height: 184px;
    line-height: 26px;
    width: 100%;
    outline: 0;
    padding: 11px 10px;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 0 0 7px #e9efe9 inset;
    box-shadow: 0 0 7px #e9efe9 inset;
    border-radius: 2px;
    -webkit-appearance: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-family: iransans;
}

#commentform p.comment-form-author, #commentform p.comment-form-email {
    flex: 0 0 50%;
    padding: 0 15px;
}

.comment-respond input[type=text] {
    width: 100%;
    outline: 0;
    padding: 11px 10px;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 0 0 7px #e9efe9 inset;
    box-shadow: 0 0 7px #e9efe9 inset;
    border-radius: 2px;
    -webkit-appearance: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-family: iransans;
}

#commentform p.comment-form-author, #commentform p.comment-form-email {
    flex: 0 0 50%;
    padding: 0 15px;
}

#commentform p.comment-form-url, p.comment-form-cookies-consent {
    display: none;
}

#commentform p.comment-form-url, p.comment-form-cookies-consent {
    display: none;
}

#commentform p.form-submit {
    width: 100%;
    padding: 0 15px;
    margin-top: 20px!important;
}

.comment-respond input[type=submit] {
    background-color: #c0d731;
    border-radius: 5px!important;
    padding: 10px 20px!important;
    line-height: 27px!important;
    display: inline-block!important;
    transition: all .2s ease-in-out;
    color: #fff!important;
    font-family: iransans!important;
    font-size: 16px!important;
    cursor: pointer!important;
}

.comments-inner .comment {
    border-radius: 5px;
    margin: 20px 0;
    border: 1px solid #e9e9e9;
    padding: 15px;
    background: #FFFFFF;
}

.comments-inner .comment .comment-author {
    display: flex;
    margin-bottom: 15px;
}

.comments-inner .comment p {
    margin: 15px 0;
}



.comments-inner .comment .reply a {
    text-decoration: none;
    background: #ecf0f1;
    color: #333;
    padding: 4px 15px;
}

.comments-inner .comment .depth-2 {
    background: #f7f8f9;
}

.comments-inner .comment .comment-author .fn {
    margin: auto 12px;
    font-size: 18px;
    font-weight: 700;
}
.comments-inner .comment .comment-author .fn a {
    text-decoration: none;
    color: #303030;
    font-size: 16px;
}

.comments-inner .comment .comment-author .says {
    display: none;
}

.comments-inner .comment .comment-meta a {
    color: #8a8a8a;
    text-decoration: none;
    font-size: 13px;
}