﻿#payment-form input,
.plugin-payment-form input,
.StripeElement {
    height: 40px;
    color: #32325d;
    background-color: white;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}
#payment-element.StripeElement{
    height:auto;
    padding:10px;
}
.stripe #payment-form input,
.stripe .plugin-payment-form input,
.stripe .StripeElement {
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid #dedede;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}



input:focus,
.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

#payment-form button,
.plugin-payment-form button{
    display: inline-block;
    height: 40px;
    width: 100%;
    margin: 30px 0 10px 0;
    font-size: 16px;
    letter-spacing: 0.025em;
    text-decoration: none;
    white-space: nowrap;
    background: #000;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 3px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
}

#payment-form label,
.plugin-payment-form label{
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
}
.stripe #payment-form label,
.stripe .plugin-payment-form label{
    display: inline-block;
}
#payment-form input, #payment-form textarea, #payment-form select,
.plugin-payment-form input, .plugin-payment-form textarea, .plugin-payment-form select{
    padding: 10px 12px;
    width: 100%;
    outline: none;
}
.stripe #payment-form input, .stripe #payment-form textarea, .stripe #payment-form select,
.stripe .plugin-payment-form input, .stripe .plugin-payment-form textarea, .stripe .plugin-payment-form select{
    padding: 10px 12px;
    width: auto;
    outline: none;
}
.logos {
    margin: 0px auto;
    text-align: center;
    margin: 5px 0;
}
.order-completed {
    background: #eee;
    padding: 20px;
    margin:auto;
    margin-bottom:20px;
}
.stripe .order-completed .inputs{
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:center;
    margin-bottom:15px;
}
    .stripe .order-completed .inputs input,
    .stripe .order-completed .inputs textarea,
    .stripe .order-completed .inputs select{
        flex:1;
    }
    .order-completed .title {
        text-align: center
    }
    .order-completed .infos {
        text-align: center;
        line-height:30px;
    }
        .order-completed .infos a.orderdetailbtn {
            text-decoration: underline;
            color: #f43046;
        }
        .order-completed .buttons {
            text-align: center
        }
.order-completed-continue-button {
    padding: 10px 20px;
    background-color: #f43046;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #f43046;
    display: block;
    margin: auto;
    margin-top: 20px;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

#card-errors,#error-message,.plugin-error-message {
    min-height: 20px;
    padding: 16px 0px 6px 0px;
    color: red;
}
    #error-message,.plugin-error-message
    {
        text-align:center;
    }
    .card-types {
        margin: 0px auto;
        text-align: center;
        margin: 5px 0;
    }

    .card-types p {
        font-size: 24px;
    }

    .card-types .cards {
        float: none !important;
        margin: 5px;
        max-width: 100%;
    }

.card-hidden {
    display: none;
}

.buttons {
    margin: 0px auto;
    text-align: center;
    margin: 5px 0;
}

#submitPayment {
    margin: 10px 0;
    padding: 8px 40px;
    border-radius: 3px;
    font-size: 16px;
    border: none;
    background-color: #f43046;
    color: #fff;
}

    #submitPayment:hover {
        background-color: #e02b3d;
    }

.fieldset .form-fields .inputs label {
    width: 25%;
    display: inline-block;
    font-size: 13px;
    text-align: right;
    padding-right: 5px;
}

.inputs .currency-item span {
    font-size: 14px;
}

.payments .currency-container:after,
.payments .currency-item :after {
    clear: both;
    content: "";
    height: 1px;
    display: block;
}

.payments .currency-item {
    float: left;
    margin: 5px 10px 5px 0;
    border: 1px solid #dedede;
    padding: 2px 10px;
    cursor: pointer;
    font-weight: bold;
    box-sizing: border-box;
    background: #fff;
}

    .payments .currency-item span {
        float: left;
        margin-top: 5px;
    }

    .payments .currency-item.selected {
        border-color: #f43046;
    }

.payments .currency-selector {
    display: inline-block;
    width: 60%
}

@media only screen and (max-width:600px) {
    .payments .currency-selector {
        display: inline-block;
        width: 75%
    }
}

.stripe .order-completed {
    text-align: center;
    height: auto;
    padding: 10px;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 50px;
    background-color:#fff;
}

.stripe .form-fields {
    background: #fff;
    border: 0px;
}
.payment-order-info::after{
    clear:both;
    height:1px;
    display:block;
    content:""
}
.notify {
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
}