/**
* 2007-2020 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-2020 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.
*/
#brand_menu {
    display: flex;
    flex-wrap: wrap;
    max-height: calc(100vh - 570px);
    margin: 0 0 20px;
    min-height: 125px;
    overflow: auto;
}

#brand_menu ul li, #brandmenu_filters ul li {
    list-style: none;
}

.item.menu-nav-thumbnail-item {
    display: flex;
    float: left;
    width: 96px;
    align-items: center;
    justify-content: center;
}
.item.menu-nav-thumbnail-item a{
    width: calc(100% - 4px);
    display: flex;
    height: 100%;
    align-items: center;
    border-bottom: 1px solid #278f2b;
}

.item.menu-nav-thumbnail-item img {
    width: 100%;
}

#brandmenu_filters-tab-item-nicotine ul.brandmenu_filters-tab-item-ul > li > a {
    border: 1px solid #888888;
    background: #ebeaea;
    text-align: center;
    width: 50px;
    height: 60px;
    border-radius: 6px;
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    position: relative;
    transition: 200ms;
    -webkit-transition: 200ms;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

#brandmenu_filters-tab-item-nicotine ul.brandmenu_filters-tab-item-ul > li > a > span.brandmenu_filters-tab-item-nicotine-label {
    font-size: 14px;
    display: block;
    line-height: 1;
    color: #ebeaea;
    background: #888888;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 2px 0 1px;
    transition: 200ms;
    -webkit-transition: 200ms;
}

#brandmenu_filters-tab-item-nicotine ul.brandmenu_filters-tab-item-ul > li > a > span.brandmenu_filters-tab-item-nicotine-content {
    font-size: 36px;
    display: inline-block;
    line-height: 1;
    color: #888888;
    padding: 1px 0 0 0;
}

.brandmenu_filters {
    position: relative;
}

.brandmenu_filters .brandmenu_filters-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    justify-content: space-evenly;
    padding: 1rem 0;
    margin: 0;
    align-items: center;
    flex-wrap: wrap;
}

#brandmenu_filters-tab-item-nicotine {
    position: absolute;
    top: -9999em;
    left: 0;
    z-index: 99;
    width: 100%;
    padding-top: 2px;
    background: #F8F7F5;
}

.brandmenu_filters-tab-item-ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
}
#alphaB_filter_liquides{
    padding-bottom: 1rem;
}

#alphaB_filter_liquides ul {
    display: flex;
    list-style: none;
    justify-content: space-around;
    margin: 0 10px;
    flex-wrap: wrap;
}
#alphaB_filter_liquides ul li{
    display: flex;
    align-items: center;
}
#alphaB_filter_liquides ul a {
    text-decoration: none;
    text-transform: uppercase;
    color: #636468;
    display: flex;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 100%;
    width: 30px !important;
    height: 30px;
    line-height: 35px;
    white-space: nowrap;
    transition: all 333ms ease-in;
    text-shadow: 0 1px 1px #fff;
    align-items: center;
}

.brandmenu_filters {
    background: #F8F7F5;
}

.brandmenu_filters-tabs-li-checkbox-label {
    text-transform: uppercase;
    cursor: pointer;
}

.brandmenu_filters-tabs-li-checkbox-label:hover, #alphaB_filter_liquides ul a:hover {
    color: #278f2b;
}

.brandmenu_filters-tabs > li > .brandmenu_filters-tabs-li-checkbox .brandmenu_filters-tabs-li-checkbox-carre {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #636468;
    margin-right: 0.5rem;
    position: relative;
}

#filterBymarque {
    min-width: 250px;
}

.brandmenu_filters ul.brandmenu_filters-tabs > li.active .brandmenu_filters-tab-item {
    top:55px !important;
    position: absolute;
}
.brandmenu_filters-tabs-li.active{
    background: transparent;
    color: #278f2b;
}

#brand_menu::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#brand_menu::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

#brand_menu::-webkit-scrollbar-thumb
{
    background-color: #000000;
}
.brandmenu_filters-tabs-li.checked .checkmark{
    display:inline-block;
    position: absolute;
    top: -11px;
}
.brandmenu_filters-tabs-li.checked .brandmenu_filters-tabs-li-checkbox-label{
    color: #278f2b;
}
.checkmark{
    display: none;
}
.checkmark {
    width: 10px;
    height:10px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.checkmark_stem {
    position: absolute;
    width:3px;
    height:9px;
    background-color:#278f2b;
    left:11px;
    top:6px;
}

.checkmark_kick {
    position: absolute;
    width:3px;
    height:3px;
    background-color:#278f2b;
    left:8px;
    top:12px;
}