
.single-product footer {
    background: white;
    margin-top: 0;
}

.sf_product_reviews {
    padding-top: 2rem;
    /*padding-top: 0.1rem;*/
    background: #fff;
    overflow: hidden;
}


.cr-all-reviews-shortcode .cr-summaryBox-wrap, .cr-reviews-grid .cr-summaryBox-wrap {
    background-color: #EBF0F0;
}

.cr-count-row {
    background-color: #EBF0F0!important;
    border-radius: 5px;
}


.cr-button-search{
    background: #f7f8fa !important;
}

.ivole-meter {
    background-color: #f3f3f3;
    background: #f3f3f3;
    box-shadow: none;
    border:1px rgba(0,0,0,.4) solid;
    border-radius: 0px;
}

.ivole-meter-bar {
    border-radius: 0px;
    box-shadow:none!important;
    border: none;
    background: #fb0!important;
}


.cr-all-reviews-add-review,.cr-review-form-submit {
    border-radius: 5px;
    background: black!important;
}


.cr-all-reviews-add-review:hover,.cr-review-form-submit:hover {
    background: rgb(37, 37, 37)!important;
}

.cr-review-form-cancel{
    border-radius: 5px;
}

.cr-summaryBox-wrap {
    border-radius: 15px;
}

.cr-summaryBox-add-review {
    padding: 1rem!important;
}

.cr-upload-images-delete svg{
    width: auto;
}