.mcart-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    padding-left: 95px;
}
.mcart-menu-container {
    position: relative;
    width: 100%;
    max-width: calc(1400px - 95px);
    background: #fff;
    height: 100vh;
    overflow: hidden;
    z-index: 990;
}
.mcart-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 23.5px;
    height: 23.5px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 30px 40px;
    cursor: pointer;
}
.mcart-menu {
    margin: 80px 40px 40px;
    display: flex;
    overflow: auto;
    height: calc(100vh - 120px);
}
.mcart-menu-left {
    margin-left: 40px;
    flex: 4;
    display: flex;
    flex-wrap: wrap;
}
.mcart-menu-right {
    flex: 1;
}
.mcart-menu-left .mcart-sub-menu {
    width: 25%;
    margin-bottom: 50px;
}
.mcart-sub-menu a {
    color: #272727;
}
.mcart-sub-menu a:hover {
    color: #b70037;
}
.mcart-sub-menu-list {
    list-style: none;
}
.mcart-sub-menu-title {
    margin-bottom: 20px;
    color: #272727;
    font-family: 'Proxima Nova', 'sans-serif';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
}
.mcart-menu-right .mcart-sub-menu-title, .mcart-sub-menu-title.mcart-sub-menu-right {
    color: #990032;
}
.mcart-sub-menu-list li {
    position: relative;
    font-family: 'Proxima Nova', 'sans-serif';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #272727;
    margin-bottom: 20px;
}
.mcart-sub-menu-list li span {
    position: absolute;
    left: -37px;
    width: 37px;
    height: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
}
