/**
* 2025 Anvanto
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
*
*  @author    Anvanto <anvantoco@gmail.com>
*  @copyright 2025 Anvanto
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/

.anmm-link-cursor {
    cursor: pointer;
}
.anmm-menu-vertical:nth-child(2) {
    margin: 0 15px 0 0px!important;
}
.anmm-menu-active {
    overflow: hidden;
}
.anmm-menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    padding: 10px 0;
    width: 100%;
    z-index: 2;
}
.anmm-list-wrap {
    width: 100%;
}
.anmm-list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}
.anmm-link {
    position: relative;
    padding: 15px 15px 15px 15px;
    line-height: 1.25;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}
.anmm-title {
    font-weight: var(--menu-title-weight);;
    text-transform: var(--menu-title-case);
    text-decoration: none;
}

.anmm-link-arrow {
    margin-left: auto;
}
.anmm-menu-item {
    display: flex;
    align-items: center;
    padding: 0px 0;
}
.anmm-menu-vertical {
    margin-left: 15px;
    margin-right: 15px;
}
.anmm-link-vertical {
    border-radius: var(--button-vertical-border-radius);
}
.anmm-link-vertical svg {
    margin-bottom: 1px;
}

.anmm-link-icon {
    max-width: 45px;
    max-height: 30px;
    height: auto;
    width: auto;
    margin-right: 2px;
    flex: 0 0 auto;
}
.anmm-link-label {
    position: absolute;
    right: 29px;
    top: -2px;
    padding: 2px 6px 2px;
    font-size: 10px;
    font-weight: bold;
    line-height: 12px;
    border-radius: 10px;
}
.anmm-menu-vertical .anmm-link-title {
    position: relative;
}
.anmm-menu-vertical .anmm-link-label {
    top: -10px;
    right: -40px;
}
.anmm-dropdown-content-html .anmm-dropdown-content-title {
    margin-bottom: 11px;
}
.anmm-dropdown-content-html h5 {
    margin: 0px 0 4px;
}
.anmm-dropdown-content-html p {
    margin-bottom: 10px;
}

.anmm-dropdown-content-html p:last-child {
    margin-bottom: 0px;
}
.anmm-dropdown-content-html iframe {
    max-width: 100%;
}

.anmm-dropdown {
    background-color: var(--menu-bg-color);
    border: var(--dropdown-border-width) solid var(--dropdown-border-color);
    border-radius: var(--radius);
    background-size: auto;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    width: 100%;
    line-height: var(--menu-link-line-height);
    z-index: 100;
    margin-top: -10px;
    padding: 30px 30px 17px;
    background-repeat: no-repeat;
    overflow: auto;
    max-height: calc(100vh - 180px);
    transition: opacity .25s ease, margin .25s ease;
    opacity: 0;
}
.anmm-dropdown-no-submenu {
    left: unset
}
.anmm-menu-vertical .anmm-dropdown {
    background-color: transparent;
    border: 0;
    overflow: visible;
    padding: 0;
}
.anmm-dropdown-content {
    margin-bottom: 13px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.anmm-dropdown-content img {
    border-radius: var(--dropdown-image-radius);
    max-width: 100%;
}
.anmm-dropdown-content-title {
    font-weight: var(--menu-title-weight);
    line-height: var(--menu-title-line-height);
    text-transform: var(--menu-title-case);
    border-bottom: var(--menu-title-underline-height) solid var(--menu-title-underline-color);
    margin-bottom: 13px;
    padding-bottom: 0px;
    width: 100%;
}
.anmm-dropdown-content-image img {
    max-width: 100%;
    height: auto;
}
.anmm-dropdown .anmm-link {
    border-left: var(--dropdown-border-width) solid var(--dropdown-border-color);
    border-right: var(--dropdown-border-width) solid var(--dropdown-border-color);
    padding: 11px 8px 11px 20px;
    z-index: 2;
}
.anmm-dropdown .anmm-dropdown-item:first-child .anmm-link {
    border-top: var(--dropdown-border-width) solid var(--dropdown-border-color);
}
.anmm-dropdown .anmm-dropdown-item:last-child .anmm-link {
    border-bottom: var(--dropdown-border-width) solid var(--dropdown-border-color);
}
.anmm-dropdown .anmm-dropdown-item:last-child .anmm-link {
    border-radius: 0 0 var(--radius) var(--radius);
}
.anmm-menu-item.open .anmm-dropdown {
    opacity: 1;
    visibility: visible;
    margin: 0;
}
.anmm-dropdown-item {
    background-color: var(--menu-bg-color);
    padding: 0;
    float: left;
    clear: both;
}
.anmm-dropdown-submenu {
    left: 199px;
    margin-left: calc(var(--dropdown-border-width) * -1);
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 3;
    background-repeat: no-repeat;
    visibility: hidden;
    width: calc(100% - 197px);
    width: -o-calc(100% - 197px);
    width: -webkit-calc(100% - 197px);
    min-height: calc(100% + 1px);
    min-height: -o-calc(100% + 1px);
    min-height: -webkit-calc(100% + 1px);
    transition: opacity .25s ease;
}
.anmm-has-submenu.open .anmm-dropdown-submenu {
    opacity: 1;
    visibility: visible;
}
.anmm-product-list {
    margin: 0 -15px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.anmm-product {
    float: left;
    padding: 0 15px;
}
.anmm-product .product-miniature {
    width: 150px;
}
.anmm-product .product-miniature .product-description {
    padding: 0 0 0 20px;
    text-align: left;
    flex: 1 1;
    background: transparent;
}
.anmm-product .product-miniature .product-title,
.anmm-product .product-miniature .product-title a {
    text-align: inherit;
}
.anmm-product .product-miniature .product-price-and-shipping {
    text-align: left;
}
.anmm-product .product-miniature .thumbnail-container {
    width: 100%;
}
.anmm-product .product-miniature .thumbnail-container .product-description::after {
    display: none;
}
.anmm-product .product-miniature .product-thumbnail img {
    width: auto;
    max-width: 100%;
}
.anmm-product.anmm-product-vertical {
    max-width: 50%;
    width: 100%;
}
.anmm-row {
    margin: 0;
}
.anmm-product-list {
    gap: 15px 0;
}
.anmm-column.col-md-1 .anmm-product.anmm-product-vertical,
.anmm-column.col-md-2 .anmm-product.anmm-product-vertical,
.anmm-column.col-md-3 .anmm-product.anmm-product-vertical,
.anmm-column.col-md-4 .anmm-product.anmm-product-vertical,
.anmm-column.col-md-5 .anmm-product.anmm-product-vertical,
.anmm-column.col-md-6 .anmm-product.anmm-product-vertical {
    max-width: 100%;
}
.anmm-column.col-md-1 .anmm-product.anmm-product-vertical .product-miniature .thumbnail-container,
.anmm-column.col-md-2 .anmm-product.anmm-product-vertical .product-miniature .thumbnail-container,
.anmm-column.col-md-3 .anmm-product.anmm-product-vertical .product-miniature .thumbnail-container,
.anmm-column.col-md-4 .anmm-product.anmm-product-vertical .product-miniature .thumbnail-container,
.anmm-column.col-md-5 .anmm-product.anmm-product-vertical .product-miniature .thumbnail-container,
.anmm-column.col-md-6 .anmm-product.anmm-product-vertical .product-miniature .thumbnail-container {
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 0;
}
.anmm-column.col-md-1 .anmm-product.anmm-product-vertical .product-miniature .anmm-product-img,
.anmm-column.col-md-2 .anmm-product.anmm-product-vertical .product-miniature .anmm-product-img,
.anmm-column.col-md-3 .anmm-product.anmm-product-vertical .product-miniature .anmm-product-img,
.anmm-column.col-md-4 .anmm-product.anmm-product-vertical .product-miniature .anmm-product-img,
.anmm-column.col-md-5 .anmm-product.anmm-product-vertical .product-miniature .anmm-product-img,
.anmm-column.col-md-6 .anmm-product.anmm-product-vertical .product-miniature .anmm-product-img {
    width: 85px;
    max-width: 100%;
}
.anmm-column.col-md-1 .anmm-product .product-miniature .product-description,
.anmm-column.col-md-2 .anmm-product .product-miniature .product-description,
.anmm-column.col-md-3 .anmm-product .product-miniature .product-description,
.anmm-column.col-md-4 .anmm-product .product-miniature .product-description,
.anmm-column.col-md-5 .anmm-product .product-miniature .product-description,
.anmm-column.col-md-6 .anmm-product .product-miniature .product-description {
    padding-top: 0;
    padding-left: 0;
}
.anmm-product.anmm-product-vertical .product-miniature {
    width: 100%;
}
.anmm-product.anmm-product-vertical .product-miniature .product-title {
    margin-top: 0;
    margin-bottom: 10px;
}

.anmm-product.anmm-product-vertical .product-miniature .product-title a {
    font-size: 16px;
    line-height: 22px;
}
.anmm-product.anmm-product-vertical .product-miniature .price {
    font-size: 16px;
}
.anmm-product.anmm-product-vertical .product-miniature .thumbnail-container {
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 10px;
    background: transparent;
}
.anmm-product.anmm-product-vertical .product-miniature .anmm-product-img {
    max-width: 50%;
    border-radius: var(--dropdown-image-radius);
    overflow: hidden;
}
.anmm-brand-list {
    display: flex;
    flex-direction: column;
}
.anmm-brand-list .anmm-brand {
    line-height: var(--menu-link-line-height);
    margin-bottom: 6px;
}
.anmm-brand-list-images {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0px 30px;
    width: 100%;
}
.anmm-brand-list-images .anmm-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 160px;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
}
.anmm-brand-list-images .anmm-brand img {
    margin-bottom: 10px;
}

.anmm-brand-list-titles {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
}
.anmm-brand-list-titles .anmm-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 160px;
    width: 100%;
    text-align: left;
}

.anmm-page-list {
    display: flex;
    flex-direction: column;
}
.anmm-page {
    line-height: var(--menu-link-line-height);
    margin-bottom: 6px;
}
.anmm-dropdown-content-text {
    line-height: var(--menu-link-line-height);
    width: 100%;
}
.anmm-category-title {
    margin-bottom: 10px;
}
.anmm-category-item {
    max-width: 100%;
    float: left;
    clear: both;
    position: relative;
}
.anmm-category-item.anmm-has-sub>.anmm-category-list {
    background-color: var(--menu-bg-color);
    border: var(--dropdown-border-width) solid var(--dropdown-border-color);
    border-radius: var(--radius);
    left: 100%;
    margin-left: 10px;
    padding: 9px 18px 16px;
    min-width: 120px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: -9px;
    visibility: hidden;
    white-space: nowrap;
    width: auto;
    z-index: 10;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}
.anmm-category-title a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}
.anmm-category-title .anmm-category-arrow {
    display: none;
}
.anmm-category-item.anmm-has-sub > .anmm-category-title .anmm-category-arrow {
    display: inline;
}
.anmm-category-item.anmm-has-sub .anmm-category-list:before {
    width: 17px;
    content: "";
    top: 0;
    right: 100%;
    position: absolute;
    height: 100%;
}
.anmm-category-item.anmm-has-sub.level-3 .anmm-category-list:before {
    width: 27px;
}
.anmm-category-item.anmm-has-sub.level-3 .anmm-category-list {
    margin-left: 25px;
}
.anmm-category-item.anmm-has-sub:hover > .anmm-category-list {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    box-shadow: 2px 4px 10px 0px #0000001A;
}

.anmm-menu-fixed {
    background: #fff;
    z-index: 30;
    padding: 13px 0px !important;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 0px 6px 0px rgba(1, 1, 1, 0.1);
}

.anmm-menu-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: var(--menu-bg-color);
    border: var(--dropdown-border-width) solid var(--dropdown-border-color);
    margin: 0 0px 30px;
    width: 100%;
}
.anmm-link-block {
    border-bottom: var(--dropdown-border-width) solid var(--dropdown-border-color);
    width: 100%;
}
.anmm-dropdown-block {
    width: 100%;
}
.anmm-dropdown-block-item {
    width: 100%;
    background-color: var(--menu-bg-color);
    padding: 0;
    float: left;
    clear: both;
}
.anmm-menu-block .anmm-link-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 4px;
    min-width: 26px;
    min-height: 28px;
}

.anmm-dropdown-block-submenu {
    left: 199px;
    margin-left: calc(var(--dropdown-border-width)* 0);
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    background-repeat: no-repeat;
    visibility: hidden;
    width: calc(100% - 197px);
    width: -o-calc(100% - 197px);
    width: -webkit-calc(100% - 197px);
    min-height: calc(100% + 1px);
    min-height: -o-calc(100% + 1px);
    min-height: -webkit-calc(100% + 1px);
    transition: opacity .25s ease;
}
.anmm-dropdown-block-submenu .anmm-dropdown-block-submenu-bg {
    background-color: var(--menu-bg-color);
}
.anmm-block-has-submenu.open .anmm-dropdown-block-submenu {
    opacity: 1;
    visibility: visible;
}

.anmm-dropdown-fullwidth {
    width: 100%!important;
    left: 0!important;
    right: unset!important;
}
.anmm-dropdown-fullwidth .anmm-row {
    margin: 0 -15px;
}

/* dropdown background */
.anmm-zindex {
    position: relative;
    z-index: 200;
}
.anmm-popupbg-active {
    z-index: 101;
}
.anmm-popupbg {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: none;
}
.anmm-popupbg.active {
    display: block;
}
/* dropdown background */

