/**
 * CSS COMMENT
 */
.product-comment .hidenn {
  display: none;
}
.product-comment .cm-heading {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.product-comment .cm-heading .lrg_ttl {
  font-weight: 800;
  margin: 0 0 5px 0;
}
.product-comment .cm-heading .sml_ttl {
  font-weight: 300;
  font-style: italic;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 17px;
}
.product-comment .cm-frm-blk {
  margin: 0 0 40px 0;
}
.product-comment .cm-frm-blk .form-comment {
  position: relative;
}
.product-comment .cm-frm-blk .form-comment .cm-exit {
  opacity: 0;
  position: absolute;
  top: 80px;
  left: 17px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.product-comment .cm-frm-blk .form-comment .cm-exit:hover {
  color: #db0000;
}
.product-comment .cm-frm-blk .form-comment:hover .cm-exit {
  opacity: 1;
}
.product-comment .cm-frm-blk .form-comment > .outer {
  padding-left: 84px;
}
.product-comment .cm-frm-blk .form-comment > .outer > .inner {
  overflow: hidden;
  margin-top: 10px;
  display: none;
}
.product-comment .cm-frm-blk .form-comment > .outer.exp .attach-file {
  display: block;
}
.product-comment .cm-frm-blk .form-comment > .outer.exp > .inner {
  display: block;
}
.product-comment .cm-frm-blk .form-comment > .outer.exp .message .msg-valid {
  display: block;
}
.product-comment .cm-frm-blk .form-comment > .outer.exp .message textarea {
  height: 75px;
  resize: vertical;
}
.product-comment .cm-frm-blk .form-comment .inner-border {
  border: 2px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.product-comment .cm-frm-blk .form-comment .message {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  position: relative;
  background:#fff;
}
.product-comment .cm-frm-blk .form-comment .message textarea {
  margin: 0;
  padding: 0;
  border: none;
  font-family: 'Arial', sans-serif;
  font-size: 12px;
  height: 45px;
  color: #333;
  line-height: 1.2;
  resize: none;
  width: 100%;
  outline: none;
}
.product-comment .cm-frm-blk .form-comment .message .msg-valid {
  position: absolute;
  left: 0;
  bottom: 3px;
  display: none;
}
.product-comment .cm-frm-blk .form-comment .message .msg-valid i {
  margin-right: 5px;
}
.product-comment .cm-frm-blk .form-comment .message .msg-valid span {
  font-size: 10px;
  padding: 3px 10px;
  background-color: #eee;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  color: #999;
}
.product-comment .cm-frm-blk .form-comment .message .msg-valid span.cm-error {
  background-color: #db0000;
  color: #fff;
}
.product-comment .cm-frm-blk .form-comment .attach-file {
  line-height: 20px;
  display: none;
  padding: 5px;
  min-height: 20px;
  white-space: nowrap;
  color: #999;
}
.product-comment .cm-frm-blk .form-comment .attach-file:hover {
  color: #bbb;
}
.product-comment .cm-frm-blk .form-comment .attach-file i {
  font-size: 18px;
  margin-right: 5px;
}
.product-comment .cm-frm-blk .form-comment input[type="text"] {
  outline: none;
}
.product-comment .cm-frm-blk .form-comment .social-login {
  float: left;
  text-align: left;
}
.product-comment .cm-frm-blk .form-comment .social-login ul {
  overflow: hidden;
}
.product-comment .cm-frm-blk .form-comment .social-login ul li {
  float: left;
  margin: 0 10px 0 0;
}
.product-comment .cm-frm-blk .form-comment .social-login ul li a {
  display: block;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}
.product-comment .cm-frm-blk .form-comment .social-login ul li a.pw-icon-google {
  background-color: #dd4b39;
}
.product-comment .cm-frm-blk .form-comment .social-login ul li a.pw-icon-facebook {
  background-color: #3b579d;
}
.product-comment .cm-frm-blk .form-comment .social-login ul li a.pw-icon-mn {
  background-color: #fff;
  background-image: url(../images/m-logo.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.product-comment .cm-frm-blk .form-comment .social-login ul li a:hover.pw-icon-google {
  background-color: #db0000;
}
.product-comment .cm-frm-blk .form-comment .social-login ul li a:hover.pw-icon-facebook {
  background-color: #002c99;
}
.product-comment .cm-frm-blk .form-comment .social-login ul li a:hover.pw-icon-mn {
  background-color: #fff;
}
.product-comment .cm-frm-blk .form-comment label {
  font-family: 'Arial';
  font-size: 11px;
  color: #fff;
  display: block;
  margin-bottom: 2px;
  font-weight: normal;
}
.product-comment .cm-frm-blk .form-comment .sm-btn {
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s ease 0s;
  -moz-transition: background-color 0.2s ease 0s;
  -o-transition: background-color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s;
  cursor: pointer;
  border: none;
  float: right;
  background-color: #fff;
  margin: 0;
  font-family: 'Roboto Condensed', arial;
  font-style: italic;
  font-weight: 700;
  margin-top: 20px;
  font-size: 14px;
  color: #333;
  padding: 7px 14px;
}
.product-comment .cm-frm-blk .form-comment .sm-btn:hover {
  background-color: #db0000;
  color:#fff;
}
.product-comment .cm-frm-blk .wrap-input {
  float: left;
  margin-left: 30px;
}
.product-comment .cm-frm-blk .wrap-input .input-3 {
  display: block;
}
.product-comment .cm-frm-blk .wrap-input .input-3.cm-name {
  margin: 0 0px 10px 0;
}
.product-comment .cm-frm-blk .wrap-input .input-3.hidenn {
  display: none;
}
.product-comment .cm-frm-blk .input-3 {
  border: 2px solid #ccc;
  background-color: #fff;
  font-family: 'Arial';
  font-size: 11px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 217px;
  padding: 10px;
}
.product-comment .cm-frm-blk .input-3:focus {
  border: 2px solid #999;
}
.product-comment .cm-frm-blk .cm-img {
  width: 90%;
  border: none;
  font-size: 11px;
  color: #fff;
  padding: 0 0 0 10px;
  height: 33px;
}
.product-comment .cm-frm-blk .frm-cm-ava {
  width: 74px;
  height: 74px;
  background-color: #ededed;
  background-image: url(../images/avatar_d.png);
  background-repeat: no-repeat;
  background-position: center 14px;
  background-size: 80% auto;
  overflow: hidden;
  position: relative;
  float: left;
}
.product-comment .cm-frm-blk .frm-cm-ava img {
  max-width: 100%;
  height: auto;
}
.product-comment .cm-frm-blk .frm-cm-ava i {
  position: absolute;
  width: 74px;
  height: 74px;
  top: 0;
  left: 0;
  font-size: 70px;
  color: #fff;
  text-align: center;
  line-height: 84px;
  z-index: 0;
}
.product-comment .comment_title {
  color: #000;
  padding: 0;
  position: relative;
  margin: 0 0 20px 0;
}
.product-comment .comment_title .comment_count {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 800;
  color: #000;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
}
.product-comment .comment_title .comment_count span {
  color: #db0000;
}
.product-comment .comment_title .cm-lst-order {
  font-size: 12px;
  font-style: italic;
}
.product-comment .comment_title .cm-lst-order label {
  margin: 0 15px 0 0;
  font-weight: normal;
}
.product-comment .comment_title .cm-lst-order a {
  color: #999;
  display: inline-block;
  margin: 0 15px 0 0;
}
.product-comment .comment_title .cm-lst-order a.active {
  color: #fff;
  text-decoration: underline;
}
.product-comment .comment_title .cm-lst-order a:hover {
  color: #000;
}
.product-comment .comment_title .search-cm {
  position: absolute;
  bottom: -6px;
  right: 0;
  border-bottom: 1px solid #ddd;
  align-content: center;
  padding: 3px 5px 3px 0;
}
.product-comment .comment_title .search-cm button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}
.product-comment .comment_title .search-cm button i {
  color: #bbb;
  margin: 0 5px;
}
.product-comment .comment_title .search-cm .ipt {
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  font-size: 11px;
}
.product-comment .comment_title .search-cm.focs {
  border-bottom: 1px solid #999;
}
.product-comment .comment_title .a-follow {
  position: absolute;
  top: 5px;
  right: 0;
  color: #fff;
  font-size: 12px;
  font-style: italic;
}
.product-comment .comment_title .a-follow:hover {
  color: #5ebdff;
}
.product-comment .comment_title .a-follow i {
  font-size: 12px;
  margin-right: 3px;
  vertical-align: 0;
}
.product-comment .comment_show_list .item {
  padding: 0 0 10px 0px;
  position: relative;
}
.product-comment .comment_show_list .item::before {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 18px;
}
.product-comment .comment_show_list .hot-cm-blk .item::before {
  background-color: #bbb;
}
.product-comment .comment_show_list .au-ava {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  line-height: 1;
}
.product-comment .comment_show_list .au-ava.no-ava {
  line-height: 40px;
  background-color: #ddd;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  border-radius: 5px;
}
.product-comment .comment_show_list .au-ava img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.product-comment .comment_show_list .itm-cm {
  margin: 0 0 10px 50px;
}
.product-comment .comment_show_list .cm-au {
  margin: 0 0 8px 0;
}
.product-comment .comment_show_list .cm-au > a,
.product-comment .comment_show_list .cm-au > span {
  display: inline-block;
}
.product-comment .comment_show_list .cm-au .au-name {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
.product-comment .comment_show_list .cm-au .au-name:hover {
  text-decoration: underline;
}
.product-comment .comment_show_list .cm-au .cm-sep {
  margin: 0 10px;
  color: #929292;
}
.product-comment .comment_show_list .cm-au .cm-meta-time {
  color: #929292;
  font-style: italic;
}
.product-comment .comment_show_list .cm-au .cm-mod {
  background-color: #db0000;
  color: #fff;
  padding: 0 4px;
  margin: 0 0 0 10px;
  font-size: 12px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.product-comment .comment_show_list .itm-cm-ct {
  font-size: 14px;
  color: #000;
  line-height: 22px;
  margin: 0 0 10px 0;
}
.product-comment .comment_show_list .cm-tl-bar > a {
  display: inline-block;
  margin: 0 15px 0 0;
  color: #000;
}
.product-comment .comment_show_list .cm-tl-bar > a.cm-like {
  color: #db0000;
}
.product-comment .comment_show_list .cm-tl-bar > a.cm-like.active {
  color: #db0000;
}
.product-comment .comment_show_list .cm-tl-bar > a.cm-warning {
  color: #999;
  display: none;
  margin-left: 30px;
}
.product-comment .comment_show_list .cm-tl-bar > a:hover {
  color: #bd0000;
}
.product-comment .comment_show_list .cm-tl-bar i {
  margin-right: 5px;
}
.hot-cm {
  font-style: italic;
  color: #db0000;
}
.product-comment .comment_show_list .itm-cm-child {
  margin: 0 0 0 50px;
  position: relative;
}
.product-comment .comment_show_list .itm-cm-child::before {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  background-color: #eee;
  height: 100%;
  top: 0;
  left: 18px;
}
.product-comment .v-more-cm {
  display: block;
  text-align: center;
  position: relative;
  margin: 10px 0;
}
.product-comment .v-more-cm span {
  display: inline-block;
  height: 24px;
  padding: 0 10px;
  position: relative;
  line-height: 24px;
  border: 1px solid #ddd;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  background-color: #fff;
  z-index: 1;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
}
.product-comment .v-more-cm::after {
  display: block;
  content: '';
  height: 1px;
  width: 100%;
  background: #eee;
  top: 11px;
  left: 0;
  position: absolute;
  z-index: 0;
}
.product-comment .v-more-cm:hover span {
  background-color: #f1f1f1;
}
.product-comment .cm-frm-msg {
  position: relative;
  padding: 5px 10px;
  color: #db0000;
  border: 1px solid #db0000;
  font-size: 12px;
  margin: 0 0 10px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.product-comment .cm-frm-msg .msg-cls {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 14px;
  color: #bbb;
}
.product-comment .cm-frm-msg .msg-cls:hover {
  color: #fff;
}
.product-comment .cm-frm-msg p {
  font-weight: bold;
  margin-bottom: 0;
}
.product-comment .itm-cm .cm-frm-blk {
  margin-top: 20px;
}
.product-comment .itm-cm .wrap-input .input-3 {
  display: inline-block;
  width: 200px;
}
.product-comment .itm-cm .wrap-input .input-3.cm-name {
  margin: 0 20px 0px 0;
}
/* CSS POP-UP MESSAGE */
.msgCM-page .msg-ico,
#popCM-page .msg-ico {
  width: 40px;
  height: 40px;
  float: left;
  background-color: #f39c12;
  color: #fff;
  font-family: 'Times New Roman', sans-serif;
  font-size: 26px;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.msgCM-page .has-icon,
#popCM-page .has-icon {
  margin-left: 55px;
}
.msgCM-page .msg-ct h4,
#popCM-page .msg-ct h4 {
  font-size: 14px;
  color: #f39c12;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.msgCM-page .msg-ct p,
#popCM-page .msg-ct p {
  margin-bottom: 5px;
}
.msgCM-page .msg-content,
#popCM-page .msg-content {
  padding: 15px;
  position: relative;
  font-size: 14px;
}
.msgCM-page .msg-ctrl > a,
#popCM-page .msg-ctrl > a {
  display: block;
  float: left;
  line-height: 40px;
  font-size: 13px;
  -webkit-transition: background-color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
}
.msgCM-page .msg-ctrl > a.a-main,
#popCM-page .msg-ctrl > a.a-main {
  text-align: center;
  color: #fff;
  background-color: #f39c12;
  width: 85%;
}
.msgCM-page .msg-ctrl > a.a-main:hover,
#popCM-page .msg-ctrl > a.a-main:hover {
  background-color: #f1c40f;
}
.msgCM-page .msg-ctrl > a.a-cancel,
#popCM-page .msg-ctrl > a.a-cancel {
  width: 15%;
  text-align: center;
  color: #fff;
  background-color: #eee;
}
.msgCM-page .msg-ctrl > a.a-cancel:hover,
#popCM-page .msg-ctrl > a.a-cancel:hover {
  background-color: #f1f1f1;
}
.msgCM-page .msg-ctrl > a.a-cancel i,
#popCM-page .msg-ctrl > a.a-cancel i {
  font-size: 18px;
  margin-right: 7px;
  vertical-align: -1px;
}
/* CSS POP-UP COMMENT */
#popCM-page .msg-ct p {
  margin-bottom: 10px;
}
#popCM-page .msg-ctrl a.a-cancel {
  width: 25%;
}
#popCM-page .btn-comment {
  width: 75%;
  float: left;
  background-color: #0094FF;
  border: none;
  color: #fff;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#popCM-page .btn-comment:hover {
  background-color: #0076cc;
}
#popCM-page .btn-comment i {
  font-size: 20px;
  margin-right: 10px;
  vertical-align: -3px;
}
#popCM-page .msg-ico {
  background-color: #0094FF;
}
#popCM-page .social-login {
  text-align: left;
}
#popCM-page .social-login ul {
  overflow: hidden;
  margin-bottom: 20px;
}
#popCM-page .social-login ul li {
  float: left;
  margin: 0 10px 0 0;
}
#popCM-page .social-login ul li:last-child {
  margin-right: 0;
}
#popCM-page .social-login ul li a {
  display: block;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}
