43 lines
631 B
CSS
43 lines
631 B
CSS
|
|
.pdfla {
|
|
|
|
}
|
|
|
|
#HOOK_SHOPPING_CART .pdfla-cart {display:inline-block;}
|
|
|
|
.pdfla-cart{
|
|
background: #f8f8f8;
|
|
color:#333;
|
|
padding: 6px 10px;
|
|
border: 1px solid #e7e7e7;
|
|
margin-top: 8px;
|
|
font-weight: normal;
|
|
clear: both;
|
|
}
|
|
|
|
.pdfla-cart .pdfla-delta-price,
|
|
.pdfla-cart .pdfla-start-from-price {
|
|
font-weight: bold;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.pdfla-cart .fd-table-table {
|
|
display: table;
|
|
}
|
|
|
|
.pdfla-cart .pdfla-icon {
|
|
font-size: 26px;
|
|
line-height: 26px;
|
|
padding-right: 10px
|
|
}
|
|
|
|
.pdfla-cart .table-cell {
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.cart-prices .pdfla-cart {
|
|
width: 100%;
|
|
}
|
|
|