.popup_content {
  background: #fff;
}

.popup_content h3 {
    margin: 20px;
}

.wkwc-adyen-component {
  position: relative;
  min-width: 200px;
  min-height: 60px;
  padding: 20px;
  z-index: 0;
}
.wkwc-adyen-component img {
    margin: auto;
}

.wkwc-adyen-component__text {
  position: absolute;
  left: 0;
  top: 50%;
  text-align: center;
  width: 100%;
  margin-top: -20px;
  z-index: -10;
}

.woocommerce-checkout .wkwc-adyen-stored-cards {
    border-radius: 7px;
    border: 1px solid #ddd;
    background: #fff;
}

.woocommerce-checkout .wkwc-adyen-stored-cards .wkwc-adyen-stored-card {
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}

.woocommerce-checkout .wkwc-adyen-stored-cards .wkwc-adyen-stored-card:last-child {
    border-bottom: 0;
}

.woocommerce-checkout .wkwc-adyen-stored-cards .wkwc-adyen-stored-card .wkwc-adyen-stored-card__details {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 15px 15px 15px 15px;
}

.woocommerce-checkout .wkwc-adyen-stored-cards .wkwc-adyen-stored-card .wkwc-adyen-stored-card__details span.dashicons {
    border: 0 !important;
    font-size: 26px;
    width: 30px;
    line-height: 30px;
    height: 30px;
}

.woocommerce-checkout .wkwc-adyen-stored-cards .wkwc-adyen-stored-card .wkwc-adyen-stored-card__fields {
    padding: 15px;
}

.wkwc-adyen-wrap-form input[type=text], .wkwc-adyen-wrap-form input[type=number], .wkwc-adyen-wrap-form select {
    width: 100%;
    height: 40px;
    box-shadow: none;
    background: #fff;
    border: 1px solid #b9c4c9;
    border-radius: 6px;
    color: #00112c;
}

div#wkwc_adyen_googlepay_button button {
    width: 100%;
}

.payment_method_wkwc_adyen_googlepay img, .payment_method_wkwc_adyen_credit_card img {
    border: 0;
    padding: 0;
    max-height: 1.618em;
}

.adyen-checkout__card__cardNumber__brandIcon{
    position: absolute !important;
}
