.cart-qty{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
   
}

.qty-btn{
    width:38px;
    height:38px;
    border:1px solid #ddd;
    border-radius:6px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#222;
    font-size:18px;
    font-weight:700;
    transition:.3s;
}

.qty-btn:hover{
    background:#0B4A8B;
    color:#fff;
}

.qty-input{
    width:40px;
    height:38px;
    text-align:center;
    border:1px solid #ddd;
    border-radius:6px;
}

.product-remove a{
    color:#dc3545;
    font-size:20px;
}

.product-remove a:hover{
    color:#b02a37;
}

.cart-benefits p{
    margin-bottom:8px;
    font-size:15px;
}
.checkout-payment{
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:12px;
    padding:25px;
    margin-top:25px;
}

.payment-card{
    display:flex;
    align-items:flex-start;
    gap:15px;
    border:1px solid #ddd;
    border-radius:10px;
    padding:18px;
    cursor:pointer;
    transition:.3s;
}

.payment-card:hover{
    border-color:#0B4A8B;
    background:#F7FBFF;
}

.payment-card input{
    margin-top:5px;
}
.checkout-payment{
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:12px;
    padding:25px;
    margin-top:25px;
}

.payment-card{
    display:flex;
    align-items:flex-start;
    gap:15px;
    border:1px solid #ddd;
    border-radius:10px;
    padding:18px;
    cursor:pointer;
    transition:.3s;
}

.payment-card:hover{
    border-color:#0B4A8B;
    background:#F7FBFF;
}

.payment-card input{
    margin-top:5px;
}
body{
    margin:0;
    background:#eef3fb;
}

.content-wrapper{
    margin-left:250px;   /* same as sidebar width */
    padding:35px;
}

.dashboard-card{
    border:none;
    border-radius:15px;
    color:#fff;
    padding:25px;
    min-height:140px;
}

