/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_VendorPosCustomReceipt
 * @author    Webkul
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */

.cart-item-container {
    height: calc(100% - 112px) !important;
}

.checkout-main-container {
    overflow: scroll;
}
