/*
Theme Name: Flatsome Child
Theme URI: 
Description: 
Author: 
Author URI: 
Template: flatsome
Version: 3.15.3
*/

@import url('fonts/style.css');

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


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


}
body, h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif !important;
}
input#woocommerce-product-search-field-0 {
    border-radius: 1px !important;
}
.nav > li > a, .mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-weight: 700;
    font-style: normal;
    color: #333;
}
.header-main {
    height: 90px;
    background-color: #f2f2f2;
}
.header-bottom {
    background: #FFF !IMPORTANT;
    border-bottom: 2px solid #E4E7ED;
    border-top: 3px solid #D10024;
}
.header-top {
    min-height: 30px;
    background: #1E1F29 !IMPORTANT;
}
.header:not(.transparent) .header-bottom-nav.nav > li > a {
    color: #777777;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    padding: 15px 10px;
}