
  
  .left-btn > a {
    float: left;
  }
  
  .left-btn > a:not(:last-of-type) {
    margin-right: 0.5em;
  }
  
  .product_list .product_top .email_bta.clasfd-detail-btn span:not(:last-of-type) a,
  .product_list .product_top .email_bta.clasfd-detail-btn span:not(:last-of-type) button {
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
  }
  
  .product_list .product_top .email_bta.clasfd-detail-btn span:last-of-type a {
    padding: 7px 12px;
  }
  
  .funkyradio .funkyradio-success label.correctAnswer {
    background: url("https://lleol.cymru/pub/file/1320a157/progress-pattern-active.png");
  }
  
  .question-block[data-answered=yes] .funkyradio input[type="radio"]:hover:not(:checked) ~ label:after {
    content: "";
  }
  
  .question-block[data-answered=yes] .funkyradio input[type="radio"]:hover ~ label.correctAnswer:after {
    text-indent: 12px;
    line-height: 35px;
    content: "\2714";
    color: #fff;
    background-color: transparent;
  }
  
  .question-block[data-answered=yes] .funkyradio input[type="radio"]:hover ~ label.wrongAnswer:after {
    text-indent: 12px;
    line-height: 35px;
    content: "\2715";
    color: #fff;
    background-color: #c51604;
  }
  
  .question-block[data-answered=yes] .funkyradio label.correctAnswer:after {
    text-indent: 12px;
    line-height: 35px;
    content: "\2714";
    color: #fff;
    background-color: transparent;
  }
  
  .question-block[data-answered=yes] .funkyradio label.wrongAnswer:after {
    text-indent: 12px;
    line-height: 35px;
    content: "\2715";
    color: #fff;
    background-color: #c51604;
  }
  
  .voter-sharing-inner_twitter,
  .voter-sharing-inner_facebook {
    color: #fff;
  }
  
  .voter-sharing-inner_twitter:hover,
  .voter-sharing-inner_facebook:hover {
    cursor: pointer;
  }
  
  .detail-quiz > .image-block {
    padding-bottom: 1em;
  }
  
  .text-sec {
    padding-bottom: 1em;
  }
  
  .text-sec.summary {
    font-weight: 700;
  }
  
  .image-block img {
    // width: auto;
    margin: 0 auto;
  }
  
    .icon-image-download{
      width: 40px;
  }
  
  @media (min-width: 997px) {
    .top-edit{
        display:block!important;
    }
}

 @media (max-width: 997px) {
    .top-edit-mobile{
        display:block!important;
        background-color: #606060;
        padding: 12px 15px;
    }
    .mobile-image-download{
        display: flex;
    }
    .mobile-image-download-a{
        margin-right: 30px;
    }
}
  
  
  
