/*
 * WC Flexible Checkout Blocks 0.5.2
 * Base checkout styling adapted from the corresponding Nexter Blocks checkout CSS.
 * Selectors are scoped to this plugin.
 */
.wc-flexible-checkout{width:100%}
.wc-flexible-checkout h3{margin:0 0 40px;text-transform:capitalize;text-align:left;color:#000;font-weight:600;line-height:30px;letter-spacing:0}

.wc-flexible-checkout-billing .wc-flexible-checkout-fields,.wc-flexible-checkout-contact .wc-flexible-checkout-fields,.wc-flexible-checkout-shipping .wc-flexible-checkout-fields{display:flex;flex-wrap:wrap;gap:16px}
.wc-flexible-checkout-billing p.form-row,.wc-flexible-checkout-contact p.form-row,.wc-flexible-checkout-shipping p.form-row,.wc-flexible-checkout-additional p.form-row{margin:0}
.wc-flexible-checkout-billing p.form-row.form-row-first,.wc-flexible-checkout-billing p.form-row.form-row-last,.wc-flexible-checkout-contact p.form-row.form-row-first,.wc-flexible-checkout-contact p.form-row.form-row-last,.wc-flexible-checkout-shipping p.form-row.form-row-first,.wc-flexible-checkout-shipping p.form-row.form-row-last{flex:1 0 45%;display:flex;flex-direction:column;gap:10px}
.wc-flexible-checkout-billing p.form-row.form-row-wide,.wc-flexible-checkout-contact p.form-row.form-row-wide,.wc-flexible-checkout-shipping p.form-row.form-row-wide,.wc-flexible-checkout-additional p.form-row{flex:1 0 100%;display:flex;flex-direction:column;gap:10px}
.wc-flexible-checkout-billing label,.wc-flexible-checkout-contact label,.wc-flexible-checkout-shipping label,.wc-flexible-checkout-additional label{display:block;color:#000;font-weight:400;line-height:20px;letter-spacing:0}
.wc-flexible-checkout-billing abbr.required,.wc-flexible-checkout-contact abbr.required,.wc-flexible-checkout-shipping abbr.required{color:#b32d2e;border-bottom:0!important}
.wc-flexible-checkout-billing .input-text,.wc-flexible-checkout-contact .input-text,.wc-flexible-checkout-shipping .input-text,.wc-flexible-checkout-billing select,.wc-flexible-checkout-contact select,.wc-flexible-checkout-shipping select,.wc-flexible-checkout-billing .select2-container--default .select2-selection--single,.wc-flexible-checkout-shipping .select2-container--default .select2-selection--single{min-height:48px!important;padding:12px 16px;width:100%;max-width:100%;border:1px solid #d2d5da;border-radius:5px;color:#4b5563;background-color:#fff;font-weight:400;line-height:24px;letter-spacing:0;box-sizing:border-box}
.wc-flexible-checkout-billing .select2-container,.wc-flexible-checkout-shipping .select2-container{width:100%!important}
.wc-flexible-checkout-billing .select2-selection__arrow,.wc-flexible-checkout-shipping .select2-selection__arrow{display:none}
.wc-flexible-checkout-billing .select2-selection__rendered,.wc-flexible-checkout-shipping .select2-selection__rendered{padding:0;color:#1a1a1a;display:flex;align-items:center;height:100%}
.wc-flexible-checkout-ship-toggle{display:flex;flex-direction:row;align-items:center;margin-bottom:20px!important;cursor:pointer}
.wc-flexible-checkout-ship-toggle label{cursor:pointer}
.wc-flexible-checkout-additional textarea.input-text{border:1px solid #d2d5da;padding:12px;border-radius:5px;line-height:24px;width:100%;min-height:136px;background-color:#fff;color:#4b5563;font-weight:400;box-sizing:border-box}
.wc-flexible-checkout-additional .optional{display:none}

.wc-flexible-checkout-billing input[type=checkbox],.wc-flexible-checkout-shipping input[type=checkbox],.wc-flexible-checkout-contact input[type=checkbox]{-webkit-appearance:none;appearance:none;background-color:#fff;border:1px solid #d2d5da;border-radius:3px;cursor:pointer;height:18px;min-height:18px!important;margin:0 5px 0 0;outline:0;position:relative;width:18px;padding:0}
.wc-flexible-checkout-billing input[type=checkbox]:checked,.wc-flexible-checkout-shipping input[type=checkbox]:checked,.wc-flexible-checkout-contact input[type=checkbox]:checked{background-color:#162d9e;border-color:#162d9e}
.wc-flexible-checkout-billing input[type=checkbox]:checked:after,.wc-flexible-checkout-shipping input[type=checkbox]:checked:after,.wc-flexible-checkout-contact input[type=checkbox]:checked:after{content:"";position:absolute;width:4px;height:8px;left:6px;top:3px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}

.wc-flexible-checkout-shipping-methods .woocommerce-shipping-methods{list-style:none;margin:0;padding:0}
.wc-flexible-checkout-shipping-methods .woocommerce-shipping-methods li{margin:0;padding:12px 16px;border:1px solid #d2d5da;background:#fff}
.wc-flexible-checkout-shipping-methods .woocommerce-shipping-methods li+li{border-top:0}
.wc-flexible-checkout-shipping-methods label{color:#000;font-weight:400}

.wc-flexible-checkout-payment{width:100%}
.wc-flexible-checkout-payment .wc-flexible-payment-wrapper{display:flex;flex-direction:column;gap:0}
.wc-flexible-checkout-payment .wc-flexible-payment-method{border:1px solid #d2d5da}
.wc-flexible-checkout-payment .wc-flexible-payment-method+ .wc-flexible-payment-method{border-top:0}
.wc-flexible-checkout-payment .wc-flexible-payment-method-label{display:flex;align-items:center;position:relative;padding:18px;line-height:26px;color:#000;margin:0;background:#fff;font-weight:400}
.wc-flexible-checkout-payment .wc-flexible-payment-method-label input[type=radio]{-webkit-appearance:none;appearance:none;background:#fff;border:1px solid #d9d9d9;border-radius:50%;cursor:pointer;height:18px;margin:0 5px 0 0;outline:0;position:relative;width:18px;padding:0}
.wc-flexible-checkout-payment .wc-flexible-payment-method-label input[type=radio]:checked{background:#162d9e;border-color:#162d9e}
.wc-flexible-checkout-payment .wc-flexible-payment-method-label input[type=radio]:checked:after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:#fff;left:50%;top:50%;transform:translate(-50%,-50%)}
.wc-flexible-checkout-payment .wc-flexible-payment-content{width:100%;padding:16px 20px;line-height:24px;color:#000;background:#fff;box-sizing:border-box}
.wc-flexible-checkout-payment .wc-flexible-payment-content p{margin:0}
.wc-flexible-checkout-payment .wc-flexible-payment-button{width:100%;padding:11px 20px;border:0 solid #e0e0e0;background:#1717cc;color:#fcfcfc;text-align:center;border-radius:4px;font-weight:600;line-height:24px}

.wc-flexible-checkout-order-summary .woocommerce-checkout-review-order-table{border-collapse:collapse;border-spacing:0;border:1px solid #d2d5da;width:100%;border-radius:5px;text-align:left}
.wc-flexible-checkout-order-summary .woocommerce-checkout-review-order-table thead th{color:#000;font-weight:600;line-height:24px;padding:12px 18px;background:#f2f2f2;border-bottom:1px solid #d2d5da}
.wc-flexible-checkout-order-summary .woocommerce-checkout-review-order-table tbody td,.wc-flexible-checkout-order-summary .woocommerce-checkout-review-order-table tfoot th,.wc-flexible-checkout-order-summary .woocommerce-checkout-review-order-table tfoot td{text-transform:capitalize;color:#000;font-weight:400;line-height:24px;padding:12px 18px;border-bottom:1px solid #d2d5da}
.wc-flexible-checkout-order-summary .product-quantity{font-weight:400;color:#555}
.wc-flexible-checkout-order-summary .woocommerce-Price-amount.amount{color:#000}

.wc-flexible-checkout-coupon .woocommerce-info{padding:14px 24px 24px 0;border-radius:0;background:#f6f5f8;color:#060606}
.wc-flexible-checkout-coupon .showcoupon{color:#1717cc;text-decoration:none}
.wc-flexible-checkout-coupon .checkout_coupon input.input-text{min-height:48px!important;padding:12px 16px;width:100%;border:1px solid #d2d5da;border-radius:5px;color:#4b5563;background:#fff;box-sizing:border-box}
.wc-flexible-checkout-coupon .checkout_coupon button{padding:11px 20px;border-radius:4px;background:#1717cc;color:#fff;border:1px solid #1717cc}

.wc-flexible-checkout-product-image__img{max-width:100%;height:auto;display:block}
.wc-flexible-checkout-product-details__price{font-weight:600}

@media(max-width:600px){
.wc-flexible-checkout-billing p.form-row.form-row-first,.wc-flexible-checkout-billing p.form-row.form-row-last,.wc-flexible-checkout-contact p.form-row.form-row-first,.wc-flexible-checkout-contact p.form-row.form-row-last,.wc-flexible-checkout-shipping p.form-row.form-row-first,.wc-flexible-checkout-shipping p.form-row.form-row-last{flex:1 0 100%}
}
