.b-small-basket  {
	position: relative;
}
.admin .b-small-basket {
	margin: 0 5px 0 0;
}
.b-small-basket a {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 0;
	background: transparent url("images/icon.svg") center / 27px 24px no-repeat;
}
/*.admin .b-small-basket a {*/
.b-small-basket a {
	width: auto;
	height: auto;
	padding: 38px 5px 0;
	background: transparent url("images/icon.svg") top center / 27px 24px no-repeat;
	font-size: 12px;
	background-position: center 7px;
}
.b-small-basket  a:hover {
	background-color: #eeeef3;
	border-radius: 4px;
}

.b-small-basket_num {
	position: absolute;
	top: -4px;
	right: -5px;
	font-size: 9px;
	line-height: 12px;
	color: #fff;
	width: 16px;
	height: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	background-color: var(--site-primory-color);
}

@media (max-width: 991px) {
	.b-small-basket a {
		width: 32px;
		height: 32px;
		background-size: 23px 20px;
	}
	/*.admin .b-small-basket a {*/
	.b-small-basket a {
		font-size: 0;
		width: 40px;
		height: 0;
	}
}
