html {
  scroll-behavior: smooth;
}

.content-revision ul li, .customer-support-block ul li, .content-revision-text ul li {
   list-style-type: none;
   padding-left: 25px;
   background-image: url(/wp-content/themes/blank_theme_2.2.3.1/assets/img/big-check-mark.png);
   background-repeat: no-repeat;
   background-position: 0 7px;
   font-size: 16px;
   font-family: "RobotoLight",sans-serif;
   margin-bottom: 10px;
}
.content-revision h3 {
   color: #9b51e0;
   font-size: 40px;
}
.content-revision p {
   font-size: 18px;
}
p {
   margin-bottom: 1.5em;
}

a.follow-flag {
    position: absolute;
    right: 10px;
    top: 5px;
    height: 39px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
}

.item-hidden {
  display: none;
}

.show-sm {
  display: none;
}

@media (max-width: 767.98px) {
  .hide-sm {
    display: none;
  }
  .show-sm {
    display: block;
  }
}

.radio-stars {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.radio-stars__item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 17px;
  height: 17px;
  background: url("../img/rating-star.svg") no-repeat center;
  background-size: contain;
  margin: 0 0.2rem 0 0;
}
.radio-stars__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.radio-stars__value {
  color: #A6A6A6;
  font-size: 17px;
  font-family: "Oswald", "Arial", sans-serif;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 1rem;
  padding-top: -0.3rem;
}
.radio-stars__value:before {
  content: "0.0";
  display: block;
}
.radio-stars input {
  display: none;
}
.radio-stars input:nth-child(5):checked ~ .radio-stars__labels .radio-stars__item {
  background-image: url("../img/rating-star-1.svg");
}
.radio-stars input:nth-child(5):checked ~ .radio-stars__value:before {
  content: "5";
}
.radio-stars input:nth-child(4):checked ~ .radio-stars__labels .radio-stars__item:nth-child(2), .radio-stars input:nth-child(4):checked ~ .radio-stars__labels .radio-stars__item:nth-child(3), .radio-stars input:nth-child(4):checked ~ .radio-stars__labels .radio-stars__item:nth-child(4), .radio-stars input:nth-child(4):checked ~ .radio-stars__labels .radio-stars__item:nth-child(5) {
  background-image: url("../img/rating-star-1.svg");
}
.radio-stars input:nth-child(4):checked ~ .radio-stars__value:before {
  content: "4";
}
.radio-stars input:nth-child(3):checked ~ .radio-stars__labels .radio-stars__item:nth-child(3), .radio-stars input:nth-child(3):checked ~ .radio-stars__labels .radio-stars__item:nth-child(4), .radio-stars input:nth-child(3):checked ~ .radio-stars__labels .radio-stars__item:nth-child(5) {
  background-image: url("../img/rating-star-1.svg");
}
.radio-stars input:nth-child(3):checked ~ .radio-stars__value:before {
  content: "3";
}
.radio-stars input:nth-child(2):checked ~ .radio-stars__labels .radio-stars__item:nth-child(4), .radio-stars input:nth-child(2):checked ~ .radio-stars__labels .radio-stars__item:nth-child(5) {
  background-image: url("../img/rating-star-1.svg");
}
.radio-stars input:nth-child(2):checked ~ .radio-stars__value:before {
  content: "2";
}
.radio-stars input:nth-child(1):checked ~ .radio-stars__labels .radio-stars__item:nth-child(5) {
  background-image: url("../img/rating-star-1.svg");
}
.radio-stars input:nth-child(1):checked ~ .radio-stars__value:before {
  content: "1";
}





/* Rating */
/* --------------------------------------------------------------- */
.rating {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rating__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rating__stars div {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background: url("../img/rating-star.svg") no-repeat center;
  background-size: contain;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.2rem;
}
.rating__stars div.rating-1 {
  background-image: url("../img/rating-star-1.svg");
}
.rating__stars div.rating-05 {
  background-image: url("../img/rating-star-05.svg");
}
.rating__value {
  font-size: 1.2rem;
  font-family: "Oswald", "Arial", sans-serif;
  font-weight: 400;
  margin-left: 1rem;
  line-height: 1.2;
}
.rating--md .rating__stars div {
  width: 1.6rem;
  height: 1.6rem;
}
.rating--sm .rating__stars div {
  width: 1.3rem;
  height: 1.3rem;
}
.rating--sm .rating__value {
  font-size: 1.2rem;
}









.ribbon3 {
  opacity: .9;
  width: 170px;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  position: absolute;
  left: -8px;
  top: 20px;
  font-weight: 700;
  text-shadow: 1px 1px 2px #fff, 0 0 1em red;
}
.ribbon3:before, .ribbon3:after {
  content: "";
  position: absolute;
}
.ribbon3:before {
  height: 0;
  width: 0;
  top: -8.5px;
  left: 0.1px;
  border-bottom: 9px solid black;
  border-left: 9px solid transparent;
}
.ribbon3:after {
  height: 0;
  width: 0;
  right: -14.5px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 15px solid #59324C;
}