.card1{background:#0d6efd;}
.card2{background:#198754;}
.card3{background:#6f42c1;}
.card4{background:#fd7e14;}
.card5{background:#dc3545;}

.checkout-card{

border:none;

border-radius:18px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

margin-bottom:25px;

overflow:hidden;

}

/* ==========================================================
   SIDDEXA COMMON PAGE HEADER
   About / Contact / Services / Shop / Cart / Checkout
   Background image comes from HTML
========================================================== */

.siddexa-page-header {
    position: relative;

    min-height: 350px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 24px;
    border-radius: 22px;

    /* Image is supplied from HTML */
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;

    overflow: hidden;
}


/* ==========================================================
   BLUE/DARK OVERLAY
========================================================== */

.siddexa-page-header::before {
    content: "";

    position: absolute;
    inset: 0;

    /* Siddexa dark blue overlay - no green */
    background: rgba(5, 34, 65, 0.68) !important;

    z-index: 1;
    pointer-events: none;
}


/* ==========================================================
   CONTENT
========================================================== */

.siddexa-page-header .page-header-content {
    position: relative;
    z-index: 2;

    width: 100%;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    gap: 18px;

    text-align: center;
}


/* ==========================================================
   TITLE CAPSULE
========================================================== */

.siddexa-page-header .page-title-capsule {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: auto;

    margin: 0;
    padding: 13px 38px;

    background: rgba(255, 255, 255, 0.96) !important;

    border: none !important;
    border-radius: 50px;

    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.18);
}


/* ==========================================================
   PAGE TITLE
========================================================== */

.siddexa-page-header .page-title-capsule h1 {
    margin: 0 !important;
    padding: 0 !important;

    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;

    color: #0B4A8B !important;

    background: transparent !important;
}


/* ==========================================================
   BREADCRUMB
========================================================== */

.siddexa-page-header .page-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    margin: 0 !important;
    padding: 0 !important;

    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;

    background: transparent !important;
    background-color: transparent !important;

    border: none !important;
    box-shadow: none !important;
}


/* ==========================================================
   BREADCRUMB LINKS
========================================================== */

.siddexa-page-header .page-breadcrumb a {
    margin: 0 !important;
    padding: 0 !important;

    color: #ffffff !important;

    background: transparent !important;
    background-color: transparent !important;

    border: none !important;
    box-shadow: none !important;

    text-decoration: none !important;
}


/* Hover */

.siddexa-page-header .page-breadcrumb a:hover {
    color: #59aaff !important;

    background: transparent !important;
}


/* ==========================================================
   BREADCRUMB SEPARATOR
========================================================== */

.siddexa-page-header .page-breadcrumb .separator {
    margin: 0 !important;
    padding: 0 !important;

    color: rgba(255, 255, 255, 0.78) !important;

    background: transparent !important;
}


/* ==========================================================
   CURRENT PAGE
========================================================== */

.siddexa-page-header .page-breadcrumb .current {
    margin: 0 !important;
    padding: 0 !important;

    color: rgba(255, 255, 255, 0.65) !important;

    background: transparent !important;
    background-color: transparent !important;
}


/* ==========================================================
   HOME ICON
========================================================== */

.siddexa-page-header .page-breadcrumb i {
    color: #ffffff !important;

    margin-right: 3px;
}


/* ==========================================================
   REMOVE OLD THEME GREEN EFFECTS
========================================================== */

.siddexa-page-header .page-breadcrumb::before,
.siddexa-page-header .page-breadcrumb::after,
.siddexa-page-header .page-breadcrumb a::before,
.siddexa-page-header .page-breadcrumb a::after,
.siddexa-page-header .page-breadcrumb span::before,
.siddexa-page-header .page-breadcrumb span::after {

    background: transparent !important;
    background-color: transparent !important;

    border-color: transparent !important;

    box-shadow: none !important;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 991px) {

    .siddexa-page-header {
        min-height: 300px;

        margin: 15px;
        border-radius: 18px;
    }

    .siddexa-page-header .page-title-capsule {
        padding: 12px 32px;
    }

    .siddexa-page-header .page-title-capsule h1 {
        font-size: 32px;
    }

    .siddexa-page-header .page-breadcrumb {
        font-size: 15px;
    }
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 575px) {

    .siddexa-page-header {
        min-height: 240px;

        margin: 10px;

        border-radius: 15px;
    }

    .siddexa-page-header .page-header-content {
        gap: 14px;

        padding: 20px;
    }

    .siddexa-page-header .page-title-capsule {
        padding: 10px 28px;
    }

    .siddexa-page-header .page-title-capsule h1 {
        font-size: 26px;
    }

    .siddexa-page-header .page-breadcrumb {
        gap: 6px;

        font-size: 14px;
    }
}
/* =====================================================
   PRODUCT DETAILS - CART ACTIONS
===================================================== */

.tj-product-details-action-wrapper {
    margin-top: 25px;
}


/* Quantity + Add to Cart row */

.product-cart-actions {
    display: flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 14px;
}


/* Quantity */

.product-cart-actions #qty {
    width: 75px !important;
    height: 50px;

    padding: 0 12px;

    border: 1px solid #d7dce2;
    border-radius: 8px;

    background: #ffffff;

    color: #07182c;

    font-size: 16px;
    font-weight: 500;

    text-align: center;

    outline: none;
}


.product-cart-actions #qty:focus {
    border-color: #0B4A8B;

    box-shadow: 0 0 0 3px rgba(11, 74, 139, 0.10);
}


/* =====================================================
   ADD TO CART
===================================================== */

.product-add-cart-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    height: 50px;

    padding: 0 28px;

    background: #ffffff !important;
    color: #0B4A8B !important;

    border: 2px solid #0B4A8B !important;
    border-radius: 8px !important;

    font-size: 16px;
    font-weight: 600;

    cursor: pointer;

    transition: all 0.3s ease;
}


.product-add-cart-btn:hover {
    background: #0B4A8B !important;
    color: #ffffff !important;
}


/* =====================================================
   BUY NOW
===================================================== */

