body {
	font-family: Arial;
	color: #211a1a;
	font-size: 0.9em;
}

#product-grid {
	margin: 1%;
        width: 48%;
        float: left;
}

#shopping-cart {
	margin: 1%;
        width: 48%;
        float: left;
}

#shopping-cart table {
	width: 100%;
	background-color: #CCCCCC;
}

#shopping-cart table td {
	background-color: #FFFFFF;
}

.txt-heading {
	color: #211a1a;
	/*border-bottom: 1px solid #E0E0E0;*/
	overflow: auto;
}
.txt-heading h3{
	font-size: 20px;
}

#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 10px;
    margin-left: 5px;
    background-color: #efefef;
    border: #E0E0E0 1px solid;
    color: #211a1a;
    float: right;
    text-decoration: none;
    border-radius: 3px;
    cursor: pointer;
}
.btnAddActionCart {
    width: 35px;
    height: 35px;
    padding: 0px 7px;
    margin: 2px 0;
    font-size: 22px;
    background-color: #eee !important;
    border: solid 1px #ccc;
    /*border: #E0E0E0 1px solid;*/
    /*color: #211a1a;*/
    float: right;
    /*text-decoration: none;*/
    border-radius: 5px;
    cursor: pointer;
}
.fieldTotSingleItems{
    width: 85% !important;
    height: 20px !important;
    margin-right: 3px;
    text-align: center;
    background-color: #E8E8E8;
    margin-bottom: 3px;
    font-size: 1em !important;
    border-radius: 0 !important;
}
#product-grid .txt-heading {
	/*margin-bottom: 18px;*/
}

.product-item {
	float: left;
	background: #ffffff;
	margin: 5px 0px 0px 0px;
	border: #E0E0E0 1px solid;
        width: 100%;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, Gecko */
        box-sizing: border-box;
}

.product-image {
    position: relative;
    height: 100px;
    width: 160px;
    background-color: #FFF;
    float: left;
    /*text-align: center;*/
}
.product-image img{
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%,-50%);
}

.clear-float {
	clear: both;
}

.demo-input-box {
	border-radius: 2px;
	border: #CCC 1px solid;
	padding: 2px 1px;
}

.tbl-cart {
	font-size: 0.9em;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
            
}

.tbl-cart th {
	font-weight: normal;
        font-weight: bold;
        font-family: monospace;
        font-size: 0.8rem;
        padding-top: 1.1rem;
        padding-bottom: 1.1rem;
}

.product-title {
	margin-bottom: 20px;
        width: 80%;
        float: left;
}

.product-price {
	float:left;
        width: 20%;
        text-align: right;
        font-weight:bold;
        white-space: nowrap;
}

.cart-action {
	float: right;
        padding: 10px 5px;
        width: 110px;
        /*background-color: #0f0;*/
}

.product-quantity {
    width: min-content !important;
    height: auto !important;
    padding: 5px 10px;
    border-radius: 3px;
    border: #E0E0E0 1px solid;
}

.product-tile-footer {
    padding: 15px 15px 0px 15px;
    overflow: auto;
    /*background-color: #f00;*/
}

.cart-item-image {
    width: 30px;
    height: 30px;
    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;
}
/*============================================================================*/
/*	                          Media Queries                               */
/*============================================================================*/

/* Step 2. - 940 px (monitor piccolo) ========================================*/
@media (max-width: 1169px) {
}

/* Step 3. - 725 px (Tablet horiz) ===========================================*/
@media (max-width: 939px) {
    #product-grid {
        margin: 1%;
        width: 98%;
        /*float: left;*/
    }
    #shopping-cart {
	margin: 1%;
        width: 98%;
        float: left;
    }
}
/* Step 4. - 500 px (Tablet Vert) ============================================*/
@media (max-width: 724px) {
}
/* Step 5. - Fluido (Smartphones) ============================================*/
@media (max-width: 499px) {
}