/* Cart */
.cart i {
	width: 40px;
	height: 40px;
	position: relative;
	border-radius: 100px;
	display: block;
	background-color: #f6f0e8;
	margin-right: 10px;
	background: #f6f0e8 url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%2220px%22%20%20viewBox%3D%220%200%2020%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M1255%20116.5a1.5%201.5%200%201%201%203%200%201.5%201.5%200%200%201-3%200zm-11%200a1.5%201.5%200%201%201%203%200%201.5%201.5%200%200%201-3%200zm9.145%201a3.502%203.502%200%200%200%206.855-1%203.498%203.498%200%200%200-1.639-2.964l1.427-5.134a1.5%201.5%200%200%200-1.446-1.902h-12.33l-4.189-6.068a1%201%200%201%200-1.646%201.136l4.339%206.284a1.5%201.5%200%200%200%201.234.648h11.934l-1.25%204.5a3.502%203.502%200%200%200-3.289%202.5h-4.29a3.508%203.508%200%200%200-2.367-2.359v-1.14a1%201%200%200%200-2%200v1.148A3.502%203.502%200%200%200%201245.5%20120a3.502%203.502%200%200%200%203.355-2.5z%22%2F%3E%3C%2Fdefs%3E%3Cuse%20fill%3D%22%23ff7f50%22%20xlink%3Ahref%3D%22%23a%22%20transform%3D%22translate%28-1240%20-100%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.cart i span {
	color: #fff;
	top: -5px;
	right: -5px;
	width: 18px;
	height: 18px;
	font-size: 12px;
	line-height: 19px;
	text-align: center;
	position: absolute;
	border-radius: 100px;
	font-style: normal;
	background-color: #6a9536;
	box-shadow: 0 5px 3px -2px rgba(106, 149, 54, 0.35);
}
.cart .text {
	color: #222;
	font-size: 14px;
	font-weight: 700;
	margin: 0 20px 0 10px;
}
/* Checkout */
.checkout .name {
	margin-bottom: 15px;
	min-height: 47px;
}
.checkout .total {
	margin-top: 10px;
}
@media (max-width: 575px) {
	.cart .text {
		display: none;
	}
}