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

/*************** ADD CUSTOM CSS HERE.   ***************/

span.wpcf7-list-item { display: block; }

.woocommerce-result-count {
    display: none;
}
.nav>li>a {
    font-size: .7em
}

.nav-dropdown .menu-item-has-children>a,
.nav-dropdown .title>a,
.nav-dropdown .nav-dropdown-col>a {
    text-transform: uppercase;
    font-size: .7em;
    font-weight: bolder;
    color: #000
}

.nav-vertical li li.menu-item-has-children>a {
    color: #000;
    text-transform: uppercase;
    font-size: .7em;
    font-weight: bolder
}

#product-18135 .woocommerce-tabs {display: none !important;}

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


}