/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.3
*/

/* Space out product tabs and increase size by 50% */
body.single-product #wrapper .product-page .woocommerce-tabs .nav > li,
body.single-product #wrapper .woocommerce-tabs ul.tabs li {
    margin-right: 45px !important;
}

/* Increase font size and ensure bold text */
body.single-product #wrapper .product-page .woocommerce-tabs ul.tabs li a,
body.single-product #wrapper .woocommerce-tabs ul.tabs li a {
    font-weight: 700 !important;
    font-size: 1.5em !important;
    text-transform: uppercase !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}