.grecaptcha-badge{
    display: none!important;
}
.woocommerce-checkout-payment .wc_payment_method [name="payment_method"]{
    float:left;
    margin-top: 10px!important;
}
body li.wc_payment_method.payment_method_stripe>label{
/*    display: block !important;*/
}
body li.wc_payment_method>label{
    margin-bottom: 10px;
}
.flex-column{
    display: flex;
}
.nav-pills{
    flex-direction: row;
    justify-content: space-between;
    margin: 10px 0;
}
.nav-pills a{
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    font-weight: 700;
    margin-bottom: 10px;
    width: 30%;
    border: 1px solid;
}
.nav-pills a img{
    margin-right: 10px;
    width: 20px!important;
}

.nav-pills a.active{
    background-color: #bf2f26;
    color: #fff;   
}
.nav-pills a.active img {
    -webkit-filter: invert(1);
    filter: invert(1);
}
.wc_payment_method [type="radio"], .wc_payment_method label{
    display: none!important;
}
.stripe-card-group, #stripe-exp-element, #stripe-cvc-element{
    width: 100%;
}
.d-none{
    display: none;
}

@media screen and (max-width: 600px) {
    .nav-pills{
        flex-direction: column;
        align-items: center;
    }
    .nav-pills a{
        width: 90%;
    }
}