#payment .payment_method_woocommerce_payments .woocommerce-error {
    margin: 1rem 0
}

.js-woopayments-copy-test-number {
    line-height: 1.2em;
    vertical-align: middle;
    border-radius: 0;
    border: none !important;
    background-color: transparent !important;
    font-weight: normal;
    display: inline-flex;
    cursor: pointer;
    color: inherit;
    font-size: initial;
    padding: 2px 1px;
    align-items: center
}

.js-woopayments-copy-test-number span {
    margin-right: 4px
}

.js-woopayments-copy-test-number i {
    order: 1;
    display: block;
    width: 1.2em;
    height: 1.2em;
    background: url(../assets/images/icons/copy.svg?ver=14a3a00de64a8c0c151c) no-repeat center;
    background-size: contain
}

.js-woopayments-copy-test-number:hover {
    background-color: transparent;
    filter: invert(0.3)
}

.js-woopayments-copy-test-number:hover i {
    filter: invert(0.3)
}

.js-woopayments-copy-test-number:active i {
    transform: scale(0.9)
}

.js-woopayments-copy-test-number.state--success i {
    background-image: url(../assets/images/icons/check-green.svg?ver=488deef5db84c71239e1)
}

.theme--night .js-woopayments-copy-test-number i {
    filter: invert(100%) hue-rotate(180deg)
}

.wcpay-payment-element {
    margin-bottom: 2rem
}

#express-payment-method-woopay {
    width: 100%
}

.wc-block-components-main .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__content>:last-child {
    padding: 0
}

#contact-fields {
    padding-bottom: 1.5em
}

.wc-block-components-text-input button.wcpay-stripelink-modal-trigger {
    top: 50%;
    transform: translateY(-50%)
}

button.wcpay-stripelink-modal-trigger {
    display: none;
    position: absolute;
    right: 5px;
    width: 64px;
    height: 40px;
    background: no-repeat url(../assets/images/payment-methods/link.svg?ver=2af3c660d8ddc95442bb);
    background-color: transparent;
    cursor: pointer;
    border: none
}

button.wcpay-stripelink-modal-trigger:hover {
    background-color: transparent;
    border-color: transparent
}

.wc-block-checkout__payment-method input:checked~div .wc-block-components-radio-control__label>.payment-method-label .test-mode.badge {
    display: none
}

.wc-block-checkout__payment-method input:checked~div .wc-block-components-radio-control__label>.payment-method-label__pmme-container {
    display: none
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__label {
    width: 100%;
    display: block !important
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__label>.payment-method-label {
    display: grid !important;
    justify-content: normal !important;
    grid-template-columns: max-content auto;
    grid-template-areas: "label badge logos";
    align-items: center;
    gap: 8px;
    width: 100%
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__label>.payment-method-label>.payment-method-label__label {
    grid-area: label;
    width: 100%
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__label>.payment-method-label>.payment-methods--logos {
    grid-area: logos;
    justify-self: end
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__label>.payment-method-label>.test-mode.badge {
    grid-area: badge;
    background-color: #fff2d7;
    border-radius: 4px;
    padding: 4px 6px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #4d3716;
    justify-self: start;
    width: max-content;
    display: none
}

@media(max-width: 480px) {
    .wc-block-checkout__payment-method .wc-block-components-radio-control__label>.payment-method-label {
        grid-template-areas:"label logos" "badge badge";
        grid-template-columns: 1fr auto;
        align-items: start
    }

    .wc-block-checkout__payment-method .wc-block-components-radio-control__label>.payment-method-label .payment-methods--logos {
        justify-self: end
    }
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__label>.payment-method-label__pmme-container {
    width: 100%;
    pointer-events: none
}

@media(max-width: 480px) {
    .wc-block-checkout__payment-method .wc-block-components-radio-control__label>.payment-method-label__pmme-container {
        margin-top:8px
    }
}

#remember-me h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    letter-spacing: -0.01em
}

#payment-method #radio-control-wc-payment-method-options-woocommerce_payments_affirm__label img {
    min-width: 50px
}

#payment-method #radio-control-wc-payment-method-options-woocommerce_payments_afterpay_clearpay__label img {
    min-width: 64px
}

#contact_details {
    float: none
}

#contact_details+#customer_details {
    display: block
}

#contact-fields .wc-block-components-text-input,#contact-fields .woocommerce-input-wrapper,.woopay-billing-email .wc-block-components-text-input,.woopay-billing-email .woocommerce-input-wrapper {
    display: inline-block;
    position: relative;
    width: 100%
}

