/**
* 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
*/
.order-products-column {
    min-width: 220px;
    max-width: 280px;
    white-space: normal;
    vertical-align: top;
}

/* .order-products-list {
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
} */

.order-products-list li {
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #1d1515;
}

.order-products-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.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;
}

.order-products-list {
    margin: 0;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .order-products-list {
        margin-left: auto;
        text-align: right;
    }
}
