.plqd {
    display: flex;
    justify-content: center;
    border-top: 1px solid #d8d8d8;
    padding-top: 9px;
    margin-bottom: 9px;
}

.plqd .plqd-section {
    margin: auto;
    display: flex;
    flex-direction: column;
}

.plqd .td_plqd_unit_price {
    color: #000;
    font-weight: 600;
}

.plqd .quantityDiscountPlqd {
    margin: auto;
}

.page-product-box.plqd_table_section {
    margin-bottom: 20px;
}

.product-miniature:has(.plqd) .product-price-and-shipping {
    display: none;
}