.banner {
  margin: 16px 0;
}

h1 {
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
}

.cats {
  margin-bottom: 16px;
  overflow: auto;
}
.cats::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0 !important;
}
.cats .list-cats {
  width: max-content;
}
.cats .cat_dt {
  display: inline-block;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 7px;
  padding: 5px 15px;
}
.cats .cat_dt p {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0;
  /* identical to box height, or 114% */
  text-transform: uppercase;
  /* Black / 87 */
  color: rgba(0, 0, 0, 0.87);
}

ul {
  list-style: none;
}

.productbox .productlist .list-product-hot .col-xs-15,
.productbox .productlist .list-product-hot .col-sm-15,
.productbox .productlist .list-product-hot .col-md-15,
.productbox .productlist .list-product-hot .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
@media (max-width: 768px) {
  .productbox .productlist .list-product-hot .col-xs-15,
  .productbox .productlist .list-product-hot .col-sm-15,
  .productbox .productlist .list-product-hot .col-md-15,
  .productbox .productlist .list-product-hot .col-lg-15 {
    width: 50%;
  }
}
.productbox .productlist .list-product-hot .media-box {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  height: 100%;
  padding: 13px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.productbox .productlist .list-product-hot .media-box:hover {
  box-shadow: 0 0 14px 0px #ddd;
}
.productbox .productlist .list-product-hot .media-box .image-product {
  margin-bottom: 16px;
  display: block;
  position: relative;
}
.productbox .productlist .list-product-hot .media-box .image-product .promotion-product {
  position: absolute;
  width: 100%;
  top: 10px;
  display: grid;
  justify-content: space-between;
}
.productbox .productlist .list-product-hot .media-box .image-product .promotion-product li {
  border-radius: 100px;
  padding: 4px 8px;
  color: #fff;
  margin: 2px 0;
}
.productbox .productlist .list-product-hot .media-box .image-product .promotion-product .dow-price {
  background: rgba(176, 0, 32, 0.87);
  font-weight: 700;
}
.productbox .productlist .list-product-hot .media-box .image-product .promotion-product .pay-product {
  background: #40C4FF;
  font-weight: 400;
}
.productbox .productlist .list-product-hot .media-box .media-heading {
  margin-bottom: 14px;
}
.productbox .productlist .list-product-hot .media-box .media-heading a {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  /* or 20px */
  color: rgba(0, 0, 0, 0.87);
}
.productbox .productlist .list-product-hot .media-box .extend_product {
  margin-bottom: 10px;
}
.productbox .productlist .list-product-hot .media-box .extend_product ul {
  display: flex;
  list-style: none;
}
.productbox .productlist .list-product-hot .media-box .extend_product ul li {
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  border-radius: 10px;
  padding: 3px 6px;
  margin-right: 5px;
  font-size: 13px;
}
.productbox .productlist .list-product-hot .media-box .extend_product ul li:last-child {
  display: none;
}
.productbox .productlist .list-product-hot .media-box .price {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  color: rgba(176, 0, 32, 0.87);
  margin-bottom: 10px;
}
.productbox .productlist .list-product-hot .media-box .status-product {
  margin-bottom: 10px;
}
.productbox .productlist .list-product-hot .media-box .status-product ul {
  display: flex;
  justify-content: normal;
  list-style: none;
}
.productbox .productlist .list-product-hot .media-box .status-product ul li {
  background: #F2F2F2;
  box-sizing: border-box;
  border-radius: 100px;
  padding: 3px 6px;
  margin-right: 5px;
}
.productbox .productlist .list-product-hot .media-box .star-cm-product {
  display: flex;
  align-items: baseline;
}
.productbox .productlist .list-product-hot .media-box .star-cm-product .start-pr {
  margin-right: 5px;
}
.productbox .productlist .list-product-hot .media-box .star-cm-product i {
  color: #BDBDBD;
  font-size: 11px;
}
.productbox .productlist .list-product-hot .media-box .star-cm-product .active {
  color: #F59E0B;
}
.productbox .productlist .list-product-hot .media-box .star-cm-product p {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}

.product_cat .pagination {
  display: block;
}
.product_cat .pagination .load_more {
  display: inline-block;
  border: 1px solid #00B0FF;
  padding: 12px 0px;
  min-width: 400px;
  border-radius: 4px;
  color: #00B0FF;
  position: relative;
  z-index: 9;
  margin-top: 10px;
  font-size: 14px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .product_cat .pagination .load_more {
    width: 100%;
    min-width: auto;
  }
}
.product_cat .pagination .load_more:hover {
  background: #fff;
}

.bottom-cat-products .content-cat-show {
  padding: 10px 17px;
  max-height: 500px;
  overflow: hidden;
  position: relative;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 16px;
}
.bottom-cat-products .content-cat-show .content_dd {
  margin-bottom: 22px;
  padding: 24px 10px 12px 10px;
  background: #F2F2F2;
  border-radius: 10px;
}
.bottom-cat-products .content-cat-show .content_dd .h_characteristic {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #DF7045;
  margin: 0px 0px 10px;
  padding: 0px;
}
.bottom-cat-products .content-cat-show .content_dd .content_characteristic {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: justify;
  color: #000000;
}
.bottom-cat-products .content-cat-show .content_dd .content_characteristic ul {
  list-style: disc;
  padding-left: 15px;
}
.bottom-cat-products .content-cat-show .content_dd .content_characteristic ul li {
  list-style: disc;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: justify;
  color: #000000;
}
.bottom-cat-products .content-cat-show ul {
  list-style: disc;
  padding-left: 25px;
}
.bottom-cat-products .content-cat-show ul li {
  list-style: disc;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  text-align: justify;
}
.bottom-cat-products .content-cat-show iframe {
  width: 100%;
  height: 450px;
}
.bottom-cat-products .content-cat-show p a {
  font-weight: bold;
  color: #ef6837;
}
.bottom-cat-products .content-cat-show a {
  color: #fd7e14;
}
.bottom-cat-products .content-cat-show img {
  max-width: 100% !important;
  height: auto !important;
}
.bottom-cat-products .content-cat-show .all_detail {
  border: 1px solid #00B0FF;
  border-radius: 5px;
  text-align: center;
  line-height: 16px;
  padding: 12px 0;
  position: absolute;
  width: 97%;
  bottom: 0px;
  left: 3px;
  background: #fff;
  background: linear-gradient(172deg, #ffffff 0%, rgba(255, 255, 255, 0.87) 100%);
}
.bottom-cat-products .content-cat-show .all_detail a {
  color: #00B0FF;
  font-weight: 400;
  font-size: 14px;
}
.bottom-cat-products .content-cat-show .all_detail a i {
  margin-left: 6px;
}
.bottom-cat-products .show-list-new {
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 20px;
}
.bottom-cat-products .show-list-new .title-new-right {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  /* Black / 87 */
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.bottom-cat-products .show-list-new .title-new-right img {
  margin-right: 6px;
}
.bottom-cat-products .show-list-new .item-new-show {
  margin-bottom: 16px;
}
.bottom-cat-products .show-list-new .item-new-show .img-new {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.bottom-cat-products .show-list-new .item-new-show .title-new-item {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  /* or 20px */
}
.bottom-cat-products .show-list-new .show-all-new {
  display: block;
  color: #00B0FF;
  border: 1px solid #00B0FF;
  border-radius: 10px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  padding: 12px 0;
}
.bottom-cat-products .show-list-new .show-all-new i {
  margin-left: 6px;
}

.youtube {
  position: relative;
}
.youtube .play-btn {
  position: absolute;
  top: 50%;
  right: 50%;
}

.toc-content {
  max-width: 500px;
  background: #f3f3f3;
  padding: 1px 6px;
  margin-top: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.toc-content .title-toc {
  margin-top: 8px;
  font-size: 17px;
  font-weight: 600;
  color: #999;
}
.toc-content .title-toc .fa {
  padding-right: 5px;
}
.toc-content .title-toc-list {
  background: #EEEEEE;
  display: flex;
  align-items: center;
  padding: 15px;
  justify-content: space-between;
}
.toc-content .title-toc-list .title-toc {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
}
.toc-content .title-toc-list .title-toc i {
  margin-right: 10px;
}
.toc-content .title-toc-list .none {
  display: none;
}
.toc-content .title-toc-list .button-select {
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
}
.toc-content .title-toc-list .button-select i {
  margin-left: 14px;
  transition: 0.1s ease-in-out;
  font-size: 20px;
  font-weight: bold;
}
.toc-content .title-toc-list .button-select i.active {
  transform: scale(1, -1);
}
.toc-content .list-toc {
  background: #fff;
  display: none;
}
.toc-content .list-toc ol {
  margin-bottom: 0;
  counter-reset: my-awesome-counter;
  list-style: none;
  padding: 5px 10px;
}
.toc-content .list-toc ol > li {
  counter-increment: my-awesome-counter;
  list-style-position: inside;
  margin-right: 0;
  padding-bottom: 5px;
  font-size: 17px;
  line-height: 25px;
  padding: 5px 0;
  font-weight: 600;
  color: #157a71;
}
.toc-content .list-toc ol > li a {
  color: #157a71;
}
.toc-content .list-toc ol > li ol li {
  font-weight: 600;
  font-size: 16px;
  list-style: upper-roman;
  color: #007eff;
}
.toc-content .list-toc ol > li ol li a {
  color: #007eff;
}
.toc-content .list-toc ol > li ol li ol li {
  font-size: 15px;
  font-weight: normal;
  list-style: decimal;
  color: #444;
}
.toc-content .list-toc ol > li ol li ol li a {
  color: #444;
  font-weight: 600;
  font-size: 17px;
}
.toc-content .list-toc ol > li ol li ol li ol li {
  list-style: disc;
  color: #666;
}
.toc-content .list-toc ol > li ol li ol li ol li a {
  color: #666;
  font-weight: normal;
}
.toc-content .list-toc ol > li:before {
  content: counters(my-awesome-counter, ".") ". ";
  display: none;
}
.toc-content .list-toc ol > li a {
  color: #333;
  text-decoration: none;
}
.toc-content .list-toc > ol > li:before {
  font-weight: bold;
}
.toc-content .list-toc #toc {
  padding: 15px;
  background: #f7f7f7;
}
.toc-content ol li a {
  margin-bottom: 7px;
}

.fixtoc {
  position: fixed;
  margin-left: -4em;
  top: 20%;
  transition: visibility 0s, opacity 0.5s linear;
  background: #ffc299 !important;
  border: 1px solid #fff !important;
  opacity: 0.95;
  z-index: 10;
  display: block;
}
@media screen and (max-width: 768px) {
  .fixtoc {
    margin-left: 0;
    right: 0;
  }
}
.fixtoc .toc-content {
  display: block !important;
  border: 1px solid #fff;
}
.fixtoc .list-toc #toc {
  background: #ffd8be !important;
  max-height: 300px;
  overflow-y: scroll;
}
.fixtoc .title-toc-list {
  background: unset !important;
  padding: 4px !important;
}
.fixtoc .title-toc-list .title-toc span.display {
  display: none;
}
.fixtoc .title-toc-list .title-toc .fa {
  color: #fff;
}
.fixtoc .title {
  display: none;
}

#toc {
  padding: 5px !important;
}
#toc ol {
  padding: 0px 10px !important;
}
#toc ol li {
  list-style: none !important;
}

