
.e-product-reviews- .col-reviews{
 	width: 100%;
 	display: flex;
    flex-wrap: wrap;
}
.e-product-reviews- .write-a-review-review-count{
	width: 30%;
}
.e-product-reviews- .cr-summaryBox-wrap{
	width: 70%;
}
.e-product-reviews- .review_form_wrapper{
    width: 100%;
}
.e-product-reviews- #reviews.woocommerce-reviews-customer .cr-summaryBox-wrap{
    margin:0px;
    padding: 0px;
    background: transparent;
}
.e-product-reviews- #reviews .cr-summaryBox-wrap .cr-overall-rating-wrap{
    display: none;
}
.e-product-reviews- .ivole-summaryBox{
    min-width: 100%;
}
.e-product-reviews- #ivole-histogramTable{
    max-width: 100%;
}
.e-product-reviews- #ivole-histogramTable tr.ivole-histogramRow .ivole-histogramCell2 {
    width: 80%;
}
.e-product-reviews- .woocommerce-product-rating{
    display: flex;
    line-height: inherit;
    margin-bottom: 30px;
    gap:10px;
}
.e-product-reviews- .woocommerce-product-rating:before,
.e-product-reviews- .woocommerce-product-rating:after{
    display: none;
}
.e-product-reviews- .write-a-review-review-count .woocommerce-review-link{
    margin-left: 0px;
}


.e-product-reviews-style2 .woocommerce-reviews-customer .col-reviews {
    width: 100% !important;
    display: flex;
    flex-direction: column;
}

.e-product-reviews-style2 .review_form_wrapper{
    margin-top: 30px;
}
.e-product-reviews-style2 .write-a-review-review-count {
    order: 1;
    margin-top: 30px;
}
.e-product-reviews-style2 #reviews.woocommerce-reviews-customer .cr-summaryBox-wrap {
    display: flex;
        background: transparent;
    margin: 0px;
}
.e-product-reviews-style2 #reviews.woocommerce-reviews-customer .cr-overall-rating-wrap {
    display: flex;
    justify-content: start;
    max-width: 35%;
    flex-direction: row;
    gap: 10px;
}
.e-product-reviews-style2 #reviews.woocommerce-reviews-customer .ivole-summaryBox {
    width: 65%;
    min-width: 65%;
}
.e-product-reviews-style2 #reviews.woocommerce-reviews-customer #ivole-histogramTable {
    max-width: 100%;
}
.e-product-reviews-style2 #ivole-histogramTable tr.ivole-histogramRow .ivole-histogramCell2 {
    width: 80%;
}
.e-product-reviews-style2 .write-a-review-review-count .woocommerce-product-rating {
    display: none;
}
.e-product-reviews-style2 #reviews .cr-summaryBox-wrap .cr-average-rating {
    font-size: 90px;
    font-weight: 700;
    font-family: var(--bzo-title_typo-font-family);
    line-height: 1em;
    width: 100%;
}
@media(max-width: 767px){
    .e-product-reviews-style2 #reviews .cr-summaryBox-wrap .cr-average-rating {
        font-size: 60px;
    }
}
.e-product-reviews-style2 .woocommerce-reviews-customer .col-commentlist {
    width: 100%;
    padding-left: 0px;
    margin-top: 40px;
}