

#HOOK_SHOPPING_CART .pdfla-cart {display:inline-block;}

.pdfla-cart{
    background: #e8e8e8;
    color:#333;
    padding: 5px 10px;
    margin-top: 10px;
    border:  1px solid #ddd;
    font-weight: normal;
    clear: both;
    margin-bottom: 10px;
}

.pdfla-cart .pdfla-delta-price,
.pdfla-cart .pdfla-start-from-price {
	font-weight: 500;
}

.pdfla-cart .fd-table-table {
	display: table;	
}

.pdfla-cart .pdfla-icon {
	font-size: 24px;
	line-height: 24px;
	padding-right: 10px;
	color: #888;
}

.pdfla-cart .table-cell {
	display: table-cell;
	vertical-align: middle;
}

.cart-prices .pdfla-cart {
    width: 100%;
}

#thecheckout-cart-summary .pdfla-cart {
	width: 100%;
	border:  0px solid transparent;

}