.store-menu {
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.store-menu-item-link {
	color: #000;
}