.stripe-button-el, .green-btn {
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    color: white;
    transition: background-color 300ms ease-out;
    background: green !important;
    background-image: none !important;
    font-family: 'PT Sans', sans-serif !important;
    text-transform: uppercase;
    font-size: 12px !important;
    padding: 10px 20px !important;
    font-weight: bold;
    border: 1px solid green !important;
    width: 100%;
}
.stripe-button-el:hover, .green-btn:hover {
    color: green !important;
    background: white !important;
}
.stripe-button-el span {
    line-height: inherit !important;
    background-image: none !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    min-height: 0px !important;
    height: auto !important;
    font-size: 12px !important;
    font-family: inherit !important;
}
.stripe-button-el:hover span {
    color: green !important;
}
.order-fee-paid{
    color: green;
    border: 1px solid green;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 12px;
}