.basket-line_header {
	font-size: 14px;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 4px;
    background: #EAEAEA;
}
.basket-line_header svg {
	margin-right: 10px;
}
.basket-line_header i {
	font-size: 40px;
	margin-right: 10px;
}
.basket-line_header span {
	border: 1px solid #0d4649;
	border-radius: 50%;
	width: 25px;
	display: block;
	height: 25px;
	text-align: center;
	line-height: 25px;
	position: absolute;
	top: -8px;
	background: #fff;
	right: -1px;
}
.basket-line_header {
	font-size: 14px;
}
.basket-line_header a {
	color: #434343;
}
.bx-header-personal .bx-basket {
	display: flex;
	justify-content: center;
	align-items: center;
}
.favorite_header {
	padding-left: 30px;
	padding-right: 30px;
}