.payment_method_wlstar > label > img {
  max-height: 1.418em !important;
}

.pay-col-1 .wlstarpay-col4 .icon {
  width: 14px;
  position: absolute;
  right: 24px;
  top: 10px;
  height: 14px;
}
.wlstarpay-col4 {
  display: flex;
  align-items: center;
}
.wlstarpay-col4 span {
  flex: 1;
  margin-left: 4px;
}
#what {
  line-height: 15px;
  margin-left: 0;
  position: relative;
  float: left;
  margin-top: 10px;
}
#what a {
  cursor: pointer;
  background: url(../images/picture.jpg) 0 -64px no-repeat;
  width: 48px;
  height: 28px;
  display: block;
}
#what .what1 {
  display: none;
}
#what:hover .what1 {
  display: block;
  position: absolute;
  top: 29px;
  left: 2px;
  padding: 10px;
  border: 1px solid #dcdcdc;
  width: 265px;
  height: 166px;
  background: #fff url(../images/picture.jpg) 10px -98px no-repeat;
  z-index: 10000;
}


body .woocommerce-checkout #payment .wc_payment_methods .payment_method_woocommerce_payments_wlstar_gateway label {
  /* display: flex;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: row!important;  */

  display: block;
}

.woocommerce-checkout-payment label[for='payment_method_woocommerce_payments_wlstar_gateway'] {
  display: block;
}

#payment .wc_payment_methods .payment_method_woocommerce_payments_wlstar_gateway label img {
  margin: 0 !important;
  margin-left: auto !important;
  float: right !important;
  /* width: 39px;
  height: 24px; */

}

#wlstar-payment-iframe-container {
  transform: translateZ(0);
}

#wlstar-payment-iframe-container iframe {
  width: 450px !important;
  height: 680px !important;
}

@media (max-width: 768px) {
  #wlstar-payment-iframe-container iframe {

    width: 95% !important;
    height: 88% !important;
  }
}

.checkout-close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 16px;
  height: 16px;
  opacity: 0.6;
  text-decoration: none;
  color: #fff;
}

.checkout-close:before {
  transform: rotate(45deg);
}

.checkout-close:before,
.checkout-close:after {
  position: absolute;
  left: 8px;
  content: ' ';
  height: 16px;
  width: 2px;
  background-color: #fff;
}

.checkout-close:after {
  transform: rotate(-45deg);
}