#contact-fields .wc-block-components-text-input .wc-block-components-spinner,#contact-fields .woocommerce-input-wrapper .wc-block-components-spinner,.woopay-billing-email .wc-block-components-text-input .wc-block-components-spinner,.woopay-billing-email .woocommerce-input-wrapper .wc-block-components-spinner {
    right: 10px;
    width: 24px
}

.woopay-login-session-iframe {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 355000;
    border: 0;
    background: #fff;
    visibility: hidden
}

.woopay-login-session-iframe.open {
    transition: top 500ms;
    visibility: visible
}

@media screen and (min-width: 768px) {
    .woopay-login-session-iframe-wrapper {
        position:fixed;
        background: rgba(117,117,117,.6);
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        content: " ";
        display: block;
        z-index: 355000
    }

    .woopay-login-session-iframe-wrapper .woopay-login-session-iframe {
        transition: none;
        height: 90vh;
        max-height: 520px;
        position: absolute;
        max-width: 374px;
        border-radius: 8px
    }
}

.woopay-otp-iframe {
    transition: top 500ms;
    width: 100%;
    height: 100dvh;
    position: fixed;
    top: 100%;
    left: 0;
    z-index: 355000;
    border: 0;
    background: #fff
}

.woopay-otp-iframe.open {
    top: 0
}

.woopay-otp-iframe-wrapper .arrow {
    position: fixed;
    top: 100%
}

@media screen and (min-width: 768px) {
    .woopay-otp-iframe-wrapper {
        position:fixed;
        background: rgba(117,117,117,.6);
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        content: " ";
        display: block;
        z-index: 355000
    }

    .woopay-otp-iframe-wrapper .woopay-otp-iframe {
        transition: none;
        height: 90vh;
        max-height: 650px;
        position: absolute;
        max-width: 374px;
        border-radius: 8px;
        right: 50px;
        left: auto
    }

    .woopay-otp-iframe-wrapper .arrow {
        position: absolute;
        right: 7.5px;
        background: transparent;
        width: 0;
        height: 0;
        z-index: 355001;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-right: 15px solid #fff
    }
}

.woopay-express-button {
    font-size: 18px;
    font-weight: 500;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
    letter-spacing: .8px;
    height: 40px;
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #000 !important;
    width: 100%;
    border-radius: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    text-transform: none;
    list-style-type: none
}

.woopay-express-button:not(:disabled):hover {
    background: #e0e0e0 !important;
    cursor: pointer
}

.woopay-express-button:disabled {
    opacity: .5;
    cursor: not-allowed
}

.woopay-express-button.is-loading,.woopay-express-button.is-loading:hover,.woopay-express-button.is-loading:disabled {
    opacity: 1 !important
}

.woopay-express-button svg {
    fill: #674399;
    position: relative;
    top: 1px
}

.woopay-express-button[data-type=buy],.woopay-express-button[data-type=book],.woopay-express-button[data-type=donate] {
    min-width: 200px
}

.woopay-express-button[data-type=buy] svg,.woopay-express-button[data-type=book] svg,.woopay-express-button[data-type=donate] svg {
    flex-shrink: .4;
    margin-left: 6px
}

.woopay-express-button[data-width-type=wide] svg {
    flex-shrink: 1
}

.woopay-express-button[data-theme=dark] {
    background: #674399 !important;
    color: #fff !important;
    border-color: #674399 !important
}

.woopay-express-button[data-theme=dark] svg {
    fill: #fff
}

.woopay-express-button[data-theme=dark]:not(:disabled):hover {
    background: #533582 !important
}

.woopay-express-button[data-theme=light-outline] {
    border-color: #000 !important
}

.woopay-express-button[data-theme=light-outline]:not(:disabled):hover {
    background: #e0e0e0 !important
}

.woopay-express-button[data-size=medium] {
    font-size: 22px;
    height: 48px
}

.woopay-express-button[data-size=medium] svg {
    top: 2px;
    width: auto;
    height: 27px;
    min-width: 60px
}

