/* Sidebox Shopping Cart */

#messageWrapper {
	position: absolute;
	right: 40px;
	top: 10px;
	font-weight: bold;
	z-index: 10000;
	width: 240px;
	}

.messageStackSuccess {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	font-size: 18pt;
	line-height: 22px;
	width: 240px;
	height: 50px;
	background-image: url(../images/success-arrow.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 5px;
	text-align: center;
	}

#shoppingcartWrapper {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	color: #ffffff; 
	padding: 10px 20px 0;
	position: relative;
	z-index: 1000;
	}

#shoppingcartHeading {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15pt;
	line-height: 20pt;
	text-align: center;
	margin: 0 0 10px 0;
	}

.messageMinSpend {
	text-align: center;
	font-size: 12px;
	color: #000000;
	line-height: 15px;
	clear: both;
	background: #e1e1e1;
	padding: 5px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	}

#cartBoxListWrapper {
	margin: 0;
	padding: 5px 0;
	font-size: 10pt;
	border-bottom: 1px solid #FF0000;
	}

/* Header Basket */

#basket {
	float: left:;
	padding: 3px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	background: #333333;
	display: flex;
	align-items: center;
	justify-content: space-between;
	}

.basketNumber {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-size: 20pt;
	line-height: 60px;
	color: #000000;
	float: left;
	width: 60px;
	height: 60px;
	text-align: center;
	background: url(../images/icons/bag.png) center top no-repeat;
	background-size: 100%;
	}

.basketPrice {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-size: 15pt;
	line-height: 60px;
	width: 70px;
	}

