/* Core Branding Colors */
:root {
    --primary-blue: #002d58;
    --light-blue-bg: #f8fbff;
    --border-color: #dce4ec;
    --success-green: #28a745;
}

body {
    background-color: var(--light-blue-bg);
    font-family: "Segoe UI", sans-serif;
}

/* Checkout Steps Styling */
.checkout-step {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 5px;
    border: 1px solid #eef2f6;
}

    .checkout-step .form-label span {
        color: rgb(187, 1, 1);
        font-size: 18px;
    }

    .checkout-step .form-control::placeholder {
        color: #407dc9;
    }

    .checkout-step .form-group {
        margin: 0;
    }

    .checkout-step .form-control {
        display: inline-block;
        border-radius: 8px;
        border: 1px solid #89aede;
        margin: 0 0 10px;
        color: #407dc9;
        background-color: transparent;
        max-height: 52px;
    }

    .checkout-step .btn_panel {
        display: flex;
        justify-content: flex-end;
        margin: 0;
    }

    .checkout-step .check-box {
        display: flex;
        justify-content: flex-start;
        padding-left: 25px;
        margin-bottom: 15px;
    }

    .checkout-step .shipping_address .form-check {
        margin-bottom: 15px;
    }

    .checkout-step .form-check {
        flex-wrap: wrap;
    }

    .checkout-step .check-box .checkbox-input {
        display: inline-block;
        width: auto;
    }

    .checkout-step .check-box .checkbox-lable {
        display: inline-block;
        width: auto;
    }

.form-check-input {
    display: inline-block;
    position: relative;
    /* float: none !important; */
}

.form-check-label {
    display: inline-block;
    position: relative;
}

.checkout-step .btn_panel .btn_signup {
    position: relative;
    display: inline;
    padding: 10px 25px;
}

.step-number {
    background: #eef4ff;
    color: var(--primary-blue);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 12px;
}

.step-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 25px;
}

.payment_method {
    display: block;
    position: relative;
}

    .payment_method .checkbox-item {
        padding: 20px 0;
        border-top: 1px solid;
        border-color: #eee;
        display: flex;
        align-items: center;
    }

    .payment_method:last-child {
        border-bottom: 1px solid;
        border-color: #eee;
    }

    .payment_method .checkbox-item input {
        float: none !important;
        margin-left: 0 !important;
        margin-right: 20px !important;
    }

        .payment_method .checkbox-item input:checked label {
            color: #28a745;
        }

    .payment_method .checkbox-item label {
        font-size: 18px;
        font-weight: 700;
        display: block;
    }

    .payment_method .checkbox-item .paymethod_subtitle {
        display: inline-block;
        position: relative;
        width: auto;
    }

        .payment_method .checkbox-item .paymethod_subtitle label {
            display: block;
        }

        .payment_method .checkbox-item .paymethod_subtitle span {
            color: #007bff;
        }

    .payment_method .checkbox-item .op_icons {
        max-width: 100%;
        height: auto;
        display: inline-block;
        position: relative;
        margin-left: 30px;
        margin-top: -20px;
        width: 40%;
    }

.placeOrder {
    text-align: center;
    width: auto;
    display: block;
    position: relative;
    padding: 15px;
}

    .placeOrder .btnplaceOrder {
        text-align: center;
        width: 40%;
        margin: auto;
    }

        .placeOrder .btnplaceOrder > button {
            width: auto;
            font-weight: 600;
        }
/* Order Summary Sidebar */
.summary-card {
    background: #fff;
    border-radius: 8px;
    padding: 25px;
    position: sticky;
    top: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.summary-product-item {
    display: flex;
    align-items: flex-start;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
}

    .summary-product-item img {
        width: 30%;
        height: auto;
        object-fit: contain;
        border-radius: 4px;
        margin-right: 15px;
    }

.summary-product-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-blue);
    margin: 0;
}

.summary-product-meta {
    font-size: 1rem;
    color: #6c757d;
    font-weight: 600;
}

.product_size {
}

    .product_size span {
        font-size: 14px;
        color: #777;
    }

.product_sizeCM {
}

    .product_sizeCM span {
        font-size: 14px;
        color: #007bff;
    }

.product_price {
}

    .product_price .product_sp {
        color: #000;
        font-size: 17px;
        font-weight: 600;
    }

    .product_price .product_mrp {
        color: #4e4e4e;
        font-size: 13px;
        font-weight: 500;
    }
/* Price Rows */
.price-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 0.9rem;
}

.final-total {
    border-top: 2px solid var(--primary-blue);
    padding-top: 15px;
    font-size: 1.25rem;
    font-weight: bold;
}

/* Product Page Specifics (Image 1) */
.option-btn {
    border: 1px solid var(--border-color);
    background: #fff;
    padding: 8px 20px;
    border-radius: 4px;
    transition: 0.2s;
}

    .option-btn.active {
        background: #007bff;
        color: #fff;
        border-color: #007bff;
    }

.status_panel {
}

    .status_panel .status_visible {
        visibility: visible;
    }

    .status_panel .status_hidden {
        visibility: hidden;
    }

    .status_panel .status_success,
    .status_panel .status_error {
        display: block;
        position: relative;
        color: #fff;
        text-align: center;
        padding: 15px 0;
        border-radius:10px;
    }

    .status_panel .status_success {
        background-color: #099328;
    }

    .status_panel .status_error {
        background-color: #F00;
    }
    .status_panel .text_white {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
    }
