/**
 * Mavenbird Technologies Private Limited
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://mavenbird.com/Mavenbird-Module-License.txt
 *
 * =================================================================
 *
 * @category   Mavenbird
 * @package    Mavenbird_MiniCartCoupon
 * @author     Mavenbird Team
 * @copyright  Copyright (c) 2018-2024 Mavenbird Technologies Private Limited ( http://mavenbird.com )
 * @license    http://mavenbird.com/Mavenbird-Module-License.txt
 */

.block-minicart .block.discount {
     margin: 10px 0px;
}
 .block-minicart .price-wrapper-discount {
     font-size: 18px;
     font-weight: 700;
}
 .block-minicart .block.discount {
     text-align: left;
}
 .block-minicart .fieldset.coupon {
     display: table;
     margin: 10px 0;
}
 .block-minicart .fieldset.coupon .field {
     display: table-cell;
}
 .block-minicart .fieldset.coupon .actions-toolbar {
     display: table-cell;
     vertical-align: bottom;
     width: 1%;
     padding-left: 10px;
}
.block-minicart .subtotal { margin: 0; clear: both; padding: 5px 0 0; }
table.subtotal-table > tbody > tr > th { font-weight: 400; }
table.subtotal-table > tbody > tr > th,
table.subtotal-table > tbody > tr > td { line-height: 1; }
