.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;
  }*/

.thepay_select_img_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 45px;
    background: white;
    padding: 10px;
    border-radius: 5px;
}

.thepay_select_img_wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.woocommerce-checkout #payment ul.payment_methods li .thepay_select img {
    background: white;
    border-radius: 4px;
}

.wc-block-components-checkout-step__content .wc-block-components-radio-control__label-group >span > span {
    display:flex;
}

.wc-block-components-checkout-step__content .wc-block-components-radio-control__label-group >span > span img {
    margin-right:5px;
}