.headerRow,.totalRow{display:none;}

.cart-thankyou-headertext1 {
	margin-top: 20px;
	color: #274B5E;
	font-size: 14px;
	font-weight: bold;
}

.cart-thankyou-headertext2 {
	color: #274B5E;
	font-size: 14px;
}

.cart-thankyou-ordernum {
	color: #274B5E;
	font-size: 20px;
}

.cart-circle {
	position: relative;
	display:inline-block;
	background-color: rgba(0, 0, 0, .18);
	width: 40px;
	height: 40px;
	border-radius: 40px;
}

.cart-circle-highlighted {
	position: relative;
	display:inline-block;
	background-color: #D76C3B;
	width: 40px;
	height: 40px;
	border-radius: 40px;
}

.cart-circle-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	font-size: 20px;
}

.cart-circle-lineitem {
	display:inline-block;
	margin-left: 10px;
	vertical-align: top;
	margin-top: 10px;
	color: #274B5E;
	font-size: 14px;
}

.cart-vert-line {
	display:inline-block;
	height: 26px;
	margin-top: -6px;
	margin-bottom: -6px;
	margin-left: 20px;
	border-left: solid rgba(0, 0, 0, .18);
	border-width: 1px;
}

.cart-line-item-info-text {
	color: #337AB7;
}

.cart-credit-amount {
	color: #468E35;
}

.cart-sign-in-credit {
  color: rgba(0, 0, 0, .39);
  font-size: 13px;
}

.cart-submit-for-quote{
  color: rgba(0, 0, 0, .39);
  font-size: 13px;
}

.simpleCart_items{
	overflow-y:auto;
	overflow-x:hidden;
	height:324px;
	width:100%;
	margin-bottom:20px;
}

.itemRow{
	clear:both;
	width:100%;
	padding:11px 0;
	font-size:11px;
}

.item-image{
	float:left;
	width:60px;
}
.item-thumb{
	float:left;
	height:30px;
	width:30px;
}
.item-thumb > img{
	height:30px;
	width:30px;
}		
.item-name{
	float:left;
	margin-left: 5px;
	width:350px;
}
.item-price{
	float:left;
	width:50px;
	color:#418932;
}
.item-remove{
	float:right;
	width:50px;
}
.item-remove > a{
	float:right;
	width:85px;
}
.item-quantity{
	float:left;
	width:30px;
	margin-top:-12px;
	vertical-align:middle;
}
.item-quantity input{
	width:20px;
	border:1px solid #ccc;
	padding:3px 2px;
}
.item-total{
	float:left;
	color:#c23f26;
	margin-top:-6px;
}
.item-increment{
	float:left;
	margin-top:-14px;
}
.item-decrement{
	float:left;
	margin-top:-6px;
}
.emptyCart{
	float: left;
}
*/