/**
 * @package    Quantity Specific Pricing Table for VirtueMart
 * @author     Abhishek Das <info@virtueplanet.com>
 * @copyright  Copyright (C) 2021-2024 VirtuePlanet Services LLP. All rights reserved.
 * @license    GNU General Public License version 2 or later; see LICENSE.txt
 * @link       https://www.virtueplanet.com
 */

.vmqtypricing-container {
    padding: 15px 0 20px;
}

.vmqtypricing-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    color: #212529;
    background: 0 none;
    border: 1px solid #dee2e6;
    vertical-align: top;
    margin: 0;
    box-sizing: border-box;
}

.vmqtypricing-table> :not(caption)>* {
    border-width: 1px 0;
    border-style: solid;
    border-color: #dee2e6;
}

.vmqtypricing-table> :not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: #fff;
    text-align: left;
}

.vmqtypricing-table th {
    background-color: #FAFAFA;
}

.vmqtypricing-table .is-clickable {
    cursor: pointer;
}

.vmqtypricing-table> :not(caption)>.selected-quantity>* {
    background-color: #b8daff;
}