/**
* 2007-2025 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-2025 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.
*/
.stock_intra_miniature {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.stock_intra {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    margin-bottom: 5px;
    /*margin: 20px 0px !important;*/
}

.stock_visu {
    padding: 4px;
    border-radius: 5px;
    display: inline-flex;
    min-width: 145px;
    font-size: 12px;
    align-items: center;
}

.stock_visu img {
    max-width: 20px;
    margin-right: 3px;
    max-height: 20px;

}

.stock_bas {
    background-color: #F2E8DD;
    color: #7A5117;
}

.stock_empty {
    background-color: #F3D3D3;
    color: #E40D16;
}

.stock_ko {
    background-color: #FAF2CE;
    color: #EBC12C;
}

.stock_ok {
    background-color: #E6F2DC;
    color: #257D02;
}

.stock_soon {
    background-color: #E3EBF6;
    color: #4770BD;
}

.intra_stock_comment {
    font-size: 10px;
}

.extra_stock_content {
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
}