.cr-average-rating span{
    font-size: 62px;
    font-weight: 600;
}
.cr-average-rating span::after{
    content: "/5";
    font-size: 36px;
    color: #818181;
}
.cr-total-rating-count,
.woocommerce-review__verified,
.cr-rating-icon-base svg,
.cr-rating-icon-frnt,
.cr-ajax-search,
.cr-ajax-reviews-sort-div,
.cr-review-form-rating-inner svg,
.cr-review-form-wrap label,
.cr-review-form-lbl,
.ivf-custom-question-p,
.cr-nav-left span,
svg.cr-form-item-media-icon,
.cr-review-form-res .cr-review-form-item,
.ivole-meter-bar::before,
.cr-summary-separator,
.cr-summary-separator-side,
.cr-search-no-reviews,
.cr-all-reviews-shortcode:not(:has(.commentlist)) .cr-summaryBox-wrap.cr-summaryBox-add-review,
.cr-all-reviews-shortcode:not(:has(.commentlist)) .cr-count-row,
.cr-all-reviews-shortcode:not(:has(.commentlist)) .cr-review-form-cancel,
.cr-all-reviews-new-review #cr-show-more-all-reviews{
    display: none !important;
}
.cr-all-reviews-shortcode:not(:has(.commentlist)) .cr-review-form-buttons{
    justify-content: end;
}
.cr-all-reviews-shortcode:not(:has(.commentlist)) .cr-nav-left{
    pointer-events: none;
    visibility: hidden;
}
.cr-histogramTable, .cr-count-row, .description p{
    margin: 0 !important;
}
.description{
    margin-bottom: 12px;
}
.cr-average-rating-stars .crstar-rating-svg::before, .cr-average-rating-stars .crstar-rating-svg::after{
    font-size: 40px;
}
.cr-rating-icon-base{
    display: flex;
    height: 0;
    position: absolute;
    right: -6px;
    top: 6px;
}
.crstar-rating-svg {
  --rating: 0; /* sẽ được JS cập nhật */
  font-size: 24px;
  font-family: Arial, sans-serif;
  position: relative;
  display: inline-block;
  letter-spacing: 2px;
  line-height: 1;
}

.crstar-rating-svg::before {
  content: '★★★★★'; /* 5 sao rỗng */
  color: #ddd;
}

