.review_score {
  float: left;
  color: #fff;
  text-align: center;
  width: 100px;
  margin-right: 15px;
}

.review_score .score_text {
  background: rgba(0, 0, 0, 0.08);
}

.score_good {
  background: #0d86f7;
}

.score_avg {
  background: #a20df7;
}

.score_bad {
  background: #f70d0d;
}

.score_value {
  display: block;
  font-size: 36px;
  font-weight: bold;
  line-height: normal;
  padding: 15px 0;
}

.score_value .percentsym {
  font-size: 50%;
  vertical-align: super;
  margin-right: -0.45em;
}

.score_text {
  display: block;
  padding: 3px 0;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-rendering: auto;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.jeg_review_wrap {
  border-top: 3px solid #eee;
  padding-top: 20px;
  margin: 40px 0;
}

.jeg_review_wrap .jeg_review_subtitle {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.4em;
  margin: 0 0 5px;
}

.jeg_review_wrap h3 {
  font-size: 20px;
  font-weight: bolder;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.jeg_review_title {
  font-size: 2em;
  font-weight: bold;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
  color: #f70d28;
}

.jeg_reviewheader {
  margin-bottom: 20px;
}

.jeg_reviewheader .desc {
  padding-left: 120px;
}

.jeg_reviewdetail {
  margin-bottom: 30px;
  background: #f5f5f5;
  border-radius: 3px;
  display: table;
  width: 100%;
}

.conspros {
  width: 50%;
  padding: 20px 30px;
  display: table-cell;
}

.jeg_reviewdetail .conspros:first-child {
  border-right: 1px solid #e0e0e0;
}

.jeg_reviewdetail ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.jeg_reviewdetail li {
  padding-left: 30px;
  position: relative;
}

.jeg_reviewdetail li > i {
  color: #a0a0a0;
  position: absolute;
  left: 0;
  top: -1px;
}

.jeg_reviewdetail li > .jeg-icon-svg.jeg-svg-check,
.jeg_reviewdetail li > .jeg-icon-svg.jeg-svg-cross {
  color: #a0a0a0;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 1.675em;
  line-height: 1.675em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jeg_reviewdetail li > .jeg-icon-svg.jeg-svg-check svg,
.jeg_reviewdetail li > .jeg-icon-svg.jeg-svg-cross svg {
  width: 12px;
  height: 12px;
  vertical-align: top;
}

.jeg_reviewdetail li > .jeg-icon-svg.jeg-svg-check svg path,
.jeg_reviewdetail li > .jeg-icon-svg.jeg-svg-cross svg path {
  stroke: none;
}

.jeg_reviewscore {
  padding: 20px 30px;
  border: 2px solid #eee;
  border-radius: 3px;
  margin-bottom: 30px;
}

.jeg_reviewscore ul {
  margin: 0;
  padding: 0;
  font-family: inherit;
}

.jeg_reviewscore li {
  margin: 1em 0;
  padding: 0;
  font-size: 13px;
  list-style: none !important;
}

/** Review Bars **/
.jeg_reviewbars .reviewscore {
  font-weight: bold;
  float: right;
}

.jeg_reviewbars .jeg_reviewbar_wrap,
.jeg_reviewbars .barbg {
  height: 4px;
  border-radius: 2px;
}

.jeg_reviewbars .jeg_reviewbar_wrap {
  position: relative;
  background: #eee;
  clear: both;
}

.jeg_reviewbars .barbg {
  position: relative;
  display: block;
  opacity: 0;
  width: 0;
  background: #f7c90d;
  background: -moz-linear-gradient(
    left,
    rgba(247, 201, 13, 1) 0%,
    rgba(247, 201, 13, 1) 45%,
    rgba(247, 126, 13, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(247, 201, 13, 1) 0%,
    rgba(247, 201, 13, 1) 45%,
    rgba(247, 126, 13, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(247, 201, 13, 1) 0%,
    rgba(247, 201, 13, 1) 45%,
    rgba(247, 126, 13, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7c90d', endColorstr='#f77e0d', GradientType=1);
  -webkit-transition: 0s ease;
  -o-transition: 0s ease;
  transition: 0s ease;
}

.jeg_reviewbars.show .barbg {
  opacity: 1;
}

.jeg_reviewbars .barbg:after {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
  content: "";
  position: absolute;
  right: 0;
  display: block;
  border: 3px solid #f77e0d;
  top: -3px;
}

/** Product Deals **/
.jeg_deals h3 {
  text-transform: none;
  font-size: 22px;
  font-weight: bolder;
  margin: 0 0 5px;
}

.dealstitle {
  float: left;
}

.bestprice {
  float: right;
  width: 200px;
  text-align: right;
}

.bestprice h4 {
  margin: 0 0 5px;
  font-size: 13px;
  text-transform: uppercase;
}

.bestprice .price {
  font-size: 34px;
  color: #f70d28;
}

.jeg_deals .price {
  font-weight: bold;
}

.jeg_deals a {
  color: #212121;
}

.content-inner .jeg_deals_float {
  display: block;
  float: right;
  width: 35%;
  padding: 15px;
  background: #f5f5f5;
  border-radius: 3px;
  margin: 0 0 20px 20px;
}

.content-inner ul.jeg_storelist {
  list-style: none;
  margin: 0;
  padding-left: 0;
  border: 1px solid #e0e0e0;
  font-family: inherit;
}

.jeg_storelist li {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 10px;
  margin: 0;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
}

.jeg_storelist li:last-child {
  border-bottom: 0;
}

.jeg_storelist a.storename {
  width: 60%;
}

.jeg_storelist .productlink {
  display: inline-block;
  padding: 0 10px;
  background: #f70d28;
  color: #fff;
  border-radius: 2px;
  font-size: 11px;
  line-height: 20px;
  margin-left: 5px;
  text-transform: uppercase;
  font-weight: bold;
}

.jeg_deals_float h3 {
  font-size: 1em;
  margin: 5px 0 10px;
}

.jeg_deals_float .dealstitle {
  float: none;
}

/* RTL Section */
.rtl .jeg_reviewbars .reviewscore {
  float: left;
}

.rtl .jeg_reviewbars .barbg {
  background: -moz-linear-gradient(
    right,
    rgba(247, 201, 13, 1) 0%,
    rgba(247, 201, 13, 1) 45%,
    rgba(247, 126, 13, 1) 100%
  );
  background: -webkit-linear-gradient(
    right,
    rgba(247, 201, 13, 1) 0%,
    rgba(247, 201, 13, 1) 45%,
    rgba(247, 126, 13, 1) 100%
  );
  background: linear-gradient(
    to left,
    rgba(247, 201, 13, 1) 0%,
    rgba(247, 201, 13, 1) 45%,
    rgba(247, 126, 13, 1) 100%
  );
}

@media only screen and (max-width: 412px) {
  .jeg_storelist li {
    flex-direction: column;
  }
  .jeg_storelist a.storename {
    width: 100%;
  }
}
