/* Keep the cart icon legible in the mobile dark navigation. */
@media (max-width: 767.98px) {
    html[data-eld-theme="dark"] body#default .eld-med-mainnav .btn-cart > .fa-shopping-cart {
        color: #ffffff !important;
    }
}