.box_comments {
  background: #FFF;
  margin-bottom: 20px;
  border-radius: 30px;
  margin-top: 20px;
}
@media (max-width: 960px) {
  .box_comments {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
  }
}
.box_comments .title_tab {
  padding: 15px 0 0 20px;
  color: #df7045;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  text-transform: uppercase;
}
.box_comments .row_cmt {
  display: flex;
  align-items: center;
  margin: 0;
  border-top: #e5e5e5 solid 1px;
  border-bottom: #e5e5e5 solid 1px;
}
.box_comments .row_cmt:before {
  display: none;
}
@media (max-width: 960px) {
  .box_comments .row_cmt {
    display: block;
  }
}
.box_comments .row_cmt [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
.box_comments .content7_1 {
  padding-bottom: 20px;
  padding-top: 20px;
  border-right: #e5e5e5 solid 1px;
  text-align: center;
  height: 156px;
}
@media (max-width: 960px) {
  .box_comments .content7_1 {
    border-bottom: unset;
    border-right: unset;
  }
}
.box_comments .content7_1 p {
  margin-bottom: 0px;
}
.box_comments .content7_1 .icon_sao2 {
  margin-top: -15px;
}
.box_comments .content7_1 .p33 {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.box_comments .content7_1 .p34 {
  font-size: 60px;
  line-height: 60px;
  color: #333;
}
.box_comments .content7_1 .p34 span {
  font-size: 30px;
  color: #999999;
}
.box_comments .content7_1 .p35 {
  margin-top: 5px;
  font-size: 14px;
  color: #999999;
}
.box_comments .content7_2 {
  padding-bottom: 19px;
  padding-top: 25px;
  border-right: #e5e5e5 solid 1px;
}
.box_comments .content7_2 .rating {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.box_comments .content7_2 .rating .phantram_sao {
  margin-bottom: 5px;
  display: flex;
}
.box_comments .content7_2 .rating .phantram_sao .p7_sao {
  font-weight: bold;
  font-size: 15px;
  width: 2%;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .box_comments .content7_2 .rating .phantram_sao .p7_sao {
    margin-right: 5px;
  }
}
.box_comments .content7_2 .rating .phantram_sao .p8_sao {
  font-size: 15px;
  width: 5%;
  margin-bottom: 0;
  color: #20863D;
}
.box_comments .content7_2 .rating .phantram_sao .p77 {
  width: 4%;
}
.box_comments .content7_2 .rating .phantram_sao .progess1 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 960px) {
  .box_comments .content7_2 .rating .phantram_sao .progess1 {
    width: 80%;
  }
}
.box_comments .content7_2 .rating .phantram_sao .progess1 .progress {
  background-color: #f5f5f5;
  border-radius: 0;
  height: 10px;
  margin: 4px 20px 0 20px;
  box-shadow: none;
}
.box_comments .content7_2 .rating .phantram_sao .progess1 .progress .progress-bar {
  background-color: #F9920F;
  border-radius: 0;
  height: 15px;
}
.box_comments .content7_3 {
  padding: 20px;
  text-align: center;
}
@media (max-width: 960px) {
  .box_comments .content7_3 {
    border-top: unset;
    border-left: unset;
  }
}
.box_comments .content7_3 .p36 {
  font-size: 16px;
  color: #333333;
  margin-bottom: 14px;
  font-weight: bold;
}
.box_comments .content7_3 .p37_ .p37 {
  padding: 15px;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  color: #FF6600;
}
.box_comments .content7_3 .p37_ .p37[aria-expanded=false] {
  border: 2px solid #FF6600;
  background: #fff;
  display: inline-block;
}
.box_comments .content7_3 .p37_ .p37[aria-expanded=false] .a6 {
  text-decoration: none;
  color: #FF6600;
}
.box_comments .content7_3 .p37_ .p37[aria-expanded=false] .a6_ {
  display: none;
}
.box_comments .content7_3 .p37_ .p37[aria-expanded=true] {
  background: #fff;
  border: 2px solid #999;
  display: inline-block;
}
.box_comments .content7_3 .p37_ .p37[aria-expanded=true] .a6 {
  display: none;
}
.box_comments .content7_3 .p37_ .p37[aria-expanded=true] .a6_ {
  text-decoration: none;
  color: #999999;
}
.box_comments .total-rating {
  margin: 40px 0px;
}
.box_comments .title-r {
  font-size: 18px;
  color: #000;
  margin-bottom: 0px;
}
.box_comments .title-r a {
  padding: 5px 10px;
  float: right;
  background: #1ca5b8;
  color: #fff;
  border-radius: 5px;
}
.box_comments .divi-r {
  font-size: 18px;
  margin: 15px 0px;
}
.box_comments .tt-rl {
  width: 30%;
  float: left;
  border-right: 1px solid #cccccc;
}
.box_comments .tt-rr {
  width: 70%;
  float: right;
}
.box_comments .tt-rr ul {
  padding-left: 20px;
}
.box_comments .tt-rr ul li {
  line-height: 15px;
}
.box_comments .tt-rr ul li p span {
  font-style: italic;
}
.box_comments .on-r {
  color: #555555;
}
.box_comments .divi-r strong {
  font-size: 30px;
}
.box_comments .comments .comment_header {
  background: url("../images/icon_title.gif") no-repeat;
  color: #144594;
  font-weight: bold;
  padding-left: 22px;
  text-decoration: underline;
  cursor: pointer;
}
.box_comments #comment_add_form input {
  height: 48px;
  border-radius: 0;
}
@media (max-width: 960px) {
  .box_comments #comment_add_form input {
    margin-bottom: 10px !important;
  }
}
.box_comments #comment_add_form .mb {
  margin-bottom: 20px;
}
.box_comments .comments .comment_form {
  padding: 10px 0px;
}
.box_comments .ratingbg {
  display: block;
  width: 210px;
  height: 25px;
  background: url(/images/danhgia.png) center no-repeat;
}
.box_comments .wrapper-name-raty.cf {
  margin-bottom: 10px;
  display: none;
}
.box_comments .comments tr {
  margin-bottom: 10px;
}
.box_comments .comments .form_name {
  width: 260px;
}
.box_comments .form_name li {
  color: #a7a7a7;
  list-style: inside none disc;
}
.box_comments .form_name li span {
  color: #333333;
  font-size: 11px;
}
.box_comments .rating-value .label_error {
  float: right;
}
.box_comments .rating-value img {
  padding-bottom: 0;
}
.box_comments .comments .select-box {
  width: 230px;
}
.box_comments .comments #full_rate {
  width: 100%;
  height: 117px;
  padding: 8px 0px 0px 15px;
  border-radius: 0;
}
@media (max-width: 960px) {
  .box_comments .comments #full_rate {
    margin-bottom: 10px;
  }
}
.box_comments .comments .code-view {
  background: url("../images/change_captcha.gif") no-repeat scroll center center;
  display: inline-block;
  padding: 8px 12px;
}
.box_comments .comments #txtCaptcha {
  width: 132px;
}
.box_comments .comments .button {
  color: #fff;
  font-family: Semibold;
  width: 100%;
  border: unset;
  font-size: 16px;
  border-radius: 0;
  background-color: #fff;
  background: -webkit-linear-gradient(left, #FF6700, #F9920F);
}
.box_comments .comments_contents .comment-item {
  padding: 10px 0;
  background: #fff;
}
.box_comments .comments_contents {
  margin-top: 20px;
  padding: 10px 15px 30px 10px;
  border: 1px solid #eee;
  border-radius: 3px;
}
.box_comments .scroll_comment {
  height: 1000px;
  overflow: auto;
}
.box_comments .scroll_comment::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.box_comments .scroll_comment::-webkit-scrollbar {
  width: 5px;
  background-color: #FF6700;
}
.box_comments .scroll_comment::-webkit-scrollbar-thumb {
  background-color: #FF6700;
  border: 2px solid #FF6700;
}
.box_comments div#prodetails_tab4 {
  margin-bottom: 0px;
  border-bottom: none;
  padding-bottom: 0px;
}
.box_comments .comments_contents .name {
  font-weight: bold;
}
.box_comments .comments_contents .rating {
  margin: 8px 0;
}
.box_comments .comments_contents .rating span {
  font-weight: bold;
}
.box_comments #reset {
  width: 180px;
  height: 40px;
  border: none;
  font-size: 14px;
  font-family: "arial bold";
  text-transform: uppercase;
  color: #999999;
  background: #dddddd;
  margin-left: 17px;
  border-radius: 5px;
}
.box_comments .wrapper-capcha {
  margin-top: 20px;
}
.box_comments .bt-raty {
  color: #fff;
  text-align: center;
}
.box_comments #order-comemnt {
  height: 32px;
  width: 200px;
  color: #333;
  border: 1px solid #e5e5e5;
  padding-left: 5px;
}
.box_comments .label-form {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 24px;
  margin-top: 35px;
  margin-right: 20px;
  display: inline-block;
}
.box_comments .row-raty.cf {
  margin-right: 75px;
  display: inline-block;
}
.box_comments .row-cm {
  margin-bottom: 17px;
}
.box_comments .row-cm:last-child {
  margin-bottom: 0px;
}
.box_comments .left-cm {
  float: left;
  width: 46%;
  margin-right: 3.3%;
}
.box_comments .txt_input {
  width: 100%;
  border: 1px solid #e3e3e3;
  height: 40px;
  padding: 0px 0px 0px 15px;
}
.box_comments .right-cm {
  float: left;
  width: 50%;
  text-align: right;
}
.box_comments .row-raty > span {
  margin-right: 12px;
  font-family: "arial bold";
  text-transform: uppercase;
  margin-top: 1px;
}
.box_comments #imgCaptcha {
  margin-top: -13px;
}
.box_comments .required {
  color: #c4161c;
}
.box_comments .col-rate > span {
  margin-top: 2px;
  margin-right: 10px;
}
.box_comments .col-rate.cf {
  float: left;
  width: 198px;
  margin-right: 80px;
}
.box_comments .col-rate:last-child {
  margin-right: 0px;
  float: right;
  width: 169px;
}
.box_comments .text_b_cm {
  color: #333;
  margin-right: 20px;
}
.box_comments .text_qtv {
  color: #fff;
  padding: 6px 7px;
  background-color: #FF6600;
  font-family: Semibold;
}
.box_comments .date {
  color: #999999;
  font-weight: normal !important;
}
.box_comments .sum_cm {
  font-family: "arial bold";
  font-size: 14px;
  text-transform: uppercase;
}
.box_comments .total-comment {
  font-size: 14px;
  margin-bottom: 17px;
}
.box_comments .view-more-cm {
  color: #FF6600;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  padding: 12px 44px;
  margin: 30px auto auto auto;
  border: 1px solid #FF6600;
  border-radius: 3px;
}
.box_comments .row-rating.fl {
  margin-bottom: 5px;
}
.box_comments div#list-comment .star-detail {
  display: inline-flex;
  align-items: center;
  padding-right: 20px;
}
.box_comments .comment_content {
  padding: 10px 0px;
}
.box_comments .wrapper_comment_content.fl {
  display: inline-block;
}
.box_comments .comment-item .rep {
  color: #1E8E04;
  cursor: pointer;
}
.box_comments .comment-item i {
  color: #555555;
  font-size: 5px;
  padding: 0px 5px;
}
.box_comments span.stick-cm-p.fl {
  width: 1px;
  background: #eee;
  margin: 6px 10px 0px 10px;
  height: 15px;
}
.box_comments .border-cm {
  height: 1px;
  width: 100%;
  background: #eee;
  margin: 8px 0px 12px 0px;
}
.box_comments .wrapper-admin-rep > img {
  margin-right: 10px;
}
.box_comments .wrapper-admin-rep {
  padding-left: 20px;
  margin-top: 5px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  margin-left: 20px;
}
.box_comments .wrapper-admin-rep .wrapper_comment_content > div {
  padding-top: 15px;
}/*# sourceMappingURL=cat.css.map */