/*
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.   ***************/
ol,ul{padding:revert}
#breadcrumbs {
	  padding-left: 5%;
		padding-top: 20px;
}
.nav>li>a {
    font-size: 1em;
}
h1, h2, h3, h4, h5, h6, .heading-font {
    color: #000000!important;
}
.bazz-widget {
	right: 0!important;
}
.header-button .button.icon {
    color: #000;
}
.header-cart-link {
	color: #fff!important;
}
#billing_first_name_field {
	display: none;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

}