.crstar-rating-svg::after {
  content: '★★★★★'; /* 5 sao vàng */
  color: #FF9B2A;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(var(--rating) * 20%);
  overflow: hidden;
  white-space: nowrap;
  pointer-events: none;
}
.ivole-histogramCell1, .cr-count-row-count, .cr-review-form-field-error, .cr-review-form-result button, .cr-review-form-result span,
.cr-all-reviews-add-review, .cr-form-item-media-none span, .cr-review-form-submit span, .cr-review-form-cancel{
    font-size: 0 !important;
}
.cr-review-form-result span{
    line-height: 0 !important;
}
.cr-review-form-rating-overall .cr-review-form-field-error::before,
.cr-review-form-comment .cr-review-form-field-error::before,
.cr-review-form-name .cr-review-form-field-error::before,
.cr-review-form-email .cr-review-form-field-error::before,
.cr-onsite-question .cr-review-form-field-error::before{
    content: "* Vui lòng nhập thông tin";
    font-size: 11px;
    color: #CE2B37;
    font-weight: 400;
}
.cr-review-form-comment .cr-review-form-field-error::before{
    content: "* Vui lòng nhập nội dung đánh giá";
}
.cr-review-form-name .cr-review-form-field-error::before{
    content: "* Vui lòng nhập tên";
}
.cr-review-form-email .cr-review-form-field-error::before{
    content: "* Vui lòng nhập email";
}
.cr-onsite-question .cr-review-form-field-error::before{
    content: "* Vui lòng nhập số điện thoại";
}
.ivole-histogramCell1::before {
  content: "★★★★★";
  font-size: 20px;
  display: inline-block;
  background: linear-gradient(to right, #ddd 100%, #ddd 0%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent; /* 🟢 Quan trọng */
  color: transparent;
}

/* 5 sao */
.ivole-histogramRow:nth-child(1) .ivole-histogramCell1::before {
  background: linear-gradient(to right, #FF9B2A 100%, #ddd 0%);
}
/* 4 sao */
.ivole-histogramRow:nth-child(2) .ivole-histogramCell1::before {
  background: linear-gradient(to right, #FF9B2A 80%, #ddd 20%);
}
/* 3 sao */
.ivole-histogramRow:nth-child(3) .ivole-histogramCell1::before {
  background: linear-gradient(to right, #FF9B2A 60%, #ddd 40%);
}
/* 2 sao */
.ivole-histogramRow:nth-child(4) .ivole-histogramCell1::before {
  background: linear-gradient(to right,
  #FF9B2A 0%,      /* màu vàng bắt đầu */
  #FF9B2A 40%,     /* vàng đến 20% */
  #ddd 40%,        /* xám bắt đầu ngay tại 20% */
  #ddd 100%        /* xám đến hết */
);
}
/* 1 sao */
.ivole-histogramRow:nth-child(5) .ivole-histogramCell1::before {
  background: linear-gradient(to right,
  #FF9B2A 0%,      /* màu vàng bắt đầu */
  #FF9B2A 20%,     /* vàng đến 20% */
  #ddd 20%,        /* xám bắt đầu ngay tại 20% */
  #ddd 100%        /* xám đến hết */
);
}
.cr-count-row{
     padding: 12px 30px !important;
     border-top: 0.3px solid #DCDCDC;
     border-bottom: 0.3px solid #DCDCDC;
}
.cr-summaryBox-wrap, .cr-count-row{
    background-color: white !important;
}
.cr-count-row-count{
    height: 18px !important;
}
.cr-count-row-count::before{
    content: "Đánh giá sản phẩm";
    font-size: 18px;
    line-height: 18px;
}
.ivole-summaryBox{
    padding-right: 28px !important;
}
.ivole-meter{
    background: #E9E9E9 !important;
    box-shadow: none;
}
.cr-all-reviews-shortcode{
    font-family: var(--e-global-typography-primary-font-family);
}
.ivole-meter, .ivole-meter-bar{
    border-radius: 10px !important;
    height: 20px !important;
    box-shadow: none !important;
}
.ivole-meter-bar{
   background: #FF9B2A !important;
}
.ivole-histogramCell3 .cr-histogram-a, .ivole-histogramCell3{
    font-size: 18px;
    font-weight: 600;
}

.woocommerce-review__author{
    font-weight: 700 !important;
}
.woocommerce-review__author::after{
    content: "Đã mua tại Blinds";
    font-size: 14px;
    font-weight: 400;
    color: #229A16;
    margin-left: 8px;
    background-image: url('https://blinds2.nuta.io/wp-content/uploads/2025/07/tick-cirlce.svg');
    background-repeat: no-repeat;
    background-position-y: center;
    padding-left: 12px;
}
.crstar-rating-svg .cr-rating-icon-base::after{
    font-size: 14px;
    font-family: var(--e-global-typography-primary-font-family);
    letter-spacing: 0;
    color: #5A5A5A;
    /* display: inline-block; */
    position: absolute;
    white-space: nowrap;
}
.crstar-rating-svg[style="--rating: 5;"] .cr-rating-icon-base::after {
  content: "Rất tốt";  /* Nội dung khi rating là 5 */
}

.crstar-rating-svg[style="--rating: 4;"] .cr-rating-icon-base::after {
  content: "Tốt";  /* Nội dung khi rating là 4 */
}

.crstar-rating-svg[style="--rating: 3;"] .cr-rating-icon-base::after {
  content: "Tạm";  /* Nội dung khi rating là 3 */
}

.crstar-rating-svg[style="--rating: 2;"] .cr-rating-icon-base::after {
  content: "Tệ";  /* Nội dung khi rating là 2 */
}

.crstar-rating-svg[style="--rating: 1;"] .cr-rating-icon-base::after {
  content: "Rất Tệ";  /* Nội dung khi rating là 1 */
}
.cr-average-rating-stars > .crstar-rating-svg > .cr-rating-icon-base::after{
    display: none;
}
.cr-summaryBox-wrap .cr-histogramTable{
    max-width: none !important;
}
/* .ivole-meter{
    width: 266px;
}
@media (max-width: 1024px) {
    .ivole-meter{
        width: 216px;
    }
}
@media (max-width: 880px) {
    .ivole-meter{
        width: 140px;
    }
} */
ol.commentlist li .comment-text{
    padding: 0 !important;
}
.commentlist{
 padding: 25px 37px 0 37px !important;
}
.commentlist li::after{
    content: "";
    display: block !important;
    height: 1px;
    width: 116%;
    background-color: #DCDCDC;
    margin-left: -50px;
}
.commentlist > li:last-of-type{
    margin-bottom: 0 !important;
}
.comment-text{
    border: none !important;
}
#cr-show-more-all-reviews{
    margin: 10px 0 10px 7px;
    width: calc(50% - 17px);
    border: 1px solid black;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;;
    display: block !important;
}
.cr-all-reviews-add-review{
    background-color: black !important;
    border-radius: 10px;
}
.cr-all-reviews-add-review::before{
    content: "Viết đánh giá";
    font-size: 20px;
}
.cr-add-review-wrap{
    position: absolute;
    bottom: 9px;
    right: 17px;
    z-index: 99;
    width: calc(50% - 17px) !important;
}
.cr-add-review-wrap button{
    width: 100% !important;
}
.cr-show-more-review-spinner{
    margin-bottom: 13px;
    position: absolute;
    bottom: 0;
    /* left: 23%; */
    width: calc(50% - 13px);
    height: 50px;
    background-position: center;
    background-color: white;
}
p.cr-search-no-reviews{
    visibility: hidden;
    margin-bottom: 2.1rem;
}
.filter-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 16px;
    width: 176px;
}
.filter-wrapper label{
    white-space: nowrap;;
}
.filter-wrapper select{
    width: 100%;
    max-width: 200px;
    padding: 6px 10px;
    border-radius: 5px;
    border: 1px dotted #ccc;
    font-size: 16px;
    -webkit-appearance: none;
}
.filter-wrapper select:focus-visible, .filter-wrapper input:focus-visible, .filter-wrapper textarea:focus-visible{
    outline: none !important;
}
.cr-review-form-nav::after{
    content: "Đánh giá sản phẩm";
    font-family: var(--e-global-typography-0e7769d-font-family);
    position: absolute;
    font-weight: 600;
    left: 50%;
    top: 22px;
    transform: translate(-50%);   
}
.cr-review-form-item{
    flex-direction: column;
    gap: 12px;
}
.cr-review-form-item img{
    width: 122.65px !important;
    aspect-ratio: 122.65 / 139;
    height: auto !important;
}
.cr-review-form-item span{
    font-size: 19px !important;
    font-family: var(--e-global-typography-0e7769d-font-family);
    font-weight: 600 !important;
    line-height: 1.2em;
}
.cr-review-form-rating-label{
    display: none;   
}
.cr-review-form-rating-cont.cr-review-form-rating-req{
    justify-content: center;
}
.cr-review-form-rating-inner{
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    align-items: center;
    height: auto !important;
}
.cr-review-form-rating-inner:hover{
    cursor: pointer;
}
.cr-review-form-rating-inner::before{
    display: block;
    content: "";
    background: url('https://blinds2.nuta.io/wp-content/uploads/2025/07/star-outline.svg');
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 46px !important;
    height: 46px !important;
}
.cr-review-form-rating-cont{
   gap: 22px;
}
.cr-review-form-rating-inner:nth-child(1)::after{
    content: "Rất tệ";
    display: block;
}
.cr-review-form-rating-inner:nth-child(2)::after{
    content: "Tệ";
    display: block;
}
.cr-review-form-rating-inner:nth-child(3)::after{
    content: "Tạm";
    display: block;
}
.cr-review-form-rating-inner:nth-child(4)::after{
    content: "Tốt";
    display: block;
}
.cr-review-form-rating-inner:nth-child(5)::after{
    content: "Rất tốt";
    display: block;
}
.cr-review-form-item{
    padding-bottom: 0 !important;
    border-bottom: none !important;
}
/* Nếu là 1 sao */
.cr-review-form-rating-inner:nth-child(1).cr-review-form-rating-actv::before{
  background: url('https://blinds2.nuta.io/wp-content/uploads/2025/07/star-fill.svg');
}

/* Nếu là 2 sao */
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(2).cr-review-form-rating-actv)
  .cr-review-form-rating-inner:nth-child(1)::before,
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(2).cr-review-form-rating-actv)
  .cr-review-form-rating-inner:nth-child(2)::before{
  background: url('https://blinds2.nuta.io/wp-content/uploads/2025/07/star-fill.svg');
}

