.small-basket {
	background: #fff;
	font-size: 12px;
	padding: 8px;
	position: fixed;
	text-align: center;
	z-index: 5;
}

	.small-basket a {
		color: #212c37;
		text-decoration: none;
	}

		.small-basket .svg-icon{
			fill: #ee1d25;
			height: 37px;
			width: 40px;
			cursor: pointer;
		}

@media (max-width: 767px) {
	.small-basket {
		border-top: 2px solid #ee1d25;
		bottom: 0;
		left: 0;
		width: 100%;
	}

		.small-basket div {
			display: inline-block;
			margin-right: 10px;
			vertical-align: middle;
		}
}
@media (min-width: 768px) {
	.small-basket {
		border: 2px solid #ee1d25;
		border-top: none;
		right: 20px;
		top: 0;
	}

		.small-basket div {
			margin-bottom: 10px;
		}
}