.icon-menu {
    cursor: pointer;
    font-size: 25px  !important;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #ed1b24;
    border-radius: 4px;
    margin-right: -5px;
    margin-bottom: 10px;
    color: white !important;
    text-decoration: none !important;
    -moz-user-select: none; -webkit-user-select: none; -ms-user-select:none; user-select:none;-o-user-select:none;
}

.link-product {
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px !important;
}

.link-type {
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px !important;
    margin-left: 10px;
}

.link-item {
    text-align: left;
    font-size: 14px !important;
    margin-left: 10px;
}

.overlays {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0.9;
    background-color: white;
    background-color: rgb(240, 240, 240);
    overflow-x: hidden;
    transition: 0.2s !important;
}

.overlays-content {
    position: relative;
    top: 8%;
    width: 100%;
    text-align: left;
    margin-top: 30px;
}

.overlays a {
    padding: 8px;
    text-decoration: none;
    font-size: 12px;
    color: black !important;
    display: block;
    transition: 0.2s !important;
}


.overlays a:hover, .overlays a:focus {
    color: #ed1b24 !important;
}

.overlays .closebtn {
    position: absolute;
    top: -9px !important;
    right: 5px;
    font-size: 60px;
}

.collapsible {
    color: black;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

/* .active, .collapsible:hover {
    background-color: #da010c;
} */

.content-menu {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: transparent;
}

@media screen and (max-height: 450px) {
    .overlays a {
        font-size: 20px;transition: 0.2s !important;
    }
    /* .overlays .closebtn {
        font-size: 40px;
        top: 15px;
        right: 20px;
        transition: 0.2s !important;
    } */
}