    .socomment-comment {
        display: block;
        float: left;
        overflow-x: hidden;
        overflow-y: visible;
        height: auto;
        width: 100%;
        margin-top: 16px;
        border-color: inherit;
        background: inherit;
        color: inherit;
    }
    
    .socomment-subcomment {
        display: block;
        float: left;
        overflow-x: hidden;
        overflow-y: visible;
        height: auto;
        width: 100%;
        margin-top: 8px;
        padding-left: 32px;
        border-color: inherit;
        background: inherit;
        color: inherit;
    }
    
    .socomment-left {
        display: block;
        overflow-x: hidden;
        overflow-y: visible;
        width: 60px;
        height: 60px;
        float: left;
        padding: 0;
        border-color: inherit;
    }
    
    .socomment-right {
        display: block;
        overflow-x: hidden;
        overflow-y: visible;
        width: calc(100% - 60px);
        height: auto;
        float: left;
        border-color: inherit;
    }
    
    .socomment-commentator {
        display: block;
        overflow-x: hidden;
        overflow-y: visible;
        width: 100%;
        height: auto;
        float: left;
        padding: 4px;
        text-align: left;
    }
    
    .socomment-commentator a:active,
    .socomment-commentator a:visited,
    .socomment-commentator a:link,
    .socomment-commentator a {
        font-weight: bold;
        text-decoration: none;
        color: inherit;
        cursor: pointer;
    }
    
    .socomment-commentator .socomment-button {
        float: right;
        margin-left: 8px;
        border-style: none;
        border-width: 0;
    }
    
    .socomment-comment-body {
        display: block;
        overflow-x: hidden;
        overflow-y: visible;
        width: 100%;
        height: auto;
        float: left;
        padding: 4px 8px;
        /*
        border-style: solid;
        border-width: 1px;
        border-color: inherit;
        border-radius: 6px;
        */
        text-align: left;
    }
    
    .socomment-comment-foot {
        display: block;
        overflow-x: hidden;
        overflow-y: visible;
        width: 100%;
        height: auto;
        float: left;
        text-align: right;
        font-size: 0.9em;
    }
    
    .socomment-comment-foot .socomment-button {
        float: left;
        margin-left: 8px;
        border-style: none;
        border-width: 0;
    }
    
    .socomment-avatar {
        display: block;
        overflow-x: hidden;
        overflow-y: visible;
        width: 56px;
        height: 56px;
        float: left;

        border-style: solid;
        border-width: 1px;
        border-color: inherit;
        border-radius: 50%;
        
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75) 0 100%), url("./avatar.jpg");
    }
    
    .socomment-avatar img {
        height: 100%;
        width: auto;
        margin: 0 auto;
    }
    
    .socomment-replay {
        display: block;
        overflow-x: hidden;
        overflow-y: visible;
        width: auto;
        height: auto;
        float: right;        
        border-style: solid;
        border-width: 1px;
        border-color: inherit;
        border-radius: 6px;
        padding: 2px 8px;
        cursor: pointer;
        background: inherit;
        color: inherit;
    }

    .socomment-replay form{                        
        background-color: inherit;
        border-color: inherit;
        color: inherit;
    }
    
    .socomment-comment .socomment-replay,
    .socomment-subcomment .socomment-replay {
        border: none 0;
        background-color: inherit;
        border-color: inherit;
        color: inherit;    
    }
    
    .socomment-comment-box,
    .socomment-reply-box {
        display: block;
        float: right;
        overflow-x: hidden;
        overflow-y: visible;
        width: 100%;
        height: auto;
        padding: 6px;
        margin-top: 4px;
        background-color: inherit;
        border-color: inherit;
        color: inherit;
    }
    
    .socomment-button {
        display: inline-block;
        overflow-x: hidden;
        overflow-y: visible;
        width: auto;
        height: auto;
        white-space: nowrap;
        border-style: solid;
        border-width: 1px;
        border-color: inherit;
        margin-bottom: 4px;
        border-radius: 4px!important;
        padding: 2px 4px;
        cursor: pointer;
        background: inherit;
        color: inherit;
    }
    
    a.socomment-button {
        text-decoration: none;
    }
    
    .socomment-reply-input {
        display: block;
        overflow-x: hidden;
        margin: 0;
        padding: 0;
    }
    
    .socomment-reply-input textarea {
        display: block;
        overflow-x: hidden;
        overflow-y: visible;
        width: 100%;
        height: 60px;
        min-width: 100%;
        max-width: 100%;
        min-height: 60px;
        max-height: 120px;
        border-style: solid;
        border-width: 1px;
        border-color: inherit;
        border-radius: 6px!important;
    }
    
    .socomment-comment-image {
        display: block;
        position: relative;
        overflow-x: hidden;
        overflow-y: visible;
        width: 100%;
        max-height: 150px;
        margin: 8px 0 0 0;
        padding: 0;
        text-align: left;
    }
    
    .socomment-comment-image img {
        display: block;
        float:left;
        overflow-x: hidden;
        overflow-y: visible;
        margin: 0 auto;
        max-width: 100%;
        max-height: 150px;
    }
    
    .socomment-reply-image {
        display: block;
        position: relative;
        overflow-x: hidden;
        overflow-y: visible;
        width: 100%;
        max-height: 150px;
        margin: 4px 0 0 0;
        padding: 0;
        text-align: left;
    }
    
    .socomment-reply-image input {
        display: none!important;
    }
    
    .socomment-reply-image button {
        position: absolute;
        top: 0;
        left: 50%;
        margin-top: 4px;
        transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
    }
    
    .socomment-reply-image img {
        display: block;
        float: left;                
        overflow-x: hidden;
        overflow-y: visible;
        margin: 0 auto;
        max-width: 100%;
        max-height: 150px;
    }
    
    .socomment-reply-buttons {
        display: block;
        overflow-x: hidden;
        margin: 0;
        padding: 8px 0;
        background-color: inherit;
        border-color: inherit;
        color: inherit;    
    }
    
    .socomment-reply-buttons .btn {
        margin-right: 8px;
    }
    
    .socomment-reply-buttons .btn .fa,    
    .socomment-reply-buttons .btn.btn-outline {
        background-color: inherit;
        border-color: inherit;
        color: inherit;
    }
    
    .socomment-reply-buttons .btn.pull-right {
        margin-right: 0;
        margin-left: 8px;
    }
    
    .socomment-like {
        color: #88f!important;
    }
    
    .socomment-dislike {
        color: #88f!important;
    }

        .socomment-emoji {
            display: block;
            float: left;
            overflow-x: hidden;
            overflow-y: hidden;
            width: 100%;
            height: auto;
            font-size: 4em !important;
            text-align: left;
        }
    
        .socomment-emoji-box {
            overflow-x: hidden;
            overflow-y: hidden;
            width: 100%;
            height: 100px;
        }
    
        .socomment-emoji-body {
            display: block;
            overflow-x: auto;
            overflow-y: hidden;
            width: 100%;
            height: 100%;
            padding: 8px;
            white-space: nowrap;
        }
    
        .socomment-emoji-item {
            display: inline-block;
            overflow-x: hidden;
            overflow-y: hidden;
            width: auto;
            height: 100%;
            aspect-ratio: 1/1;
            text-align: center;
            font-size: 3em;
            cursor: pointer;
        }


