@charset "UTF-8";

.btc-wc-checkout,
.btc-wc-checkout * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.woocommerce-checkout #payment ul.payment_methods li .btc-wc-checkout img {
    margin: 0;
}
.btc-wc-checkout {
    overflow: hidden;
}
.btc-wc-checkout .instructions {
    width: 50%;
}
.btc-wc-checkout .qr-code {
    width: 48%;
}
.payment_box .btc-wc-checkout a,
.payment_box .btc-wc-checkout a:hover,
.payment_box .btc-wc-checkout img {
    border: none;
    margin: 0;
    padding: 0;
}

.btc-wc-checkout .instructions {
    float: left;
    text-align: center;
}
.btc-wc-checkout .qr-code {
    float: right;
    margin-left: 2%;
    text-align: center;
}
.btc-wc-checkout .qr-code a {
    
}
.btc-wc-checkout .total-due,
.btc-wc-checkout .total-due-btc,
.btc-wc-checkout .fees,
.btc-wc-checkout .fees-btc,
.btc-wc-checkout .bitcoin-address {
    font-size: 21px;
    font-weight: bold;
}
.btc-wc-checkout .controls, 
.btc-wc-checkout .rate,
.btc-wc-checkout .waiting-payment,
.btc-wc-checkout .payment-received {
    clear: both;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    width: 100%;
}
.btc-wc-checkout .waiting-payment {
    color: #3A87AD;
}
.btc-wc-checkout .payment-received {
    color: #468847;
}
.btc-wc-checkout .waiting-payment,
.btc-wc-checkout .payment-received {
    display: none;
    font-weight: 700;
}
.btc-wc-checkout .waiting-payment,
.btc-wc-checkout .payment-received,
.btc-wc-checkout .rate {
    font-size: 24px;
}
.btc-wc-checkout .controls .btn {
    border: 1px solid #ced7e1;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    padding: 8px 20px;
    text-align: center;
    -webkit-transition: all 0.15s ease 0s;
       -moz-transition:  all 0.15s ease 0s;
            transition:  all 0.15s ease 0s;
    vertical-align: middle;
}
.btc-wc-checkout .controls .btn-primary {
    background: #2B71B1;
    background-image: -webkit-linear-gradient(#3384C3, #2375B4);
    background-image:    -moz-linear-gradient(#3384C3, #2375B4);
    background-image:         linear-gradient(#3384C3, #2375B4);
    border-color: #2A68A5;
    color: #fff;
}
.btc-wc-checkout .controls .btn-primary:hover {
    padding: 8px 20px;
}
.btc-wc-checkout .controls .copy-address,
.btc-wc-checkout .controls pay-with-bitcoin {
    
}
/*.btc-wc-checkout [class*="icon-"] {
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    width: 16px;
}
.btc-wc-checkout [class*="icon-bitcoin"] {
    background-image: url("../images/icons/icon-bitcoin.png");
}
.btc-wc-checkout [class*="icon-bitcoin"] {
    background-image: url("../images/icons/icon-bitcoin.png");
}*/
.btc-wc-checkout .instructions .amount-btc, 
.btc-wc-checkout .instructions .btc-address {
    
}
.btc-wc-checkout .icon-spin {
  -webkit-animation: spin 1000ms infinite linear;
     -moz-animation: spin 1000ms infinite linear;
          animation: spin 1000ms infinite linear;
}
#payment .payment_methods li .qr-code img {
    max-height: 9.618em;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}


