.payment-logo img {
    image-rendering: -webkit-optimize-contrast !important;
    max-width: 50%;
    max-height: 30px;
}

.payment-logo {
    display: flex;
    justify-content: end;
    padding-right: 10px;
    width: 50%;
    padding-right: 10px;
}

.page-heading {
    font-size: 1.3rem;
    margin-bottom: 30px;
    margin-left: 21px;
    padding-left: 21px;
}

.payment_box_container {
    padding: 0 0 0 20px;
    /* margin: 0 20px; */
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    margin: 0 0 20px 0;
}

.paymoney-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    border-bottom: 1px solid #e5e5e5;
    min-height: 80px;
    height: 80px;
    max-height: 80px;
}

.payment_box_container:last-child{
    border-bottom:0px;
}

.box-btn input[type=radio] {
    transform: scale(1.5);
    border: 0px;
    margin-bottom: 0px;
}

.mode_title img {
    margin-left: 10px;
    width: 50%;
}

.mode_title span {
    font-size: 1rem;
    font-weight: 500;
    margin-left: 10px;
    margin-right: 10px;
    color: #858585;
}

.mode_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.details_box {
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
}

input::-webkit-input-placeholder {
    font-size: 1rem;
    line-height: 1.2em;
    border: #CBCBCB 1px solid;
}

.payment_info {
    /* display: flex; */
    justify-content: flex-start;
    /* margin-bottom: 30px; */
}

.payment_info input {
    margin-right: 30px;
    text-align: center;
    border: 1px solid #CBCBCB;
    border-radius: 5px;
    padding: 15px 0;
    margin-top: 12px;
}

.payment_info input::placeholder {
    font-size: 1.2rem;
    border: none !important;
    color: #BCBCBC !important;
}

#card_num {
    width: 100%;
}

.paymentMode {
    padding-left: 20px;
}

label {
    font-weight: 600;
}

.submit-btn {
    margin-top: 20px;
    text-align: center;
}

.submit-btn input {
    font-size: 1.6rem;
    background-color: #FD7828;
    border-radius: 15px;
    color: white;
    font-weight: 600;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    padding: 26px 0;
    border: none;
}

.displaynone {
    display: none;
}

.borderbut {
    border-bottom: none !important;
}

@media screen and (min-width: 769px) {
    .payment_box_container {
        max-width: 100%;
    }

    /* .paymoney-btn {
    min-width: 400px;
    } */

    #card_num {
        width: 100%;
    }

    .submit-btn input {
        font-size: 1.325rem;
        background-color: #FD7828;
        border-radius: 5px;
        color: white;
        width: 20%;
        padding: 16px 0;
        border: none;
    }

    .submit-btn {
        margin-top: 20px;
        text-align: left;

    }
}

.form-row.place-order {
    text-align: center;
}

/* #eh-eh_stripe_pay-cc-form .form-row.form-row-first, .form-row.form-row-last{
    width: 50%;
    float: left;
    padding: 10px 20px 0 0;
} */

.woocommerce-checkout #payment .eh-stripe-card-brand {
    display: block;
    width: 30px;
    height: 24px;
    margin-top: -24px;
    float: left;
    margin-left: 4px;
}

.woocommerce-checkout #payment .eh-stripe-card-brand.eh-stripe-credit-card-brand {
    background: no-repeat url("/wp-content/plugins/payment-gateway-stripe-and-woocommerce-integration/assets/img/credit-card.svg");
}
.woocommerce-checkout #payment .eh-stripe-card-brand.eh-stripe-visa-brand {
    background: no-repeat url("/wp-content/plugins/payment-gateway-stripe-and-woocommerce-integration/assets/img/visa.svg");
}

.woocommerce-checkout #payment .eh-stripe-card-brand.eh-stripe-mastercard-brand {
    background: no-repeat url("/wp-content/plugins/payment-gateway-stripe-and-woocommerce-integration/assets/img/mastercard.svg");
}

.woocommerce-checkout #payment .eh-stripe-card-brand.eh-stripe-amex-brand {
    background: no-repeat url("/wp-content/plugins/payment-gateway-stripe-and-woocommerce-integration/assets/img/amex.svg");

}
.woocommerce-checkout #payment .eh-stripe-card-brand.eh-stripe-discover-brand {
    background: no-repeat url("/wp-content/plugins/payment-gateway-stripe-and-woocommerce-integration/assets/img/discover.svg");
}

.woocommerce-checkout #payment .eh-stripe-card-brand.eh-stripe-diners-brand {
    background: no-repeat url("/wp-content/plugins/payment-gateway-stripe-and-woocommerce-integration/assets/img/diners.svg");
}
.woocommerce-checkout #payment .eh-stripe-card-brand.eh-stripe-jcb-brand {
    background: no-repeat url("/wp-content/plugins/payment-gateway-stripe-and-woocommerce-integration/assets/img/jcb.svg");
}

.powered_by {
    text-align: center;
}

.powered_by_icon {
    max-height: 35px;
}