 

#shopping-cart {
 
 
}


.shopping-cart {
 
	margin:15px;
 
	border-radius:10px;
	background-color:#000000;
}

#product-grid {
	margin: 40px;
}

#shopping-cart table {
	width: 100%;
 
}

#shopping-cart table td {
 
}

.txt-heading {

 
	overflow: auto;
}

#btnEmpty {
	 
 
	padding: 5px 10px;
 
	float: right;
	text-decoration: none;
	border-radius: 3px;
	margin: 10px 0px;
}

.btnAddAction {
    padding: 5px 10px;
    margin-left: 5px;
  
    
    float: right;
    text-decoration: none;
    border-radius: 3px;
    cursor: pointer;
}

#product-grid .txt-heading {
	margin-bottom: 18px;
}

.product-item {

	background-image: transparent;
	margin: 30px 30px 0px 0px;
	 
}



.clear-float {
	clear: both;
}

.demo-input-box {
	border-radius: 2px;
 
	padding: 2px 1px;
}

.tbl-cart {
	font-size: 0.9em;
}

.tbl-cart th {
	font-weight: normal;
}

.product-title {
	margin-bottom: 20px;
}



.cart-action {
	float: right;
}

.product-quantity {
    padding: 5px 10px;
    border-radius: 3px;
 
}

.product-tile-footer {
    padding: 15px 15px 0px 15px;
    overflow: auto;
}

.cart-item-image {
	width: 60px;
    height: 60px;
    border-radius: 50%;
 
    padding: 5px;
    vertical-align: middle;
    margin-right: 15px;
}
.no-records {
	text-align: center;
	clear: both;
	margin: 38px 0px;
}