/* Nếu là 3 sao */
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(3).cr-review-form-rating-actv)
  .cr-review-form-rating-inner:nth-child(1)::before,
  .cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(3).cr-review-form-rating-actv)
  .cr-review-form-rating-inner:nth-child(2)::before,
  .cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(3).cr-review-form-rating-actv)
  .cr-review-form-rating-inner:nth-child(3)::before{
  background: url('https://blinds2.nuta.io/wp-content/uploads/2025/07/star-fill.svg');
}

/* Nếu là 4 sao */
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(4).cr-review-form-rating-actv)
  .cr-review-form-rating-inner:nth-child(1)::before,
  .cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(4).cr-review-form-rating-actv)
  .cr-review-form-rating-inner:nth-child(2)::before,
  .cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(4).cr-review-form-rating-actv)
  .cr-review-form-rating-inner:nth-child(3)::before,
  .cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(4).cr-review-form-rating-actv)
  .cr-review-form-rating-inner:nth-child(4)::before{
  background: url('https://blinds2.nuta.io/wp-content/uploads/2025/07/star-fill.svg');
}

/* Nếu là 5 sao */
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(5).cr-review-form-rating-actv)
  .cr-review-form-rating-inner:nth-child(1)::before,
  .cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(5).cr-review-form-rating-actv)
  .cr-review-form-rating-inner:nth-child(2)::before,
  .cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(5).cr-review-form-rating-actv)
  .cr-review-form-rating-inner:nth-child(3)::before,
  .cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(5).cr-review-form-rating-actv)
  .cr-review-form-rating-inner:nth-child(4)::before,
  .cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(5).cr-review-form-rating-actv)
  .cr-review-form-rating-inner:nth-child(5)::before{
  background: url('https://blinds2.nuta.io/wp-content/uploads/2025/07/star-fill.svg');
}
/* Màu chữ khi cover || Khi kích hoạt */
.cr-review-form-rating-inner:nth-child(1):hover::after, .cr-review-form-rating-inner:nth-child(2):hover::after,
.cr-review-form-rating-inner:nth-child(3):hover::after, .cr-review-form-rating-inner:nth-child(4):hover::after,
.cr-review-form-rating-inner:nth-child(5):hover::after, .cr-review-form-rating-actv::after{
    color: #FF9B2A;
}
/* Màu nền khi cover || Khi kích hoạt */
.cr-review-form-rating-inner:nth-child(1):hover::before, .cr-review-form-rating-inner:nth-child(2):hover::before,
.cr-review-form-rating-inner:nth-child(3):hover::before, .cr-review-form-rating-inner:nth-child(4):hover::before,
.cr-review-form-rating-inner:nth-child(5):hover::before, .cr-review-form-rating-actv::before{
    background: url('https://blinds2.nuta.io/wp-content/uploads/2025/07/star-fill.svg');
}
/* Hiệu ứng hover cho từng sao */
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(1):hover) .cr-review-form-rating-inner:nth-child(2)::before,
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(1):hover) .cr-review-form-rating-inner:nth-child(3)::before,
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(1):hover) .cr-review-form-rating-inner:nth-child(4)::before,
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(1):hover) .cr-review-form-rating-inner:nth-child(5)::before{
    background: url('https://blinds2.nuta.io/wp-content/uploads/2025/07/star-outline.svg');
}
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(1):hover) .cr-review-form-rating-inner:nth-child(2)::after,
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(1):hover) .cr-review-form-rating-inner:nth-child(3)::after,
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(1):hover) .cr-review-form-rating-inner:nth-child(4)::after,
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(1):hover) .cr-review-form-rating-inner:nth-child(5)::after{
    color: black;
}
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(2):hover) .cr-review-form-rating-inner:nth-child(1)::before{
    background: url('https://blinds2.nuta.io/wp-content/uploads/2025/07/star-fill.svg');
}
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(2):hover) .cr-review-form-rating-inner:nth-child(3)::before,
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(2):hover) .cr-review-form-rating-inner:nth-child(4)::before,
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(2):hover) .cr-review-form-rating-inner:nth-child(5)::before{
    background: url('https://blinds2.nuta.io/wp-content/uploads/2025/07/star-outline.svg');
}
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(2):hover) .cr-review-form-rating-inner:nth-child(1)::after,
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(2):hover) .cr-review-form-rating-inner:nth-child(3)::after,
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(2):hover) .cr-review-form-rating-inner:nth-child(4)::after,
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(2):hover) .cr-review-form-rating-inner:nth-child(5)::after{
    color: black;
}
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(3):hover) .cr-review-form-rating-inner:nth-child(1)::before,
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(3):hover) .cr-review-form-rating-inner:nth-child(2)::before{
    background: url('https://blinds2.nuta.io/wp-content/uploads/2025/07/star-fill.svg');
}
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(3):hover) .cr-review-form-rating-inner:nth-child(4)::before,
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(3):hover) .cr-review-form-rating-inner:nth-child(5)::before{
    background: url('https://blinds2.nuta.io/wp-content/uploads/2025/07/star-outline.svg');
}
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(3):hover) .cr-review-form-rating-inner:nth-child(1)::after,
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(3):hover) .cr-review-form-rating-inner:nth-child(2)::after,
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(3):hover) .cr-review-form-rating-inner:nth-child(4)::after,
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(3):hover) .cr-review-form-rating-inner:nth-child(5)::after{
    color: black;
}
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(4):hover) .cr-review-form-rating-inner:nth-child(1)::before,
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(4):hover) .cr-review-form-rating-inner:nth-child(2)::before,
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(4):hover) .cr-review-form-rating-inner:nth-child(3)::before{
    background: url('https://blinds2.nuta.io/wp-content/uploads/2025/07/star-fill.svg');
}
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(4):hover) .cr-review-form-rating-inner:nth-child(5)::before{
    background: url('https://blinds2.nuta.io/wp-content/uploads/2025/07/star-outline.svg');
}
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(4):hover) .cr-review-form-rating-inner:nth-child(1)::after,
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(4):hover) .cr-review-form-rating-inner:nth-child(2)::after,
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(4):hover) .cr-review-form-rating-inner:nth-child(3)::after,
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(4):hover) .cr-review-form-rating-inner:nth-child(5)::after{
    color: black;
}
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(5):hover) .cr-review-form-rating-inner:nth-child(1)::before,
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(5):hover) .cr-review-form-rating-inner:nth-child(2)::before,
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(5):hover) .cr-review-form-rating-inner:nth-child(3)::before,
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(5):hover) .cr-review-form-rating-inner:nth-child(4)::before{
    background: url('https://blinds2.nuta.io/wp-content/uploads/2025/07/star-fill.svg');
}
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(5):hover) .cr-review-form-rating-inner:nth-child(1)::after,
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(5):hover) .cr-review-form-rating-inner:nth-child(2)::after,
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(5):hover) .cr-review-form-rating-inner:nth-child(3)::after,
.cr-review-form-rating-cont:has(.cr-review-form-rating-inner:nth-child(5):hover) .cr-review-form-rating-inner:nth-child(4)::after{
    color: black;
}
.cr-review-form-rating-nbr{
    display: none;
}
.cr-form-item-media-none{
    padding: 12px 0 48px 16px !important;
}
.cr-form-item-media-none span::before{
    content: "Thêm ảnh sản phẩm";
    font-size: 16px;
    font-weight: 400;
    color: #4287F4;
    background-image: url('https://blinds2.nuta.io/wp-content/uploads/2025/07/camera.svg');
    background-repeat: no-repeat;
    background-position-y: center;
    padding-left: 16px;   
}
.cr-review-form-wrap input, .cr-review-form-wrap button, .cr-review-form-wrap textarea{
    border-radius: 10px;
}
.cr-review-form-submit{
    background-color: #000 !important;
}
.cr-review-form-submit span{
    display: flex !important;
}
.cr-review-form-submit span::before{
    content: "Gửi đánh giá";
    font-size: 18px;
    font-weight: 400; 
}
.cr-review-form-cancel::before{
    content: "Hủy";
    font-size: 18px;
    font-weight: 400; 
}
.cr-review-form-wrap .cr-onsite-question, .cr-form-item-media-none span{
    margin: 0 !important;
}
.cr-onsite-question-inp{
    width: 100% !important;
}
.cr-review-form-wrap .cr-review-form-item ~ div{
    margin: 0 !important;
    padding: 0 28px 12px;
}
.cr-all-reviews-new-review .cr-review-form-wrap, .cr-all-reviews-shortcode:not(:has(.commentlist)) .cr-review-form-wrap{
    display: flex !important;
    flex-direction: column;
}
/* Ưu tiên sắp xếp */

