#cart-paypal-button-container {
    position: relative;
    text-align: center;
    margin-bottom: 0.75rem;
}

div[id*='zoid-paypal-buttons-uid'] {
    display: block !important;
}

div[id*='zoid-paypal-buttons-uid'] > iframe.component-frame {
    z-index: 0 !important;
}

div[id*='zoid-paypal-buttons-uid'] > iframe.prerender-frame,
div[id*='zoid-paypal-buttons-uid'] > .smart-menu {
    z-index: 1 !important;
}

#pdp-paypal-button-container {
    position: relative;
    text-align: center;
    margin-bottom: 1em;
}

#billing-paypal-button-container {
    position: relative;
}

#billing-paypal-button-container div[data-pp-message] {
    padding-top: 0.75rem;
}

div[data-pp-message] span[id*='zoid-paypal-message-uid'] > iframe[name*='paypal_message'] {
    display: block;
}

.paypal-loader-container {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.7;
    z-index: 990;
}

.paypal-loader {
    position: absolute;
    color: #383838;
    font-size: 0.25em;
    background: #fff;
    opacity: 0.5;
    margin: auto;
    left: 50%;
    top: 50%;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    text-indent: -9999em;
    -webkit-animation: load 1s infinite linear;
    animation: load 1s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@keyframes load {

    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

.add-paypal-account {
    color: #0070d2;
    cursor: pointer;
    text-decoration: underline;
}

.remove-paypal-button {
    border: none;
    background: transparent;
    color: #0070d2;
}

.paypal-account-button {
    padding-left: 1.25rem;
    padding-right: 10rem;
}

.paypal_pdp_button {
	padding-top: 1.5rem;
}

.block {
    display: block;
}
.none {
    display: none;
}

.connect-with-paypal-img:hover {
    filter: brightness(1.1);
}

#venmo_image {
	cursor: pointer;
    max-height: 50px;
}

.checkout-continue #cart-paypal-button-container {
    min-height: 45px;
}

.checkout-continue div[data-pp-message] {
    min-height: 36px;
}

@media (min-width: 992px) {
    .checkout-continue #cart-paypal-button-container {
        min-height: 35px;
    }
}

@media (max-width: 991.98px) {
    .checkout-continue #cart-paypal-button-container {
        padding-top: 0.625rem;
    }

    .checkout-continue #paypal-content,
    .checkout-continue #cart-paypal-button-container,
    .checkout-continue #cart-paypal-button-container .paypal-cart-button {
        height: 100%;
        margin-bottom: 0;
    }

    .checkout-continue #cart-paypal-button-container .paypal-cart-button div[id*='zoid-paypal-buttons-uid'],
    .checkout-continue #cart-paypal-button-container .paypal-cart-button div[id*='zoid-paypal-buttons-uid'] iframe[id*='jsx-iframe'] {
        z-index: 1 !important;
    }

    .page[data-action='Cart-Show'] .back-to-top {
        margin-bottom: 35px;
    }
}
