@import url('./../../../common/assets/css/colors/green.css');
@import url('./../../../common/assets/css/fonts/space.css');

.card-info {
    margin-top: 20px !important;
}

.error-input-form {
    display: none;
    font-size: 0.8em;
    color: red;
}

.input-form-error {
    border: 2px solid red;
}

#input-submit-btn:disabled {
    background-color: #a0d6a0;
    cursor: not-allowed;
    opacity: 0.8;
}

#input-submit-btn:disabled:hover {
    background-color: #a0d6a0;
    border-color: #a0d6a0;
}


 p.legal.d-none.d-md-block {
    font-size: 0.8rem;
}

div#card-number-input-container
 {
    margin: 4px 0;
    margin-top: 10px;
    color: #333;
    height: 40px;
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    padding: 4px 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    background-image: url(../img/cards2.png);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: 10px;
    background-position-x: right;
}

div#expiry-field-input-container {
    margin: 4px 0;
    margin-top: 10px;
    color: #333;
    height: 40px;
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    padding: 4px 10px;
    border: 1px solid #ccc;
    background-color: #fff;
}
input#shopper-email {
    margin: 4px 0;
    margin-top: 10px;
    color: #333;
    height: 40px;
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    padding: 4px 10px;
    border: 1px solid #ccc;
    background-color: #fff;
}

div#card-holder-name-input-container {
    margin: 4px 0;
    margin-top: 10px;
    color: #333;
    height: 40px;
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    padding: 4px 10px;
    border: 1px solid #ccc;
    background-color: #fff;
}

div#card-cvv-input-container
 {
    margin: 4px 0;
    margin-top: 10px;
    color: #333;
    height: 40px;
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    padding: 4px 10px;
    border: 1px solid #ccc;
    background-color: #fff;
}

div#card-cvv-input-container
 {
    margin: 4px 0;
    margin-top: 10px;
    color: #333;
    height: 40px;
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    padding: 4px 10px;
    border: 1px solid #ccc;
    background-color: #fff;
}

@media (max-width: 576px) {
span.text-review {
    font-size: 0.6rem;
}
img.icon-svg.me-4 {
    width: 1.5rem;
}
span.safe-mobile01.fw-bold.me-2.text-uppercase {
    font-size: 0.7rem;
}
small.safe-mobile02.text-muted {
    font-size: 0.5rem;
}

.safe.pay.border.p-3.d-flex.align-items-center.justify-content-center.flex-wrap.text-center.text-md-start.safe-mobile.flex-nowrap {
    height: 3rem;
}
}

form#payment_form_celeris {
    text-align: left;
    border: 1px solid #cccccc;
    padding: 2rem 1rem;
    margin-top: 24px;
    display: grid
;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    width: 100%;
    border-radius: 4px;
}


div#cardinfo-shopper-email {
    margin-bottom: 20px;
    width: 100%;
    display: grid
;
    grid-column-start: 1;
    grid-column-end: 3;
}

input#input-submit-btn {
    font-weight: bold;
    display: grid
;
    grid-column-start: 1;
    grid-column-end: 3;
    font-size: 20px;
    color: #fff;
    width: 100%;
    border: none;
    margin: 0 auto;
    max-width: none;
    letter-spacing: 1px;
    background-image: linear-gradient(45deg, #2ddea5 10%, #20a9da 100%);
    border-radius: 4px;
    padding: 10px;
}

@media only screen and (max-width: 600px) {
    .cardinfo.cardinfo-card-number {
        display: grid
;
        grid-column-start: 1;
        grid-column-end: 3;
    }

        #payment_form_celeris .cardinfo-shopper-name {
        display: grid;
        grid-column-start: 1;
        grid-column-end: 3;
        height: 70px;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .col-lg-6.order-2.order-md-2 {
    margin-top: 0;
}
}
google-pay-button {
    display: flex !important;
    justify-content: center;
}

.gpay-card-info-container-fill, .gpay-card-info-container-fill > .gpay-card-info-container {
    width: 98% !important;
    height: inherit;
}
div#checkout_apple_pay {
    width: 98%!important;
}
.gpay-card-info-container {
    min-height: 50px!important;
}
#cf-applepay-express-checkout {
width: 98%!important;
}