	.rating {
	
											
	width: 470px;
	display: flex;
	align-items: center;
}

#div2 {
	height: 120px;
	width: 300px;
	display: flex;
}

#div21 {
	height: 120px;
	width: 15px;
	margin-inline: 10px;
}

.div212 {
	margin-top: 9px;
	height: 12px;
	font-size: initial;
	font-weight: 800;
}

#div22 {
	height: 120px;
	width: 25px;
}

#div23 {
	height: 120px;
	width: 225px;
}

.div213 {
	color: brown;
	margin-top: 9px;
	height: 12px;
	font-size: initial;
}

.div231 {
	height: 15px;
	width: 80%;
	background-color: #FF0B55;
	border-radius: 10px;
}

.div232 {
	height: 15px;
	width: 60%;
	background-color: #d98080;
}

.div233 {
	height: 17px;
	width: 20%;
	background-color: rgb(117, 117, 228);
	bottom: 1px;
	right: 1px;
	position: relative;
}

.div234 {
	height: 15px;
	width: 15%;
	background-color: rgb(123, 185, 232);
}

.div230 {
	height: 15px;
	width: 40%;
	background-color: #f0f054;
}

.div214 {
	background-color: #D9D9D9;
	margin-top: 6px;
	height: 15px;
	width: 300px;
	font-size: smaller;
	text-align: center;
	position: relative;
	border-radius: 10px;
}

#div1 {
	width: 160px;
	text-align: center;
}

.div01 {
    width: 160px;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
}

.div02 {
	
	width: 160px;
	text-align: center;
	font-size: x-small;

}

.div03 {
    font-weight: 700;
    font-size: 16px;
}

#star {
	color: #b3b0b0;
}

#span {
	z-index: 99999;
	position: absolute;
	top: 0;
	font-size: 10px;
}
.rating_wrapper {
    height: 120px;
    width: 500px;
    display: flex;
    align-items: center;
    align-items: center;
}

.rating_summary_wrapper{
    height: 120px;
    width: 200px;
}

.progressbar_wrapper {
    width: 350px;
}

.average_rating_wrapper{
    height: 50px;
    width: 200px;
    display: flex;
    justify-content: center;
}

.total_rating_reviews {
    height: 66px;
    width: 200px;
    display: flex;
    justify-content: center;
    font-size: medium;
    font-weight: 800;
}

.average_rating{
    margin-block-start: auto;
    font-size: larger;
    font-weight: 800;
}

.average_rating_icon {
    margin-block-start: auto;
    color: blue;
    font-size: larger;
    font-weight: 800;
}
.progressbar_wrapper {
    width: 350px;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.rating_number {
    font-size: large;
    font-weight: 800;
}

.rating_icon {
    fill: #FF0B55;
    font-size: initial;
}
.fill_progress_bar {
    height: 15px;
    background-color: blue;
}
.rating_progressbar {
    display: flex;
    flex-direction: row;
    gap: 7px;
}
.background_progress_bar {
    border: 1px solid gray;
    background-color: #e3dede;
    margin-top: 6px;
    height: 13px;
    width: 220px;
    font-size: large;
    font-weight: 800;
}
.temp8userspace{
	letter-spacing: 10px;
}
.prd_ratings {
    fill: #FF0B55;
    font-size: 11px;
    font-weight: 500;
    margin-right: 4px;
}
@media (max-width: 480px) {
.progressbar_wrapper {
    width: 324px;
}
.rating{
	display: block;
}
.div02 {
    width: 360px;
}
.div01 {
    width: 360px;
    text-align: center;
}
#div1 {
    width: 360px;
    text-align: center;
}
}