/*
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.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

@font-face {
    font-family: 'FlIcons';
    src: url('/icons/fl-icons.woff2?v=3.20.5') format('woff2');
    font-display: swap;
}

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif !important;
    padding-right: 0 !important;
}

body * {
    font-family: 'Montserrat', sans-serif !important;
}

.header-nav {
    font-size: 15px;
    color: #000;
}

.custom-menu-item a {
    position: relative;
    display: flex;
    cursor: pointer;
    height: 32px;
    align-items: center;
    color: #000 !important;
    line-height: 1;
}

.custom-menu-item a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;

    width: 100%;
    height: 2px;
    background-color: #1976d2;

    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.custom-menu-item:hover a::after,
.custom-menu-item.active a::after {
    transform: scaleX(1);
}

.flex-left>.header-nav-main {
    justify-content: flex-end;
}

.flex-right>.header-nav-main {
    justify-content: flex-start;
}

.flex-right>.header-nav-main>li:last-child {
    margin-left: auto;
}

#logo {
    height: 60px;
    margin-bottom: 2px;
    transition: all .3s;
}

#logo img {
    max-height: 60px !important;
}

.header-bg-color {
    background-color: #FFF !important;
}

#header>.stuck #logo>a>* {
    max-height: 60px !important;
}

.absolute-footer {
    display: none !important;
}

.shop-page-title {
    display: none !important;
}

.single-post .comments-area,
.single-post #comments,
.single-post .comment-respond {
    display: none !important;
}

.stuck .header-main .nav>li>a {
    line-height: unset !important;
    height: 32px;
}

.custom-menu-product-category {
    margin-top: 4px !important;
}

.stuck .custom-menu-product-category {
    margin-top: -3px !important;
}