.cr-review-form-comment {
    order: 1;
}
.cr-review-form-ne {
  order: 2;
}
.cr-onsite-questions {
  order: 3;
}
.cr-form-item-media{
    order: 4;
}
.cr-review-form-buttons {
  order: 5;
}
.cr-review-form-item ~ div{
    max-width: none !important;
}
select#review-filter-select, select#review-filter-select option{
    text-align: center;
}
.cr-all-reviews-shortcode:not(.cr-all-reviews-new-review):not(:has(.cr-show-more-button)):has(.commentlist){
    padding-bottom: 58px;
}
.cr-review-form-result span::before, .cr-review-form-result span::after{
    content: "Cảm ơn bạn đã đánh giá!";
    font-family: var(--e-global-typography-0e7769d-font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 1em;
}
.cr-review-form-result span::after{
    content: "Đánh giá của bạn đã được ghi nhận thành công.";
}
.cr-review-form-result button{
    width: 33% !important;
    background: black !important;
}
.cr-review-form-result button::before{
    content: "Tiếp tục";
    font-size: 13px !important;
}
.cr-review-form-result span{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 16px 0;
    padding: 0 !important;
}
@media (max-width: 767px) {
    #cr-show-more-all-reviews, .cr-all-reviews-add-review::before, .cr-review-form-item span, .cr-review-form-rating-inner::after,
    .cr-review-form-result span::before, .cr-review-form-result span::after{
        font-size: 13px !important;
    }
    .cr-add-review-wrap{      
        bottom: 0;
        right: 7px;
        width: calc(50% - 7px) !important;
    }
    #cr-show-more-all-reviews{
        width: calc(50% - 7px) !important;
    }
    .cr-count-row{
     padding: 12px 12px !important;
    }
    .cr-count-row-count::before{
        font-size: 13px !important;
    }
    .filter-wrapper {
        font-size: 13px !important;
    }
    .cr-review-form-rating-inner::before{
        width: 34px !important;
        height: 34px !important;
    }
    .cr-review-form-rating-cont{
        gap: 12px;
    }
    .cr-review-form-wrap .cr-review-form-item ~ div{
        padding: 0 12px 12px;
    }
    .cr-review-form-ne{
        flex-direction: column;
    }
    .cr-review-form-ne .cr-review-form-name,
    .cr-review-form-ne .cr-review-form-email{
        width: 100% !important;
    }
}
.woocommerce-message{
    font-family: var(--e-global-typography-0e7769d-font-family);
}
.woocommerce-message:focus-visible{
    outline: none !important;
}
.woocommerce-message a{
    background-color: black !important;
    color: white !important;
    box-shadow: 2px 2px 10px 0 rgba(1, 1, 1, 0.25) !important;
}