/* Faux SDK */
.merchant-checkout__form,
.merchant-checkout__form *,
.merchant-checkout__form * :before,
.merchant-checkout__form :after {
    box-sizing: border-box;
}

.merchant-checkout__form {
    max-width: 600px;
    width: 100%;
    margin: 60px 0 20px 0;
}

.merchant-checkout__form.adyen-ideal {
    max-width: calc(50% - 25px);
}

.merchant-checkout__form.adyen-ideal .adyen-checkout__dropdown__button {
    height: 50px;
    border-radius: 3px;
    color: #554c91;
}

.merchant-checkout__payment-method {
    background: #fff;
    border-top: 1px solid #edf0f3;
    cursor: pointer;
    position: relative;
    transition: opacity 0.3s ease-out;
    width: 100%;
}

.merchant-checkout__payment-method--hidden {
    display: none;
}

.merchant-checkout__payment-method__header {
    cursor: pointer;
    align-items: center;
    color: #00202e;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    padding: 16px;
    position: relative;
    transition: background 0.1s ease-out;
    width: 100%;
}

.merchant-checkout__payment-method__header h2 {
    font-weight: normal;
}

.merchant-checkout__payment-method--selected .merchant-checkout__payment-method__header h2 {
    font-weight: bold;
}

.merchant-checkout__payment-method__details {
    display: none;
    padding: 0 16px 16px;
}

.merchant-checkout__ideal-payment button,
.merchant-checkout__payment-method__details button {
    font-size: 25px;
    border-radius: 0px;
    background-image: linear-gradient(104deg,#de4591 0%,#554c91 100%)!important;
    line-height: 60px;
    text-transform: uppercase;
    box-shadow: none;
    padding: 0 1em;
    height: 60px;
    display: inline-block;
    margin: 3em 0 0 0;
    width: auto;
    transition: all 300ms ease 0ms;
}

.merchant-checkout__payment-method__details button:hover {
    padding: 0 0.6em 0 0.8em;
}

.merchant-checkout__payment-method__details button:after {
    position: relative;
    opacity: 0;
    text-shadow: none;
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
    font-variant: none;
    line-height: 1em;
    text-transform: none;
    content: "\35";
    transition: all 300ms ease 0ms;
    line-height: 1.7em;
    font-size: 1em!important;
    margin-left: -1em;
    left: auto;
    font-family: ETmodules!important;
}

.merchant-checkout__payment-method__details button:hover:after {
    left: auto;
    margin-left: .3em;
    opacity: 1;
}

.merchant-checkout__payment-method--selected .merchant-checkout__payment-method__details {
    display: block;
}

.merchant-checkout__payment-method__details__content {
    padding: 6px 0 24px;
}



.secured-fields {
    position: relative;
    font-family: inherit;
    font-size: 14px;
    padding: 30px 30px 30px 0;
}
.pm-image {
    background-color: #ffffff;
    border-radius: 4px;
    -moz-boder-radius: 4px;
    -webkit-border-radius: 4px;
    float: right;
    line-height: 0;
    position: relative;
    overflow: hidden;
}

.pm-form-columns {
    display: flex;
}
.pm-form-label {
    padding-bottom: 1em;
    position: relative;
    width: 100%;
}
.pm-form-label--exp-date {
    width: 40%;
}
.pm-form-label--exp-year {
    width: 40%;
    margin-left: 20px;
}
.pm-form-label--cvc {
    margin-left: auto;
    width: 40%;
}
.pm-form-label__text {
    display: block;
    color: #554c91;
    font-size: 17px;
    padding-bottom: 6px;
    position: relative;
}
.pm-input-field {
    background: white;
    border: 1px solid #d8d8d8;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    clear: left;
    font-size: 0.93333333333em;
    padding: 7px 15px 7px;
    position: relative;
    width: 100%;
    height: 47px;
    display: block;
}

.pm-form-label__error-text {
    color: #de4591;
    display: none;
    font-size: 13px;
    padding-top: 0.4em;
    position: relative;
    width: 100%;
    text-transform: none;
    font-size: 15px;
}

/* Set dynamically */
.pm-input-field--error {
    border: 1px solid #de4591;
}

.pm-input-field--focus {
    border: 1px solid #969696;
    outline: none;
}
.pm-input-field--error.pm-input-field--focus {
    border: 1px solid #de4591;
}

.card-input__spinner__holder{
    position: relative;
    top: 40px;
    height: 100px;
}

.card-input__spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}

.adyen-checkout__spinner {
    padding: 1.5em;
    border: 9px solid #de4591;
    border-top-color: transparent;
}

.card-input__spinner--active {
    display: block;
}

.cc-error-notice {
    padding-top: 2em;
}

.cc-error-notice.js {
    display: none;
    padding-top: 2em;
}

.cc-error-notice.js .retry {
    float: right;
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    .secured-fields {
        padding: 30px 0px 30px 0;
    }

    .merchant-checkout__payment-method__details button {
        width: 100%;
    }
}

@media only screen and (max-width: 374px) {
    #subscribe #payment-type label span {
        font-size: 10px;
    }
}