
/* review addons */
p.cr-search-no-reviews {
    display: none;
}
.cr-summary-separator {
    display: none !important;
}
.ivole-meter {
    box-shadow: unset;
    border-radius: unset;
}
.ivole-meter .ivole-meter-bar{
    background: linear-gradient(to bottom,#6AE8F6,#6AE8F6) !important;
    box-shadow: unset !important;
    box-sizing:unset !important;
}
tr.ivole-histogramRow td, tr.ivole-histogramRow a {
    color: black;
    font-weight: 600;
    text-decoration: underline;}

.cr-all-reviews-shortcode .cr-ajax-search{display: none !important;}
.cr-all-reviews-shortcode .cr-count-row {
    display: none;
}

ol.commentlist {
    margin-top: 90px !important;
}
span.woocommerce-review__verified.verified {
    display: none !important;
}
.cr-all-reviews-shortcode div.crstar-rating{
    /* margin-left: auto !important; */
    letter-spacing: 9px !important;
    width: 125px !important;
    height: 15px !important;
    line-height: 15px !important;
    font-size: 15px !important;
    color: #6AE8F6 !important;}
.cr-all-reviews-shortcode ol.commentlist li .comment-text p{font-weight: 300 !important;}

.cr-all-reviews-shortcode .cr-show-more-button{
    border: unset !important;
    border-radius: 0 !important;
    background-color: black !important;
    color: white !important;
    padding: 14px 16px !important;
    line-height: 20px !important;
    min-width: 122px;
    height: unset;}

.cr-all-reviews-shortcode .cr-show-more-button:hover{
    box-shadow: unset !important;
    border: unset !important;
    background-color: #6ae8f6 !important;
    color: white !important;}