.tj-product-details-buy-now-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    width: auto !important;
    min-width: 190px;

    height: 52px;

    padding: 0 32px !important;

    background: #0B4A8B !important;
    color: #ffffff !important;

    border: 2px solid #0B4A8B !important;
    border-radius: 8px !important;

    font-size: 17px;
    font-weight: 600;

    cursor: pointer;

    transition: all 0.3s ease;
}


.tj-product-details-buy-now-btn .btn-text,
.tj-product-details-buy-now-btn .btn-text span {
    color: #ffffff !important;
}


/* Hover */

.tj-product-details-buy-now-btn:hover {
    background: #08396c !important;
    border-color: #08396c !important;

    transform: translateY(-2px);
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 575px) {

    .product-cart-actions {
        width: 100%;
    }

    .product-cart-actions #qty {
        width: 70px !important;
        flex-shrink: 0;
    }

    .product-add-cart-btn {
        flex: 1;
    }

    .tj-product-details-buy-now-btn {
        width: 100% !important;
        min-width: 0;
    }
}
/* ==================================================
   PRODUCT DETAILS - ACTION BUTTONS
================================================== */

.tj-product-details-action-wrapper {
    margin-top: 30px;
}

.tj-product-details-action-wrapper form {
    width: 100%;
}


/* Quantity + Add to Cart */

.product-cart-actions {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;

    width: 100%;
    margin-bottom: 12px;
}


/* Quantity */

.product-cart-actions input[type="number"] {
    flex: 0 0 80px !important;

    width: 80px !important;
    max-width: 80px !important;

    height: 52px !important;

    margin: 0 !important;
    padding: 0 10px !important;

    background: #ffffff !important;

    border: 1px solid #ccd5df !important;
    border-radius: 8px !important;

    color: #07182c !important;

    font-size: 16px !important;
    font-weight: 500;

    text-align: center;

    box-shadow: none !important;
}


/* ================================================
   ADD TO CART
================================================ */

.product-add-cart-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    min-width: 170px !important;
    height: 52px !important;

    margin: 0 !important;
    padding: 0 28px !important;

    background: #ffffff !important;

    color: #0B4A8B !important;

    border: 2px solid #0B4A8B !important;
    border-radius: 8px !important;

    font-size: 16px !important;
    font-weight: 600 !important;

    line-height: 1 !important;

    cursor: pointer;

    transition: all 0.3s ease;
}


.product-add-cart-btn:hover {
    background: #0B4A8B !important;

    color: #ffffff !important;
}


/* ================================================
   BUY NOW
================================================ */

.product-buy-now-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 262px !important;
    max-width: 100%;

    height: 52px !important;

    margin: 0 !important;
    padding: 0 30px !important;

    background: #0B4A8B !important;

    color: #ffffff !important;

    border: 2px solid #0B4A8B !important;
    border-radius: 8px !important;

    font-size: 17px !important;
    font-weight: 700 !important;

    line-height: 1 !important;

    cursor: pointer;

    transition: all 0.3s ease;
}


.product-buy-now-btn:hover {
    background: #08396c !important;

    border-color: #08396c !important;

    color: #ffffff !important;

    transform: translateY(-2px);
}


/* ================================================
   MOBILE
================================================ */

@media (max-width: 575px) {

    .product-cart-actions {
        gap: 8px !important;
    }

    .product-cart-actions input[type="number"] {
        flex: 0 0 70px !important;

        width: 70px !important;
        max-width: 70px !important;
    }

    .product-add-cart-btn {
        flex: 1 !important;

        width: auto !important;
        min-width: 0 !important;

        padding: 0 15px !important;
    }

    .product-buy-now-btn {
        width: 100% !important;
    }
}
/* =====================================================
   CHECKOUT BILLING FORM - CLEAN COMPACT DESIGN
===================================================== */

.checkout-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(11, 74, 139, 0.07) !important;
}


/* Card body */
.checkout-card .card-body {
    padding: 28px !important;
}


