﻿header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-content: stretch;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    z-index: 16;
}

#header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
/*TOP-MENU*/
header .content-top-menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: stretch;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    z-index: 2;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.30);
}

    header .content-top-menu .top-menu {
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        align-content: center;
        flex-direction: row;
        flex-wrap: nowrap;
    }
        /**/
        header .content-top-menu .top-menu .hamburger {
            margin: 0 20px 0 15px;
        }
        /**/
        header .content-top-menu .top-menu .logo {
            display: flex;
            align-content: center;
            justify-content: center;
            align-items: center;
            overflow: hidden;
            margin-right: 15px;
        }

            header .content-top-menu .top-menu .logo img {
                max-width: 100%;
                max-height: 100%;
            }
        /**/

        header .content-top-menu .top-menu .menu {
            display: flex;
            align-items: center;
            justify-content: center;
            align-content: center;
            flex-wrap: nowrap;
            flex-direction: row;
            width: auto;
            padding: 5px 20px;
            position: relative;
            order: 2;
            flex: 2 0 auto;
        }

            header .content-top-menu .top-menu .menu.areadealer {
                display: flex;
                align-items: center;
                justify-content: center;
                align-content: center;
                flex-wrap: nowrap;
                flex-direction: row;
                width: auto;
                padding: 5px 20px;
                background: none;
                position: relative;
                order: 2;
                flex: 2 0 auto;
            }

            header .content-top-menu .top-menu .menu a {
                display: block;
                width: 100%;
                text-align: center;
                padding: 10px 0;
                border-right: solid 1px;
                margin-left: 10px;
            }

                header .content-top-menu .top-menu .menu a:last-child {
                    border: none;
                }

            header .content-top-menu .top-menu .menu .ricercatestuale {
                width: 30%;
            }
        /**/
        header .content-top-menu .top-menu .user-menu {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-items: center;
            align-content: center;
            width: 120px;
            justify-content: center;
            height: 100%;
            order: 3;
            flex: 0 1 auto;
        }

            header .content-top-menu .top-menu .user-menu .button {
                width: 50%;
                white-space: nowrap;
                border-right: 1px solid;
                display: flex;
                align-content: center;
                align-items: center;
                justify-content: center;
                height: 100%;
                font-size: 14px;
            }

                header .content-top-menu .top-menu .user-menu .button:last-child {
                    border-right: none;
                }
/*LEFT / RIGHT BARS*/
.leftbar-space {
    display: flex;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    width: 250px;
    position: relative;
    min-width: 250px;
    order: 1;
    flex: 0 1 auto;
}

    .leftbar-space .leftbar-desk {
        display: none;
        position: fixed;
        left: 0;
        top: 70px;
        width: 250px;
        background-color: rgba(255,255,255,0.9);
        bottom: 0;
        box-shadow: 9px 15px 20px 0px rgba(0,0,0,0.39);
        z-index: 9;
    }

header .rightbar-desk {
    display: none;
    position: fixed;
    right: 0;
    top: 70px;
    width: 250px;
    background-color: rgba(255,255,255,0.9);
    bottom: 0;
    -webkit-box-shadow: -9px 15px 20px 0px rgba(0,0,0,0.39);
    box-shadow: -9px 15px 20px 0px rgba(0,0,0,0.39);
    z-index: 9;
}
/**/
header .leftbar-desk .sidebar-menu {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}

    header .leftbar-desk .sidebar-menu a {
        padding: 20px 0 5px 28px;
    }

header .rightbar-desk .sidebar-menu {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: stretch
}

    header .rightbar-desk .sidebar-menu a {
        padding: 15px 28px 5px 10px;
        border-bottom: solid 1px;
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
    }
/*BOTTOM-MENU*/
header .content-bottom-menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: stretch;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    z-index: 1;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.30);
    display: none;
}

    header .content-bottom-menu .bottom-menu {
        max-width: 1200px;
        width: 90%;
        height: 35px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: space-between;
    }
/*CHIUDI TUTTE LE SIDEBARS*/
.leftbar-desk .close-sidebar {
    text-align: right;
    align-self: self-end;
    padding: 8px 15px;
    width: 100%;
}

