.profile_user_left .leftNavBlock{
	margin-right: 0;
}
.leftNavBlock{
	margin-right: 10px;
}
.LeftMenu--sticky{
	position: sticky;
	top: 50px;
}
.LeftMenu{
	min-width: 185px;
	flex-shrink: 0;
	width: inherit;
	display: flex;
	/* height: fit-content; */
	height: max-content;
	padding: 8px 0;
	flex-direction: column;
	background-color: white;

}
.LeftMenu__item{
	display: flex;
	align-items: center;
	color: #353E4E;
	text-decoration: none;
	padding: 6px 10px;
	cursor: pointer;
}
.LeftMenu__item:hover{
	background: #f3f3f3;
}
.LeftMenu__icon{
	display: flex;
	align-items: center;
	margin-right: 8px;
}
.LeftMenu__item svg{
	fill: #8FCAF2;
}
.LeftMenu__name{
	font-size: 14px;
	margin-right: auto;

}
.LeftMenu__img{
	border-radius: 50px;
	width: 16px;
}
.LeftMenu__quantity{
	align-self: flex-end;
	font-size: 12px;
}

@media (max-width: 1100px) {
	.leftNavBlock {
		display: none;

	}
}
@media (max-width: 800px) {
	.LeftMenu {
		display: none;

	}
}