/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.stripe-express-container { 
    display:flex; 
    width:100%; 
}
.stripe-express-setting h2{
	width: 100%;
}
.stripe-express-content { 
    background:#fff; 
    border:1px solid #ddd;
    border-right: 0;
    padding:20px; 
    flex:1; 
}
.stripe-express-setting { 
    margin-bottom: 15px; 
    width: 100%;
    display: flex;
    gap: 5px;
}
#stripe_express_enabled {
    margin-right: 0;
}
.express-options label {
    margin-right:20px; 
}
.stripe-express-keys p {
    margin:10px 0; 
}
.express-options {
    display: flex;
    width: 100%;
}
#save_stripe_express {
    float: right; 
    margin-top: 10px;
    background:#6300ff; 
    color:#fff; 
    font-size:15px; 
    font-weight:700;
    border-radius:4px; 
    text-transform:uppercase; 
    padding:10px 15px;
    cursor:pointer; 
    transition:all .3s;
}
.woocommerce-order-pay .blockUI.blockOverlay {
    display: none !important;
}


/* checkout-order-review */
#checkout-order-review .brxe-container {
    width: 1400px;
    padding: 20px;
}
#checkout-order-review #order_review {
    display: flex;
}
#koldkaze-stripe-element {
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    padding: 12px;
    margin-top: 8px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

#koldkaze-stripe-element.StripeElement--focus {
    border-color: #4096ff;
    box-shadow: 0 0 0 1px #4096ff;
}

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

#koldkaze-stripe-errors {
    margin-top: 6px;
    font-size: 14px;
    color: #fa755a;
}
