/* TNS Theme Compatibility - FontAwesome Fix */
/* Fix FA4 legacy font-family to FA5 for Jannah theme */
.woocommerce-tabs ul.tabs li.table_of_content_tab a:before {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
    font-style: normal !important;
}
