@font-face {
    font-family: 'GilroyExtraBold';
    src: url('../fonts/FontsFree-Net-Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.landing-page-paypo-netopia-images-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.landing-page-paypo-netopia-images-container img {
    max-width: 50%;
    padding: 10px;
}

.paypo-netopia-payment-progress-bar-standalone.paypo-netopia-style-bordered {
    padding: 20px;
    border: 1px solid #7c7c7c;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.paypo-netopia-payment-data-single {
    display: flex;
    align-items: center;
    gap: 15px;
}

.paypo-netopia-payment-data-single a.paypo-netopia-details {
    color: rgb(34, 160, 112);
    font-size: 14px;
    font-weight: 700;
}

.paypo-netopia-details-info {
    font-family: 'GilroyExtraBold', sans-serif;
    margin-top: 20px;
    font-size: 28px;
    font-weight: 700;
    color: #000;
}

.paypo-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.paypo-popup-content {
    position: relative;
    background: #fff;
    width: 90%;
    max-width: 800px;
    height: 80%;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.3s ease-in-out;
}

.paypo-popup-content iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.paypo-popup-close {
    position: absolute;
    top: 10px;
    right: 14px;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    background: transparent;
    border: none;
    z-index: 2;
}

button.paypo-popup-close:hover {
    color: #333;
    background: transparent;
    opacity: 0.8;
}

.paypo-banner-logo {
    width: 120px;
    display: block;
}

.paypo-column-banner {
    float: left;
    width: 50%;
}

a.paypo-netopia-details {
    font-family: 'GilroyExtraBold', sans-serif;
    background-color: #2bce90;
    padding: 15px 40px;
    color: #000;
    font-size: 14px;
    border-radius: 50px;
    border: 1px solid #2bce90;
    font-weight: 600;
    text-align: center;
    flex-wrap: wrap;
    display: flex;
}

a.paypo-netopia-details:hover {
    background-color: transparent;
}

img.paypo-banner-image {
    max-width: 100%;
    padding-left: 20px;
}

.paypo-column-banner-cart {
    width: 33%;
    text-align: center;
}

.paypo-column-banner-cart img.paypo-banner-frame {
    float: right;
}

.paypo-netopia-home-banner,
#paypo-netopia-cart-banner-data,
#paypo-netopia-checkout-banner-data {
    width: 100%;
    margin: 40px 0;
}

.paypo-netopia-home-banner .paypo-netopia-payment-progress-bar-standalone.paypo-netopia-style-bordered {
    margin-bottom: 0;
}

.paypo-netopia-home-banner .paypo-column-banner-cart img.paypo-banner-frame {
    float: left;
    margin-top: 30px;
}

.paypo-netopia-details-info-data {
    font-family: 'GilroyExtraBold', sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin: 25px 0;
    color: #000;
    font-weight: 500;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.paypo-container {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
}

.paypo-column-banner-cart.paypo-column-banner-home {
    align-self: flex-start;
    margin-top: 25px;
}

.paypo-netopia-home-banner .paypo-banner-logo {
    width: 100px;
}

.paypo-netopia-payment-checkout img.paypo-banner-logo {
    width: 160px;
}

.paypo-netopia-payment-checkout img.paypo-banner-frame {
    width: 130px;
}

@media (min-width: 576px) {
    .paypo-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .paypo-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .paypo-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .paypo-container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .paypo-container {
        max-width: 1320px;
    }
}

@media only screen and (max-width: 1200px) {
    a.paypo-netopia-details {
        padding: 10px 15px;
    }
}


@media only screen and (max-width: 767px) {
    .paypo-popup-content {
        width: 95%;
        height: 90%;
    }

    .paypo-netopia-payment-progress-bar-standalone.paypo-netopia-style-bordered {
        flex-direction: column;
    }

    img.paypo-banner-image {
        max-width: 60%;
        padding-left: 0;
        display: table;
        margin: auto;
        margin-top: 35px;
    }

    .paypo-column-banner {
        width: 100%;
    }

    .paypo-column-banner-cart {
        width: 100%;
    }

    .paypo-column-banner-cart {
        width: 100%;
        text-align: center;
        float: left;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .paypo-column-banner-cart img.paypo-banner-frame {
        margin-top: 25px;
    }
}