/* Header
-----------------------------------------------------------------------------*/
.top-header{
    margin: 83px 0 0;
    float: left;
    width: 25%;
}

.top-header .back{
	margin:0 0 20px;
}

.top-header #search-link{
	float: left;
    margin: 3px 0 0;	
}
#login-links{
    margin: 15px 0 0 0;	
	padding-right: 0;
}

#login-links .user{
    background: url(../images/user.png) no-repeat;	
	display:inline-block;
    width: 40px;
    height: 40px;
}
.header {
    color: #000;
    width: 100%;
    position: relative;
    z-index: 16;
    background: #fff;
    font-size: 16px;
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15);	
}

#right{
	float:right;
	width:25%;
	margin: 122px 0 0;
}

#body-101 .header{
	box-shadow:none;
	background: rgba(220, 255, 255, 0.7);
}


#cart-soc-search{
	float:left;
    width: 48%;	
}

#logo{
    padding-top: 14px;	
}

#logo img{
	max-width:166px;
}

#body-101 #logo{
    padding-top: 8px;	
}

#body-101 #logo img{
	max-width:initial;
}

#menu{
    margin: 35px 0 10px;
    float: left;
	text-align: center;
    width: calc(100% - 22px);
}

#body-101 #menu{
    margin: 35px 0 0;	
}

#menu ul{
	list-style:none;	
}

#forhide{
	cursor:pointer;
}

.language{
    float: right;
    padding: 35px 0 0 0px;
}

.header #menu .menu{
    margin-left: 0;
}

.language a{
    color: #324950;	
}

#product_search{
    display: inline-block;
	width: 100%;	
}

#search{
    text-align: right;
    margin: 15px 0 0;
    padding-left: 0;
    position: relative;	
    max-width: 350px;
    width: 100%;
    float: right;
}

#search button{
    background: url(../images/search.png) no-repeat;
    background-position: center;
    font-size: 0;
    height: 18px;
    width: 18px;
    text-align: center;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    z-index: 9;
    top: 9px;
}

#search input{
    background: transparent;	
    color: #324950;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #324950;
    height: 38px;
    padding: 0;
    width: 100%;
    outline: none;
    font-family: Heebo-Medium;
    z-index: 9;
    position: relative;
	padding-right:35px;
}

#search input::placeholder{
	color: #324950;	
}

#menu ul li > .child-menu{
    display: none;
    position: absolute;
    border-top: 0;
    z-index: 9;
    padding: 0;
}

#menu ul li:hover > .child-menu{
	display:block;
}

#menu ul li > .child-menu ul{
	float:right;
	margin: 20px 0 0;
	padding: 0 4%;	
	background:#fff;
	border: 1px solid #e6e6e6;
	border-top:0;
	width:250px;
	padding:0;
}

#menu ul li > .child-menu ul li{
	display:block;
	text-align: right;
	border-bottom: 1px solid #e6e6e6;
	padding: 15px;	
}

#menu ul li > .child-menu ul li:last-child{
	border:none;
}

#menu ul li > .child-menu ul li a{
	padding: 0;		
    text-align: left;	
}

#menu ul li > ul li{
	display:block;
}

#menu li{
	display:inline-block;
    padding-left: 18px;	
}

#menu li a, #menu li span{
    text-decoration: none;
    color: #324950;
    font-size: 18px;
    display: block;
    position: relative;
    z-index: 9;
}

#menu li:hover > a,#menu li.active > a{
	color:#57984C;
}

#cart{  
    padding: 2px 35px 2px 0;
    margin: 0;
    cursor: pointer;
    float: right;
    direction: ltr;
    background: url(../images/cart.png) no-repeat right;
	position: relative;
    margin: 0;	
}

#showCart{
	display:block;
	width:100%;
	height:100%;
}

#cart span{
	padding: 0;
    right: 0;
    text-align: center;
}

.sidebar{
	margin: 6px 0 0 -59px;
    position: absolute;
    left: 50%;
}

.sidebar a{
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    background: url(../images/star.png) no-repeat right;
    padding: 0 22px 0 0;
}

.sub-menu{
    background: #fff;
    padding: 65px 30px;
    width: 400px;
    height: 333px;
    position: absolute;
    z-index: 9;	
    margin-top: 54px;
	display:none;
}

.sub-menu:before{
    background:#c73e40;
	display: block;
	height:50px;
	width:100%;
	content: "";
	position: absolute;
	right:0;
	top:0;
}

.sub-menu:after{
    content: "";
    background: url(../images/arrow.jpg) no-repeat right 0;
    display: block;
    width: 12px;
    height: 11px;
    position: absolute;
	top: -11px;
}

.sub-menu ul{
	height:100%;
}

.sub-menu li{
	display:block !important;
	padding:5px 0 !important;
	width:70%;
	float:right;
}

.sub-menu li:nth-child(2n){
	float:left;
	width:30%;
}

.sub-menu a{
	font-size:16px!important;
}

.enter-link{
    background: url(../images/user.png) no-repeat right;
    padding: 2px 35px 2px 0 !important;
}


#menu-phone{
	border-top:1px solid #cccccc;
	clear:both;
	margin: 30px 0 0;
}

#phone{
	float: left;
    background: url(../images/phone.png) no-repeat;
    background-position: right 0px;
    font-size: 24px;
    padding: 7px 40px 6px 0;
    margin: 16px 0 0 0;
}

