
.nicf-cartbutton{
	background-color: #39b3d7 !important;
	min-width: 100px;
	border: none;
	padding: 10px;
	margin-right: 14px !important;
	display: inline-block;
	text-align: center !important;
	cursor: pointer;
	text-decoration: none;
	color: #FFF !important;
	min-height: 15px !important;
	font: 12px/15px Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.26) !important;
	border-radius: 3px !important;
}
.nicf-cartbutton:hover{
	background-color: #44C7ED !important;
}

.nicf-cart-itm {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
}
.nicf-cart-itm:last-child{
	border-bottom: none;
	margin-bottom: 0px;
}
.nicf-cart-itm .remove-itm{
	float: right;
	font-size: 1.5em;
}
.nicf-cart-itm .remove-itm a{
	text-decoration:none;
	color:#000;
}
.nicf-cart-total-text a{
	float:right;
}

.nicf-cart-view-table-front{
	font-size: 0.7em;
	position: fixed;
	top: 290px;
	right: 10px;
	max-width: 350px;
	font-family: Arial;
	z-index: 200000;
}
.nicf-cart-view-table-front h3{
	text-align: center;
	padding: 0;
	margin: 0px 0px 6px 0px;
}
.nicf-cart-view-table-front, .nicf-cart-view-table-back {
	max-width: 700px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.12);
	border: 1px solid #E4E4E4;
}
.nicf-cart-view-table-back table td{
	font-size: 0.8em;
}
.nicf-cart-view-table-front table th, .nicf-cart-view-table-back table th{
	text-align: left;
}
.nicf-cart-view-table-front table thead, .nicf-cart-view-table-back table thead{
	background-color: #9CCDFD;
}
.nicf-cart-view-table-front table tbody tr.even, .nicf-cart-view-table-back table tbody tr.even{
	background-color: #F7F7F7;
}
.nicf-cart-view-table-front table tbody tr.odd, .nicf-cart-view-table-back table tbody tr.odd{
	background-color: #EDEDED;
}
.nicf-cart-view-table-front button, .nicf-cart-view-table-front .button, .nicf-cart-view-table-back button, .nicf-cart-view-table-back .button{
	margin: 10px 1px;
	float: right;
}

.nicf-cart-hide { visibility: hidden; height: 10px; } /* Important upon form submission. */