.leave-reply-form.form-sub-reply {
	margin-left: 110px;
	display: none;
}
.leave-reply-form.form-sub-reply.show {
	display: block;
}
.pagi > a.active {
	font-weight: 600;
  	color: #2673f8;
}
.product-rating > i {
	cursor: pointer;
}
.rating { 
    border: none;
    float: left;
}
.rating > input { display: none; } 
.rating > label:before { 
    margin: 5px;
    font-family: "Font Awesome 6 Free";
    display: inline-block;
    content: "\f005";
    font-weight: 900;
}
.rating > .half:before { 
    content: "\f089";
    position: absolute;
}
.rating > label { 
    color: #ddd; 
    float: right; 
}
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label { color: #ffb909;  }
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label { color: #ffb909;  } 
.rat-star .checked {
    color: orange;
}



















