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

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

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering,
.woocommerce-result-count {
  display: none;
}

.nav-dark .nav>li>a{
	color:#fff !important;
}

.nav>li>a, .nav-dropdown>li>a {
    color: #585858 !important;
}

.absolute-footer{
	color:#000 !important;
}

.localisation{
	padding-bottom:0% !important;
}


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