/*
Theme Name: Maxweb
Description: This is a child theme for Flatsome Theme
Theme URI: https:
Author: Hoan
Author URI: 
Template: flatsome
Version: 3.6.1
*/


/*************** ADD CUSTOM CSS HERE.   ***************/
@import "fonts/font-awesome/css/font-awesome.min.css"; /* Using a string */


body {
    background: url("/wp-content/uploads/2020/07/bg-header.jpg") no-repeat top center,url("/uploads/2020/07/bg-body-1.png") no-repeat right 2100px,url("/wp-content/uploads/2020/07/bg-body-1.png") no-repeat right 4430px,url("/wp-content/uploads/2020/07/bg-body-4.png") no-repeat left 4500px,url("/wp-content/uploads/2020/07/bg-body-3.png") no-repeat right 3330px,url("/wp-content/uploads/2020/07/bg-body-2.png") no-repeat left 2700px,url("/wp-content/uploads/2020/07/bg-footer.jpg") no-repeat bottom center,url("/wp-content/uploads/2020/07/bg-body.png") repeat;
}
#wrapper, .header-bg-color, .header-wrapper{
	background-color: transparent !important;
}
.header-mega li{
	list-style: none;
	margin-bottom: 5px;
}
.header-mega li a{
	font-size: 14px;
	color: var(--primary-color)!important;
	font-weight: bold;
}
.header-mega li a span{
	font-size: 20px;
    margin-left: 5px;
    font-weight: 600;
}
.header-mega li a span:hover{
	color: #faa519 !important;
}
.sub-header-mega li a i{
	margin-right: 7px;
}
.sub-header-mega li{
	display: inline-block;
}
/* ----------------filter-search-myNam----------------- */
.woof_container {
    padding: 0;
    margin: 0;
    float: left;
    width: 20%;
	border-top: 1px solid #faa519;
    border-bottom: 1px solid #faa519;
}
.woof_text_search_container {
    width: 45% !important;
}
.woof_submit_search_form_container {
    width: 35%;
    float: left;
    clear: unset;
    margin: 0;
}
.chosen-container-single .chosen-single {
    height: 35px !important;
    line-height: 33px !important;
	background: rgba(255,255,255,.4);
    border-radius: unset;
    border: unset;
    box-shadow: unset;
	text-indent: 3px;
}
.chosen-container-single .chosen-single div b {
    background: unset!important;
    font-size: 16px;
}
.chosen-container-single .chosen-single div b:after {
    content: "\f107";
    font-family: FontAwesome;
}
.search-filter {
    font-size: 16px;
}
.woof_container .woof_container_inner input[type="search"] {
    height: 35px;
    line-height: 35px!important;
    font-size: 14px;
    padding-left: 20px!important;
    box-shadow: unset;
    border: none;
	background: rgba(255,255,255,.4);
	text-indent: 3px;
}
.woof_container .woof_container_inner input[type="search"]::placeholder{
	font-size: 14px;
	color: #9d0b0f;
	font-weight: bold;
}
.woof_submit_search_form {
    width: 45%;
    height: 37px!important;
    line-height: 34px;
    border: none;
    font-size: 19px;
    margin: 0;
    padding: 0;
    min-height: unset;
    background-color: #faa519 !important;
    position: relative;
    border-top: 1px solid #faa519;
    border-bottom: 1px solid #faa519;
}
.woof_submit_search_form ::after{
	content: "";
    display: block;
    width: 11px;
    right: -11px;
    position: absolute;
    z-index: 1;
    top: -1px;
    bottom: -1px;
    background: url("/wp-content/uploads/2020/07/bg-search-right.png") no-repeat;
}
.woof_container_danh_muc{
	position: relative;
}
.woof_container_danh_muc::before{
	content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: -1px;
    bottom: -1px;
    background: url("/wp-content/uploads/2020/07/bg-search-left.png") no-repeat;
    width: 10px;
    left: -9px;
}
.chosen-container{
	margin-bottom: unset;
}
/* ----------------filter-search-myNam.end----------------- */
.box-mega-menu-title{
	height: 50px;
    background: #8b0304 url("/wp-content/uploads/2020/07/bg-product-menu-title.png") no-repeat center;
}
#mega-menu-title{
	padding: 12px 25px;
	font-size: 16px;
    text-transform: initial;
    color: #fff;
    font-family: "seagull",sans-serif;
	font-weight: bold;
}
#mega-menu-title i {
    margin-right: 9px;
	font-size: 16px;
    color: #fff;
}