#review-gallery-preview .review-gallery-image {
    background-position: center center;
}

.review-gallery-image-remove-temp {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background: var(--accent);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.review-gallery-image-remove-temp i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #fff;
}

.review-gallery-image:hover .review-gallery-image-remove-temp {
    opacity: 1;
    visibility: visible;
}

.codicts-mlrc-comments-list>div.element {
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
}

.codicts-mlrc-comments-form>div .element,
.codicts-mlrc-comments-form .comments-list #respond {
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
    border: 0;
}

.codicts-mlrc-comments-form .single-comment .avatar {
    left: 0;
}

.codicts-mlrc-comments-form .single-comment .listing-rating {
    right: 0;
}

.codicts-mlrc-comments-form .comment-container {
    box-shadow: none;
    padding: 20px 20px 20px 55px;
}

.codicts-mlrc-comments-form .single-comment.reply .comment-container {
    padding-left: 55px;
}

.sidebar-comment-form #respond-codicts h3 {
    display: none;
}

.codicts-review-gallery-preview {
    display: inline;
}

.codicts-review-gallery-preview .review-gallery-image {
    float: left;
    display: block;
    margin: 0 10px 10px 0;
    background-color: #ccc;
    background-size: cover;
    position: relative;
    width: calc(25% - 10px);
}

.codicts-review-gallery-preview .review-gallery-image {
    background-position: center center;
}

.comments-list .comment-respond .form-group-review-ratings,
.comments-list .comment-respond .form-group-review-gallery {
    display: none!important;
}

.codicts-reviews-average-view {
    /* display:flex; */
}

.codicts-reviews-average-view li {
    margin-right: 10px;
    margin-top: 10px;
    text-align: center;
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border: 2px solid rgba(0, 0, 0, .15);
    border-radius: 50%;
}

.codicts-reviews-average-view div {
    width: 100%;
    /* margin-bottom: 10px; */
    font-size: 22px;
    font-weight: bold;
    position: relative;
    margin-top: -7px;
}

.codicts-reviews-average-view label {
    text-align: center;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}


/* .fa.fa-star-of-david {
    position: relative;
}

.fa.fa-star-of-david:after {
    content: "";
    position: absolute;
    background: #ffffffd4;
    width: 100%;
    height: 100%;
    left: 50%;
} */

.codicts-reviews-widget .comment-body .comment-clip.clipped {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.codicts-reviews-widget .comment-body .cc-read-more {
    color: var(--accent);
}


/**
 * JD
 * @type {[type]}
 */

.c-reviews-indicator {
    margin-bottom: 20px;
}

.codicts-reviews-average-view div {
    margin-top: 0;
}

.codicts-reviews-average-view label {
    bottom: -40px;
    max-width: 185%;
    text-overflow: inherit;
    font-size: 13px;
}

.codicts-reviews-average-view div {
    font-size: 35px;
    font-weight: 400;
}

.codicts-reviews-average-view li {
    margin-top: 0px;
    width: 90px;
    height: 90px;
}

.codicts-reviews-average-view li {
    margin-right: 20px;
    margin-left: 20px;
}

ul.custom-reviews-avarage {
    text-align: center;
}

@media only screen and (max-width: 700px) {
    .codicts-reviews-average-view li {
        margin-bottom: 50px;
    }
}

.codicts-reviews-widget .lf-head-btn.listing-rating.rating-preview-card {
    position: relative;
    margin-right: 5px;
    top: 0px;
    left: 0px;
    border: 1.5px solid hsla(0, 0%, 100%, .3);
    border-radius: 5px;
}

.codicts-reviews-widget .lf-head-btn.listing-rating.rating-preview-card i {
    color: #fff;
}

.rating-number2 .form-group {
    margin-bottom: 0;
}

.rating-number2 {
    overflow: hidden;
}

.rating-number2 input[type=radio] {
    display: none;
}

.rating-number2 input[type=radio]:checked~label {
    color: var(--accent);
}

.rating-number2 label {
    color: rgb(193, 193, 193);
}