/**
* 2007-2021 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-2021 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.
*/
#modale_panier .modale_panier_content .custompackproduct {
    display: none;
}
#modale_panier {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    background: #00000061;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: none;
}
#modale_panier p.products-section-title {
    padding: 0 !important;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: var(--saumon-color);
}
.modale_panier_content {
    width: auto;
    background: white;
    position: absolute;
    padding-left: 0;
    padding-right: 0;
    max-width: 70%;
}
.content_modale_panier {
    padding: 20px;
}
div#modale_panier h2.h3.product-title {
    width: 300px;
}
#modale_panier .title span {
    font-size: 17px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
section.product-accessories .cart-content-btn .btn:hover {
    background: #ff5a5f !important;
    border:none;
}
#modale_panier .added-product > .title {
    margin: 15px 30px 15px;
    display: flex;
    align-items: center;
}
#modale_panier .close {
    opacity: 1;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    display: block;
    height: 25px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0;
}
#modale_panier .title {
    background: var(--bleu-color);
    color: #fff;
    padding: 1rem;
}
#modale_panier .content-cta {
    display: initial;
    text-align: center;
    padding: 15px;
}
#modale_panier ul.accessory {
    display: flex;
}
#modale_panier .buttons {
    width: 100%;
    display: flex;
    justify-content: center;
}
button.first {
    cursor: pointer;
    padding: 20px;
    font-size: 16px;
    vertical-align: initial;

}
button.second {
    margin-right: 20px
}
button.second {
    cursor: pointer;
    font-size: 16px;
    padding: 20px;
    text-transform: uppercase;
    color: #e30f7b;
    background: #fff !important;
    border: 1px solid black;
}
section.product-accessories .cart-content-btn .btn {
    outline: none !important;
    padding: 15px 20px;
    margin: 0 10px;
}
section.product-accessories .cart-content-btn {
    text-align: center;
    margin-bottom: 50px;
    box-shadow: none !important;
}
.calculer2,.calculer {
    margin: 0 auto;
}
.cart-content-btn .btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: normal;
    text-align: center;
    background: var(--bleu-color) !important;
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 14px;
    margin: 30px auto 0;
    display: inline-flex;
    border: 2px solid var(--bleu-color) !important;
}
section.product-accessories .cart-content-btn .btn:hover {
    background: transparent !important;
    color: var(--bleu-color) !important;
}
@media screen and (max-width: 1400px) {
    .modale_panier_content {
        overflow: auto;
        max-height: 90%;
    }
}
@media screen and (max-width: 767px) {
    #modale_panier ul.accessory {
        display: block;
    }
    #modale_panier .content-cta {
        display: block;
    }
    #modale_panier p.products-section-title {
        font-size: 20px;
    }
    .modale_panier_content {
        min-width: 95%;
        top: 20px;
    }
    .content_modale_panier {
        padding: 15px;
    }
    #modale_panier .buttons {
        display: block;
    }
    button.first {
        width: 100%;
    }
    button.second {
        width: 100%;
        margin-top: 4px;
    }
    div#modale_panier h2.h3.product-title {
        width: auto;
        margin: 0;
    }
    div#modale_panier .product-image {
        text-align: center;
    }
    div#modale_panier .thumbnail-container .product-meta {
        padding: 0;
    }
    #modale_panier {
        overflow: auto;
    }
    section.product-accessories .cart-content-btn .btn {
        margin-bottom: 10px;
    }
}