

#HOOK_SHOPPING_CART .pdfla-cart {display:inline-block;}

.pdfla-cart{
	background: #E7EFF3;
	color: #203461;
	font-size: 13px;
	padding: 12px 10px;
	margin-top: 10px;
	clear: both;
	border-radius: 5px;
	margin-bottom: 10px;
	font-weight: 700;
	display: flex;
	justify-content: center;
}

.pdfla-cart .pdfla-delta-price,
.pdfla-cart .pdfla-start-from-price {
	font-weight: 700;
}

.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;

}
