/* Form */
.big-rating {
	display: inline-block;
	position: relative;
    top: 10px;
}
div.star-rating {
	width: 32px;
	height: 32px;
	line-height: 32px;
	cursor: pointer;
	display: inline-block;
}

div.star-rating a {
	color: #fff;
	overflow: hidden;
	display: block;
	height: 100%;
}

div.star-rating a:before {
	font-family: var(--7s-fonts-icons);
	content: "\f005";
	color: #000;
	font-size: 30px;
	opacity: 0.07;
}
div.star-rating-on a:before {
	content: "\f005";
	color: #fb0;
	font-weight: bold;
	opacity: 1;
}
div.star-rating-hover a:before {
	content: "\f005";
	color: #fb0;
	font-weight: bold;
	opacity: 0.75 !important;
}

div.star-rating-readonly a {
	cursor: default !important
}


/* Rating */
.rating {
  display: inline-block;
  font-size: 24px;
}
.rating .fa-star {
	color: #fb0;
}
.rating .fa-star-o {
	color: #ddd;
}

div.crfp-rating-5 { width: 80px !important; }
div.crfp-rating-4 { width: 64px !important; }
div.crfp-rating-3 { width: 48px !important; }
div.crfp-rating-2 { width: 32px !important; }
div.crfp-rating-1 { width: 16px !important; }
div.crfp-rating-0 { width: 0 !important; }

.ss-card.rating-summary {
	max-width: 544px;
	margin: 0 auto 0 auto;
	padding: 0;
	box-sizing: border-box;
	font-family: var(--7s-fonts-primary);
}
.rating-summary .big-rating-stars {
	font-size: 40px;
}

.big-rating-stars.background
{
	z-index: -1;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
}
.big-rating-stars
{
	font-size: 40px !important;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	padding: 0;
}
.big-rating-stars.background .fa-star {
	color: #000;
	opacity: 0.07;
}
.big-rating-stars .fa-star {
	color: #fb0;
}

.crfp-summary {
	font-size: 30px;
	color: #333;
}
.crfp-big-rating-text {
	font-size: 120px;
	line-height: 120px;
	color: #00a4e3;
	font-family: var(--7s-fonts-primary);
}
.crfp-rating-distribution-average {
	color: #333;
	display: inline-block;
	margin-right: 40px;
	vertical-align: top;
}
.crfp-rating-distribution {
	color: #333;
	display: inline-block;
	margin-top: 10px;
}
.crfp-rating-distribution .crfp-rating-distribution-bucket {
	margin: 3px 0;
}
.crfp-rating-distribution .crfp-rating-distribution-rating {
	display: inline-block;
	position: relative;
	top: -10px;
	margin-right: 6px;
}
.crfp-rating-distribution .crfp-rating-distribution-gauge {
	display: inline-block;
	background: #f5f5f5;
	border-radius: 1px;
	height: 32px;
	width: 170px;
}
.crfp-rating-distribution .crfp-rating-distribution-gauge-value {
	display: inline-block;
	background: #00a4e3;
	height: 100%;
	border-radius: 1px;
}

.crfp-rating-distribution .crfp-rating-distribution-count {
	display: inline-block;
	position: relative;
	top: -10px;
	color: #777;
	margin-left: 3px;
}

#crfp-star-rating-prompt {
	display: inline-block;
	margin-left: 7px;
	font-size: 15px;
	border-radius: 6px;
	background: #dfd;
	padding: 3px 10px;
}