.rating {
    float:left;
}
/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t 
   follow these rules. Every browser that supports :checked also supports :not() */
.rating:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0,0,0,0);
}

.rating:not(:checked) > label,.score > label {
    float:right;
    width:1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:150%;
    line-height:1.2;
    color:#ddd;
    text-shadow:1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0,0,0,.5);
}

.rating:not(:checked) > label:before {
    content: '★ ';
}

.rating > input:checked ~ label {
    color: #f70;
    text-shadow:1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0,0,0,.5);
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: gold;
    text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: #ea0;
    text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

.rating > label:active {
    position:relative;
/*    top:2px;
    left:2px;*/
}
#yotpo_testimonials_btn {
	display:none;
}
.feedbackrating {
	text-align : right;
}
.score {
	margin-top: -8px;
}
.score,.score > label {
	float: left;
}
.score > label:before{
	content: '★ ';
}
.score > label.rated {
	color: gold;
	float: left!important;
}
.feedbacksuccess {
	color: green;
	text-align: center;
	margin: 10px 0px;
}
#feedback .panel-heading > h5{
	margin-bottom: 0;
    margin-top: 0;
}
/*#feedback .btn-primary{
	margin-top: 20px;
}*/
@media screen and (min-width: 990px){
	.submit_feedback{
		margin-top: 45px;
	}
}
