.five-star-rating-component{display:flex;align-items:center;justify-content:space-between;width:110px}.five-star-rating-component .star-wrapper{display:flex;align-items:center;justify-content:space-between;width:100%}.five-star-rating-component .star{max-width:35px;width:35px;height:35px;padding:0 2px}.five-star-rating-component .star:first-child{margin-left:-2px}.five-star-rating-component.product-page{width:auto}.five-star-rating-component.product-page .star{max-width:21px;min-width:21px;height:35px;padding:0 2px}.five-star-rating-component.product-page h5{color:#ababab;margin-left:4px;font-size:13px}.five-star-rating-component.rateable .star-wrapper:hover{flex-direction:row-reverse}.five-star-rating-component.rateable .star-wrapper:hover .star{cursor:pointer}.five-star-rating-component.rateable .star-wrapper:hover .star:last-child{margin-left:-2px}.five-star-rating-component.rateable .star-wrapper:hover .star:first-child{margin-left:0}.five-star-rating-component.rateable .star-wrapper:hover svg path,.five-star-rating-component.rateable .star-wrapper:hover svg~svg path{fill:#d4d4d4!important;cursor:pointer}.five-star-rating-component.rateable .star-wrapper:hover svg:hover path,.five-star-rating-component.rateable .star-wrapper:hover svg:hover~svg path{fill:#f9c606!important;cursor:pointer}