.rightbar-desk .close-sidebar {
    text-align: left;
    align-self: self-start;
    padding: 8px 15px;
    width: 100%;
}
/**/
/**/
/*RICAMBI SOTTOMENU*/
header .content-ricambi {
    display: none;
}

header .ricambi-open {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 8px 20px;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(254,254,254,1) 1%, rgba(255,255,255,1) 99%, rgba(0,0,0,0.2) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.2) 0%,rgba(254,254,254,1) 1%,rgba(255,255,255,1) 99%,rgba(0,0,0,0.2) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.2) 0%,rgba(254,254,254,1) 1%,rgba(255,255,255,1) 99%,rgba(0,0,0,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#33000000',GradientType=1 );
}

    header .ricambi-open .sub-item {
        position: relative;
        display: flex;
        width: 100%;
        text-align: center; /* padding: 10px 0; */
        border-right: solid 1px;
        overflow: hidden;
        height: 37px;
        align-content: center;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }

        header .ricambi-open .sub-item.targa {
            box-shadow: inset 0px 0px 0px 1px #afafaf;
        }

            header .ricambi-open .sub-item.targa:before {
                content: '';
                position: absolute;
                width: 12px;
                left: 1px;
                top: 0;
                bottom: 0;
            }

            header .ricambi-open .sub-item.targa:after {
                content: '';
                position: absolute;
                width: 12px;
                right: 1px;
                top: 0;
                bottom: 0;
            }

        header .ricambi-open .sub-item input {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            appearance: none !important;
            height: 100%;
            width: 100%;
            border: none;
            background-color: transparent;
            padding-left: 18px;
            padding-right: 18px;
        }

.ricambi-open .sub-item select {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    appearance: none !important;
    height: 100%;
    width: 100%;
    border: none;
    background-color: transparent;
    padding-left: 10px;
}

.ricambi-open .sub-item.select i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0,-50%);
}
/*ACCESSORI SOTTOMENU*/
header .content-accessori {
    display: none;
}

header .accessori-open {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 8px 20px;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(254,254,254,1) 1%, rgba(255,255,255,1) 99%, rgba(0,0,0,0.2) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.2) 0%,rgba(254,254,254,1) 1%,rgba(255,255,255,1) 99%,rgba(0,0,0,0.2) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.2) 0%,rgba(254,254,254,1) 1%,rgba(255,255,255,1) 99%,rgba(0,0,0,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#33000000',GradientType=1 );
}

    header .accessori-open .sub-item {
        position: relative;
        display: flex;
        width: 100%;
        text-align: center; /* padding: 10px 0; */
        border-right: solid 1px;
        height: 37px;
        align-content: center;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }

        header .accessori-open .sub-item input {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            appearance: none !important;
            height: 100%;
            width: 100%;
            border: none;
            background-color: transparent;
            padding-left: 18px;
            padding-right: 18px;
        }

.accessori-open .sub-item select {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    appearance: none !important;
    height: 100%;
    width: 100%;
    border: none;
    background-color: transparent;
    padding-left: 10px;
}

.accessori-open .sub-item.select i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0,-50%);
}
/**/
/*ABBIGLIAMENTO SOTTOMENU*/
header .content-abbigliamento {
    display: none;
}

header .abbigliamento-open {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 8px 20px;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(254,254,254,1) 1%, rgba(255,255,255,1) 99%, rgba(0,0,0,0.2) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.2) 0%,rgba(254,254,254,1) 1%,rgba(255,255,255,1) 99%,rgba(0,0,0,0.2) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.2) 0%,rgba(254,254,254,1) 1%,rgba(255,255,255,1) 99%,rgba(0,0,0,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#33000000',GradientType=1 );
}

    header .abbigliamento-open .sub-item {
        position: relative;
        display: flex;
        width: 100%;
        text-align: center; /* padding: 10px 0; */
        border-right: solid 1px;
        height: 37px;
        align-content: center;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }

        header .abbigliamento-open .sub-item input {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            appearance: none !important;
            height: 100%;
            width: 100%;
            border: none;
            background-color: transparent;
            padding-left: 18px;
            padding-right: 18px;
        }

