@media (max-width: 767px) {
	.mobile-basket__link {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background-color: #4f6ab0;
		padding: 0 10px;
		height: 100%;
		text-decoration: none;
		min-width: 55px;
	}

	.mobile-basket__img {
		background-size: contain;
		height: 21px;
		width: 26px;
		background-repeat: no-repeat;
		color: #fff;
		margin-bottom: 5px;
		position: relative;
	}

	.mobile-basket__quantity {
		position: absolute;
		bottom: -4px;
		right: -5px;
		border-radius: 50%;
		width: 15px;
		height: 15px;
		background-color: #4ea800;
		border: 1px solid #fff;
		text-align: center;
		font-size: 12px;
	}

	.mobile-basket__price {
		color: #fff;
		font-size: 12px;
	}
}