.socomment-sticker {
    display: block;
    float: left;
    overflow-x: hidden;
    overflow-y: hidden;
    width: auto;
    height: 100px;
    font-size: 4em !important;
    text-align: left;
    margin: 0 8px 4px 0;
}

.socomment-sticker img{
    height: 100%;
}

.socomment-sticker-box {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    height: 150px;
}

.socomment-sticker-head {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    height: 3em;
    padding: 4px;
    white-space: nowrap;
    text-align: left;
}

.socomment-sticker-name {
    display: inline-block;
    overflow-x: visible;
    overflow-y: hidden;
    width: auto;
    height: auto;
    cursor: pointer;
    padding:1px 8px;
    white-space: nowrap;
}

.socomment-sticker-name.active {
    border: solid 1px #888;
    padding:0 7px;
    border-radius: 6px;
}

.socomment-sticker-body {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    height: calc( 100% - 3em);
    padding: 8px;
    white-space: nowrap;
}

.socomment-sticker-item {
    display: inline-block;
    overflow-x: hidden;
    overflow-y: hidden;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    text-align: center;
    font-size: 3em;
    cursor: pointer;
}

.socomment-sticker-item > img {
    height: 100%;
}

.comments-orders{
    display: block;
    overflow-x: hidden;
    width: 100%;
    text-align: center;
}

.comments-orders .comments-order-item{
    display: inline-block;
    overflow-x: hidden;
    width: auto;
    padding: 2px 8px;
    margin:4px;
    border: solid 1px;
    border-color: inherit;
    text-decoration: none;
    background: inherit;
    color:inherit;
    border-radius: 6px;
}

.comments-orders .comments-order-item.active{
    color:#fff;
    border-color: #44b;
    background-color: #44b;
}