/* CSS Only Elementor Hamburger Menu */

.css-menu {
    position: relative;
    font-size:14px;
    line-height:18px;
}

.css-menu summary {
    list-style: none;
    cursor: pointer;
}

.css-menu summary::-webkit-details-marker {
    display: none;
}

.css-toggle svg {
    width: 48px;
    height: 48px;
    fill: none;
}

.css-dropdown {
    position: absolute;
    top: 100%;
    right: 0;      /* anchor to right */
    left: auto;
    width: 220px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,.15);
    padding: 12px 20px;
  z-index: 9999;
  border-radius: 16px;
  margin-top: 16px;
}

.css-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.css-dropdown li:last-child {
    border-bottom: none;
}

.css-dropdown li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.css-dropdown a {
    text-decoration: none;
    font-weight: 400;
    color: #000;
}
.css-dropdown a:hover {
    text-decoration: none;
    color: #F37636;
}

