.checkout.woocommerce-checkout  .blockOverlay{
  background: rgba(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,.3) !important;
}
.woocommerce .checkout-sidebar #payment .blockUI.blockOverlay::before{
  display: none;
}
#custom-payments {
  position: relative;
  width: 458px;
  height: 638px;
  z-index: 999999;
  left: 0;
  top: -30px;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  display: inline-block;
  display: none;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
  background: url(../img/loading-bg.webp) no-repeat center;
}
#custom-payments.faded{
  opacity: .5;
}
#nowpayments-iframe {
  position: absolute;
  left: 10%;
  top: 2%;
  height: 730px !important;
  width: 430px !important;
}
#close-custom-payment {
  position: absolute;
  right: 11%;
  top: 3%;
  background: red;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  box-shadow: rgba(0,0,0,.5) 0 0 5px;
  border: #efefef solid 3px;
  z-index: 1;
  cursor: pointer;
  transition:all ease-in-out .2s;
  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;
}
.order-details-checkout{
  display: flex;
  flex-wrap:wrap;
  width:100%;
  }
  .details-col{
  width:20%;
  border-left:#E5E9EB solid 1px;
  padding: 10px 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: 18px;
  font-weight: 700;
  }
  .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:#E5E9EB solid 1px;
    padding: 10px 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;
    }
    #qrcode2{
      display: none;
  }
  .address-without-amount.active a,.address-with-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: #efefef solid 1px;
      padding: 30px;
      text-align: center;
      position: relative;
  }
  .payment-messages h2{
    text-align: center;
    margin: 0 0 10px;
    color: #00B67A;
    font-size: 24px;
  }
  .payment-messages h2{
    text-align: center;
    margin: 0 0 10px;
    color: red;
  }
  .payment-messages span {
    cursor: pointer;
    position: absolute;
    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;
    background: red;
    border: #eee solid 1px;
    box-shadow: rgba(0,0,0,.3) 0 0 5px;
    padding: 0 !important;
}
.payment-messages span:hover{
  border: #000 solid 1px;
}
.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 {
  background-position: 98% 10px; 
  position: relative;
}
.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 {
  display: block !important;
  background: none;
  border: none;
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 55px;
  left: 0;
}
.woocommerce-checkout .checkout-page-container #payment ul.payment_methods   .payment_box.payment_method_crypto_payment select {
  border: #e5e2e2  solid 1px !important;
  height: 40px;
  width: 100%;
  display: flex;
  padding: 0px 28px;
  line-height: 1.2;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  outline: none !important;
  margin: 5px 0 0;
  background: #F4F4F4;
}
.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;
}
.woocommerce-checkout .checkout-page-container #payment ul.payment_methods .payment_box.payment_method_crypto_payment {
	display:none !important;
}
.woocommerce-checkout .checkout-page-container #payment ul.payment_methods #payment_method_crypto_payment:checked + label +div {
    display: block !important;
}
.qrcode canvas{
  max-width: 100%;
}
 

.checkout-sidebar{
  position: relative;
}
.woocommerce-checkout .checkout-page-container #payment ul.payment_methods .payment_method_crypto_payment {
  background: url(../img/crypto-payment.webp) no-repeat 98%;
}
/* Show the dropdown list when the search bar is focused */
.dropdown.open .dropdown-list {
  display: block;
}
.bitcoin-dropdown-container {
  margin-bottom: 15px;
}

.coin-search {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}

.bitcoin-dropdown {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  max-height: 320px;
}
.bitcoin-dropdown-container {
  position: absolute;
  width: 100%;
  bottom: 145px;
  left: 75px;
  max-width: 340px;
  background: #fff;
  display: none;
}
.selected-coin {
  padding: 5px 10px;
  cursor: pointer;
  background: #fff url(../img/down-arrow.png) no-repeat 98% center;
  border: 1px solid #ccc;
  text-align: left;
  font-size: 14px;
}
.coin-search {
  width: calc(100% - 20px);
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  position: absolute;
  top: 10px;
  left: 10px;
}
.bitcoin-dropdown {
  display: none; /* Hidden by default */
  position: absolute; 
  top: 40px;
  width: 100%; 
  z-index: 99;
  padding-top: 50px;
  border: 1px solid #ccc;
  background-color: white;
}
.bitcoin-dropdown-wrap {
  position: relative;
  overflow-y: auto;
  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 {
  text-transform: uppercase;
}
.details-col.order-total p {
  font-size: 16px;
}
.p-step-2 .elementor-icon{
  background: url(../img/spinner.gif) no-repeat center;
}
.p-step-2 .elementor-icon svg {
  opacity: 0;
}
.address-with-amount {
  margin-top: 10px;
}
.address-without-amount {
  margin-top: 5px;
}
.details-col.creation-time {
  width: 15%;
}
.details-col.order-total {
  text-transform: uppercase;
  width: 30%;
}
.details-col.payment-method {
  width: 15%;
}
.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,.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; 
}
.crypto_wallets_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 450px;
  margin: 0 auto;
  background: #fff;
  border: #eee solid 2px;
  padding: 30px 10px;
  position: relative;
  z-index: 2;
}
#wallet-list {
  list-style: none;
  display: flex;
  margin: 0 auto;
  padding: 0;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 100%;
}
#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: #000 solid 1px;
  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: red solid 1px;
  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: #fff url(../img/mm-logo-svg.webp) no-repeat;
}
#wallet-list li a.coinbase{
  background: #fff url(../img/Consumer_Wordmark-svg.webp) no-repeat;
}
#wallet-list li a.binance{
  background: #fff url(../img/binance.webp) no-repeat;
}
#wallet-list li a.trustwallet{
  background: #fff url(../img/trust-wallet.webp) no-repeat;
}
#wallet-list li a.tonkeeper{
  background: #fff url(../img/tonkeeper.webp) no-repeat;
}
#wallet-list li a.crypto{
  background: #fff url(../img/crypto_b.webp) no-repeat;
}
#wallet-list li a.crypto:hover,#wallet-list li.current a.crypto{
  background: #fff url(../img/crypto_w.webp) no-repeat;
}
#wallet-list li a.exodus{
  background: #fff url(../img/exodus.webp) no-repeat;
}
#wallet-list li a.mycelium{
  background: #fff url(../img/mycelium-svg.webp) no-repeat;
}
#wallet-list li a.atomicwallet{
  background: #fff url(../img/atomic-svg.webp) no-repeat;
}
.bitcoin-dropdown-container.hide-dropdown{
  display: none;
}
.bitcoin-dropdown-container.showDropdown{
  display: block !important;
}
@media(max-width:1500px){
  .bitcoin-dropdown-container {
    position: absolute; 
    left: 5%;
    max-width: 90%; 
}
}
@media(max-width:1024px){
  .checkout-main-content {
    width: 100%; 
  }
  .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;
}
.bitcoin-dropdown-container {
  position: absolute;
  width: 100%;
  bottom: 140px;
  left: 4%;
  max-width: 92%;
  background: #fff;
  display: none;
}
}
@media(max-width:480px){
  .crypto_wallets_box {
    max-width: 80%;
  }
  #wallet-list li {
    display: flex;
    width: 100%;
}
}
 