/**
* 2007-2019 PrestaShop
*
* 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    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2019 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
#precommande-modal {
    color: #232323;
}
#precommande-modal .modal-dialog {
    max-width: 1140px;
    width: 100%;
}
#precommande-modal .modal-title {
    color: #000000;
    font-size: 1rem;
    font-weight: 400;
}
#precommande-modal .modal-header {
    background: #fff;
}
#precommande-modal .modal-header .close {
    opacity: 1;
}
#precommande-modal .modal-header .close .material-icons {
    color: #000000;
}
#precommande-modal .modal-title i.material-icons {
    margin-right: 1.875rem;
    color: #4cbb6c;
}
#precommande-modal .modal-body {
    background: #fff;
    padding: 3.125rem 1.875rem;
}
#precommande-modal .divide-right {
    border-right: 1px solid #dbdbdb;
}
#precommande-modal .product-image {
    width: 100%;
    max-width: 9.375rem;
    display: block;
    margin: 0 0 0 auto;
}
#precommande-modal .product-name {
    color: #000000;
    font-size: 1.125rem;
}
#precommande-modal .product-price {
    color: #363a42;
    display: block;
}
#precommande-modal .modal-body .divide-right span {
    display: inline-block;
    margin-bottom: .3125rem;
}
#precommande-modal .cart-content {
    padding-left: 2.5rem;
}
#precommande-modal .cart-content p.cart-products-count {
    font-size: 1rem;
    color: #6c868e;
    font-weight: 600;
}
#precommande-modal .cart-content p {
    color: #363a42;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 .5rem;
}
#precommande-modal .cart-content p.product-total {
    background-color: #f1f1f1;
    padding: .5rem;
}
#precommande-modal .cart-content p .label, #precommande-modal .cart-content p .value {
    font-weight: 600;
}
#precommande-modal .cart-content .cart-content-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
#precommande-modal .cart-content .cart-content-btn .btn {
    white-space: inherit;
}
#precommande-modal .cart-content .cart-content-btn button {
    margin-right: .9rem;
}
#precommande-modal .cart-content .btn {
    margin-bottom: .625rem;
}