.abbigliamento-open .sub-item select {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    appearance: none !important;
    height: 100%;
    width: 100%;
    border: none;
    background-color: transparent;
    padding-left: 10px;
}

.abbigliamento-open .sub-item.select i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0,-50%);
}
/**/
/*ricercalibera SOTTOMENU*/
header .content-ricercalibera {
    display: block;
}

header .ricercalibera-open {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

    header .ricercalibera-open .sub-item {
        position: relative;
        display: flex;
        width: 100%;
        text-align: center; /* padding: 10px 0; */
        border-right: solid 1px;
        height: 37px;
        align-content: center;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }

        header .ricercalibera-open .sub-item input {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            appearance: none !important;
            height: 100%;
            width: 100%;
            border: none;
            background-color: transparent;
            padding-left: 18px;
            padding-right: 18px;
        }

.ricercalibera-open .sub-item select {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    appearance: none !important;
    height: 100%;
    width: 100%;
    border: none;
    background-color: transparent;
    padding-left: 10px;
}

.ricercalibera-open .sub-item.select i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0,-50%);
}
/**/
header .sub-item .blazored-typeahead__controls {
    height: 37px !important;
}

.button-disabled {
    pointer-events: none !important;
    opacity: 0.6;
    filter: grayscale(100%);
}

.button-color-disabled {
    opacity: 0.6;
}
/**/
.search-tool {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: flex-start;
    align-items: stretch;
    height: 35px;
    width: 70%;
    border: solid 1px;
    margin-left: 20px;
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.05);
}

    .search-tool .mask-option {
        position: relative;
        width: 34%;
        border-right: solid 1px;
    }

        .search-tool .mask-option i {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translate(0, -50%);
        }

        .search-tool .mask-option select {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border: none;
            background-color: transparent;
            height: 35px;
            width: 100%;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            padding: 0 10px;
        }

    .search-tool .mask-input {
        position: relative;
        width: 95%;
    }

        .search-tool .mask-input input {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border: none;
            background-color: transparent;
            height: 35px;
            width: 100%;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            padding: 0 10px;
        }

    .search-tool .search-tool-button {
    }

    .search-tool button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        background-color: transparent;
        height: 35px;
        width: 10%;
        border-left: solid 1px;
        cursor: pointer;
    }
/**/
.search-tool-link {
    padding: 0 0 !important;
    height: 30px;
    width: 20% !important; /* vertical-align: middle; */
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.05);
    border: solid 1px !important;
}

    .search-tool-link:hover {
        color: #009FE3 !important;
    }
/**/

