.stars-row{display:inline-flex;position:relative;top:2px;justify-content:space-between}.stars-row .star{margin-right:3px;width:17px;height:16px;background-size:contain;background-repeat:no-repeat;background-position:50%;display:inline-block}.stars-row .star.full{background-image:url(/static/images/icons/star-full.png)}.stars-row .star.empty{background-image:url(/static/images/icons/star-empty.png)}.stars-row .star.half{position:relative;z-index:1;width:9px;margin-right:11px;background-size:17px 16px;background-position-x:0;background-image:url(/static/images/icons/star-full.png)}.stars-row .star.half:after{content:"";position:absolute;left:0;top:0;background:url(/static/images/icons/star-empty.png);display:inline-block;width:17px;height:16px;z-index:2}.errorField{font-family:latoLight;font-size:14px;padding:2px 5px;position:relative;bottom:5px;margin-top:6px}.errorField i{position:relative;top:2px;left:3px}