.paypal-button-text {
    display: none;
}

.gc-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    display: none;
}

/**/
.text-xl {
    font-size: 24px !important;
}
.text-base {
    font-size: 16px !important;
}
.text-sm {
    font-size: 14px !important;
}

.gc-buy-now-title h2 {
    text-align: center;
    padding-bottom: 30px;
}
.gc-buy-now-description p {
    text-align: center;
    padding: 30px 0;
    width: 50%;
    margin: auto;
}