/*
Theme Name: Chili theme Child
Description: This is a child theme for Chili Asia
Author: Chili Asia
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
li.html.custom.html_topbar_left span.color-light {
    color: #000;
}

li.html.custom.html_topbar_left span.color-light a.text-light {
    color: #000;
}

li.html.header-social-icons.ml-0 {}

li.html.header-social-icons .social-icons.follow-icons {
    color: #ffffff;
}

.tabs-home .product-small.col .box-text p:nth-child(4) {
    display: none;
}

.tabs-home .product-small.col .box-text ul:nth-child(4) {
    display: none;
}

.tabs-home .product-small.col .box-text p.box-excerpt.is-small {
    display: none;
}

.product-small.box .box-text.box-text-products .box-excerpt.is-small {
    display: none;
}

.product-small.box .box-text.box-text-products p:nth-child(4) {
    display: none;
}

.product-small.box .box-text.box-text-products ul:nth-child(4) {
    display: none;
}

.row.form-lien-he {
    margin: 0 !important;
}

#wide-nav .header-nav.nav-left {
    justify-content: flex-start;
    background: #d8261c;
}

#wide-nav .header-nav.header-bottom-nav>li.menu-item.current-menu-item {
    background: #e5463d;
    padding: 5px 10px;
    margin: 0;
}

#wide-nav .header-nav.header-bottom-nav>li.menu-item a {
    margin: 0;
    padding: 0;
	color: #fff;
}

#wide-nav .header-nav.header-bottom-nav .header-block {
    margin: 0;
}

#wide-nav .header-nav.header-bottom-nav>li.menu-item:hover {
    background: #f37b75;
}

#wide-nav .header-nav.header-bottom-nav>li.menu-item {
    padding: 5px 10px;
    margin: 0;
}

#wide-nav .header-nav.header-bottom-nav>li .sub-menu li a {
    padding: 10px 10px;
    color: #000;
}

div#wide-nav .flex-row {
    flex-wrap: wrap;
}

div#wide-nav .flex-row .flex-col.flex-left {
    max-width: 100%;
    width: 100%;
    margin: 0;
}

div#masthead #logo {width: auto;}

div#masthead #logo img {
    padding: 10px 0;
}

div#masthead .header-block .header-block-block-2 h3 {
    margin: 0;
}

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


}