.transparent-header {
    position: fixed;
    top: 0;
    padding: 35px 0 0;
    transition: all 0.5s ease-in-out;
    background: #16161645;
}

.navbar-wrap ul li a {
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
    /* max-width: 150px; */
    width: 100%;
    max-width: 100%;
    text-align: center;
    position: relative;
    padding-top: 40px;
}
@media (min-width: 1024px){
.navbar-wrap > ul > li.menu-item-339 > a{
		max-width: 100% !important;
	}
	.navbar-wrap > ul > li.menu-item-342 > a{
		max-width: 100% !important;
	}
}



.navbar-wrap .AboutMenu > a{
	background:none !important;
}
.navbar-wrap .AboutMenu > a:hover{
	background:none !important;
}
.navbar-wrap .BrandsMenu > a{
	background:none !important;
}
.navbar-wrap .BrandsMenu > a:hover{
	background:none !important;
}
.navbar-wrap .KYMMenu > a{
	background:none !important;
}
.navbar-wrap .KYMMenu > a:hover{
	background:none !important;
}
.navbar-wrap .RecipesMenu > a{
	background:none !important;
}
.navbar-wrap .RecipesMenu > a:hover{
	background:none !important;
}
.navbar-wrap .WhyUsMenu > a{
	background:none !important;
}
.navbar-wrap .WhyUsMenu > a:hover{
	background:none !important;
}
.navbar-wrap .FTPMenu > a{
	background: none !important;    
}
.navbar-wrap .FTPMenu > a:hover{
	background: none !important;
}
.navbar-wrap .FindUsMenu > a{
	background: none !important;
}
.navbar-wrap .FindUsMenu > a:hover{
	background: none !important;
}
.navbar-wrap .CSRMenu > a{
	background: none !important;
}
.navbar-wrap .CSRMenu > a:hover{
	background: none !important;
}

#sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: transform 0.35s ease;
}

#sticky-header.hide {
    transform: translateY(-100%);
}

#sticky-header.show {
    transform: translateY(0);
}