@media screen and (max-width: 910px)
{
	.hanmdc-smallname
	{
		display:inline;
	}
	.hanmdc-bigname
	{
		display:none;
	}
	#header-additional-navigation-menu-display-changer
	{
		width:80px;
	}
}

@media screen and (max-width: 746px)
{
	#header-options-menu-wrapper
	{
		right:10px;
	}

	#header-additional-navigation-menu-display-changer
	{
		left:10px;
	}
	#header-additional-navigation-menu
	{
		left:10px;
	}
}
@media screen and (max-width: 670px)
{
	#header-smile img
	{
		left:19px;
	}
	#header-smile i
	{
		left:19px;
	}
	#header-smile
	{
		width:46px;
		padding-left:0;
		padding-right:0;
		border:0px solid red;
	}
	#header-user-accaunt
	{
		width:50px;
		padding-left:0;
		padding-right:0;
		border:0px solid red;
	}
	#header-user-accaunt i
	{
		left:14px;
	}
	#header-user-accaunt span
	{
		display:none;
	}
	#header-user-accaunt div
	{
		border-left:0px solid #e5e5e5;
	}	
	#header-smile span
	{
		display:none;
	}
	#header-basket
	{
		width:55px;
		height:40px;
		padding-right:0px;
	}
	#header-basket span
	{
		display:none;
	}
	#header-basket i
	{
		left:14px;
	}
	#header-smile-content
	{
		width:215px;
		font-size:16px;
		padding:54px 30px 30px 30px;
	}
	#header-smile-content-close
	{
		font-size:18px;
		left:auto;
		right:20px;
	}
	#header-smile-content-close i
	{
		font-size:16px;
	}
	#header-smile-content-update
	{
		font-size:18px;
	}
	#header-smile-content-update i
	{
		font-size:16px;
	}
}
/*------------------------------------------ MOBILE MENU ---------------------------------------------*/
@media screen and (max-width: 642px)
{
	#header-additional-navigation-menu
	{
		padding:0px;
		display:none;
		left:0px;
		width:100%;
		background:transparent;
		box-shadow: 0px 0px 0px #515151;
		-webkit-box-shadow: 0px 0px 0px #515151;
		-moz-box-shadow: 0px 0px 0px #515151;
	}	

	#header-additional-navigation-menu a
	{
		display:block;
		position:relative;
		float:none;
		font-size:15px;
		padding:20px 20px;
		color:white;
		background:rgba(81,81,81,0.9);
	}	
	#header-additional-navigation-menu a:hover
	{
		text-decoration:none;
	}
	.hanm-link-top-separator
	{
		background:#6d6d6d;
		height:1px;
		display:block;
		opacity:1;
	}
	.hanm-link-bottom-separator
	{
		background:#4e4e4e;
		height:1px;
		display:block;	
		opacity:1;
	}
	.hanm-link-arrow-right
	{
		display:block;
		position:absolute;
		right:20px;
		top:28px;
		background:transparent;
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid white;
	}	
}	
@media screen and (max-width: 330px)
{
	#header-basket
	{
		width:47px;
		height:40px;
		padding-right:0px;
	}
	#header-basket span
	{
		display:none;
	}
	#header-basket i
	{
		left:10px;
	}	
}

@media screen and (max-width: 319px)
{
	.hanmdc-smallname
	{
		display:none;
	}
	#header-additional-navigation-menu-display-changer
	{
		width:40px;
	}	
	
	#header-smile-content
	{
		width:195px;
	}
}