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

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

    @font-face {
    font-family: 'Norwester Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Norwester Regular'), url('/wp-content/webfonts/norwester.woff') format('woff');
    }

    h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
		font-family: 'Norwester', sans-serif!important;
	}	



.product-short-description {
    margin-bottom: 1rem;
}

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


}