#shop-nav .dropdown-menu{
	position: fixed;
	right: 0;
	top: 0;
	width: 380px;
	min-height: 100%;
	margin:0;
	border: none;
	z-index: 99;
	-webkit-animation: slideInRight 1s;
}