.header-top-custom{}
.header-top-custom .wrapper{
	padding:5px 0px;
}
.header-top-custom .tool.left>.uk-list>li{
	margin-right:10px;
}
.header-top-custom .tool.right>.uk-list>li{
	margin-left:10px;
}
.header-desktop-custom{}
.header-desktop-custom .wrapper{
    padding:10px 0px;
    background-color:#1d4a05;
}
.header-desktop-custom .brand-image{}
.header-desktop-custom .brand-image img{
    height:40px;
    filter:brightness(0) invert(1);
}
.header-desktop-custom .brand-text{}
.header-desktop-custom .brand-text a{
    color:#FFF;
    font-weight:bold;
    font-size:16px;
}
.header-desktop-custom .navbar{}
.header-desktop-custom .navbar .uk-navbar{
    background-image:none;
    background:transparent;
    border:none;
}
.header-desktop-custom .navbar .uk-navbar-nav>li>a{
    text-shadow:none;
    font-family:inherit;
    height:41px;
    line-height:40px;
    padding:0px 10px;
    text-transform:uppercase;
	font-weight:bold;
    color:#FFF;
}
.header-desktop-custom .navbar .uk-navbar-nav>li>a>i{
    margin-left:5px;
    vertical-align:middle;
    /* color:#000; */
}
.header-desktop-custom .navbar .uk-navbar-nav>li.uk-open>a,
.header-desktop-custom .navbar .uk-navbar-nav>li:hover>a,
.header-desktop-custom .navbar .uk-navbar-nav>li>a:focus,
.header-desktop-custom .navbar .uk-navbar-nav>li.uk-active>a{
    background-color:transparent;
    box-shadow:none;
    border:1px solid transparent;
}
.header-desktop-custom .navbar .uk-navbar-nav>li:hover>a,
.header-desktop-custom .navbar .uk-navbar-nav>li.uk-active>a{
	text-decoration:underline;
}
.header-desktop-custom .navbar .uk-dropdown-navbar{
	top:35px !important;
    box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    border:none;
}
.header-desktop-custom .navbar .uk-nav-navbar>li>a{
    /* color:#000; */
}
.header-desktop-custom .navbar .uk-nav-navbar>li>a:focus,
.header-desktop-custom .navbar .uk-nav-navbar>li>a:hover{
    /* background:transparent; */
    /* color:#000; */
	/* text-decoration:underline; */
    /* box-shadow:none; */
    /* text-shadow:none; */
}
/* .header-desktop-custom .search{} */
/* .header-desktop-custom .search .extend{ */
    /* width:668px; */
    /* position:relative; */
/* } */
/* .header-desktop-custom .search input[type=text]{ */
    /* width:100%; */
    /* border:2px solid #0c4b9c; */
    /* border-radius:25px; */
    /* padding:0px 65px 0px 15px; */
    /* height:35px; */
/* } */
/* .header-desktop-custom .search .uk-button{ */
    /* position:absolute; */
    /* right:0px; */
    /* top:0px; */
    /* background:transparent; */
    /* text-shadow:none; */
    /* color:#FFF; */
    /* padding:0px 20px; */
    /* line-height:35px; */
    /* height:35px; */
    /* border-radius:25px; */
    /* background-image:linear-gradient(90deg, #2678e0, #0c4b9c); */
/* } */
/* .header-desktop-custom .search .uk-button>i{ */
    /* line-height:inherit; */
    /* vertical-align:middle; */
/* } */
.header-desktop-custom .tool>.uk-list>li{
	margin-left:15px;
}
.header-desktop-custom .tool>.uk-list>li>a{
    position:relative;
    height:30px;
    line-height:30px;
    padding:0px 10px;
    display:inline-block;
	font-weight:bold;
    border-radius:25px;
    border:1px solid #FFF;
    color:#FFF;
}
.header-desktop-custom .tool>.uk-list>li>a>i{
	margin-right:5px;
}
/* .header-desktop-custom .tool>.uk-list>li.cart>a>span{ */
    /* background:red; */
    /* color:#FFF; */
    /* display:inline-block; */
    /* position:absolute; */
    /* left:10px; */
    /* top:-5px; */
    /* width:15px; */
    /* height:15px; */
    /* line-height:15px; */
    /* text-align:center; */
    /* border-radius:50%; */
    /* font-size:10px; */
/* } */
.header-mobile-custom{}
.header-mobile-custom .wrapper{
    padding:10px 0px;
    background-color:#1d4a05;
}
.header-mobile-custom .toggle{
	margin-right:15px;
}
.header-mobile-custom .toggle a{
    color:#FFF;
}
.header-mobile-custom .brand-image{}
.header-mobile-custom .brand-image img{
    height:20px;
    filter:brightness(0) invert(1);
    /* filter:brightness(0) invert(0); */
}
.header-mobile-custom .brand-text{}
.header-mobile-custom .brand-text a{
    font-weight:bold;
    font-size:16px;
}
.header-mobile-custom .tool>.uk-list>li{
	margin-left:15px;
}
.header-mobile-custom .tool>.uk-list>li>a{
    position:relative;
    display:inline-block;
    color:#FFF;
}