.woopay-express-button[data-size=medium][data-type=buy],.woopay-express-button[data-size=medium][data-type=book],.woopay-express-button[data-size=medium][data-type=donate] {
    min-width: 229px
}

.woopay-express-button[data-size=medium][data-type=buy] svg,.woopay-express-button[data-size=medium][data-type=book] svg,.woopay-express-button[data-size=medium][data-type=donate] svg {
    flex-shrink: .6;
    margin-left: 8px
}

.woopay-express-button[data-size=medium][data-width-type=wide][data-type=buy] svg,.woopay-express-button[data-size=medium][data-width-type=wide][data-type=book] svg,.woopay-express-button[data-size=medium][data-width-type=wide][data-type=donate] svg {
    flex-shrink: 1
}

.woopay-express-button[data-size=large] {
    font-size: 26px;
    height: 55px
}

.woopay-express-button[data-size=large] svg {
    top: 3px;
    width: auto;
    height: 32px;
    min-width: 70px
}

.woopay-express-button[data-size=large][data-type=buy],.woopay-express-button[data-size=large][data-type=book],.woopay-express-button[data-size=large][data-type=donate] {
    min-width: 229px
}

.woopay-express-button[data-size=large][data-type=buy] svg,.woopay-express-button[data-size=large][data-type=book] svg,.woopay-express-button[data-size=large][data-type=donate] svg {
    flex-shrink: .6;
    margin-left: 10px;
    margin-bottom: .25rem
}

.woopay-express-button[data-size=large][data-width-type=wide][data-type=buy] svg,.woopay-express-button[data-size=large][data-width-type=wide][data-type=book] svg,.woopay-express-button[data-size=large][data-width-type=wide][data-type=donate] svg {
    flex-shrink: 1;
    margin-bottom: 0
}

@media screen and (min-width: 785px)and (max-width: 850px) {
    .woopay-express-button[data-size=large] {
        font-size:22px
    }
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(0.5856, 0.0703, 0.4143, 0.9297);
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.wc-block-components-spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    color: inherit;
    box-sizing: content-box;
    text-align: center;
    font-size: 1.25em
}

.wc-block-components-spinner::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.5em 0 0 -0.5em;
    width: 1em;
    height: 1em;
    box-sizing: border-box;
    transform-origin: 50% 50%;
    transform: translateZ(0) scale(0.5);
    backface-visibility: hidden;
    border-radius: 50%;
    border: .2em solid currentColor;
    border-left-color: transparent;
    animation: spinner__animation 1s infinite linear
}

.is-loadable-placeholder {
    animation: loading-fade 1.6s ease-in-out infinite;
    background-color: #e2e4e7;
    color: transparent;
    display: inline-block
}

@media screen and (prefers-reduced-motion: reduce) {
    .is-loadable-placeholder {
        animation: none
    }
}

.is-loadable-placeholder.is-inline {
    display: inline
}

.is-loadable-placeholder.is-block {
    display: block;
    margin-top: 1em
}

.is-loadable-placeholder.is-block:first-child {
    margin-top: 0
}

.is-loadable-placeholder.is-block p {
    margin: 0
}

.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li {
    padding-bottom: 12px !important
}

.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li:last-child {
    padding-bottom: 0 !important
}

.wc-block-components-express-payment-continue-rule--cart {
    margin: 24px 0 !important;
    height: 20px
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li {
    margin-left: 1px !important;
    width: 99% !important
}

.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li {
    padding-bottom: 12px !important
}

.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li:last-child {
    padding-bottom: 0 !important
}

.wc-block-components-express-payment-continue-rule--cart {
    margin: 24px 0 !important;
    height: 20px
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li {
    margin-left: 1px !important;
    width: 99% !important
}

.is-loadable-placeholder {
    animation: loading-fade 1.6s ease-in-out infinite;
    background-color: #e2e4e7;
    color: transparent;
    display: inline-block
}

@media screen and (prefers-reduced-motion: reduce) {
    .is-loadable-placeholder {
        animation: none
    }
}

.is-loadable-placeholder.is-inline {
    display: inline
}

.is-loadable-placeholder.is-block {
    display: block;
    margin-top: 1em
}

.is-loadable-placeholder.is-block:first-child {
    margin-top: 0
}

.is-loadable-placeholder.is-block p {
    margin: 0
}
