/*
* 2013-2024 In Spiriit
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    In Spiriit <tech@inspiriit.io>
*  @copyright 2013-2024 In Spiriit
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/

.cart-summary:has(.cart-pro-books) {
    background-color: transparent;
    margin-bottom: 15px;
    border: none;
}

.cart-summary:has(.cart-pro-books) .card-body--summary,
.cart-summary:has(.cart-pro-books) .card-footer {
    background-color: #F7F7F7;
    border: none;
}

.cart-summary:has(.cart-pro-books) .card-body--summary {
    padding-bottom: 20px;
}

.cart-summary:has(.cart-pro-books) .card-footer {
    margin-top: 15px;
}

.cart-pro-books textarea {
    width: 100%;
    min-height: 75px;
    padding: 5px;
}

.cart-pro-books input[type='file'] {
    margin-top: 10px;
}

.header-subright {
    @media (min-width: 992px) {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    /* @media (max-width: 992px){
        display: none;
    } */
}

.b2b-access-form + .footer-text {
    width: 100%;
    max-width: 800px;
    margin: 50px auto 0 auto;
}

.header-mob .rm-level ul li:has(a[href*='proregister']) {
    display: none;
}
#header:has(.header-sub #tptnheaderlinks-2) .header-mob .rm-level ul li:has(a[href*='proregister']) {
    display: block;
}