@media (min-width: 768px) {
    .anmm-dropdown-fullwidth {
        scrollbar-gutter: stable both-edges;
    }
    .anmm-menu-item.open .anmm-dropdown {
        display: block;
    }
    .anmm-has-submenu.open .anmm-dropdown-submenu {
        display: block;
    }
    .anmm-block-has-submenu.open .anmm-dropdown-block-submenu {
        display: block;
    }
    .anmm-menu-block  .anmm-link-label {
        position: static;
        margin-left: 3px;
    }
    .anmm-link {
        padding: 18px 15px 18px 15px;
    }
    .anmm-menu-block .anmm-link {
        padding: 16px 21px 15px 20px;
    }
    .anmm-link-vertical {
        padding: 10px 14px 10px 19px;
        gap: 10px;
    }
    .anmm-dropdown .anmm-link {
        padding: 15px 10px 15px 20px;
    }
    .anmm-menu-horizontal .anmm-dropdown {
        box-shadow: 2px 4px 10px 0px #0000001A;
    }
    .anmm-dropdown-submenu-bg {
        padding: 30px 15px 15px;
        background-color: var(--menu-bg-color);
        border: var(--dropdown-border-width) solid var(--dropdown-border-color);
        border-radius: var(--radius);
        box-shadow: 2px 4px 10px 0px #0000001A;
        overflow: auto;
        max-height: calc(100vh - 220px);
    }
    .anmm-dropdown-block-submenu {
        background: transparent;
    }
    .anmm-dropdown-block-submenu .anmm-dropdown-block-submenu-bg {
        border: var(--dropdown-border-width) solid var(--dropdown-border-color);
        border-radius: var(--radius);
        padding: 30px 30px 15px;
        box-shadow: 2px 4px 10px 0px #0000001A;
        max-height: calc(100vh - 260px);
    }
    .anmm-dropdown-item {
        box-shadow: 2px 4px 10px 0px #0000001A;
    }
    .anmm-column.col-md-4 .anmm-product.anmm-product-vertical,
    .anmm-column.col-md-5 .anmm-product.anmm-product-vertical,
    .anmm-column.col-md-6 .anmm-product.anmm-product-vertical {
        max-width: 50%;
    }
    .anmm-menu-mobile {
        display: none;
    }
    .anmm-link-arrow-mobile {
        display: none;
    }
    .anmm-list {
        width: calc(100% + 0px);
        margin: 0 0px;
        z-index: 11;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
        gap: var(--menu-gap);
    }
    .anmm-list-static {
        position: static;
    }
    .anmm-menu-btn-close {
        display: none;
    }
    .anmm-dropdown-block-item {
        border-top: 1px solid #0000000D;
    }
    .anmm-dropdown-block-item:first-child {
        border: 0;
    }
    .anmm-category-item:last-child .anmm-category-title {
        margin-bottom: 0;
    }
    .anmm-menu-btn-back {
        display: none;
    }
    .anmm-dropdown-content-html h5 {
        margin-top: 5px;
    }
}