/* Billing Details heading */
.checkout-card .card-body > h2,
.checkout-card .card-body > h3 {
    margin: 0 0 24px !important;

    font-size: 30px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;

    color: #07182c !important;
}


/* =====================================================
   FORM LABELS
===================================================== */

.checkout-card label {
    display: block;

    margin: 0 0 7px !important;

    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;

    color: #263b4a !important;
}


/* Required star */
.checkout-card label .required,
.checkout-card label span.required {
    color: #dc3545 !important;
}


/* =====================================================
   INPUTS
===================================================== */

.checkout-card input[type="text"],
.checkout-card input[type="email"],
.checkout-card input[type="tel"],
.checkout-card input[type="number"],
.checkout-card select {
    width: 100% !important;
    height: 50px !important;

    margin: 0 !important;
    padding: 0 15px !important;

    background: #ffffff !important;

    border: 1px solid #d6dee7 !important;
    border-radius: 8px !important;

    color: #07182c !important;

    font-size: 15px !important;
    font-weight: 400 !important;

    outline: none !important;

    transition: border-color .2s ease, box-shadow .2s ease;
}


/* =====================================================
   TEXTAREA
===================================================== */

.checkout-card textarea {
    width: 100% !important;
    height: 105px !important;
    min-height: 105px !important;

    margin: 0 !important;
    padding: 13px 15px !important;

    background: #ffffff !important;

    border: 1px solid #d6dee7 !important;
    border-radius: 8px !important;

    color: #07182c !important;

    font-size: 15px !important;

    outline: none !important;

    resize: vertical;
}


/* =====================================================
   FOCUS - SIDDEXA BLUE
===================================================== */

.checkout-card input:focus,
.checkout-card textarea:focus,
.checkout-card select:focus {
    border-color: #0B4A8B !important;

    box-shadow:
        0 0 0 3px rgba(11, 74, 139, 0.10) !important;
}


/* =====================================================
   BOOTSTRAP ROW SPACING
===================================================== */

.checkout-card .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 18px;
}


/* Remove excessive margins from form groups */
.checkout-card .form-group,
.checkout-card .mb-3,
.checkout-card .mb-4 {
    margin-bottom: 18px !important;
}


/* =====================================================
   SELECT
===================================================== */

.checkout-card select {
    cursor: pointer;
}


/* =====================================================
   NICE SELECT - IF THEME USES NICE-SELECT
===================================================== */

.checkout-card .nice-select {
    width: 100% !important;
    height: 50px !important;

    display: flex !important;
    align-items: center;

    padding: 0 15px !important;

    background: #ffffff !important;

    border: 1px solid #d6dee7 !important;
    border-radius: 8px !important;

    font-size: 15px !important;
    line-height: 50px !important;
}


.checkout-card .nice-select .current {
    color: #263b4a !important;
}


.checkout-card .nice-select .list {
    width: 100%;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .checkout-card .card-body {
        padding: 24px !important;
    }

    .checkout-card .card-body > h2,
    .checkout-card .card-body > h3 {
        font-size: 27px !important;
    }
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 575px) {

    .checkout-card {
        border-radius: 12px !important;
    }

    .checkout-card .card-body {
        padding: 20px 16px !important;
    }

    .checkout-card .card-body > h2,
    .checkout-card .card-body > h3 {
        margin-bottom: 20px !important;
        font-size: 25px !important;
    }

    .checkout-card input[type="text"],
    .checkout-card input[type="email"],
    .checkout-card input[type="tel"],
    .checkout-card input[type="number"],
    .checkout-card select,
    .checkout-card .nice-select {
        height: 48px !important;
    }

    .checkout-card textarea {
        height: 95px !important;
        min-height: 95px !important;
    }

    .checkout-card .row {
        --bs-gutter-y: 15px;
    }
}
/* ==========================================
   FINAL CHECKOUT FORM COMPACT FIX
========================================== */

/* Billing card padding */
.checkout-card .card-body {
    padding: 25px 28px !important;
}

