.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: #FE674C;
	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: #0D0D0D;
	color: #fff;
	font-size: 8px;
  font-weight: 700;
	display: flex;
	align-items: center;
  justify-content: center;
	margin-top: 15px;
	margin-left: -5px;
}

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

@media screen and (min-width: 768px) and (max-width: 960px) {
	.bx-basket-block a span.cart-title {
		display: none;
	}
}

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

	.bx-basket-block a {
		justify-content: center;
		padding-top: 2px;
	}

	.bx-basket-block a span.cart-title {
		display: none;
	}
}
