:root {
--wpcpq-active: #cc99c2;
}
.wpcpq-table .wpcpq-row {
display: flex;
align-items: center;
padding: 10px;
border-bottom: 1px dashed #e5e5e5;
}
.wpcpq-table .wpcpq-row:last-child {
border-bottom: none;
}
.wpcpq-table .wpcpq-row > div {
flex: 1 1 0;
width: 0;
}
.wpcpq-table .wpcpq-row.wpcpq-head, .wpcpq-table .wpcpq-row.wpcpq-foot {
font-weight: 700;
}
.wpcpq-table .wpcpq-item-active {
background: var(--wpcpq-active);
color: #fff;
}
.wpcpq-table.wpcpq-tiered .wpcpq-summary .wpcpq-summary-info {
flex-direction: column;
flex-basis: 100%;
flex: 2;
}
.wpcpq-table.wpcpq-layout-quick_buy .wpcpq-item {
display: flex;
align-items: center;
padding: 10px;
border-bottom: 1px dashed #e5e5e5;
}
.wpcpq-table.wpcpq-layout-quick_buy .wpcpq-item:last-child {
border-bottom: none;
}
.wpcpq-table.wpcpq-layout-quick_buy .wpcpq-item.wpcpq-item-default {
display: none !important;
}
.wpcpq-table.wpcpq-layout-quick_buy .wpcpq-item .wpcpq-item-info {
flex-grow: 1;
}
.wpcpq-table.wpcpq-layout-quick_buy .wpcpq-item .wpcpq-item-info .wpcpq-item-qty {
font-weight: 700;
}
.wpcpq-table.wpcpq-layout-quick_buy .wpcpq-item .add_to_cart_inline, .wpcpq-table.wpcpq-layout-quick_buy .wpcpq-item .wpcpq-item-atc-btn {
margin: 0 !important;
}
.wpcpq-table.wpcpq-layout-compact {
display: flex;
align-items: center;
flex-wrap: wrap;
margin-left: -5px;
margin-right: -5px;
}
.wpcpq-table.wpcpq-layout-compact .wpcpq-item {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
flex-direction: column;
width: calc(25% - 10px);
min-width: 120px;
border: 1px solid #dddddd;
border-radius: 4px;
margin: 5px;
padding: 10px;
}
.wpcpq-table.wpcpq-layout-compact .wpcpq-item > div {
width: 100%;
flex: 0 0 100%;
}
.wpcpq-table.wpcpq-layout-compact .wpcpq-item .wpcpq-item-qty {
font-weight: 700;
}
.wpcpq-table.wpcpq-layout-compact .wpcpq-summary {
width: 100%;
margin: 5px;
}
.wpcpq-table.wpcpq-click-yes .wpcpq-item {
cursor: pointer;
}
.wpcpq-table.wpcpq-hide-first-row-yes .wpcpq-item-default {
display: none;
}