
@-webkit-keyframes lr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes lr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes lr-width-up {
  from {
    width: 0;
  }
}

@keyframes lr-width-up {
  from {
    width: 0;
  }
}

@-webkit-keyframes lr-width-down {
  from {
    width: 100%;
  }
}

@keyframes lr-width-down {
  from {
    width: 100%;
  }
}

.lr-all-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

    /* Blocks
--------------------------*/
p + .lets-review-block__wrap:not(.lets-review--side) {
  margin-top: 45px;
}

.lets-review-block__wrap {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
  font-size: 14px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.lets-review-block__wrap .lets-review-block {
  grid-column-start: 1;
  grid-column-end: 4;
}

.lets-review-block__wrap .score-overlay {
  position: absolute;
  height: 100%;
  left: 0;
  background: #666;
}

.lets-review-block__wrap .score {
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
}

.lets-review-block__wrap .score input {
  font-size: 50px !important;
}

.lets-review--side {
  margin-bottom: 20px;
  text-align: left;
}

.lets-review--side .lets-review-block:last-of-type {
  margin-bottom: 0;
}

.lets-review--side .lets-review-block__main-title {
  padding-top: 20px;
  padding-bottom: 20px;
}

.lets-review--side .lets-review-block__main-title .lets-review-block__mask {
  height: 30px;
  width: 30px;
}

.lets-review-block__pad {
  padding: 20px;
}

.score__title {
  font-size: 11px;
  line-height: 1;
}

.score__title p {
  margin: 0 !important;
}

.score-overlay-wrap {
  position: relative;
  display: block;
}

.score-overlay-wrap__bar {
  width: 100%;
}

.score-overlay-wrap__icon {
  margin-left: auto;
}

.score-overlay-wrap__icon img {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  max-width: 22px !important;
  margin-left: 5px !important;
}

.score-overlay-wrap__icon .score-overlay {
  opacity: 0.8;
}

.score-overlay-wrap__icon > *:not(.score-overlay) {
  margin-left: 2px;
  font-size: 18px;
}

.score-overlay-wrap__icon .score-overlay {
  left: auto;
  right: 0;
  top: 0;
}

.lets-review-block__user_rating .score-overlay-wrap__icon {
  margin-left: auto !important;
}

.lets-review-block__title {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-bottom: 30px;
  font-size: 20px;
}

.lets-review-block__main-title .lets-review-block__title {
  padding-bottom: 0;
}

.lets-review-block__main-title .lets-review-block__mask {
  margin-right: 20px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.score__wrap {
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.score__wrap div {
  width: 100%;
}

.score__wrap .score + .score__title {
  margin-bottom: auto;
  margin-top: 7px;
}

.score__wrap .score-overlay-wrap__icon {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 5px;
}

.score__wrap .score-overlay-wrap__icon ~ .score {
  margin-top: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.score__wrap .score-overlay-wrap__icon ~ .score + .score__title {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.lets-review-block__final-score .score__wrap .score-overlay-wrap__icon {
  background: inherit !important;
  display: inline-block;
  width: auto;
  margin: 5px auto auto;
}

.lets-review-block__final-score .score__wrap .score-overlay-wrap__icon > *:not(.score-overlay) {
  font-size: 15px;
}

.lets-review-block__final-score .score__wrap .score-overlay-wrap__icon .score-overlay {
  background: inherit !important;
}

.lets-review-block__final-score .score__wrap.score__wrap__with__title .score-overlay-wrap__icon {
  margin-bottom: 0;
}

.lets-review-block__final-score .score-overlay-wrap__icon img {
  max-width: 16px !important;
  margin: 0 2px !important;
}

.lets-review-design-6 .score input {
  font-size: 36px !important;
}

.score:first-child:nth-last-child(2) {
  margin-top: auto;
}

.score:first-child:nth-last-child(2) input {
  margin-top: auto;
}

.lets-review-block__mask {
  position: relative;
}

.lets-review-block__mask picture {
  width: 100%;
  height: 100%;
}

.lets-review-block__crits {
  text-align: left;
}

.lets-review-block__crit__score {
  min-width: 60px;
  text-align: right;
}

.lets-review-block__crit__score,
.lets-review-block__crit__title {
  position: relative;
  z-index: 1;
}

.rtl .lets-review-design-1 .lets-review-block__crit__score {
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}

.lets-review-block__crit {
  font-weight: 700;
  font-size: 12px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  letter-spacing: 1px;
}

.lets-review--left {
  float: left;
}

.lets-review--right {
  float: right;
  margin-right: 0;
  margin-left: 30px;
}

.lets-review-wrap i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.lets-review-block {
  position: relative;
}

/* BG
--------------------------*/
.lets-review-block__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.lets-review-block__bg:after {
  background: rgba(20, 20, 20, 0.85);
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.lets-review-block__bg img,
.lets-review-block__bg picture {
  width: 100%;
  height: 100% !important;
  margin-top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* Rate
--------------------------*/
.level-1 .score-overlay-wrap__bar .score-overlay {
  background: #ff6554 !important;
}

.level-5 .score-overlay-wrap__bar .score-overlay {
  background: #ffb644 !important;
}

.level-10 .score-overlay-wrap__bar .score-overlay {
  background: #3fdb84 !important;
}

.lr-user__rating:not(.lr-user__rated) {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.vote__count {
  margin-left: 10px;
  color: #b5b5b5;
}

.lets-review-skin-3 .vote__count {
  color: inherit;
}

.lets-review-skin-3.lets-review-score-type__icon .lets-review-block__crits,
.lets-review-skin-3.lets-review-score-type__icon .lets-review-block__crit,
.lets-review-skin-3.lets-review-score-type__icon .score-overlay-wrap__icon,
.lets-review-skin-3.lets-review-score-type__icon .score-overlay {
  background-color: inherit;
}

.do-rating {
  opacity: 0.4;
  pointer-events: none;
}

.lets-review-design-4 {
  background-color: #181818;
  color: #fff;
  text-align: center;
}

.lets-review-design-4 .lets-review-block__crits {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.lets-review-design-4 .lets-review-block__proscons {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.lets-review-design-4 .lets-review-block__final-score {
  padding-top: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.lets-review-design-4 .lets-review-block__conclusion__wrap {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.lets-review-design-4 .lets-review-block__aff {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.lets-review-design-4 .lets-review-block__aff .aff-button {
  border: 0;
}

.lets-review-design-4 .lets-review-block__gallery {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.lets-review-design-4 .lets-review-block__final-score .score__wrap .score-overlay-wrap__icon {
  background-color: #181818 !important;
}

.lets-review-design-4 .score__wrap {
  padding: 0;
  width: 180px;
  height: 180px;
  margin: 30px auto 0;
  position: relative;
  color: #fff;
  -webkit-clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
          clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
}

.lets-review-design-4 .score__wrap:before {
  content: "";
  background: #181818;
  height: 160px;
  width: 160px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
          clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
}

.lets-review-design-4 .score__wrap > * {
  position: relative;
  z-index: 1;
}

.lets-review-design-4 .lets-review-block__main-title {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lets-review-design-4:not(.lets-review--side) {
  margin-top: 90px;
}

.lets-review-design-4:not(.lets-review--side) .score__wrap {
  margin-top: -90px;
}

.lets-review-design-4:not(.lets-review--side) .lets-review-block__main-title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.lets-review-design-4.lets-review--side .lets-review-block__main-title {
  padding-top: 30px;
}

.lets-review-design-4.lets-review--side .lets-review-block__main-title ~ .score__wrap {
  margin-top: 20px;
}

.lets-review-design-4.lets-review--side .lets-review-block__final-score + .lets-review-block__aff {
  padding-top: 0;
}

p + .lets-review-design-4:not(.lets-review--side) {
  margin-top: 120px;
}

@media only screen and (min-width: 768px) {
  .lets-review-design-4:not(.lets-review--side) .lets-review-block__conclusion__wrap {
    text-align: left;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .lets-review-design-4:not(.lets-review--side) .lets-review-block__conclusion__wrap ~ .lets-review-block__proscons {
    grid-column-start: 2;
    grid-column-end: 4;
    text-align: left;
  }
}