.hide {
  display: none;
  visibility: hidden;
}

.rating-container .star {
  margin: 0 0.05rem;
}
.rating-container .filled-stars {
  -webkit-text-stroke: 0 #fff;
  text-shadow: -1px 0 0 rgba(0, 0, 0, 0.5), 1px 0 0 rgba(0, 0, 0, 0.5), 0 1px 0 rgba(0, 0, 0, 0.5), 0 -1px 0 rgba(0, 0, 0, 0.5);
}
.rating-container .empty-stars {
  color: rgba(0, 0, 0, 0.5);
}

.theme-krajee-svg.rating-xs .krajee-icon {
  width: 20px;
  height: 20px;
}

.rating-container.rating-xs {
  font-size: 1em;
}

.rating-require {
  color: red;
  border-bottom: 2px solid red;
}

.rsu-rating-average {
  text-align: right;
}

.rsu-link-review {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
}

.rating-container {
  line-height: 1;
}

.rsu-red {
  background-color: rgba(205, 25, 29, 0.23);
}

.rsu-yellow,
.rsu-giallo {
  background-color: rgba(255, 245, 106, 0.38);
}

.rsu-green {
  background-color: rgba(34, 255, 52, 0.38);
}

.rsu-blue {
  background-color: rgba(86, 185, 232, 0.38);
}

.rsu-ranking-table ul, .rsu-ranking-table ol,
.rsu-rating-table-post ul,
.rsu-rating-table-post ol,
.rsu-rating-form ul,
.rsu-rating-form ol,
.rsu-rating-comment ul,
.rsu-rating-comment ol,
.rsu-list ul,
.rsu-list ol {
  margin-left: 0;
}
.rsu-ranking-table ul li, .rsu-ranking-table ol li,
.rsu-rating-table-post ul li,
.rsu-rating-table-post ol li,
.rsu-rating-form ul li,
.rsu-rating-form ol li,
.rsu-rating-comment ul li,
.rsu-rating-comment ol li,
.rsu-list ul li,
.rsu-list ol li {
  list-style: none;
}
.rsu-ranking-table li,
.rsu-rating-table-post li,
.rsu-rating-form li,
.rsu-rating-comment li,
.rsu-list li {
  list-style: none;
}

/** post's table*/
.rsu-rating-table-post-title {
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
}

.rsu-rating-table-post {
  list-style: none;
  margin: 0;
}
.rsu-rating-table-post li ul {
  padding: 0 15px;
  margin: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: baseline;
}
.rsu-rating-table-post li ul li {
  list-style-type: none;
  flex: 1 0 50%;
  line-height: 30px;
}
.rsu-rating-table-post li ul li:first-child {
  font-size: 14px;
}
.rsu-rating-table-post li ul li:last-child {
  /** Stars **/
  font-size: 12px;
  text-align: right;
}
.rsu-rating-table-post .average {
  padding: 0.5em 15px;
  margin: 0.5em 0 0 0;
  text-align: center;
}

/** form */
.rsu-rating-form {
  list-style: none;
  padding: 8px;
  margin: 25px 0;
}
.rsu-rating-form ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: baseline;
  align-content: flex-start;
  padding: 0;
  list-style: none;
  line-height: 30px;
}
.rsu-rating-form ul li {
  list-style-type: none;
  flex: 1 0 50%;
  line-height: 30px;
}
.rsu-rating-form ul li:first-child {
  text-align: left;
}
.rsu-rating-form ul li:last-child {
  text-align: right;
}

/** comment table */
.rsu-rating-comment {
  padding: 8px;
  overflow: hidden;
}
.rsu-rating-comment p {
  margin-bottom: 0;
  line-height: 30px;
}
.rsu-rating-comment .rating-container {
  line-height: 25px;
  float: right;
  text-align: right;
  display: inline-block;
}

