/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.18.2
Requires at least:    5.9
Requires PHP:         5.6
WC requires at least: 4.7
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
/* Add this to your theme's custom CSS */
.technical-link {
    color: red;
    /* Add any additional styling you need */
}
.distance-link {
    color: red;
    /* Add any additional styling you need */
}

/* Hide Additional Information tab */
.single-product .woocommerce-tabs #tab-additional_information {
    display: none;
}
