/**
 * 2008-2025 Prestaworld
 *
 * NOTICE OF LICENSE
 *
 * The source code of this module is under a commercial license.
 * Each license is unique and can be installed and used on only one website.
 * Any reproduction or representation total or partial of the module, one or more of its components,
 * by any means whatsoever, without express permission from us is prohibited.
 *
 * DISCLAIMER
 *
 * Do not alter or add/update to this file if you wish to upgrade this module to newer
 * versions in the future.
 *
 * @author    prestaworld
 * @copyright 2008-2025 Prestaworld
 * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 * International Registered Trademark & Property of prestaworld
 */
.presta_ppo_detail {
    color: orangered;
    margin-bottom: 8px;
}
.presta_apply_discount:hover {
    color: #fff !important;
}
.presta_customer_price {
    margin-bottom: 8px;
}
.presta-condition-label {
    padding-left: 6px;
    margin-top: 0px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

#presta_partial_order_table {
    font-size: 13px;
}
#presta_partial_order_table tbody td {
    vertical-align: middle !important;
}
#presta_partial_order_table tbody td a .material-icons {
    margin-right: 10px;
}
#presta_partial_order_table tbody td, #presta_partial_order_table thead th {
    text-align: center;
    padding: 5px 10px;
}
.presta-ppo-badge {
    display: inline-block;
    padding: 6px 8px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 2px;
}
.presta-ppo-complete {
    font-size: 16px !important;
    font-weight: 600 !important;
}
.presta-ppo-action-th {
    width: 170px !important;
}
.presta-ppo-text-right {
    text-align: right !important;
}
.presta-ppo-badge-width {
    width: 110px;
}
#presta_ppo_checkbox_customer, #presta_ppo_full_payment, #presta_ppo_checkbox {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-top: -2px;
    cursor: pointer;
}