#popCM-page .social-login ul li a.pw-icon-google {
  background-color: #dd4b39;
}
#popCM-page .social-login ul li a.pw-icon-facebook {
  background-color: #3b579d;
}
#popCM-page .social-login ul li a.pw-icon-mn {
  background-color: #fff;
  background-image: url(../images/m-logo.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#popCM-page .social-login ul li a:hover.pw-icon-google {
  background-color: #db0000;
}
#popCM-page .social-login ul li a:hover.pw-icon-facebook {
  background-color: #002c99;
}
#popCM-page .social-login ul li a:hover.pw-icon-mn {
  background-color: #fff;
}
#popCM-page .social-login .input-3 {
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  outline: none;
}
#popCM-page .social-login .input-3:focus {
  border: 1px solid #999;
}
#popCM-page .social-login .input-3.cm-err {
  border: 1px solid #db0000;
}
#popCM-page .msg-ct h4 {
  color: #0094FF;
  text-transform: uppercase;
  text-align: center;
}
#popCM-page .msg-ct h3 {
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px;
}
#popCM-page .msg-ct h3 span {
  background-color: #fff;
  padding: 3px 10px 3px 0;
  font-size: 12px;
}
#popCM-page .head-social {
  text-align: center;
  width: 140px;
  margin: 0 auto;
}
.m-box.popCM-box .modal-dialog {
  width: 480px;
}
/* CSS COMMENT THANKS */
.cm-thanks {
  padding: 15px;
  border: 1px dashed #ddd;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.cm-thanks i {
  font-size: 18px;
  margin-bottom: 5px;
  color: #999;
}
.cm-thanks b {
  color: #5ebdff;
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 800;
}
.cm-thanks p:last-child {
  margin-bottom: 0;
}
#cm-frm-wrap {
  position: relative;
}
.cm-logout-blk {
  position: absolute;
  width: 74px;
  top: 76px;
  font-size: 10px;
  left: 0;
  text-align: center;
}
.cm-logout {
  color: #414141;
  background: #ddd;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 1px 5px;
}
.cm-logout:hover {
  color: #414141;
  background: #ccc;
}
/* RESPONSIVE CSS */
@media (max-width: 992px) {
  .product-comment .itm-cm .wrap-input .input-3 {
    display: block;
  }
  .product-comment .itm-cm .wrap-input .input-3.cm-name {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .m-box.popCM-box .modal-dialog {
    width: 94%;
  }
  .product-comment .cm-heading .lrg_ttl {
    font-size: 14px;
  }
  .product-comment .cm-heading .sml_ttl {
    font-size: 16px;
    line-height: 16px;
  }
  .product-comment .comment_title {
    margin-bottom: 30px;
  }
  .product-comment .comment_title .comment_count {
    font-size: 14px;
  }
  .product-comment .comment_title .search-cm {
    position: relative;
  }
  .product-comment .comment_title .search-cm .ipt {
    width: 90%;
    padding: 3px 0;
  }
  .product-comment .comment_title .a-follow {
    top: 0;
  }
  .product-comment .comment_title .cm-lst-order {
    padding: 10px 0;
  }
  .product-comment .cm-frm-blk .form-comment .attach-file {
    font-size: 11px;
  }
  .msgCM-page .msg-content {
    font-size: 12px;
  }
}
@media (max-width: 540px) {
  .product-comment .cm-frm-blk .wrap-input {
    margin-left: 0;
    float: none;
    clear: both;
  }
  .product-comment .cm-frm-blk .wrap-input .input-3 {
    width: 100%;
  }
  .product-comment .cm-frm-blk .form-comment .sm-btn {
    float: none;
    margin-top: 10px;
  }
  .product-comment .cm-frm-blk .form-comment .social-login {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .product-comment .cm-frm-blk .form-comment > .outer.exp .inner-border {
    height: 90px;
    margin-bottom: 50px;
  }
  .product-comment .cm-frm-blk .form-comment .message {
    border-bottom: none;
  }
  .product-comment .cm-frm-blk .form-comment .message textarea {
    height: 44px;
  }
  .product-comment .cm-frm-blk .form-comment .message .msg-valid {
    position: relative;
    left: -10px;
    bottom: 0;
  }
  .product-comment .cm-frm-blk .form-comment .message .msg-valid span {
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 0px 3px;
    margin-right: 5px;
  }
  .product-comment .cm-frm-blk .form-comment .message .msg-valid span.cm-error {
    background: none;
    color: #db0000;
  }
}
@media (max-width: 420px) {
  .msgCM-page .msg-ctrl > a.a-main,
  #popCM-page .msg-ctrl > a.a-main {
    width: 75%;
  }
  .msgCM-page .msg-ctrl > a.a-cancel,
  #popCM-page .msg-ctrl > a.a-cancel {
    width: 25%;
  }
  #popCM-page .btn-comment {
    width: 75%;
  }
}
@media (max-width: 380px) {
  .product-comment .cm-frm-blk .frm-cm-ava {
    width: 50px;
    height: 50px;
  }
  .product-comment .cm-frm-blk .frm-cm-ava i {
    line-height: 60px;
    width: 50px;
    height: 50px;
    font-size: 50px;
  }
  .product-comment .cm-frm-blk .form-comment .cm-exit {
    top: 55px;
    left: 10px;
  }
  .product-comment .cm-frm-blk .form-comment > .outer {
    padding-left: 60px;
  }
  .product-comment .cm-frm-blk .form-comment .message {
    border-bottom: none;
  }
  .product-comment .cm-frm-blk .form-comment .message textarea {
    height: 20px;
    font-size: 11px;
    resize: none;
  }
  .product-comment .comment_show_list .itm-cm-child {
    margin-left: 30px;
  }
  .cm-logout-blk {
    width: 50px;
    top: 55px;
    font-size: 11px;
    left: 0;
    text-align: center;
  }
  .product-comment .cm-frm-blk .frm-cm-ava {
    background-position: center 10px;
  }
}
