.comments-mobile {
    padding: 15px;
  }
  .comment-form {
    border: 1px solid #ddd;
    margin-bottom: 20px;
  }
  .comment-form .comment-count {
    background: #666;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 10px;
  }
  .comment-form .form textarea {
    border: none;
  }
  .comment-form .form-footer {
    background: #ddd;
    margin: 0;
    padding: 7px 0;
  }
  .comment-form .form-footer .button-form {
    text-align: right;
  }
  .comment-title {
    padding: 0 12px;
  }
  .comment-list {
    font-size: 1.1em;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .comment-list li {
    border-bottom: 1px solid #eee;
    float: left;
    padding: 16px 0 16px 0;
    width: 100%;
  }
  .comment-list li.child {
    padding-left: 5%;
    width: 95%;
  }
  .comment-list li .pic {
    border-radius: 50%;
    float: left;
    height: 50px;
    margin-right: 15px;
    overflow: hidden;
    width: 50px;
  }
  .comment-list li .pic img {
    width: 100%;
  }
  .comment-list li .comment-body {
    float: left;
    font-size: 15px;
    width: 100%;
  }
  .comment-list li .comment-body .comment-material-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0;
  }
  .comment-list li .comment-body .comment-user {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 0;
  }
  .comment-list li .comment-body .comment-user-image {
    float: left;
    margin-right: 10px;
    height: 38px;
    width: 38px;
  }
  .comment-list li .comment-body .meta {
    color: #999;
    font-size: 0.9em;
    white-space: nowrap;
  }
  .comment-list li .comment-body p {
    margin: 4px 0;
  }
  .comment-list li .comment-body .reply {
    color: #bbb;
    text-decoration: none;
  }
  .comment-list li .comment-body .reply i.fa {
    font-size: 13px;
  }
  .comment-list li .rating {
    float: right;
    position: relative;
    text-align: right;
    width: 100px;
  }
  .comment-list li .rating > * {
    float: right;
  }
  .comment-list li .rating button {    
    height: 21px;
    opacity: 0.5;
    padding: 0;
    width: 22px;
  }
  .comment-list li .rating button.rating-vote-up:hover {
    color: #01ae4d;
  }
  .comment-list li .rating button.rating-vote-down {
    margin-left: 10px;
  }
  .comment-list li .rating button.rating-vote-down:hover {
    color: #d62d20;
  }
  .comment-list li .rating .rating-votes-count {
    font-size: 12px;
    color: #ccc;
  }
  
  .comment-list li .rating .loader {
    background: rgba(255, 255, 255, .75);
    cursor: progress;
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
  }  
  .comment-list li .rating.loading .loader {
    display: block;
  }

  .comment-list li .comment-reply-btn {
    height: auto;
    line-height: 15px;
    padding: 0px 10px 4px;
    text-transform: lowercase;
  }

  .comment-list li .comment-reply-btn,
  .comment-list li .rating button {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background: transparent;
    border: none;
    color: #666;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.2s ease-in-out;
  }

  .comment-list li .comment-reply-btn:hover,
  .comment-list li .rating button:hover {
    color: #297cdd;
    opacity: 1;
  }

  .comment-list li form .btn-comment-cancel {
    display: inline-block;
  }
  .comment-list li form .btn-auth-logout {
    display: none;
  }
  
  .comment-sent-box {
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 6px;
  }
  .comment-sent-box textarea {
    border: none;
    height: 80px;
    margin-bottom: 10px;
    resize: none;
    width: 100%;
  }
  .comment-sent-btn {
    background: #297cdd;
    border-radius: 3px;
    color: #fff !important;
    display: inline-block;
    padding: 8px 16px;
  }
  .comment-sent-btn:hover {
    color: #fff !important;
  }
  .comment-sent-btn[disabled] {
    background: #999;
    cursor: default;
  }
  .comment-sent-btn.btn-comment-cancel {
    display: none;
  }
  .comment-sent-author {
    color: #999;
    display: inline-block;
    font-size: 0.9em;
    margin: 0 0 0 10px;
  }
  .comment-sent-limit {
    color: #999;
    display: block;
    float: right;
    font-size: 0.9em;
    margin: 8px 0 0 10px;
  }
  
  #comments_modal_mask {
    background-color: #1d1d1d;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 100000;
  }
  #comments_modal {
    -khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 1);
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 1);
    display: none;
    height: 150px;
    padding: 12px;
    position: fixed;
    width: 360px;
    z-index: 100000;
  }
  #comments_modal .head-close-modal {
    background: transparent;
    border: none;
    float: right;
    opacity: 0.5;
    padding: 0;
  }
  #comments_modal .head-close-modal:hover {
    opacity: 1;
  }
  #comments_modal_msg {
    margin: 28px 0 10px;
  }
  #comments_modal .modal-footer {
    bottom: 0;
    padding: 12px 0;
    position: absolute;
    text-align: center;
    width: 336px;
  }

  #comment-form {
    clear: both;
    font-size: 14px;
  }
  #comment-form .btn-auth-login {
    display: none;
  }
  #comment-form.disabled {
    background: #eee;
  }
  #comment-form.disabled a {
    cursor: default;
  }
  #comment-form.disabled textarea {
    background: #eee;
    color: #757575;
  }
  #comment-form.disabled #send,
  #comment-form.disabled .btn-auth-logout,
  #comment-form.disabled .comment-sent-author,
  #comment-form.disabled .comment-sent-limit {
    display: none;
  }
  #comment-form.disabled .btn-auth-login {
    display: inline-block;
  }
  #comment-spinner {
    display: none;
  }
  #comment-form textarea:focus-visible {
    outline: none;
  }
  #form__message {
    border-radius: 4px;
    clear: both;
    display: none;
    font-size: 14px;
    padding: 10px;
    margin: 0 0 10px 0;
  }
  #form__message.message-green {
    background: #d7f7d7;
  }
  #form__message.message-red {
    background: #ffe3e3;
  }
  @-moz-keyframes spin {
    100% {
      -moz-transform: rotate(360deg);
    }
  }
  @-webkit-keyframes spin {
    100% {
      -webkit-transform: rotate(360deg);
    }
  }
  @keyframes spin {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  