/*  First Example with big stars */
.rate-ex1-cnt{
	width:230px; 
    height: 40px;
	/* border:#e9e9e9 1px solid;
	background-color:  #f6f6f6; */
}
.rate-ex1-cnt .rate-btn{
	width: 45px; 
    height:40px;
	float: left;
	background: var(--wpr-bg-a4895489-6886-4563-b4d5-9670f5a1fe49) no-repeat;
	cursor: pointer;
}
.rate-ex1-cnt .rate-btn:hover, .rate-ex1-cnt  .rate-btn-hover, .rate-ex1-cnt  .rate-btn-active{
	background: var(--wpr-bg-3f71c7a7-8e25-47b6-8a37-ddd89cb84227) no-repeat;
}
/* End first Example with big stars */


/*  Second Example with big stars */
.rate-ex2-cnt{
	width: 160px;
    height: 30px;
    /* border: #e9e9e9 1px solid; */
    /* background-color: #f6f6f6; */
}
.rate-ex2-cnt .rate-btn{
	width: 30px; height:30px;
	float: left;
	background: var(--wpr-bg-fe834ad8-2e55-47f1-8cfd-a1ff53521fd4) no-repeat;
	cursor: pointer;
}
.rate-ex2-cnt .rate-btn:hover, .rate-ex2-cnt  .rate-btn-hover, .rate-ex2-cnt  .rate-btn-active{
	background: var(--wpr-bg-d80c7d2f-2d16-4b75-88e1-7436daad7176) no-repeat;
}
/* End second Example with big stars */

/*  Third Example with big stars */
.rate-ex3-cnt{
	width:90px; 
    height: 17px;
	/* border:#e9e9e9 1px solid;
	background-color:  #f6f6f6; */
}
.rate-ex3-cnt .rate-btn{
	width: 17px; height:17px;
	float: left;
	background: var(--wpr-bg-437af48c-b41f-44b0-a65b-69ef9bb6b305) no-repeat;
	cursor: pointer;
}
.rate-ex3-cnt .rate-btn:hover, .rate-ex3-cnt  .rate-btn-hover, .rate-ex3-cnt  .rate-btn-active{
	background: var(--wpr-bg-54b31655-6bdf-4f25-b869-ef6457a4030d) no-repeat;
}
/* End third Example with big stars */


/* rate result */
.rate-result-cnt{
	width: 82px; height: 18px;
	position: relative;
	background-color: #ccc;
	border: #ccc 1px solid;
}
.rate-stars{
	width: 82px; height: 18px;
	background: var(--wpr-bg-f00cb63b-3835-4132-9524-527d2ccd80a1) no-repeat;
	position: absolute;
}
.rate-bg{
	height: 18px;
	background-color: #ffbe10;
	position: absolute;
}

