/* Force standard shopping cart icon for OceanWP header */
.oceanwp-cart-icon i.icon-handbag::before,
.wcmenucart i.icon-handbag::before,
.bag-style i.icon-handbag::before,
a.wcmenucart i[class*="icon-handbag"]::before,
.shopping-cart-icon i.icon-handbag::before,
.wcmenucart-details i.fa-shopping-bag::before,
.wcmenucart-details i.icon-handbag::before,
.oceanwp-mobile-menu-icon a.wcmenucart i::before,
#site-header .wcmenucart i.icon-handbag::before,
i.icon-handbag::before,
i.fa-shopping-bag::before {
    content: "\f07a" !important; /* FontAwesome shopping-cart */
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}