.hidden-field {
  display: none;
}
.ajax-loading {
  position: relative;
  background: rgba(255, 255, 255, 0.2);
}
.ajax-loading:before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
  background: url(../images/wc-loader.svg) center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.fp-checkout-field .optional {
  display: none;
}

#billing_phone_field .woocommerce-input-wrapper {
  position: relative;
  padding-left: 54px;
  display: block;
}
#billing_phone_field #billing_country_code {
  position: absolute;
  left: 0;
  top: 0;
  width: 54px;
  height: 100%;
  padding-left: 3px;
  z-index: 10;
  font-size: 16px;
}
.woocommerce-checkout-payment .wc_payment_method img {
  vertical-align: middle;
}
.woocommerce-checkout-payment .payment_method_fp_vipps_gateway img,
.woocommerce-checkout-payment .payment_method_fp_invoice_gateway img {
  max-width: 75px;
}
#billing_phone_field #billing_country_code {
  background-image: url(../images/dropdown-icon.svg);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 3px);
  background-position-y: center;
  background-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 19px;
}
.woocommerce-thankyou-order-failed-actions .button.pay:first-child {
  display: none;
}
