.thepay_select {
    cursor: pointer;
    padding: 10px;
    border-bottom: 1px dashed #b9b8b8;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .thepay_select:hover {
    background-color: #dddddd;
  }
  .thepay_select .thepay_select_input {
    padding: 9px;
  }
  .thepay_select img {
    height: 45px;
    margin-right:5px;
    margin-left: 10px;
    border-radius: 5px;
  }
  .thepay_select span {
    font-weight: bold;
    font-size: 16px;
    padding-left: 5px;
  }
  
  .payment_method_thepay > label > img {
    max-height: 24px;
      max-width: 200px;
      float: right;
  }

  .woocommerce-checkout #payment ul.payment_methods li .thepay_select img {
    background: white;
    border-radius: 4px;
}