.hidden{
    display: none;
}

#toolbar_bottom_menu_container {
    background-color: #fff;
    z-index: 100000;
    inset: 0;
    left: 0100vw;
    position: fixed;
    opacity: 0;
    transition: all 0.25s ease-in-out;
width: 100%;
    max-height: 100vh;
    overflow: auto;
    background-color: #fff;
    padding: 12px 12px 100px 12px;
    
}

@media (min-width: 64em) {
    #toolbar_bottom_menu_container{
        display: none;
    }
}

#toolbar_bottom_menu_container.open {
    left: 0;
    opacity: 1;
}

.hide_menu {
    display: none !important;
}

#toolbar_bottom_menu_container .menu-container {
    position: relative;
}

#toolbar_bottom_menu_container .menu-item-container {
    right: -100px;
    left: auto;
    opacity: 0;

    top: 0;
    bottom: 0;
    left: 0;
}

#toolbar_bottom_menu_container .menu-item-container.open {
    right: 0;
    left: 0;
    opacity: 1;

    -webkit-animation-duration: 0.25s;
    -webkit-animation-name: slidein;

    -moz-animation-duration: 0.25s;
    -moz-animation-name: slidein;

    -o-animation-duration: 0.251s;
    -o-animation-name: slidein;

    animation-duration: 0.25s;
    animation-name: slidein;
}

#toolbar_bottom_menu_container .menu-item-container.first-level {
    opacity: 1;
    right: 0;
    left: 0;
}

#toolbar_bottom_menu_container .menu-item-container.first-level .close-current-step {
    display: none;
}

#toolbar_bottom_menu_container .menu-item-container .close-current-step {
    text-decoration: underline;
    display: flex;
    align-items: center;
    padding-bottom: 16px;
}

#toolbar_bottom_menu_container .menu-item-container .close-current-step img {
    max-height: 12px;
    margin-right: 10px;
}

#toolbar_bottom_menu_container .menu-item-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#toolbar_bottom_menu_container .menu-item-container ul li {
    background-color: #f9f9f9;
    margin-bottom: 8px;
    padding: 1px;
}

#toolbar_bottom_menu_container .menu-item-container ul li .inner {
    display: flex;
}

#toolbar_bottom_menu_container .menu-item-container ul li .inner .category_item_image {
    width: 96px;
    min-height: 60px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#toolbar_bottom_menu_container .menu-item-container ul li .inner .category_item_text {
    flex-grow: 1;
}

#toolbar_bottom_menu_container .menu-item-container ul li .inner .category_item_text a {
    font-weight: bold;
    font-size: 14px;
    color: #3d3d3d;
    padding: 20px 15px 20px 15px;
    display: flex;
}

#toolbar_bottom_menu_container .menu-item-container ul li .inner .category_item_text a span {
    margin-left: auto;
}

#toolbar_bottom_menu_container .menu-item-container ul li .inner .category_item_text a span img {
    width: 8px;
}

@-webkit-keyframes slidein {
    from {
        margin-left: 100%;
        opacity: 0;
        width: 300%;
    }

    to {
        margin-left: 0%;
        opacity: 1;
        width: 100%;
    }
}

@-moz-keyframes slidein {
    from {
        margin-left: 100%;
        opacity: 0;
        width: 300%;
    }

    to {
        margin-left: 0%;
        opacity: 1;
        width: 100%;
    }
}
@-o-keyframes slidein {
    from {
        margin-left: 100%;
        opacity: 0;
        width: 300%;
    }

    to {
        margin-left: 0%;
        opacity: 1;
        width: 100%;
    }
}
@keyframes slidein {
    from {
        margin-left: 100%;
        opacity: 0;
        width: 300%;
    }

    to {
        margin-left: 0%;
        opacity: 1;
        width: 100%;
    }
}

#toolbar_bottom {
}

#toolbar_bottom .toolbar_bottom_container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;    
    background-color: #f2f2f2;
    height: 73px;
    z-index: 100001;
}

#toolbar_bottom .toolbar_bottom_container .menu-item {
    background-color: #014f99;
    color: #Fff;
    
}


#toolbar_bottom .toolbar_bottom_container #bottom_toolbar_open_home a,
#toolbar_bottom .toolbar_bottom_container #bottom_toolbar_open_contact a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
    width: 105px;
    color: #3d3d3d;
}

#toolbar_bottom .toolbar_bottom_container #bottom_toolbar_open_menu{
    width: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
    width: 85px;
}

#toolbar_bottom span img {
    height: 22px;
}

.search-container{
    padding-bottom: 16px;
}

#rmp_menu_trigger-4731{
    display: none !important;
}



@media (min-width: 64em) {
    #toolbar_bottom{
        display: none;
    }
}