/* Billing Details heading */
.checkout-card .card-body > h2,
.checkout-card .card-body > h3 {
    font-size: 28px !important;
    margin-bottom: 20px !important;
    line-height: 1.2 !important;
}


/* Labels */
.checkout-card label {
    font-size: 15px !important;
    margin-bottom: 6px !important;
}


/* Normal inputs */
.checkout-card input[type="text"],
.checkout-card input[type="email"],
.checkout-card input[type="tel"],
.checkout-card input[type="number"],
.checkout-card select,
.checkout-card .nice-select {
    height: 48px !important;
    min-height: 48px !important;

    border-radius: 7px !important;
}


/* ADDRESS - make smaller */
.checkout-card textarea {
    height: 90px !important;
    min-height: 90px !important;
    max-height: 120px;

    padding: 12px 15px !important;

    border-radius: 7px !important;
}


/* Reduce vertical space between rows */
.checkout-card .row {
    --bs-gutter-x: 22px;
    --bs-gutter-y: 14px;
}

.checkout-card .form-group,
.checkout-card .mb-3,
.checkout-card .mb-4 {
    margin-bottom: 14px !important;
}
/* =========================================
   CHECKOUT FINAL FIX
========================================= */

/* Billing Details card */
.billing-details,
.checkout-billing {
    padding: 28px 32px 32px !important;
}


/* If Billing Details itself is .checkout-card */
.checkout-card.billing-details,
.checkout-card.checkout-billing {
    padding: 28px 32px 32px !important;
}


/* Billing heading */
.billing-details h2,
.billing-details h3,
.checkout-billing h2,
.checkout-billing h3 {
    margin: 0 0 22px !important;
    font-size: 30px !important;
    line-height: 1.2 !important;
}


/* Reduce form vertical gaps */
.billing-details .row,
.checkout-billing .row {
    --bs-gutter-x: 28px;
    --bs-gutter-y: 18px;
}


/* Input height */
.billing-details input,
.billing-details select,
.checkout-billing input,
.checkout-billing select {
    height: 48px !important;
}


/* Address should NOT be this tall */
.billing-details textarea,
.checkout-billing textarea {
    height: 100px !important;
    min-height: 100px !important;
}


/* Labels */
.billing-details label,
.checkout-billing label {
    margin-bottom: 6px !important;
    font-size: 15px !important;
}


/* Your Order + Payment heading */
.checkout-card .card-header {
    padding: 16px 24px !important;
}

.checkout-card .card-header h2,
.checkout-card .card-header h3 {
    font-size: 28px !important;
    line-height: 1.2 !important;
    margin: 0 !important;
}


/* Mobile */
@media (max-width: 767px) {

    .billing-details,
    .checkout-billing {
        padding: 22px 18px !important;
    }

    .billing-details textarea,
    .checkout-billing textarea {
        height: 90px !important;
        min-height: 90px !important;
    }
}
/* =====================================================
   BILLING DETAILS - FINAL COMPACT OVERRIDE
===================================================== */

/* Reduce space between all billing fields */
.checkout-card .row {
    --bs-gutter-y: 12px !important;
}

/* Kill old theme margins */
.checkout-card .row > div {
    margin-bottom: 12px !important;
}


/* LABEL */
.checkout-card label {
    margin: 0 0 5px !important;
    padding: 0 !important;

    font-size: 15px !important;
    line-height: 20px !important;
}


/* INPUT */
.checkout-card input[type="text"],
.checkout-card input[type="email"],
.checkout-card input[type="tel"],
.checkout-card input[type="number"] {
    height: 46px !important;
    min-height: 46px !important;

    margin: 0 !important;
    padding: 8px 14px !important;
}


/* ADDRESS - IMPORTANT */
.checkout-card textarea {
    height: 80px !important;
    min-height: 80px !important;
    max-height: 80px !important;

    margin: 0 !important;
    padding: 10px 14px !important;

    resize: none !important;
}


/* Remove theme spacing after textarea */
.checkout-card textarea + * {
    margin-top: 0 !important;
}


