.product-pop-review {

}

#review-pop-up-wrapp .close-review{
    width: 100%;
    max-width: 350px;
    padding: 9px 0;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-weight: 100;
    font-size: 28px;
    line-height: 100%;
    background-color: #000;
    box-sizing: border-box;
    border: 2px solid white;
    /*box-shadow: 0px 4px 10px 2px rgb(0 0 0 / 25%);*/
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    transition: background-color ease-out 0.3s;
}

#review-pop-up-wrapp .close-review:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.review-pop-up-item .top .date{
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}
.review-pop-up-item .rating{
    margin-bottom: 15px;
    gap:0;
    display: flex;
    direction: ltr;
    justify-content: end;
}
.review-pop-up-item .rating .star.active{
    /*background-position: 0 24px;*/
    background: url(../img/star-full.svg);
    background-size: 100%;
}

.review-pop-up-item .rating .star{
    width: 24px;
    height: 24px;
    /*background: url(../img/stars.png);*/

    background: url(../img/star-empty-small.svg);
    background-size: 21px;
    background-repeat: no-repeat;
    background-position: center;
}
.review-pop-up-item .item:first-child {

}
.review-pop-up-item p{
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    direction: rtl;
    text-align: right;
}
.review-pop-up {
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    z-index: 2000;
    display: none;
    background-color: rgba(0, 0, 0, .2);
}
#review-pop-up-wrapp{
    display: none;
    max-width: 670px;
    width: 100%;
    margin: 0 auto;
    border-radius: 25px;
    /*border-bottom-left-radius: 0;*/
    /*border-bottom-right-radius: 0;*/

    box-shadow: 0px 2px 20px 0px rgba(255, 255, 255, 1);


    position: fixed;
    max-height: calc(100vh - 70px);
    overflow-y: hidden;
    height: 100%;
    top: 50px;
    left: 50%;
    margin-left: -335px;
    background-color: #000;
    z-index: 10000;
    /*background-image: url(../img/bg-review_img.png);*/
    background-size: cover;
    background-position: center top;
}

/*
.wlc-review-pop-up-wrapp {
    max-width: unset !important;
    left: 0 !important;
    right: 0;
    margin-left: unset !important;
    top: 98px !important;
    max-height: calc(100vh - 96px) !important;
}
*/

#review-pop-up-wrapp .review-pop-up-item{
    overflow-y: scroll;
    height: 80%;
    direction: ltr;
    padding-bottom: 100px;
    margin-top: 190px;
}
.pop-up-div{
    position: fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index: 9999;
    display: none;
}

