<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.checkout-footer {
	background-color: #4C5973 !important;
}

@media (max-width: 767px) {
	.basket-items:before {
		background: url("/images/shopping-bag-white.svg") no-repeat scroll 0 0;
		content: " ";
		display: inline-block;
		width: 35px;
		height: 35px;
		background-size: cover;
		position:absolute;
		left:0;
		top:-1px;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
}</pre></body></html>