/* Menu
 ========================================================================== */

 .new-nav-menu {
    position: fixed;
    top: 0px;
    width: 320px;
    right: -320px;
    max-width: 90%;
    height: 100%;
    z-index: 104;
    background-color: rgb(255, 255, 255);
    padding-top: 120px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 11px 0px;
    transition: right 0.4s ease-out 0s;
    overflow-y: auto;
    pointer-events: all;
  }

.show-new-nav-menu {
    left: 0;
}  

.close-btn-menu {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: normal;
    outline: none;
    overflow: visible;
    text-align: inherit;
    width: auto;
    appearance: none;
    padding: 14px;
    position: absolute;
    right: 23px;
    top: 43px;
  }
  
@media screen and (max-width: 1100px) {
    .bbJhzi {
        position: relative;
        bottom: 0px;
        left: 0px;
        top: 0px;
        width: auto;
        height: 100vh;
        overflow: auto;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: none;
    }
}

.bbJhzi {
    background: rgb(255, 255, 255);
    position: absolute;
    border-radius: 4px;
    left: 50%;
    top: 100%;
    width: 400px;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 11px 0px;
    opacity: 0;
    visibility: hidden;
    transition: transform 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s;
    z-index: 2;
    transform-origin: 50% -20px;
    transform: translateX(-40%) rotateX(-25deg);
    will-change: transform, opacity, visibility;
    max-height: 85vh;
    overflow: auto;
}

.new-nav-menu .styled__MainDropLink-sc-17vcxxg-13 {
    padding: 0px;
}

@media screen and (max-width: 1100px) {
    .gxrGjx {
        height: 52px;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        border-bottom: 1px solid rgb(241, 243, 244);
        margin-bottom: 0px !important;
    }
}

.gxrGjx {
    margin: 0px 0px 42px;
}

@media screen and (max-width: 1100px) {
    .btn-link-new-menu {
        font-weight: bold;
        font-size: 14px;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        width: 100%;
        height: 100%;
        text-align: left;
    }
}

.btn-link-new-menu {
    position: relative;
    font-weight: bold;
    background: none;
    border: none;
    cursor: pointer;
    font-style: inherit;
    font-variant: inherit;
    font-stretch: inherit;
    font-family: inherit;
    outline: none;
    overflow: visible;
    text-align: inherit;
    width: 100%;
    appearance: none;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    margin-right: 20px;
    -webkit-box-pack: start;
    justify-content: flex-start;
    color: rgb(32, 33, 36) !important;
}

.new-menu-back-btn {
    font-weight: bold;
    font-size: 14px;
}

.bbJhzi a {
    color: rgb(29, 34, 65);
}

.new-nav-menu .m-l-auto-svg svg {
    position: absolute;
    right: 15px;
    top: 19px;
}

.new-nav-menu .styled__DropdownNav-sc-17vcxxg-10 {
    padding: 0px;
}

.gaFjBY {
    margin: 0px;
}

.rmyXR {
    animation: 0.2s ease-out 0s 1 normal none running kAtYlq;
}

.new-menu-container {
    padding-left: 28px;
}

.new-nav-menu .styled__MainDropLink-sc-17vcxxg-13 > a {
    height: 100%;
    width: 100%;
}

.gxrGjx a:link, .gxrGjx a:visited {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.new-nav-menu .styled__NavHeaderImage-sc-17vcxxg-16 {
    margin-right: 14px;
    width: 25px;
    height: 25px;
}

.hEiAnP {
    width: 50px;
    display: flex;
    flex-shrink: 0;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0px 28px 0px 0px;
}

.gxrGjx a {
    font-size: 14px;
    font-weight: bold;
    color: rgb(32, 33, 36)!important;
}

.mt-25 {
    margin-top: 25px;
}

.text-white-color {
    color: #FFF;
}

.no-hover-color:hover {
    color: inherit;
}

.btn-new-menu {
    width: 80%;
    padding: 18px 0;
    margin-right: 5%;
}

.bg-none {
    color: rgb(32, 33, 36) !important;
    background: none!important
}