.comments-admin-item {
    display: inline-block;
}
.comments-admin-item div,
.comments-admin-item a {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    opacity: 1;
    cursor: pointer;
    background: url(/images/controls-adm.png) 0 0 no-repeat;
}

.comments-admin-item div.del {
    background-position: 0 0;
}

.comments-admin-item a.edit {
    background-position: 0 -20px;
}

.comments-admin-item select {
    display: block;
    float: left;
    height: 20px;
}

.comments {
    margin: 10px 0;
}

.comments-invisible {
    opacity: .5;
}
/*
.comments-text-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    max-height: 48px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
*/
.comments .more-button {
    font-size: 12px;
}

div.comments-admin {
    display: inline-block;
}
/*
.comments-header div {
    display: inline-block;
}*/

.comments-header-date {
    color: #999;
    font-size: 12px;
}

.comments-header-name {
    font-weight: bold;
}

.commentsImages, .commentImage{
    height: 80px;
    width: 80px
}

.commentsImages img{
    height: 80px;
    width: 80px
}

.comments-body{
    word-break: break-word;
}

.owl-next{
    position: absolute;
    right: 0;
    top: 10px;
}

.owl-prev{
    position: absolute;
    left: 0;
    top: 10px;
}

.owl-next span, .owl-prev span{
    color: #000000;
    font-size: 40px;
    font-weight: 500;

}

#form-comment.hidden_form .item,
#form-comment.hidden_form h4 {
    display: none;
}