.amz-cart-container {
    background-image: url(../Assets/img/Amazon-cart.svg);
    display: block;
    width: 40px;
    height: 40px;
    background-size: 28px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

    .amz-cart-container .quantity-number {
        position: absolute;
        font-size: 13px;
        text-align: center;
        width: 35px;
        left: 1px;
        top: 3px;
    }

.open-sidebar-right.logged.invisible {
    display: none !important;
}

.open-sidebar-right.login.invisible {
    display: none !important;
}
/**/
.userbar-top {
    background-color: #F5F5F5;
    display: block;
    width: 100%;
}

    .userbar-top .text-inside {
        font-size: 12px;
        padding: 3px;
        margin: 0 10px;
        text-align: right !important;
    }

@media screen and (max-width: 1080px) and (min-width: 425px) {
}

@media screen and (max-width: 1080px) {
    header .leftbar-space .leftbar-desk {
        width: 100%;
        background-color: rgba(255,255,255,0.95);
        top: 51px;
        box-shadow: none;
    }

    header .rightbar-desk {
        width: 100%;
        background-color: rgba(255,255,255,0.95);
        top: 51px;
        box-shadow: none;
    }
    /**/
    /*CHIUDI TUTTE LE SIDEBARS*/
    .leftbar-desk .close-sidebar {
        text-align: right;
        align-self: self-end;
        padding: 8px 15px 16px 15px;
        width: 100%;
        position: relative;
        bottom: 0;
    }

    .rightbar-desk .close-sidebar {
        text-align: left;
        align-self: self-start;
        padding: 8px 15px 16px 15px;
        width: 100%;
        position: absolute;
        bottom: 0;
    }

    @media screen and (max-width: 1080px) {
        .rightbar-desk .close-sidebar {
            position: unset;
        }
    }

    /**/
    header .content-top-menu {
        overflow: auto;
    }

        header .content-top-menu .top-menu {
            flex-wrap: wrap;
            height: inherit;
            justify-content: space-between;
        }

    .leftbar-space {
        width: 75%;
        min-width: auto;
        order: 1;
        flex: 0 1 auto;
        height: 50px;
        /*position: absolute;*/
        left: 0;
        /*top: 24px;*/
    }

    header .content-top-menu .top-menu .menu {
        order: 3;
        flex: 2 0 auto;
        font-size: 75%;
        width: 100%;
    }

    header .content-top-menu .top-menu .user-menu {
        width: auto;
        order: 4;
        flex: 0 1 auto;
        height: 50px;
        width: auto;
        padding-right: 15px;
    }

        header .content-top-menu .top-menu .user-menu .button {
            width: 40px !important;
        }

    header .content-top-menu .top-menu .menu {
        padding: 0;
        background: #fff;
        justify-content: space-between;
    }

        header .content-top-menu .top-menu .menu a {
            width: auto;
            display: block;
            padding: 10px 10px;
            flex: 2 0 auto;
            border-top: solid 1px;
        }

        header .content-top-menu .top-menu .menu .button-open-ricercalibera {
            display: block;
            padding: 10px 0 !important;
            flex: none;
            width: 50px;
        }
    /**/
    header .ricambi-open {
        flex-wrap: wrap;
        background: #fff;
        padding: 0;
        overflow: hidden;
    }

    header .content-ricambi {
        height: 297px;
    }
    /**/
    header .ricambi-open .sub-item:nth-child(1) {
        width: 20% !important;
        background-color: transparent !important;
        border-top: 1px solid;
        border-bottom: 1px solid;
    }

    header .ricambi-open .sub-item:nth-child(2) {
        width: 79%;
        border: none;
        background-color: transparent !important;
        border-top: 1px solid;
        border-bottom: 1px solid;
    }

    header .ricambi-open .sub-item:nth-child(3) {
        flex: 0 0 auto;
        padding: 0 !important;
        margin: 0;
        width: 99%;
        border: none;
        margin: 5px 0;
    }

    header .ricambi-open .sub-item:nth-child(4) {
        width: 98%;
        border: solid 1px;
        margin: 0 0 5px 0;
        background-color: transparent !important;
    }

    header .ricambi-open .sub-item:nth-child(5) {
        width: 98%;
        border: solid 1px;
        margin: 0 0 5px 0;
        background-color: transparent !important;
    }

    header .ricambi-open .sub-item:nth-child(6) {
        width: 98%;
        border: solid 1px;
        margin: 0 0 5px 0;
        background-color: transparent !important;
    }

    header .ricambi-open .sub-item:nth-child(7) {
        width: 98%;
        border: solid 1px;
        margin: 0 0 5px 0;
        background-color: transparent !important;
    }

    header .ricambi-open .buttonricerca {
        flex: 0 0 auto !important;
        width: 94% !important;
        background-color: inherit;
    }
    /**/
    header .accessori-open {
        flex-wrap: wrap;
        background: #fff;
        padding: 0;
        overflow: hidden;
    }

    header .content-accessori {
        height: 172px;
    }
    /**/
    header .accessori-open .sub-item:nth-child(1) {
        width: 20% !important;
        background-color: transparent !important;
        border-top: 1px solid;
        border-bottom: 1px solid;
    }

    header .accessori-open .sub-item:nth-child(2) {
        width: 79%;
        border: none;
        background-color: transparent !important;
        border-top: 1px solid;
        border-bottom: 1px solid;
    }

    header .accessori-open .sub-item:nth-child(3) {
        flex: 0 0 auto;
        padding: 0 !important;
        margin: 0;
        width: 99%;
        border: none;
        margin: 5px 0;
    }

    header .accessori-open .sub-item:nth-child(4) {
        width: 99%;
        border: solid 1px;
        margin: 0 0 5px 0;
        background-color: transparent !important;
    }

    header .accessori-open .buttonricerca {
        flex: 0 0 auto !important;
        width: 94% !important;
    }
    /**/
    header .abbigliamento-open {
        flex-wrap: wrap;
        background: #fff;
        padding: 0;
        overflow: hidden;
    }

    header .content-abbigliamento {
        height: 172px;
    }
    /**/
    header .abbigliamento-open .sub-item:nth-child(1) {
        width: 20% !important;
        background-color: transparent !important;
        border-top: 1px solid;
        border-bottom: 1px solid;
    }

    header .abbigliamento-open .sub-item:nth-child(2) {
        width: 79%;
        border: none;
        background-color: transparent !important;
        border-top: 1px solid;
        border-bottom: 1px solid;
    }

    header .abbigliamento-open .sub-item:nth-child(3) {
        flex: 0 0 auto;
        padding: 0 !important;
        margin: 0;
        width: 99%;
        border: none;
        margin: 5px 0;
    }

    header .abbigliamento-open .sub-item:nth-child(4) {
        width: 99%;
        border: solid 1px;
        margin: 0 0 5px 0;
        background-color: transparent !important;
    }

    header .abbigliamento-open .buttonricerca {
        flex: 0 0 auto !important;
        width: 94% !important;
    }
    /**/
    header .ricercalibera-open {
        flex-wrap: wrap;
        background: #fff;
        padding: 0;
        overflow: hidden;
    }

    header .content-ricercalibera {
        height: 36px;
    }
    /**/
    header .ricercalibera-open .sub-item:nth-child(1) {
        width: 20% !important;
        background-color: transparent !important;
        border-top: 1px solid;
        border-bottom: 1px solid;
    }

    header .ricercalibera-open .sub-item:nth-child(2) {
        width: 79%;
        border: none;
        background-color: transparent !important;
        border-top: 1px solid;
        border-bottom: 1px solid;
    }

    header .ricercalibera-open .sub-item:nth-child(3) {
        flex: 0 0 auto;
        padding: 0 !important;
        margin: 0;
        width: 99%;
        border: none;
        margin: 5px 0;
    }

    header .ricercalibera-open .sub-item:nth-child(4) {
        width: 99%;
        border: solid 1px;
        margin: 0 0 5px 0;
        background-color: transparent !important;
    }

    header .ricercalibera-open .buttonricerca {
        flex: 0 0 auto !important;
        width: 94% !important;
    }
    /**/
    header .content-bottom-menu {
        overflow: auto;
    }

        header .content-bottom-menu .bottom-menu {
            white-space: nowrap;
        }

            header .content-bottom-menu .bottom-menu a {
                margin: 0 10px;
                font-size: 90%;
            }

        /*SCROLLBAR BOTTOM MENU*/
        header .content-bottom-menu::-webkit-scrollbar {
            width: 2px;
            height: 2px;
        }

        header .content-bottom-menu::-webkit-scrollbar-thumb {
            background: #B3AFB3;
            border-radius: 0px;
        }

            header .content-bottom-menu::-webkit-scrollbar-thumb:hover {
                background: #B3AFB3;
            }

        header .content-bottom-menu::-webkit-scrollbar-track {
            background: #F0F0F0;
            border-radius: 0px;
            box-shadow: inset 0px 0px 0px 0px #F0F0F0;
        }
    /**/
    .search-tool {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: stretch;
        justify-content: flex-start;
        align-items: stretch;
        height: auto;
        width: 100%;
        border-top: solid 1px;
        margin-left: 0;
    }

        .search-tool .mask-option {
            position: relative;
            width: 100%;
            border-bottom: solid 1px;
            height: 35px;
        }

        .search-tool .mask-input {
            position: relative;
            width: 80%;
            height: 35px;
        }

        .search-tool button {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border: none;
            background-color: transparent;
            height: 35px;
            width: 20%;
            border-left: solid 1px;
            cursor: pointer;
        }
    /**/
    .search-tool-link {
        margin-right: 0;
        margin-top: 10px;
    }
    /**/
    .open-filtri-mobile {
        z-index: 1 !important;
    }
}

.menu {
    display: none !important;
}

resourcemanager {
    order: 3;
}

syncfusionlicense {
    order: 3;
}