body {
	font-family: Arial;
	color: #211a1a;
	font-size: 0.9em;
}

#shopping-cart {
	margin: 40px;
}

#product-grid {
	margin: 40px;
}

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

#shopping-cart table td {
	background-color: #FFFFFF;
}


#btnEmpty {
	background-color: #ffffff;
	border: #d00000 1px solid;
	padding: 5px 10px;
	color: #d00000;
	float: right;
	text-decoration: none;
	border-radius: 3px;
	margin: 10px 0px;
}

.btnAddAction {
    padding: 5px 5px;
    margin-left: 5px;
    background-color: #efefef;
    border: #E0E0E0 1px solid;
    color: #211a1a;
    float: right;
    text-decoration: none;
    border-radius: 3px;
    cursor: pointer;
}


.product-item {
	float: left;
	background: #ffffff;
	margin: 30px 30px 0px 0px;
	border: #E0E0E0 1px solid;
}

.product-image {
	height: 250px;
	width: 250px;
	background-color: #FFF;
}

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

.product-price {
	font-size: 0.9em;
	float:left;
	padding-top:5px;
}

.cart-action {
	float: right;
}

.product-quantity {
    padding: 5px 5px;
    border-radius: 3px;
    border: #E0E0E0 1px solid;
}

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

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


 .Table
    {
        display: table;
		width: 100%;
    }


    .Heading
    {
		padding : 5px 10px;
		background-color: #F0F0F0;
        display: table-row;
        font-weight: bold;
        text-align: center;
    }
    .Row
    {
		background-color: #FFFFFF;
        display: table-row;
        text-align: center;
    }
	.Row_bottom
    {
		font-weight: bold;
		background-color: #FFFFFF;
        display: table-row;
        text-align: center;
    }
    .Cell
    {
		padding : 5px 10px;
        display: table-cell;
		border-style: solid;
		border-width: 1px;
		border-color:#F0F0F0;
    }
	.Cell_left
    {
		padding : 5px 10px;
        display: table-cell;
		border-style: solid;
		border-width: 1px;
		border-color:#F0F0F0;
        text-align: left;
    }
	
	.btnSubmitAction {
    padding: 5px 10px;
    margin-left: 5px;
    background-color: #23bd08;
    border: #23bd08 1px solid;
    color: #f7f7f7;
    float: right;
    text-decoration: none;
    border-radius: 3px;
    cursor: pointer;
	margin : 10px 0px;
	font-weight: bold;
}
#captcha_cart{
	width: 22%;
	color:#B9B9B9;
	border: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-top: 0;
	outline: none;
	font-family: 'Lato', sans-serif;
	padding: 1em 0;
	font-size: 1em;
	font-weight: 600;
}