/** buttons style **/
.rsu-ranking-table .button-row .btn {
  border-radius: 8px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  padding: 12px 10px;
  color: #333;
  background: #f1e767;
  background: linear-gradient(to bottom, #e5db63 0%, #feb645 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1e767', endColorstr='#feb645', GradientType=0);
}
.rsu-ranking-table .button-row .btn:hover {
  background: #feb645;
  background: linear-gradient(to bottom, #feb645 0%, #f1e767 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb645', endColorstr='#f1e767', GradientType=0);
}

/** shortcode list */
.wrap-rsu-list {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-bottom: 2px solid #a6a6a6;
  margin: 30px auto;
}
.wrap-rsu-list p {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}

.rsu-list {
  list-style: none;
  padding: 30px 20px;
  margin: 30px auto;
}
.rsu-list .rsu-list-row {
  font-size: 18px;
  padding: 5px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.rsu-list .rsu-list-row:last-child {
  border-bottom: 1px solid #ddd;
}
.rsu-list li:nth-child(odd) {
  background-color: #f3f3f3;
}
.rsu-list li:nth-child(even) {
  background-color: #fff;
}

/** shortcode table ranking */
.rsu-ranking-table,
.rsu-bonus-table {
  width: 100%;
  margin: 24px auto;
}
.rsu-ranking-table.mini .label-bonus,
.rsu-ranking-table.mini .cell-bonus,
.rsu-bonus-table.mini .label-bonus,
.rsu-bonus-table.mini .cell-bonus {
  display: none;
}
.rsu-ranking-table ul,
.rsu-bonus-table ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rsu-ranking-table .item-row,
.rsu-bonus-table .item-row {
  position: relative;
  padding: 10px 0;
}
.rsu-ranking-table .item-row.head,
.rsu-bonus-table .item-row.head {
  display: none;
  visibility: hidden;
  box-shadow: none;
}
.rsu-ranking-table .item-row .rank-row,
.rsu-bonus-table .item-row .rank-row {
  padding: 0 10px;
  max-width: 30px;
}
.rsu-ranking-table .table-row,
.rsu-bonus-table .table-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: space-between;
  align-items: center;
}
.rsu-ranking-table .table-row li,
.rsu-bonus-table .table-row li {
  flex: 1 0 auto;
  text-align: center;
  padding: 10px 0;
}
.rsu-ranking-table .table-row .bonus-row,
.rsu-bonus-table .table-row .bonus-row {
  max-width: 200px;
  width: 200px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.rsu-ranking-table .table-row .button-row,
.rsu-bonus-table .table-row .button-row {
  padding-left: 10px;
  padding-right: 10px;
}
.rsu-ranking-table .table-row .rating-row,
.rsu-bonus-table .table-row .rating-row {
  max-width: 160px;
  width: 160px;
  padding-left: 10px;
}
.rsu-ranking-table .table-row .icon-row,
.rsu-bonus-table .table-row .icon-row {
  width: 100px;
  text-align: center;
}
.rsu-ranking-table .table-row.head,
.rsu-bonus-table .table-row.head {
  justify-content: space-around;
}
.rsu-ranking-table .table-row.head .label-rank,
.rsu-bonus-table .table-row.head .label-rank {
  width: 30px;
}
.rsu-ranking-table .table-row.head .label-logo,
.rsu-bonus-table .table-row.head .label-logo {
  width: 100px;
}
.rsu-ranking-table .table-row.head .label-bonus,
.rsu-bonus-table .table-row.head .label-bonus {
  width: 200px;
}
.rsu-ranking-table .table-row.head .label-voto,
.rsu-bonus-table .table-row.head .label-voto {
  width: 120px;
}
.rsu-ranking-table .table-row.head li,
.rsu-bonus-table .table-row.head li {
  font-weight: bold;
}

.rsu-bonus-table .icon-row {
  padding-left: 10px;
}

.rsu-payment {
  display: flex;
  list-style: none;
}
.rsu-payment li {
  padding: 10px;
}
.rsu-payment img {
  border: 1px solid #b2b2b2;
  margin: 2px;
}
.rsu-payment p {
  font-weight: bold;
}

.rsu-product-table {
  padding: 10px;
}
.rsu-product-table .logo {
  clear: both;
}
.rsu-product-table .logo:before, .rsu-product-table .logo:after {
  content: "";
  display: table;
}
.rsu-product-table .logo:after {
  clear: both;
}
.rsu-product-table .logo {
  *zoom: 1;
  display: flex;
  flex-wrap: wrap;
}
.rsu-product-table li {
  margin-bottom: 15px;
}
.rsu-product-table li p {
  margin-bottom: 0;
  font-weight: bold;
}

@media all and (min-width: 48em) {
  .rsu-ranking-table.mini .label-bonus,
  .rsu-ranking-table.mini .cell-bonus {
    display: block;
  }
  .rsu-ranking-table.widget .item-row.head {
    display: none;
    visibility: visible;
  }
  .rsu-ranking-table.widget .table-row {
    flex-flow: wrap;
  }
  .rsu-ranking-table.widget .table-row .icon-row {
    max-width: 20%;
    margin-left: 2%;
  }
  .rsu-ranking-table.widget .table-row .bonus-row {
    max-width: 74%;
    padding: 2%;
    font-size: 16px;
  }
  .rsu-ranking-table.widget .table-row .button-row {
    padding: 3%;
  }
  .rsu-ranking-table.widget .table-row .button-row .btn {
    display: block;
    max-width: 60%;
  }
  .rsu-ranking-table .item-row.head {
    display: block;
    visibility: visible;
  }
  .rsu-ranking-table .table-row {
    flex-flow: row nowrap;
  }
  .rsu-ranking-table .table-row li {
    padding: 0;
  }
  .rsu-ranking-table .table-row .rating-row {
    padding-left: 0;
  }
  .rsu-ranking-table .table-row .bonus-row {
    max-width: 320px;
    width: 320px;
  }
}
