.StripeElement--focus {
    /* 	box-shadow: 0 1px 3px 0 #cfd7df; */
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.bh-shop-error {
    max-width: 700px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    border: 1px solid #7f807f;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
}

.bh-shop-error a {
    margin-bottom: 10px;
    display: inline-block;
    background: grey;
    color: white;
    padding: 0px 20px;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 2px;
}

.bh-shop-error ul {
    list-style: none;
    color: #db4d40;
}

.bh-shop-test-message {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 35px;
    padding: 10px;
    color: #6dab42;
    background: rgba(89, 89, 89, 1);
    border: 1px solid black;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.bh-shop-test-message b {
    color: rgba(254, 216, 2, 1);
}

.bh-shop-order-stripe,
.bh-shop-order-hobex {
    padding: 10px 12px;
}

#bh-shop-field-payment-delay-info {
    padding-bottom: 10px;
}
