.custom-order-details {
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.custom-order-details .order-id {
    color: var(--e-global-color-primary);
    font-size: 18px;
    margin-bottom: 10px;
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: 600;
}

.order-info-sec {
    margin-bottom : 20px;
    margin-top: 20px;
}
.order-info {
    color: #000;
    font-size: 16px;
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: 600;
    margin-bottom:0px !important;
}
.order-info span{
    color: var(--e-global-color-primary);
}

.custom-order-details h3 {
    color: var(--e-global-color-primary);
    font-size: 18px;
    margin-bottom: 10px;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: 600;
}
.custom-order-details table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.custom-order-details thead {
    background:  linear-gradient(90deg, var(--e-global-color-secondary) 0%, var(--e-global-color-primary) 100%);
    color: #fff;
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}
.custom-order-details table th {
    color: #fff;
    padding: 8px;
    text-align: left;
}

.custom-order-details table td {
    border: 1px solid #ccc;
    padding: 8px;
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.order-totals-table tbody td {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: 600;
    color: var(--e-global-color-primary);
}
.order-totals-table tbody th {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: 600;
    color: var(--e-global-color-secondary);
}

.custom-order-details .order-thumb {
    width: 50px;
    height: auto;
    margin-right: 8px;
    vertical-align: middle;
    border: 1px solid #6B4226;
}

.order-id {
    color: var(--e-global-color-primary);
}

.customer-address{
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    color: var(--e-global-color-secondary);
    font-weight: var(--e-global-typography-secondary-font-weight);
}

@media (max-width: 768px) {
    .custom-order-details table thead {
        display: none;
    }
    .custom-order-details table tbody tr {
        display: block;
        margin-bottom: 15px;
        border: 2px solid #333333;
        border-radius: 8px;
        padding: 10px;
    }
    .custom-order-details table td {
        display: block;
        border: none;
        padding: 5px 0;
    }
}
