/*your custom css goes here*/

/* Fix for shipping cost display in checkout */
.shipping-cost-display {
    display: inline-block;
    background-color: #28a745;
    color: white;
    border: 1px solid #28a745;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem !important;
    font-weight: 600;
    font-size: 0.85rem;
}

/* Ensure COD charges are properly displayed */
.cart-shipping th,
.cart-shipping td {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

/* Style for COD charges */
.cod-charges th,
.cod-charges td {
    color: #333 !important;
    font-weight: 500 !important;
}

/* Fix for high shipping prices */
.text-right.pr-0.fs-14 {
    word-break: break-word;
}