/* Bootstrap margin classes inside billing form */
.checkout-card .mb-3 {
    margin-bottom: 12px !important;
}

.checkout-card .mb-4 {
    margin-bottom: 12px !important;
}

.checkout-card .mb-5 {
    margin-bottom: 12px !important;
}


/* Billing title */
.checkout-card h2:first-child,
.checkout-card h3:first-child {
    margin-top: 0 !important;
    margin-bottom: 18px !important;
}


/* Select / Country */
.checkout-card select,
.checkout-card .nice-select {
    height: 46px !important;
    min-height: 46px !important;
    line-height: 46px !important;

    margin: 0 !important;
}


/* MOBILE */
@media (max-width: 767px) {

    .checkout-card .row > div {
        margin-bottom: 10px !important;
    }

    .checkout-card textarea {
        height: 75px !important;
        min-height: 75px !important;
        max-height: 75px !important;
    }
}
/* =====================================================
   CHECKOUT BILLING DETAILS - FINAL CSS
===================================================== */

/* CARD */
.checkout-page .checkout-card {
    background: #ffffff !important;
    border: 1px solid #e3e9f0 !important;
    border-radius: 18px !important;
    overflow: hidden !important;

    box-shadow: 0 10px 35px rgba(11, 74, 139, 0.08) !important;
}


/* =====================================================
   CARD HEADER
===================================================== */

.checkout-page .checkout-card .card-header {
    background: #0B4A8B !important;
    padding: 18px 25px !important;
    border: 0 !important;
}


/* Billing Details / Your Order / Payment Method */
.checkout-page .checkout-card .card-header h3 {
    margin: 0 !important;

    color: #ffffff !important;

    font-size: 25px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
}


/* =====================================================
   CARD BODY
===================================================== */

.checkout-page .checkout-card .card-body {
    padding: 25px !important;
}


/* Bootstrap row */
.checkout-page .checkout-card .card-body .row {
    --bs-gutter-x: 22px !important;
    --bs-gutter-y: 0 !important;
}


/* =====================================================
   IMPORTANT - REMOVE LARGE BOOTSTRAP MB-4
===================================================== */

.checkout-page .checkout-card .card-body .mb-4 {
    margin-bottom: 16px !important;
}


/* =====================================================
   LABEL
===================================================== */

.checkout-page .checkout-card label {
    display: block !important;

    margin: 0 0 6px !important;
    padding: 0 !important;

    color: #263b4a !important;

    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
}


/* Optional */
.checkout-page .checkout-card label small {
    font-size: 13px !important;
    font-weight: 400 !important;
}


/* Required star */
.checkout-page .checkout-card .text-danger {
    color: #dc3545 !important;
}


/* =====================================================
   INPUTS
===================================================== */

.checkout-page .checkout-card .form-control {
    width: 100% !important;

    height: 48px !important;
    min-height: 48px !important;

    margin: 0 !important;
    padding: 10px 14px !important;

    background: #ffffff !important;

    border: 1px solid #d4dce5 !important;
    border-radius: 8px !important;

    color: #07182c !important;

    font-size: 15px !important;
    font-weight: 400 !important;

    box-shadow: none !important;

    transition: all 0.25s ease !important;
}


/* =====================================================
   TEXTAREA
===================================================== */

.checkout-page .checkout-card textarea.form-control {
    height: 90px !important;
    min-height: 90px !important;

    padding: 12px 14px !important;

    line-height: 1.5 !important;

    resize: vertical !important;
}


/* =====================================================
   COUNTRY SELECT
===================================================== */

.checkout-page .checkout-card .form-select {
    width: 100% !important;

    height: 48px !important;
    min-height: 48px !important;

    margin: 0 !important;
    padding: 0 42px 0 14px !important;

    background-color: #ffffff !important;

    border: 1px solid #d4dce5 !important;
    border-radius: 8px !important;

    color: #263b4a !important;

    font-size: 15px !important;

    box-shadow: none !important;
}


/* =====================================================
   FOCUS
===================================================== */

