
div.cart_contents {
	display: none;
}
@media (min-width: 800px) {
	div.cart_contents {
		display: inline-block !important;
		position: relative;
	}
	div.cart_contents a {
		/*
		display: inline-block !important;
		background-image: url('../img/shopping_cart_icon.png');
		width: 42px;
		height: 34px !important;
		background-size: 38px;
		background-repeat: no-repeat;
		*/
	}
	div.cart_contents a:before {
		/*
		font-family: "Genericons";
		content: '\f447';
		font-size: 2em;
		vertical-align: middle;
		*/
	}
	div.cart_contents a:hover {
		color: rgba(75, 143, 220, 1);
	}
	div.cart_contents a.fa-shopping-cart {
		color: #333;
		font-size: 1.5em;
	}
	span.cart_qty {
		display: inline-block;
		background-color: #ca091c;
		border-radius: 20%;
		color: #fff;
		padding: .2em .4em .2em .4em;
		vertical-adivgn: middle;
		line-height: 1em;
		position: relative;
		top: -14px;
		left: -14px;
		font-size: .75em;
		font-weight: bold;
	}
	span.cart_empty {
		font-family: inherit;
		display: inline-block;
		color: #999;
		font-size: 0.6em;
		font-weight: normal;
	}
	span.cart_total {
		display: inline-block;
		margin-left: -15px;
	}
}
