.seperate {
    padding: 0 10px;
    color: #fff;
}
#header, #header-new {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 23px 0 18px 0;
    height: 78px;
    z-index: 11;
    background: #9a9b9d;
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px 0px #000;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 12px;
}
.header-menus #top-main-nav #nav > ul > li > ul {
    display: none;
    position: absolute;
    background-color: white;
    left: 10px;
}
.header-menus {
    position: relative;
    height: 78px;
    width: 685px;
    margin-left: -8px;
}
#top-main-nav {
    height: 48px;
    width: 100%;
    position: absolute;
    bottom: -18px;
    display: flex;
    flex-direction: row;
    flex-wrap: no-wrap;
    align-items: center;
}
#top-main-nav > a {
    padding-right: 15px;
}
#top-sub-nav {
    width: 100%;
}
#top-main-nav #nav {
    width: 100%;
}
#nav-spacer {
    flex: 1 0 auto;
}
.header-menus #top-main-nav #nav > ul > li:hover > ul {
    display: block;
    background-color: white;
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px 0px #000;
    z-index: 1;
}
#nav > ul > li {
    line-height: 48px;
    position: relative;
}
.header-menus a {
    padding: 3px 8px;
    border-radius: 20px;
}

a.active , #nav > ul > li:hover > a{
    background-color: #404747;
}

#nav > ul > li#shop_cart:hover > a{
    background-color: transparent;
}
#nav > ul > li:hover > a {
}

.header-menus ul ul li a {
    color: #404747;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}
.header-menus ul ul li {
    line-height: 15px;
    padding: 5px 8px;
    /*width: max-content; */
    width: auto;
    white-space: nowrap;
    min-width: 100%;
    box-sizing: border-box;

}
.header-menus ul ul li:hover a, .header-menus ul ul li a.active {
    background-color: #C2CF0E;
}
.header-menus ul ul {
    padding: 15px 0 5px 0;
}
#subnav ul li {
    float: left;
}
#subnav ul {
    float: none;
    clear: both;
}
#mean-menu-nav {
    display: none;
}
#content {
    margin-top: 150px;
}
#content_sp {
    top: 190px !important;
}
#topspace {
    top: 150px !important;
}
#header-new > .wrapper {
    width: 960px;
    margin: 0 auto;
    padding: 0 1%;
}
#shoping
@media only screen and (max-width: 960px) { 
    #header-logo-new {
	display: none;
    }
}

@media only screen and (max-width: 767px) {
    #header-logo-new {
	display: block;
    }
    .header-menus {
	display: none;
	}
    .mean-bar a.meanmenu-reveal {
	display: block !important;
	right: 30px !important;
	padding-top: 4px;
    }
    .mean-bar a.meanmenu-reveal .hamburger-inner {
	height: 4px;
    }
    #header, #header-new {
	background: #fff;
	border-bottom: 1px solid #c0ce2c;
	height: 58px;
	box-shadow: none;
	padding: 0;
	
    }
    #header-logo-new img {
	max-height: 50px;
	max-width: auto;
	margin: 4px 0;
    }
    #header-logo-new {
	margin: 0 auto;
	height: 50px;
    }
    a.active, #nav > ul > li:hover > a {
	background-color: transparent;
    }
    .mean-last a {
	text-align: left !important; 
    }
    .mean-last  {
	background-color: transparent !important;
    }
}
.mean-container a.meanmenu-reveal span {
    background-color: transparent;
}
@media only screen and (max-width: 767px) {
    .mean-container a.meanmenu-reveal {
	position: fixed;
	top: 12px;
    }
}