.cwr-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
}

#cwr-form-wrap {
    position: fixed;
    right: -100%;
    top: 0;
    width: 400px;
    height: 100%;
    background: #fff;
    transition: .5s;
    z-index: 999999;
}

#cwr-form-wrap.active {
    right: 0;
    transition: .5s;
}

.cwr-review {
    display: grid;
    grid-template-columns: 200px 1fr;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.verified {
    color: green;
    font-size: 12px;
}
#cwr-load-more{
    display: block;
    width: 100%;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-transform: unset;
    border: 1px solid #1b1b1b;
    border-radius: 4px;
}
#cwr-load-more[disabled] {
    opacity: .5;
    pointer-events: none;
}
.cwr-review {
    animation: fadeUp .3s ease;
}
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
.closeForm{
    height: 40px;
    max-height: 40px;
    max-width: 40px;
    min-height: 40px;
    min-width: 40px;
    width: 40px;
    cursor: pointer;
    outline: none;
    position: relative;
    vertical-align: top;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: rgba(10, 10, 10, .2);
    border: none;
    border-radius: 290486px;
    cursor: pointer;
    pointer-events: auto;
    display: inline-block;
}
.closeForm:before,
.closeForm:after{
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center;
    height: 2px;
    width: 50%;
}
.closeForm:after{
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.FormPopupReview{
    padding: 40px 30px 10px;
    overflow-y: scroll;
    height: 100%;
}

#cwr-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}
#cwr-lightbox.active {
    display: flex;
}
#cwr-lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 6px;
}
.cwr-lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
}
.review-images{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}
.review-images img {
    cursor: zoom-in;
}
.itemImageReview{
    width: 75px;
    height: auto;
    margin-right: 6px;
}
.itemImageReview img{
    width: 100%;
    height: 90px;
    object-fit: cover;
}   
.overlaycustom{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10,10,10,.86);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.overlaycustom.show{
    display: block;
    opacity: 1;
    visibility: visible;
    transition: all .3s;
}
.titFormReviewPro{
    margin-bottom: 0px;
    padding: 0px;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}
.averageScoreRating{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}
.ScoreRatingDevmd span.avg{
    font-size: 60px;
    font-weight: 600;
    line-height: 72px;
    -webkit-letter-spacing: -2.4px;
    -moz-letter-spacing: -2.4px;
    -ms-letter-spacing: -2.4px;
    letter-spacing: -2.4px;
}
.star-rating, .star-rating span{
    font-size: 15px;
}
.baseRatingDevmd .star-rating, .baseRatingDevmd  .star-rating span{
    font-size: 21px;
}
.baseRatingDevmd .star-rating{
    margin: 0;
}
.colWWriteReviews{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#cwr-open-form{
    margin: 0;
    height: 56px;
    background-color: #000000;
    color: #fff;
    text-transform: unset;
    opacity: 1;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    border-radius: 5px;
    box-shadow: none;
    padding-left: 45px;
    position: relative;
}
#cwr-open-form:before{
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    mask-image: url('../img/pen.svg');
    mask-repeat: no-repeat;
    mask-position: center;
    mask-position: center;
    background-color: #fff;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}
.MainReviewProDevmd{
    max-width: 970px;
    margin: 0 auto;
}
.cwr-header{
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 40px;
}
.review-title{
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: rgb(54, 54, 54);
}
.NameUserReDevmd strong{
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    padding-right: 24px;
    color: rgb(54, 54, 54);
}
.VerifiedReviewDevmd .verified{
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #1b1b1b;
    position: relative;
    padding-left: 20px;
}
.VerifiedReviewDevmd .verified:before{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url('../img/check_green.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 1px;
    left: 0;
}
.contentReviewDevmd{
    margin-top: 10px;
}
.contentReviewDevmd *{
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: rgb(54, 54, 54);
}
.mainNoReviewDevmd{
    margin-top: 15px;
    margin-bottom: 15px;
}


.cwr-stars {
    display: inline-flex;
    flex-direction: row-reverse;
    font-size: 30px;
}

.cwr-stars input {
    display: none !important;
}

.cwr-stars label,
.cwr-stars label svg,
.cwr-stars label svg path{
    cursor: pointer;
    color: #ccc;
    transition: .2s ease;
    padding: 0 4px;
    fill: #ccc;
}
.cwr-stars label svg{
    width: 40px;
    height: 35px;
}
.cwr-stars label.active,
.cwr-stars label.active svg,
.cwr-stars label.active svg path{
    color: #f5a623;
    fill: #f5a623;
}
.cwr-preview{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.cwr-preview img{
    width: 23.5%;
    margin-right: 2%;
    height: 70px;
    object-fit: cover;
}
.cwr-preview img:nth-child(4n+4){
    margin-right: 0;
}
#cwr-review-form input[type=email], 
#cwr-review-form input[type=number], 
#cwr-review-form input[type=search], 
#cwr-review-form input[type=tel], 
#cwr-review-form input[type=text], 
#cwr-review-form input[type=url], 
#cwr-review-form textarea{
    height: 55px;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #b5b5b5;
}
.btnSubmitReview{
    margin-top: 30px;
}
.btnSubmitReview button{
    margin: 0;
    text-transform: unset;
    font-weight: normal;
    background-color: #1b1b1b;
    color: #fff;
    height: 55px;
    border-radius: 4px;
}
.labelReviewForm{
        color: #363636;
    display: block;
    font-size: 1rem;
    font-weight: 700;
}
#cwr-form-msg{
    position: fixed;
    top: 40px;
    right: 0;
    max-width: 400px;
    padding: 10px;
    background: #000;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
}
#cwr-form-msg.active{
    opacity: 1;
    visibility: visible;
    transition: all .2s;
}
.titformReviewDev p{
    font-size: 20px;
    font-weight: bold;
}
.closeButton{
    position: absolute;
    top: 40px;
    right: 8px;
}
.cwr-stars label{
    margin: 0;
    padding: 0;
}
.UploadReview,
.pUploadDiv{
    width: 92px;
    font-size: 0px;
    padding: 0;
    border: none;
    box-shadow: none;
    height: 92px;
    background-color: #ffffff;
    cursor: pointer;
    background-image: url('../img/bgupload.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.UploadReview{
    opacity: 0;
}