@charset "utf-8";
/* CSS Document */
.cc-review-sec {
	 position: relative;
	 margin-top: 20px;
}
 .cc-review-sec .cc-review-header {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 width: -webkit-fit-content;
	 width: -moz-fit-content;
	 width: fit-content;
	 margin: auto;
	 padding: 5px 15px;
	 background: #000;
	 color: #fff;
	 border-radius: 30px;
	 line-height: normal;
	 font-size: 11px;
	 font-weight: 400;
	 cursor: pointer;
	 text-decoration: none;
}
 .cc-review-sec .cc-review-header span.cc-rv-count {
	 text-decoration: none;
	 margin-left: 5px;
}
 .cc-review-sec .cc-review-header span.cc-review-row {
	 text-decoration: none;
	 position: relative;
	 top: 0px;
}
 .cc-review-sec .cc-review-header span.cc-review-row:hover {
	 text-decoration: underline;
}
 .cc-review-sec .cc-review-header span.cc-review-row:last-child {
	 margin-left: 5px;
	 text-decoration: none !important;
}
 .cc-review-sec .cc-review-header .cc-review-row-star .ccReviewRate {
	 margin-left: 3px;
}
 .cc-review-sec .cc-review-header .cc-review-row-star img.cc-stars {
	 position: relative;
	 top: 1px;
	 margin: 0 0px;
	 width: 65px;
}
 @media only screen and (max-width: 600px) {
	 #split-static .container-fluid center ul li {
		 margin: 2em !important;
	}
	 .cc-review-sec .cc-review-header {
		 font-size: 10px;
		 padding: 5px 10px;
	}
}