.anmm-menu-toggle {
    background: var(--menu-mobile-bg);
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding: 15px 20px;
    text-transform: none;
    width: 100%;
    display: none;
    cursor: pointer;
    color: #000;
}
@media (max-width: 767px) {
    .anmm-mobile-open {
        overflow: hidden;
        scrollbar-gutter: stable;
    }
    .anmm-mobile-open body {
        overflow: hidden;
    }
    .anmm-menu-toggle {
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 10px 0;
    }
    .anmm-list-wrap {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        text-align: left;
        overflow: hidden;
        z-index: 999;
        width: 100%;
        max-width: 100%;
        background-color: rgba(0, 0, 0, 0.6);
    }
    .anmm-list {
        font-size: 16px;
        max-width: 100%;
        min-width: var(--menu-mobile-width);
        width: var(--menu-mobile-width);
        display: none;
        position: relative;
        background-color: #fff;
        z-index: 300;
        padding: 0px 0 0;
        float: left;
        min-height: 100vh;
        height: 100%;
        margin: 0;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .anmm-menu-btn-back,
    .anmm-menu-toggle.anmm-menu-btn-close {
        position: relative;
        padding: 6px 9px 6px 20px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        background: #fff;
        color: #000;
        margin: 0 0 9px;
        gap: 10px;
    }
    .anmm-menu-btn-back {
        margin-bottom: 19px;
        padding-right: 13px;
    }
    .anmm-mobile-btn-back,
    .anmm-mobile-btn-close {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        width: 40px;
        height: 40px;
    }
    .anmm-menu-toggle .anmm-link-icon {
        margin-right: 0px;
    }
    .anmm-link-vertical {
        display: none;
    }
    .anmm-link-arrow {
        padding: 10px;
        box-sizing: content-box;
        position: absolute;
        top: calc(50% - 15px);
        right: 11px;
        cursor: pointer;
    }
    .anmm-link-arrow-desktop {
        display: none;
    }
    .anmm-dropdown-submenu,
    .anmm-dropdown:not(.anmm-dropdown-vertical) {
        box-shadow: none;
        visibility: visible;
        transform: translateX(-100%);
        border: 0;
        position: fixed;
        top: 0 !important;
        left: 0px !important;
        padding: 0px 0 0px;
        margin: 0px 0 0;
        opacity: 1;
        background: #fff;
        z-index: 199;
        min-height: unset;
        max-height: unset;
        width: var(--menu-mobile-width)!important;
        transition: transform .3s;
        height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .anmm-dropdown-block-item.mobile-open .anmm-dropdown-submenu,
    .anmm-dropdown-item.mobile-open .anmm-dropdown-submenu,
    .anmm-menu-item.mobile-open .anmm-dropdown {
        display: block;
    }
    .anmm-dropdown-block-item.mobile-open .anmm-dropdown-submenu,
    .anmm-dropdown-item.mobile-open .anmm-dropdown-submenu,
    .anmm-menu-item.mobile-open .anmm-dropdown {
        transform: translateX(0);
    }
    .anmm-column {
        padding: 0 20px;
    }
    .anmm-menu-item.anmm-menu-vertical {
        margin: 0 !important;
    }
    .anmm-menu-vertical .anmm-dropdown {
        display: block !important;
        opacity: 1;
        visibility: visible;
        margin: 0;
        box-shadow: none;
        padding: 0;
        width: 100%;
        position: static;
        max-height: unset;
    }
    .anmm-dropdown-item {
        width: 100%;
    }
    .anmm-menu-item {
        border: 0;
        border-bottom: 0px solid #DDDDDD;
        float: left;
        width: 100% !important;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        max-width: 100%;
    }
    .anmm-link {
        line-height: 1.375;
        padding: 10px 30px 10px 20px;
        width: 100%;
        text-decoration: none !important;
    }
    .anmm-dropdown .anmm-link {
        width: 100% !important;
        border-top: 0 !important;
        border-bottom: 0px solid #DDDDDD !important;
        padding: 10px 30px 10px 20px;
    }
    .anmm-link-label {
        position: static;
        margin: 0 0 1px 2px;
        padding: 3px 7px 2px;
    }
    .anmm-mobile-footer {
        border-top: 1px solid #0000000D;
        position: relative;
        margin-top: 9px;
        padding: 20px 0px 20px 0px;
        line-height: 1.25;
        width: 100%;
        float: left;
    }
    .anmm-lang-cur {
        position: relative;
        padding: 9px 20px 9px 20px;
        line-height: 1.25;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 5px;
        width: 100%;
    }
    .anmm-lang-cur .currency-selector,
    .anmm-lang-cur .language-selector-wrapper {
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .anmm-lang-cur span {
        color: #000;
    }
    .anmm-dropdown-content {
        margin-bottom: 30px;
    }
    .anmm-dropdown-content-categories {
        margin-bottom: 15px;
    }
    .anmm-dropdown-content-image img {
        width: 100%;
    }

    .anmm-product.anmm-product-vertical {
        max-width: 100%;
    }
    .anmm-category-item .anmm-category-item.anmm-has-sub .anmm-category-list:before {
        display: none;
    }
    .anmm-category-item.anmm-has-sub > .anmm-category-title .anmm-category-arrow,
    .anmm-category-item .anmm-category-item.anmm-has-sub > .anmm-category-title .anmm-category-arrow {
        display: none;
    }
    .anmm-category-item.anmm-has-sub > .anmm-category-list,
    .anmm-category-item .anmm-category-item.anmm-has-sub > .anmm-category-list {
        margin: 0 0 0px;
        min-width: unset;
        opacity: 1;
        position: static;
        visibility: visible;
        display: flex;
        flex-direction: column;
        padding: 0;
        border: 0;
        background: transparent;
        box-shadow: none !important;
    }
}
@media (max-width: 575px) {
    .anmm-menu-wrapper {
        margin: 0 -15px;
    }
}