/**
* 2007-2024 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-2024 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.
*/


#addify_message_tree ul li.addify_level_thread_1 {
    margin-left: 12%;
    background: #E2FFE4;
}

#addify_message_tree{
        clear: both;
    padding: 0 0 20px;
}

#addify_message_tree ul {
    padding: 0px;
    list-style: none;
}

#addify_message_tree ul li.addify_level_thread_0 {
    margin-left: 5%;
    background: #F6F6F6;
}

#addify_message_tree ul li {
    padding: 15px 20px 0px;
    font-size: 13px;
    color: #333333;
    border-left: 2px solid #24b9d7;
    margin-top: 10px;
    margin-bottom: 12px;
    clear: both;
}

#addify_message_tree ul li span {
    display: block;
    background: #24b9d7;
    color: #fff;
    padding: 2px 10px;
    font-size: 11px;
    line-height: 18px;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 10px;
}




.raq{
    margin-left: 0.4rem;
}

.addify_raq_icon_content{
    margin-top:12px;
    margin-left: 5px;
}

.product-price-and-shipping span{
    display: none !important;
}

#raq_addtoquote{
    text-transform: none;
}






.addify_listing_raq{
    position: absolute;
    top: 142px;
    left: 0;
    z-index: 2;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.hideqty{
    display: none !important;
}

.addify-raq-button{
/*  width: 100%;*/
    display: inline-flex;
}

.regular-price{
    display: none !important;
}

.product-price-and-shipping .ajax_add_to_cart_button {
    display: none !important;
}
.current-price {
    display: none !important;

}
.product-add-to-cart {
    display: none !important;
}

/* Modale de confirmation d'ajout au devis */
.quote-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.quote-modal-content {
    background: white;
    padding: 40px;
    border-radius: 8px;
    max-width: 600px;
    width: 90%;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.quote-modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
    color: var(--color-black);
    line-height: 1;
    padding: 0;
    width: 30px;
    height: 30px;
}

.quote-modal-close:hover {
    color: #000;
}

.quote-modal-title {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 30px 0;
    color: var(--color-black);
    line-height: 1.4;
}

.quote-modal-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.quote-modal-btn {
    padding: 12px 25px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.quote-modal-btn-secondary {
    background-color: transparent;
    color: var(--color-black);
    border: 2px solid #ddd;
}

.quote-modal-btn-secondary:hover {
    background-color: #f5f5f5;
    border-color: #ccc;
}

.quote-modal-btn-primary {
    background-color: #c41230;
    color: white;
}

.quote-modal-btn-primary:hover {
    background-color: #a00f28;
}

@media (max-width: 768px) {
    .quote-modal-content {
        padding: 30px 20px;
    }
    
    .quote-modal-title {
        font-size: 18px;
    }
    
    .quote-modal-buttons {
        flex-direction: column;
    }
    
    .quote-modal-btn {
        width: 100%;
    }
}
