.elementor-grid .rating-list-block .ds-summary {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
}
.ds-poweredby {
    display: none;
}
.ds-invalid-msg {
	display: none !important;
}  
.elementor-grid .ds-summary {
    position: absolute;
    right: 0;
}
.elementor-grid .ds-summary .ds-ratings {
    display: none;
}
.elementor-grid .ds-summary .ds-comments {
    display: none;
}
.elementor-grid .ds-summary .ds-title {
    display: none;
}
@media (max-width: 800px){
	.elementor-grid .ds-summary {
    position: absolute;
    right: -5px;
    transform: scale(0.75);
    top: -5px;
	}
}
.ds-comment .ds-rcol::before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f10d";
    font-weight: 900;
    opacity: 0.09;
    font-size: 2.4rem;
    position: absolute;
    top: -1rem;
    left: -2rem;
}

.ds-rcol {
    position: relative;
}
.elementor-nrcstar-rating i {
    color: #f5c202;
}
.star-display {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.ratings-title {
    font-size: 0.8rem;
    margin-right: 5px;
}
.star-details {
    font-size: 0.7rem;
}
.ds-commentprefix .ds-xofy .ds-average, .ds-commentprefix .ds-xofy .ds-average-max {
    color: var( --e-global-color-5ac8fdb );
    font-family: "Montserrat", Sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
}
.ds-commentprefix .ds-ratingcount {
    font-size: 0.8rem;
    color: #3e3d3d;
}
.ds-comment {
    max-width: 100%;
    min-width: 300px;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 1rem 0 0 0;
}
.ds-rcol {
    max-width: none;
    min-width: 0;
    width: 100%;
    float: none;
    flex: 1 0.8;
}
.ds-lcol {
    max-width: none;
    min-width: 0;
    width: 100%;
    float: none;
    text-align: left;
    flex: 0.2;
}

@media (max-width: 615px){
	.ds-comment {
		display: block;
	}
	.ds-lcol {
    	margin-bottom: 0.4rem;
	}
	p.ds-body.ds-body-full {
    	font-size: 0.8rem;
	}
	.ds-commentprefix .ds-ratingcount {
		font-size: 0.8rem;
		margin: 0;
		display: block;
	}
	.ds-date {
    	margin: 0;
	}
	.ds-comment .ds-rcol::before {
		top: -3.7rem;
		left: auto;
		right: 0;
	}
	.elementor-grid .ds-summary {
		position: relative;
		right: auto;
		transform: scale(1);
		top: 0;
		left: 0;
		margin: 1rem 0;
		text-align: center;
	}
	.elementor-grid span.ds-stars {
		margin: auto;
	}
	.mobile-star-ratings .elementor-nrcstar-rating i {
		font-size: 1.5rem;
	}
	.mobile-star-ratings .ratings-title {
		font-size: 1rem;
	}
	.mobile-star-ratings .ds-summary {
		display: block;
		width: 100%;
	}
	.mobile-star-ratings .star-display {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		flex-wrap: nowrap;
		justify-content: center;
	}
	.mobile-star-ratings .elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper {
		text-align: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: center;
		padding: 0 0 1rem;
	}
	.mobile-star-ratings .star-details {
	}
}