/**
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through LICENSE.txt file inside our module
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright since 2010 Webkul
* @license LICENSE.txt
*/

.disc-btn {
    width: 100%;
    padding: .100rem;
}

.product-discounts .wk-table-product-discounts thead tr th {
    width: auto;
    padding: .625rem 0rem;
    background: #fff;
    border: .2125rem solid #e6d5d5;
    text-align: center;
    font-size: .850rem;
}

.product-discounts .wk-table-product-discounts tbody tr td {
    padding: .425rem 0rem;
    text-align: center;
    background: #fff;
    border: .2125rem solid #e6d5d5;
    font-size: .800rem;
}

.table-product-discounts {
    color: #232323;
    font-size: .9375rem;
}

.wk-discount-table-container {
    max-height: 200px;
    overflow: auto;
}

.wk-table-product-discounts {
    width: 100%;
}