.mobile-left-menu {
    max-height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    box-shadow: -2px 0 5px rgba(0,0,0,0.2);
}

#productsMenuListMobile.active .mobile-left-menu {
    width: 280px;
}

#productsMenuListMobile.active .mobile-left-menu-overlay {
    display: block;
}

.btn-transparent-bordered {
    background-color: transparent;
    border-color: grey;
    border-width: 2px;
    border-radius: 10px;
    box-shadow: none !important;
    outline: 0 !important;
}

#callCenter {
    text-decoration: none;
}

#callCenter span {
    font-size: 1.5em;
    font-weight: 500;
    margin-left: 26px;
}

.side-menu-icon {
    width: 25px;
}
