.woocommerce #payment .payment_method_payme img {
  max-width: 80px;
  vertical-align: middle;
}

img#logoPayme {
  /* display: none; */
  height: 0;
}

body.woocommerce-order-pay .woocommerce {
  margin: 50px auto;
}

#payemt-detail-payme .popup,
body.woocommerce-order-pay .woocommerce ul.order_details {
  /* position: fixed; */
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

body.woocommerce-order-pay .woocommerce ul.order_details {
  text-align: center;
}

body.woocommerce-order-pay .woocommerce ul.order_details li {
  float: none;
  display: inline-block;
}

#payemt-detail-payme .popup {
  border-radius: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
  padding: 30px;
  box-sizing: border-box;
  margin-top: 20px;
}

#payemt-detail-payme .popup.mobile .mockup {
  width: 40px;
}

#payemt-detail-payme .popup.mobile .description {
  margin: 20px 0;
}

#payemt-detail-payme .popup.mobile .btn-pay {
  display: block;
  background: #db0012;
  color: #fff;
  padding: 6px 0;
  border-radius: 60px;
}

#payemt-detail-payme .popup.mobile .btn-pay img {
  height: 32px;
}

#payemt-detail-payme .popup.desktop {
  position: relative;
}

#payemt-detail-payme .popup.desktop .logo-full {
  width: 200px;
  position: absolute;
  left: 30px;
}

#payCodeCanvas {
  width: 90%;
  max-width: 300px;
}

#payemt-detail-payme h1 {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
}

#payemt-detail-payme h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
}

#payemt-detail-payme h3 {
  font-size: 16px;
  font-weight: normal;
  color: #aaa;
  margin: 20px 0;
}

#payemt-detail-payme .guide {
  text-align: left;
  border-top: #ddd 1px solid;
}

#payemt-detail-payme .guide .steps {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}

#payemt-detail-payme .guide .steps .step {
  position: relative;
  padding-left: 30px;
  margin: 10px;
  line-height: 24px;
}

#payemt-detail-payme .guide .steps .step .number {
  display: block;
  position: absolute;
  left: 0;
  background: #888;
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 24px;
}

#payemt-detail-payme {
  /* display: none !important; */
  /* z-index: 9999; */
  /* background: rgba(0, 0, 0, .5); */
  /* position: fixed; */
  width: 100%;
  height: 100%;
}

#payemt-detail-payme.show {
  /* display: block !important; */
}

#payemt-detail-payme .close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
  cursor: pointer;
}

#payemt-detail-payme .close:hover {
  opacity: 1;
}

#payemt-detail-payme .close:before,
#payemt-detail-payme .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}

#payemt-detail-payme .close:before {
  transform: rotate(45deg);
}

#payemt-detail-payme .close:after {
  transform: rotate(-45deg);
}


@media screen and (max-width: 640px) {
  #payemt-detail-payme .guide .steps {
    flex-direction: column;
  }
}