.checkout-page .checkout-card .form-control:focus,
.checkout-page .checkout-card .form-select:focus {

    border-color: #0B4A8B !important;

    box-shadow:
        0 0 0 3px rgba(11, 74, 139, 0.10) !important;

    outline: none !important;
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .checkout-page {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .checkout-page .checkout-card .card-header {
        padding: 16px 18px !important;
    }

    .checkout-page .checkout-card .card-header h3 {
        font-size: 22px !important;
    }

    .checkout-page .checkout-card .card-body {
        padding: 20px 18px !important;
    }

    .checkout-page .checkout-card .card-body .mb-4 {
        margin-bottom: 14px !important;
    }

    .checkout-page .checkout-card textarea.form-control {
        height: 85px !important;
        min-height: 85px !important;
    }
}
/* SID CSS FINAL TEST */

.checkout-page .checkout-card .card-header {
    background: #0B4A8B !important;
    color: #fff !important;
}

.checkout-page .checkout-card .card-header h3 {
    color: #fff !important;
}
/* =====================================================
   PAYMENT METHOD - FINAL FIX
===================================================== */

.checkout-page .payment-section {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}


/* PAYMENT CARD */
.checkout-page .payment-section .payment-card {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;

    width: 100% !important;

    gap: 16px !important;

    padding: 18px 20px !important;
    margin: 0 !important;

    background: #ffffff !important;

    border: 1px solid #d8e0e8 !important;
    border-radius: 12px !important;

    cursor: pointer;
}


/* RADIO BUTTON */
.checkout-page .payment-section .payment-card input[type="radio"] {
    flex: 0 0 18px !important;

    width: 18px !important;
    height: 18px !important;
    min-height: 18px !important;

    margin: 0 !important;
    padding: 0 !important;

    accent-color: #0B4A8B;

    box-shadow: none !important;
}


/* PAYMENT ICON */
.checkout-page .payment-section .payment-icon {
    flex: 0 0 46px !important;

    width: 46px !important;
    height: 46px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;

    background: #0B4A8B !important;
    color: #ffffff !important;

    border-radius: 10px !important;

    font-size: 18px !important;
}


/* CONTENT */
.checkout-page .payment-section .payment-content {
    flex: 1 1 auto !important;

    display: block !important;

    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* TITLE */
.checkout-page .payment-section .payment-content h5 {
    margin: 0 0 4px !important;
    padding: 0 !important;

    color: #07182c !important;

    font-size: 17px !important;
    font-weight: 700 !important;

    line-height: 1.3 !important;
}


/* DESCRIPTION */
.checkout-page .payment-section .payment-content p {
    margin: 0 !important;
    padding: 0 !important;

    color: #536474 !important;

    font-size: 14px !important;
    font-weight: 400 !important;

    line-height: 1.45 !important;
}


/* SELECTED PAYMENT */
.checkout-page .payment-section .payment-card:has(input[type="radio"]:checked) {
    border: 2px solid #0B4A8B !important;

    background: #f5f9ff !important;
}


/* HOVER */
.checkout-page .payment-section .payment-card:hover {
    border-color: #0B4A8B !important;
}


/* MOBILE */
@media (max-width: 575px) {

    .checkout-page .payment-section .payment-card {
        gap: 10px !important;
        padding: 14px !important;
    }

    .checkout-page .payment-section .payment-icon {
        flex-basis: 40px !important;

        width: 40px !important;
        height: 40px !important;

        font-size: 16px !important;
    }

    .checkout-page .payment-section .payment-content h5 {
        font-size: 15px !important;
    }

    .checkout-page .payment-section .payment-content p {
        font-size: 13px !important;
    }
    
}
.siddexa-product-image {
    width: 100%;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.siddexa-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* =====================================================
   SIDDEXA GLOBAL THEME COLOR OVERRIDE
   Keep this at the END of sid.css
===================================================== */

/* SIDDEXA PRIMARY THEME COLOR */
:root {
    --tj-color-theme-primary: #0F4C81 !important;
}