.sh-con-out12 .rating {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
  }
  
  .sh-con-out12 .rating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
    font-size: 40px;
    line-height: inherit;
  }
  
  .sh-con-out12 .rating label:last-child {
    position: static;
  }
  
  .sh-con-out12 .rating label:nth-child(1) {
    z-index: 5;
  }
  
  .sh-con-out12 .rating label:nth-child(2) {
    z-index: 4;
  }
  
  .sh-con-out12 .rating label:nth-child(3) {
    z-index: 3;
  }
  
  .sh-con-out12 .rating label:nth-child(4) {
    z-index: 2;
  }
  
  .sh-con-out12 .rating label:nth-child(5) {
    z-index: 1;
  }
  
  .sh-con-out12 .rating label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  
  .sh-con-out12 .rating label .icon {
    float: left;
    color: transparent;
    margin: 0 3px;
  }
  
  .sh-con-out12 .rating label:last-child .icon {
    color: #CDCDCD;
  }
  
  .sh-con-out12 .rating:not(:hover) label input:checked ~ .icon,
  .sh-con-out12 .rating:hover label:hover input ~ .icon {
    color: #07AB49;
  }
  
  .sh-con-out12 .rating label input:focus:not(:checked) ~ .icon:last-child {
    color: #CDCDCD;
    text-shadow: 0 0 5px #09f;
  }
  .sh-con-out12 .rating-out12{
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
  }