/*body {
	font-family: Arial;
	color: #211a1a;
	font-size: 0.9em;
}*/

/**/



#product-grid {
/*	margin: 40px;*/

}








#shopping-cart table th {
	
	background-color: #F0F0F0;
}















.txt-heading {
	color: #211a1a;
	border-bottom: 1px solid #E0E0E0;
	overflow: auto;
}

#btnEmpty {
	background-color: #ffffff;
	border: #d00000 1px solid;
	padding: 5px 10px;
	color: #d00000;
	float: right;
	text-decoration: none;
	border-radius: 3px;
	margin: 60px 30px 10px 0px;
}

.btnAddAction {
    padding: 5px 10px;
    margin-left: 5px;
    background-color: #333333;
    border: #E0E0E0 1px solid;
    color: white;
    float: right;
    text-decoration: none;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 600;

    background-image: url(img/add.png) no-repeat scroll 7px 7px;

	/*background-size: cover;
	background-repeat: no-repeat;
*/
}

#product-grid .txt-heading {
	margin-bottom: 18px;
}

.product-item {
	float: left;
	background: #ffffff;
	margin: 30px 30px 40px -15px !important;
	/*border: #E0E0E0 1px solid;*/
}

.product-image {
	height: 250px !important;
	width: 260px !important;
	background-color: #ededed;

}




.product-image:hover{
	transition: 0.5s;
	transform: scale(1.1);
}






.product-image img {
	height: 100%;
	width: 100%;

}


.clear-float {
	clear: both;
}

.demo-input-box {
	border-radius: 2px;
	border: #CCC 1px solid;
	padding: 2px 1px;
}

.tbl-cart {
	font-size: 0.9em;
}

.tbl-cart th {
	font-weight: normal;
}

.product-title {
	margin-bottom: 20px;
}

.product-price {
	float:left;
}

.cart-action {
	float: right;

}

.product-quantity {
    padding: 5px 10px;
    border-radius: 3px;
    border: #E0E0E0 1px solid;
    
}

.product-tile-footer {
    padding: 15px 15px 0px 15px;
    font-weight: 600;
    overflow: auto;
    border: #E0E0E0 1px solid;
    height: 130px;
	width: 260px !important;
}

.cart-item-image {
	width: 30px;
    height: 30px;
    border-radius: 50%;
    border: #E0E0E0 1px solid;
    padding: 5px;
    vertical-align: middle;
    margin-right: 15px;
    background-color: #ededed;
}
.no-records {
	text-align: center;
	clear: both;
	margin: 38px 0px;
}






@media only screen and (min-width: 200px) and (max-width: 416px){       
	            


}