/**
Version: 2.3.1
*/
.payment_method_gigibit img {
    max-height: 36px;
    vertical-align: middle;
    margin-left:10px;
}

/*#apple-pay-button {
    background: url(/wp-content/plugins/chtotopay-payment-gateway/includes/images/apple_pay_light.png);
    width: 342px;
    height: 56px;
    background-position: center;
    background-size: cover;
}

#google-pay-button {
    background: url(/wp-content/plugins/chtotopay-payment-gateway/includes/images/google_pay_light.png);
    width: 320px;
    height: 48px;
    background-position: center;
    background-size: cover;
}*/


#apple-pay-button {
    /* Relative path keeps working regardless of plugin folder name */
    background: url(../includes/images/apple_pay_light.png);
    width: 49%;
    background-position: center;
    background-size: cover;
    display:inline-block;
    min-height: 50px;
    max-width: 200px;
}

#google-pay-button {
    /* Relative path keeps working regardless of plugin folder name */
    background: url(../includes/images/google_pay_light.png);
    width: 49%;
    background-position: center;
    background-size: cover;
    margin-right: 2%;
    display:inline-block;
    min-height: 50px;
    max-width: 200px;
}

#google-pay-button.loading:after,
#apple-pay-button.loading:after{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    font-family:"Glyphicons Halflings";
    content: "\e031";
    background: rgba( 255, 255, 255, 0.7 );
    text-align:center;
    line-height:34px;
}


.chtoto-card-disclaimer {
    margin-top: 12px;
    padding: 12px 14px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.035);
    font-size: 13px;
    line-height: 1.45;
    color: #4a4f58;
}
.chtoto-card-disclaimer p {
    margin: 0;
}

/* Standalone checkout Terms checkbox */
.chtoto-checkout-terms,
.chtoto-blocks-terms {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 12px 0 0;
  line-height: 1.45;
}

.chtoto-checkout-terms label,
.chtoto-blocks-terms {
  cursor: pointer;
}

.chtoto-checkout-terms input[type="checkbox"],
.chtoto-blocks-terms input[type="checkbox"] {
  margin-top: 3px;
  flex: 0 0 auto;
}

.chtoto-checkout-terms a,
.chtoto-blocks-terms a {
  text-decoration: underline;
}


/* v2.3.1: make hosted checkout Terms clearly visible even on heavily styled themes */
.woocommerce-checkout #payment .payment_box .chtoto-checkout-terms,
.woocommerce-checkout .chtoto-checkout-terms {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin: 14px 0 0 !important;
}
.woocommerce-checkout #payment .payment_box .chtoto-checkout-terms label,
.woocommerce-checkout .chtoto-checkout-terms label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  cursor: pointer;
}
.woocommerce-checkout #payment .payment_box .chtoto-checkout-terms input[type="checkbox"],
.woocommerce-checkout .chtoto-checkout-terms input[type="checkbox"] {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  margin: 3px 0 0 !important;
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
}
.chtoto-hosted-payment-note {
  margin-bottom: 10px;
}
