﻿.prdSch-tabs-text {
    background-color: #ffffff;
    padding: 0 40px;
}

.afterpay-button {
    background-color: #b2fce4;
}

    .afterpay-button img {
        height: 35px;
    }

.afterpay-landing #img1 {
    display: block;
    height: 600px;
}

.afterpay-landing #img2 {
    display: none;
    height: 600px;
}

.openpay-button {
    border: none;
    padding: unset;
    cursor: pointer;
    background-color: transparent;
}

    .openpay-button img {
        height: 35px;
    }

opy-product-page, opy-cart {
    text-transform: lowercase;
}

.openpay-is-not-eligible {
    color: #6c757d;
}

openpay-placement {
    display: flex;
    align-items: center;
    gap: 5px;
}

@media all and (max-width: 499px) {
    .afterpay-landing #img1 {
        display: none;
    }

    .afterpay-landing #img2 {
        display: block;
    }
}

@media all and (min-width: 992px) {
    .right-align-lg-6 {
        text-align: right;
    }
}

.grecaptcha-badge {
    bottom: 80px !important;
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
    visibility: visible;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}
