.bx-basket-block {
	text-align: right;
}

.bx-basket-block a {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-top: 5px;
	position: relative;
	text-decoration: none;
	color: #0D0D0D;
	font-size: 14px;
	font-weight: 700;
	transition: 0.2s linear;
}

.bx-basket-block a:hover {
	text-decoration: none;
	color: #FFE921;
	transition: 0.2s linear;
}

.bx-basket-block a img {
	max-width: 100%;
}

.bx-basket-block a span.cart-num {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #FFE921;
	color: #000000;
	font-size: 8px;
	font-weight: bold;
	display: flex;
	align-items: center;
  justify-content: center;
	margin-top: -20px;
	margin-left: -5px;
}

.bx-basket-block a span.cart-title {
	margin-left: 15px;
}

@media screen and (max-width: 767px) {
	.bx-basket-block {
		text-align: center;
	}

	.bx-basket-block a {
		justify-content: center;
	}
}