.close-review-wrap{
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    right: 0;
    padding: 17px 0 17px;
    z-index: 3;
}
.close-review-wrap:before {
    content: "";
    background: #000;
    opacity: 1;
    position: absolute;
    display: block;
    /*backdrop-filter: blur(10px);*/
    width: 100%;
    height: 100%;
    top: 0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.review-pop-up-item{
    padding:0;
    padding-bottom: 0px;
}
.review-pop-up-item h2{
    margin-top: 0px !important;
    margin-bottom: 5px !important;
    margin-left: auto !important;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    background:  linear-gradient(270deg, #E3B407 0%, #FFEECB 81.98%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.review-pop-up-item__top {
    padding: 10px 20px 30px;
    /*box-shadow: 0px 2px 10px 0px #FFFFFF;*/
    padding-bottom: 0px;
    background-color: #000;
    /*width: calc(100% + 40px);*/
    width: 100%;
    margin-bottom: 20px;
    /*border-bottom: 1px solid #fff;*/
    position: absolute;
    top: 0;
    z-index: 29;
    /*right: -20px;*/
    /*left: -20px;*/
    right: 0;
    left: 0;
}
.review_notice {

    font-style: normal;
    text-align: center;
    width: 100%;
    /*max-width: 750px;*/

    color: #fff;
    direction: rtl;
    margin-left: auto;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;



}
.review-pop-up-item h2 span {
    display: inline-block;
    background: #E3B407;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: relative;
    bottom: 6px;
    margin: 0 15px;
}
.review-pop-up-item .item{
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

/*.review-pop-up-item .item img{*/

/*    width: auto;*/
/*    height: 100px;*/
/*    margin-top: 3px;*/
/*}*/
.review-pop-up-item .admin-reply-img img {
    width: 45px;
    height: auto;
}
/*.review-pop-up-item .item:before{*/
/*    content: '';*/
/*    height: 1px;*/
/*    border-bottom: 1px dashed rgba(148, 148, 148, 0.5);*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    right: 0;*/

/*}*/
.review-pop-up-item .item:last-child:before{
    display: none;
}
.review-pop-up-item .item.last:before{
    display: none;
}
.review-pop-up-item  .top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    direction: rtl;
}
.review-pop-up-item  .top .name{
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    position: relative;
    color: #fff;
}
.review-pop-up-item .top .name span{
    content: '';
    position: absolute;
    top: 0;
    left: -25px;
    width: 18px;
    height: 18px;
    background: url(../img/check.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;

}
.review-pop-up-item .top .name .name-client{
    position: absolute;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    top: -35px;
    left: -94px;
    right: unset;
    border: 1px solid #E3B407;
    border-radius: 4px;
    padding: 2px 0px;
    box-sizing: border-box;
    width: 153px;
    text-align: center;
    background: #000;
    display: none;
}

.review-pop-up-item .top .name .name-client:before{
    content: '';
    position: absolute;
    bottom: -6px;
    width: 15px;
    height: 6px;
    background: url(../img/tr.svg);
    background-size: 100%;
    left: 50%;
    margin-left: -5px;
}
.star-wrapp .star-count{
    display: flex;
    gap: 2px;
}

.review-pop-up-item .star-rating svg {
    width: 20px;
    height: 20px;
}
.review-pop-up-item .reviews-info-total img {
    width: 26px;
    height: 26px;
}
.review-pop-up-item .reviews-info-average__txt {
    font-size: 16px;
}
.review-pop-up-item .reviews-info-total {
    font-size: 18px;
}

@media (max-width: 743px){
    .star-wrapp .star-count{
        gap: 0px;
    }
    .review-pop-up-item .reviews-info-total img {
        width: 22px;
        height: 22px;
    }
    .reviews-info-total {
        font-size: 16px;
    }

    #review-pop-up-wrapp {
        width: 100%;
        max-width: 370px;
        margin-left: -185px;
        max-height: calc(100vh - 105px);
    }
    .review-pop-up-item h2 {
        font-size: 16px;
        line-height: 19px;
    }
    .review-pop-up-item h2 span {
        width: 4px;
        height: 4px;
        bottom: 3px;
        margin: 0 10px;
    }
    .review_notice {
        font-size: 14px;
        line-height: 16px;
    }
    .review-pop-up-item .top .name {
        font-size: 16px;
        line-height: 15px;
    }
    .review-pop-up-item .top .date {
        font-size: 16px;
        line-height: 19px
    }
    .review-pop-up-item__top {
        box-shadow: none;
    }
    .review-pop-up-item .top .name span {
        left: -21px;
        width: 15px;
        height: 15px;
        background-size: contain;
    }
    #review-pop-up-wrapp .close-review-wrap {
        padding: 13px 0;
        background-color: #000;
    }
    #review-pop-up-wrapp .close-review {
        max-width: 218px;
        font-size: 18px;
        padding: 5px 0;
        border: 1px solid white;
    }
    #review-pop-up-wrapp .review-pop-up-item {
        margin-top: 108px;
    }
    .quickviewwoo-product #review-pop-up-wrapp {

        height: 100%;
        max-height: 100% !important;
    }
}

@media (max-width: 1024px){
    .review-pop-up-item__top {
        padding-bottom: 20px;
        margin-bottom: 0;
    }
    #review-pop-up-wrapp .review-pop-up-item{
        margin-top: 190px;
        height: 70%;
    }
}

@media (max-width: 743px) {
    .review-pop-up-item h2 {
        font-size: 16px;
        line-height: 19px;
    }
    .review-pop-up-item__top {
        padding: 10px 10px 10px;
    }
    #review-pop-up-wrapp .review-pop-up-item{
        margin-top: 95px;
        height: 85%;
    }
}