@media (max-width: 750px) {
    .checkout-page .form-section {
        padding: 10px 0px;
    }

    .checkout-page .payment-option-content {
        flex-direction: row;
    }

    .delivery-pills-container {
        white-space: nowrap;
    }
}


.payment-option:has(input[type="checkbox"]:checked),
.payment-option.selected {
    border-color: #28a745;
    background-color: #f8fff8;
}
.footer-contact p
{
    text-transform: capitalize !important;
}