.woocommerce-pagination ul {
    list-style: none;
}

.commentlist .comment_container p.meta em{
    font-size: 0.875rem;
}

.upload-container {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px;
}

.uploaded-image-container {
    height: 96px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.image-item {
    height: 96px;
    width: 96px;
    border-radius: 8px;
}

.image-box {
    position: relative;
    width: 96px;
    height: auto;
    text-align: center;
    margin-right: 6px;
    border: 1px solid #eee;
    animation: backInDown .5s;
    border-radius: 8px;
}

.image-box .delete-btn {
    position: absolute;
    top: -12px;
    right: -6px;
    background-image: url(../fonts/11b33b67f2264693b7a1247199d3e2e3.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
}

.comment-image-container {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.comment-image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    width: 100px;
    height: 100px;
    cursor: pointer;
    border: 1px solid #ccc;
}

.comment-image-container .comment-image-wrap img {
    height: 100%;
    width: auto;
}

.yg-toast{
    position: fixed;
    background: rgba(0,0,0,.7);
    border-radius: 4px;
    top: 90%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 60%;
    text-align: center;
    transition: all .1s;
}
.yg-toast-text{
    color: #fff;
    padding: 4px 10px;
    padding-bottom: 6px;
}

body .layerMask {
    background: rgba(0,0,0,.4);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 200;
    display: none;
}

.mask-image-container {
    background-color: #fff;
    position: fixed;
    width: 650px;
    padding: 30px 50px;
    left: 50%;
    border-radius: 0.3rem;
    top: 45%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 202;
    text-align: center;
}

.mask-image-container .prev {
    background-image: url(../images/icons-left.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
    width: 40px;
    height: 40px;
    opacity: 0.4;
    position: absolute;
    top: 50%;
    left: 0;
    display: none;
    cursor: pointer;
}

.mask-image-container .next {
    background-image: url(../images/icons-right.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
    width: 40px;
    height: 40px;
    opacity: 0.4;
    position: absolute;
    top: 50%;
    right: 0;
    display: none;
    cursor: pointer;
}

.mask-image-container img {
    max-width: 100%;
    height: auto;
    max-height: 650px;
    min-height: 350px;
    pointer-events: none;
}
.single-product .comment_container .woocommerce-review__verified {
    background: #fea31d;
    padding: 2px 5px;
    color: #fff;
    font-style: normal;
    font-size: 12px;
    margin-left: 10px;
}
.woocommerce-pagination .page-numbers li:hover {
    cursor: pointer;
}
.woocommerce-pagination .page-numbers li:hover span {
    border-bottom: 1px solid #6B6B6B;
    margin-bottom: -1px;
}
.no-review-filter {
    padding: 24px 20px;
    background: #f5f5f5;
}

@keyframes backInDown {
    0% {
      transform: translateY(-10px);
      opacity: 0.7;
    }
  
    80% {
      transform: translateY(0px);
      opacity: 0.8;
    }
  
    100% {
      opacity: 1;
    }
}

.commentlist .review .description p {
    font-size: 16px;
    font-family: HarmonyHeiTi;
    margin-bottom: 0px;
}

p.meta .rating-span {
    color: #fdcc0d;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 4px;
}

.commentlist .review .woocommerce-review__published-date {
    display: block;
    float: right;
}

.commentlist .comment_container p.meta {
    margin-bottom: 0px;
}

.no-result-find {
    display: none;
}

.show-no-result-find {
    display: block;
    text-align: center;
    padding-top: 80px;
}

.show-no-result-find .no-result-find-content {
    font-size: 24px;
    font-weight: 600;
}

.show-no-result-find .no-result-find-content-all {
    padding-top: 30px;
}

.show-no-result-find .no-result-find-content-all .no-result-find-view-all {
    background: #000000;
    border: 2px solid #000000;
    border-radius: 8px;
    color: #fff;
    padding: 12px 57px;
    cursor: pointer;
}
.show-no-result-find .no-result-find-content-all .no-result-find-view-all:hover {
    background: #000000;
    opacity: 0.7;
}

.commentlist ol {
    width: 100%;
}