/* line 3, ../sass/screen.scss */
.g1-review-stars {
  display: inline-block;
  cursor: default;
  word-spacing: 0.1em;
  vertical-align: top;
}

/* line 12, ../sass/screen.scss */
.g1-review-star {
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  word-spacing: normal;
}

/* line 24, ../sass/screen.scss */
.g1-review-star-whole {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* line 31, ../sass/screen.scss */
.g1-review-star-whole > svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

/* line 38, ../sass/screen.scss */
.g1-review-star-empty {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
/* line 46, ../sass/screen.scss */
.g1-review-star-empty > svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

/* line 53, ../sass/screen.scss */
.g1-review-star-empty + .g1-review-star-whole {
  clip: rect(0, 0.5em, 1em, 0);
}
/* line 56, ../sass/screen.scss */
.rtl .g1-review-star-empty + .g1-review-star-whole {
  clip: rect(0, 1em, 1em, 0.5em);
}

/* line 64, ../sass/screen.scss */
.g1-review-stars-xs .g1-review-star {
  font-size: 14px;
}

/* line 68, ../sass/screen.scss */
.g1-review-stars-s .g1-review-star {
  font-size: 21px;
}

/* line 72, ../sass/screen.scss */
.g1-review-stars-m .g1-review-star {
  font-size: 28px;
}

/* line 76, ../sass/screen.scss */
.g1-review-stars-l .g1-review-star {
  font-size: 42px;
}

/* line 80, ../sass/screen.scss */
.g1-review-stars-xl .g1-review-star {
  font-size: 56px;
}

/* line 88, ../sass/screen.scss */
.g1-review-box {
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

/* line 93, ../sass/screen.scss */
.g1-review-criteria {
  clear: left;
  margin: 0 0 1.5rem;
  list-style: none;
}

/* line 101, ../sass/screen.scss */
.g1-review-criterion {
  margin-bottom: 0.5rem;
}

/* line 105, ../sass/screen.scss */
.g1-review-criterion:after {
  display: table;
  clear: both;
  content: "";
}

/* line 111, ../sass/screen.scss */
.g1-review-criterion-name {
  float: left;
}

/* line 115, ../sass/screen.scss */
.g1-review-criterion-value {
  float: right;
}

/* line 120, ../sass/screen.scss */
.rtl .g1-review-criterion-name {
  float: right;
}
/* line 124, ../sass/screen.scss */
.rtl .g1-review-criterion-value {
  float: left;
}

/* line 129, ../sass/screen.scss */
.g1-review-criterion .g1-h5 {
  margin-bottom: 0.5rem;
}

/* line 133, ../sass/screen.scss */
.g1-review-criterion-track {
  clear: both;
  position: relative;
  width: 100%;
  height: 6px;
}

/* line 140, ../sass/screen.scss */
.g1-review-criterion-track:after {
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: currentColor;
  opacity: 0.1;
}

/* line 154, ../sass/screen.scss */
.g1-review-criterion-bar {
  position: relative;
  z-index: 2;
  height: 100%;
  background-color: currentColor;
}

/* line 169, ../sass/screen.scss */
.g1-review-overall:after {
  display: table;
  clear: both;
  content: "";
}

/* line 178, ../sass/screen.scss */
.g1-review-summary-title {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 184, ../sass/screen.scss */
.g1-review-rating {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1.5rem;
  padding: 20px 10px;
  text-align: center;
}

/* line 196, ../sass/screen.scss */
.g1-review-rating-s {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 201, ../sass/screen.scss */
.g1-review-rating-l {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 206, ../sass/screen.scss */
.g1-review-rating-range {
  display: block;
  font-size: 72px;
  font-size: 36px;
  line-height: 1;
}

/* line 213, ../sass/screen.scss */
.g1-review-rating-highest {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 218, ../sass/screen.scss */
.g1-review-rating-verdict {
  display: block;
  margin-bottom: 0 !important;
  color: inherit !important;
}

/* line 224, ../sass/screen.scss */
.g1-review-pros {
  float: left;
  width: 47%;
  margin-right: 3%;
}

/* line 230, ../sass/screen.scss */
.g1-review-cons {
  float: left;
  width: 47%;
  margin-right: 3%;
}

/* line 237, ../sass/screen.scss */
.g1-review-pros h4,
.g1-review-cons h4 {
  margin-bottom: 0.75rem;
}

/* line 241, ../sass/screen.scss */
.g1-review-attributes {
  margin: 0 0 1.5rem 2em;
  list-style: disc;
}

/* line 247, ../sass/screen.scss */
.g1-review-box-tpl-mini {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 20px 20px 0;
}
/* line 253, ../sass/screen.scss */
.g1-review-box-tpl-mini:after {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: currentColor;
  opacity: 0.0833;
}
@media only screen and (min-width: 720px) {
  /* line 268, ../sass/screen.scss */
  .g1-review-box-tpl-mini {
    float: left;
    width: 50%;
    max-width: 350px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  /* line 277, ../sass/screen.scss */
  .g1-review-box-tpl-mini {
    padding: 2rem 2rem 0.5rem;
    margin-right: 30px;
  }
}

@media only screen and (min-width: 721px) {
  /* line 289, ../sass/screen.scss */
  .g1-review-box-tpl-full:after {
    display: table;
    clear: both;
    content: "";
  }
  /* line 295, ../sass/screen.scss */
  .g1-review-box-tpl-full .g1-review-overall {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding-right: 10px;
  }
  /* line 302, ../sass/screen.scss */
  .g1-review-box-tpl-full .g1-review-indepth {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 1025px) {
  /* line 313, ../sass/screen.scss */
  .g1-review-box-tpl-full .g1-review-overall {
    padding-right: 15px;
  }
  /* line 317, ../sass/screen.scss */
  .g1-review-box-tpl-full .g1-review-indepth {
    padding-left: 15px;
  }
}
/* line 329, ../sass/screen.scss */
.g1-reviews-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 335, ../sass/screen.scss */
.g1-reviews-item {
  margin: 0 0 21px 0;
  margin: 0 0 1.5rem 0;
}

/* line 340, ../sass/screen.scss */
.g1-reviews-item:after {
  display: table;
  clear: both;
  content: "";
}

/* line 346, ../sass/screen.scss */
.g1-reviews-item > h3 {
  margin: 0;
}
