#custom-payments,
.checkout-sidebar,
.payment-messages {
  position: relative;
}
#wallet-list,
.qrcode canvas {
  max-width: 100%;
}
.checkout.woocommerce-checkout .blockOverlay {
  background: rgba(0, 0, 0, 0.3) !important;
  position: fixed !important;
  left: 0;
  top: 0;
}
.checkout.woocommerce-checkout .checkout-sidebar .blockOverlay {
  z-index: 99 !important;
  position: absolute !important;
  background: rgba(0, 0, 0, 0.3) !important;
}
#qrcode2,
.woocommerce .checkout-sidebar #payment .blockUI.blockOverlay::before {
  display: none;
}
#custom-payments {
  width: 458px;
  height: 638px;
  z-index: 999999;
  left: 0;
  top: -30px;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  display: none;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
  background: url(../img/loading-bg.webp) center no-repeat;
}
#close-custom-payment,
.payment-messages span {
  background: red;
  position: absolute;
  cursor: pointer;
}
#custom-payments.faded {
  opacity: 0.5;
}
#nowpayments-iframe {
  position: absolute;
  left: 10%;
  top: 2%;
  height: 730px !important;
  width: 430px !important;
}
#close-custom-payment {
  right: 11%;
  top: 3%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
  border: 3px solid #efefef;
  z-index: 1;
  transition: 0.2s ease-in-out;
  display: none;
}
#close-custom-payment:hover {
  transform: scale(1.1);
}
body.processing-payments {
  overflow: hidden;
}
.copy-message {
  background: #00b67a;
  border-radius: 5px;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  display: none;
}
.copy-crypto-address {
  cursor: pointer;
}
.details-col.order-number p {
  font-size: 16px !important;
}
.order-details-checkout {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.details-col {
  width: 20%;
  border-left: 1px solid #e5e9eb;
  padding: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.details-col:first-child {
  border: none;
}
.details-col h3 {
  width: 100%;
  text-align: center;
  margin: 0;
  color: #161616;
  font-size: 14px;
  font-weight: 500;
}
.details-col p {
  width: 100%;
  text-align: center;
  margin: 0;
  color: #00b67a;
  font-size: 20px;
  font-weight: 700;
}
.address-with-amount.active a,
.address-without-amount.active a {
  background: #000 !important;
  color: #fff !important;
}
.payment-messages-wrapper {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.payment-messages {
  background: #fff;
  border: 1px solid #efefef;
  padding: 30px;
  text-align: center;
}
.payment-messages h2 {
  margin: 0 0 10px;
  font-size: 24px;
  text-align: center;
  color: red;
}
.payment-messages span {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  line-height: 24px;
  right: 10px;
  top: 10px;
  border: 1px solid #eee;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 5px;
  padding: 0 !important;
}
.payment-messages span:hover {
  border: 1px solid #000;
}
.payment-messages .timer-container {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin: 0 auto;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 24px;
  justify-content: center;
  line-height: 46px;
  background: #f88549;
}
.woocommerce-checkout
  .checkout-page-container
  #payment
  ul.payment_methods
  .payment_method_crypto_payment {
  position: relative;
  background: url(../img/crypto-payment.webp) 98% no-repeat;
}
.woocommerce-checkout
  .checkout-page-container
  .activeMethodCrypto
  #payment
  ul.payment_methods
  .payment_method_crypto_payment {
  margin-bottom: 50px !important;
}
.woocommerce-checkout
  .checkout-page-container
  #payment
  ul.payment_methods
  .payment_box.payment_method_crypto_payment {
  background: 0 0;
  border: none;
  width: 100%;
  margin: 0;
  padding: 0;
  
  display: none !important;
}
.woocommerce-checkout
  .checkout-page-container
  #payment
  ul.payment_methods
  .payment_box.payment_method_crypto_payment
  select {
  border: 1px solid #e5e2e2 !important;
  height: 40px;
  width: 100%;
  display: flex;
  padding: 0 28px;
  line-height: 1.2;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  outline: 0 !important;
  margin: 5px 0 0;
  background: #f4f4f4;
}
.bitcoin-dropdown,
.coin-search {
  border: 1px solid #ccc;
  position: absolute;
}
.bitcoin-dropdown-container.hide-dropdown {
  display: none !important;
}
.woocommerce-checkout
  .woocommerce-checkout
  .checkout-page-container
  #payment
  ul.payment_methods
  .payment_method_crypto_payment {
  background-size: auto !important;
  margin-bottom: 50px !important;
}
.woocommerce-error li {
  color: #000;
}
.bitcoin-dropdown-container.showDropdown,
.woocommerce-checkout
  .checkout-page-container
  #payment
  ul.payment_methods
  #payment_method_crypto_payment:checked
  + label
  + div {
  display: block !important;
}
.dropdown.open .dropdown-list {
  display: block;
}
.bitcoin-dropdown-container { 
  position: relative;
  width: 100%;  
  background: #fff;
}
.bitcoin-dropdown {
  padding: 8px;
  max-height: 320px;
}
.selected-coin {
  padding: 5px 10px;
  cursor: pointer;
  background: url(../img/down-arrow.png) 98% center no-repeat #fff;
  border: 1px solid #ccc;
  text-align: left;
  font-size: 14px;
}
.coin-search { 
  width: calc(100% - 20px) !important;
  padding: 8px;
  margin-bottom: 10px;
  box-sizing: border-box;
  top: 10px;
  left: 10px;
}
.bitcoin-dropdown {
  display: none;
  top: 40px;
  width: 100%;
  z-index: 99;
  padding-top: 50px;
  background-color: #fff;
}
.bitcoin-dropdown-wrap {
  position: relative;
  height: 250px;
  overflow-y: auto;
}
.dropdown-option {
  padding: 2px 8px;
  cursor: pointer;
  text-align: left;
  font-size: 14px;
}
.dropdown-option:hover {
  background-color: #f0f0f0;
}
.dropdown-option.selected {
  background-color: #d3d3d3;
}
.details-col.order-total p {
  font-size: 16px;
}
.p-step-2 .elementor-icon {
  background: url(../img/spinner.gif) center no-repeat;
}
.p-step-2.active .elementor-icon svg {
  opacity: 1;
}
.address-with-amount {
  margin-top: 10px;
}
.address-without-amount {
  margin-top: 5px;
}
.details-col.creation-time,
.details-col.payment-method {
  width: 15%;
}
.details-col.order-total {
  text-transform: uppercase;
  text-transform: uppercase;
  width: 30%;
}
.details-col.creation-time p {
  font-size: 15px;
}
.bitcoin-dropdown.upSide {
  padding-top: 10px;
  padding-bottom: 60px;
}
.bitcoin-dropdown.upSide .coin-search {
  top: unset;
  bottom: 0;
  z-index: 1;
}
.crypto_wallets_wrapper {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
  left: 0;
  top: 0;
  display: none;
}
.close_wallet_pop_overlay {
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}
.crypto_wallets_wrapper_box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
#wallet-list,
.crypto_wallets_box {
  margin: 0 auto;
  align-items: center;
  display: flex;
}
.crypto_wallets_box {
  justify-content: center;
  flex-wrap: wrap;
  max-width: 450px;
  background: #fff;
  border: 2px solid #eee;
  padding: 30px 10px;
  position: relative;
  z-index: 2;
}
#wallet-list {
  list-style: none;
  padding: 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
#wallet-list li {
  display: flex;
  width: 48%;
}
#wallet-list li a {
  background-color: #fff !important;
  display: flex;
  width: 100%;
  padding: 10px 15px 10px 38px;
  border: 1px solid #000;
  border-radius: 20px;
  margin: 5px auto;
  position: relative;
  color: #000;
  line-height: 1;
  font-size: 14px;
  background-size: 22px !important;
  background-position: 10px center !important;
  max-width: 250px;
}
#wallet-list li a:hover,
#wallet-list li.current a {
  background-color: #000 !important;
  color: #fff;
}
.close_wallet_pop {
  height: 30px;
  width: 30px;
  border: 1px solid red;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  top: -10px;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: red;
}
.close_wallet_pop:hover {
  background: #fb4040;
  color: #fff;
}
#wallet-list li a.metamask {
  background: url(../img/mm-logo-svg.webp) no-repeat #fff;
}
#wallet-list li a.coinbase {
  background: url(../img/Consumer_Wordmark-svg.webp) no-repeat #fff;
}
#wallet-list li a.binance {
  background: url(../img/binance.webp) no-repeat #fff;
}
#wallet-list li a.trustwallet {
  background: url(../img/trust-wallet.webp) no-repeat #fff;
}
#wallet-list li a.tonkeeper {
  background: url(../img/tonkeeper.webp) no-repeat #fff;
}
#wallet-list li a.crypto {
  background: url(../img/crypto_b.webp) no-repeat #fff;
}
#wallet-list li a.crypto:hover,
#wallet-list li.current a.crypto {
  background: url(../img/crypto_w.webp) no-repeat #fff;
}
#wallet-list li a.exodus {
  background: url(../img/exodus.webp) no-repeat #fff;
}
#wallet-list li a.mycelium {
  background: url(../img/mycelium-svg.webp) no-repeat #fff;
}
#wallet-list li a.atomicwallet {
  background: url(../img/atomic-svg.webp) no-repeat #fff;
}

@media (max-width: 1024px) {
  .checkout-main-content,
  .checkout-sidebar {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .details-col {
    width: 100% !important;
  }
  .crypto-address {
    font-size: 14px;
    max-width: 100%;
    position: relative;
    overflow: auto;
  }
  .checkout-main-content {
    border-right: none !important;
  }
  .awaiting-payment {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .checkout-step-2.crypto-step h2 {
    font-size: 24px !important;
  }
  .checkout-step-2.crypto-step .elementor-icon-list-text {
    font-size: 16px !important;
  }
 
}
@media (max-width: 480px) {
  .crypto_wallets_box {
    max-width: 80%;
  }
  #wallet-list li {
    display: flex;
    width: 100%;
  }
}