/**
* KESHAV SINGH
*
* 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    KESHAV SINGH
* @copyright KESHAV SINGH
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
* International Registered Trademark & Property of KESHAV SINGH
*/
.presta-pack-product-modal-btn {
    display: block;
    margin-top: 12px;
}
.presta-pack-product-modal .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.presta-pack-product-modal .modal-header {
    color: #000;
}
.modal-title-div {
    width: 100%;
}
.presta-pack-product-modal .product-pack {
    margin-top: 0px;
}
.pack-product-name a, .pack-product-price, .pack-product-quantity {
    color: #000;
    font-weight: 400;
}
.pack-product-name a:hover {
    color: #24b9d7;
}
