/**
* NOTICE OF LICENSE
*
* This source file is subject to a commercial license from SOLEDIS
* Use, copy, modification or distribution of this source file without written
* license agreement from the SOLEDIS GROUP is strictly forbidden.
*    ___  ___  _    ___ ___ ___ ___
*   / __|/ _ \| |  | __|   \_ _/ __|
*   \__ \ (_) | |__| _|| |) | |\__ \
*   |___/\___/|____|___|___/___|___/
*
*  @author    SOLEDIS <prestashop@groupe-soledis.com>
*  @copyright 2019 SOLEDIS
*  @license   All Rights Reserved
*/

#sldmenu ul.sldmenu-top {
    margin: 0 0 0 25px;
    float: left;
    max-width: calc(100% - 265px);
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#sldmenu ul.sldmenu-top li {
    margin: 0 5px;
    position: relative;
}

#sldmenu ul.sldmenu-top li a {
    font-family: Frutiger Neue;
    color: #000000;
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Frutiger Neue", sans-serif;
    line-height: 30px;
    padding: 15px 8px;
    cursor: pointer;
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#sldmenu-menu-container {
    position: relative;
    clear: both;
}

.sldmenu-menu {
    flex: auto;
    background: #000;
    color: #fff;
    margin: 1px;
    overflow-x: hidden;
}

.sldmenu-menu::-webkit-scrollbar {
    width: 14px;
}

.sldmenu-menu::-webkit-scrollbar-thumb {
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border-radius: 9999px;
    background-color: #515151;
}

.sldmenu-menu::-webkit-scrollbar-thumb:hover {
    background-color: #000;
    cursor: pointer;
}

.sldmenu-menu.sldmenu-menu-other:hover {
    background: #fff;
    color: #000;
}

.sldmenu-menu.sldmenu-menu-main {
    flex: 1;
    white-space: nowrap;
}

.sldmenu-menu-other-1 {
    flex: 1;
}

.sldmenu-menu-other-2 {
    flex: 3;
}

.sldmenu-menu-title {
    text-align: center;
    font-size: 1.8em;
    line-height: 2em;
    font-weight: bold;
    padding: 0 20px;
    text-transform: uppercase;
}

.sldmenu-menu-brand ul {
}

.sldmenu-menu-brand-x {
}

.sldmenu-menu-cat-x {
    column-count: 3;
}

.sldmenu-menu-cat {
    page-break-inside: avoid;
    break-inside: avoid-column;
    display: table;
}

.sldmenu-menu-cat .sldmenu-menu-title {
    font-size: 1.2em;
    line-height: 3em;
    font-weight: normal;
    text-align: left;
}

.sldmenu-menu-brand-x {
    display: none;
}

.sldmenu-menu-brand-x.active {
    display: block;
}

.sldmenu-menu-cat-x {
    display: none;
}

.sldmenu-menu-cat-x.active {
    display: block;
}

#sldmenu-menu {
    display: flex;
    align-items: stretch;
    z-index: 1000;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    max-width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    visibility: visible;
    opacity: 1;
    overflow: auto;
    max-height: calc(100vh - 210px);
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
}

#sldmenu-menu ul {
}

#sldmenu-menu ul li a {
    position: relative;
    display: block;
    padding: 5px 20px;
    font-family: "Frutiger Neue", sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    color: #ccc;
    line-height: 1.125rem;
}

#sldmenu-menu .sldmenu-menu.sldmenu-menu-other:hover ul li a {
    color: #000;
}

#sldmenu-menu ul li a:hover {
    background: #000;
    color: #ccc;
}

#sldmenu-menu .sldmenu-menu.sldmenu-menu-other:hover ul li a:hover {
    color: #ccc;
}

#sldmenu-menu .sldmenu-menu-main ul li a {
    line-height: 30px;
    text-transform: uppercase;
    padding-right: 0px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

#sldmenu-menu .sldmenu-menu-main ul li a span {
    padding-right: 10px;
}

#sldmenu-menu .sldmenu-menu-main ul li a i {
    margin-left: auto;
    margin-right: 10px;
}

#sldmenu-menu .sldmenu-menu-main ul li a.active,
#sldmenu-menu .sldmenu-menu-main ul li a:hover {
    background: #fff;
    color: #000;
}

#sldmenu-menu .sldmenu-menu-main ul li a.active:after,
#sldmenu-menu .sldmenu-menu-main ul li a:hover:after {
    display: none;
}

#sldmenu .gamme {
    float: right;
    height: 60px;
    text-align: right;
}

#sldmenu .gamme a {
    display: inline-block;
    width: 58px;
    height: 58px;
    margin: 1px;
    background-color: #516b84;
    color: #fff;
    text-indent: -9999px;
    color: rgba(0, 0, 0, 0);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0;
}

#sldmenu .gamme a.active {
    position: relative;
    top: -6px;
    width: 70px;
    height: 70px;
    box-shadow: 0 0 5px #000;
    z-index: 10;
    margin: 1px 0px;
}

#manufacturer_selector {
    display: block;
    padding: 0px 10px;
    height: 28px;
    line-height: 28px;
    border: 1px #516b84 solid;
    border-radius: 0;
    background-color: #fff;
    color: #516b84;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 500;
    margin: -20px;
}

.sld_category_filter.slddropdown .slddropdown-content a.active {
    background-color: #444 !important;
    color: #fff !important;
}

.sld-selected-filter {
    background-color: #516b84;
    color: #fff;
    padding: 2px 10px;
    margin: 0 0px 0 3px;
}

.st-menu.st-effect-left {
    max-width: 768px;
}
