@charset "UTF-8";

.footers {
    position: sticky;
    z-index: 1049;
    display: block;
}

.mobile-footer-menu {
    height: 6em;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: fixed;
    bottom: 0;
    bottom: env(safe-area-inset-bottom);
    left: 0;
    right: 0;
    box-shadow: 0 0 10px 3px #ccc;
    z-index: 1
}

    .mobile-footer-menu .mobile-footer-link {
        font-weight: 400;
        font-size: 1.4rem;
        color: #807d7d;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: relative;
        z-index: 1;
        transition: all .2s;
        cursor: pointer
    }

        .mobile-footer-menu .mobile-footer-link.disabled,
        .mobile-footer-menu .mobile-footer-link:disabled {
            cursor: not-allowed;
            opacity: .5
        }

        .mobile-footer-menu .mobile-footer-link.active .mobile-footer-icon,
        .mobile-footer-menu .mobile-footer-link.router-link-exact-active.router-link-active .mobile-footer-icon {
            transform: translateY(-5px);
            transition: all .2s
        }

        .mobile-footer-menu .mobile-footer-link.active:before,
        .mobile-footer-menu .mobile-footer-link.router-link-exact-active.router-link-active:before {
            content: "";
            display: flex;
            position: absolute;
            justify-content: center;
            top: 0;
            height: 100%;
            border-radius: 50%;
            overflow: hidden;
            z-index: -1;
            min-width: 3.6em;
            background: #eee;
            transform: scale(1.7) translateY(-.3em);
            text-align: center;
            margin: auto
        }

        .mobile-footer-menu .mobile-footer-link .mobile-footer-icon {
            width: 2em;
            height: 2em
        }


.menubar-area {
    border-top: 0;
    padding: 0;
    position: unset;
    background-color: #000 !important;
    border-radius: 18px;
}

    .menubar-area.footer-fixed {
        position: fixed !important;
        bottom: 0;
        left: 0;
        z-index: 9;
        width: 100%;
    }

    .menubar-area .toolbar-inner {
        padding-left: 0;
        padding-right: 0;
        display: flex;
        max-width: 1000px;
        margin-right: auto;
        margin-left: auto;
        align-items: center;
    }

        .menubar-area .toolbar-inner .circle {
            position: relative;
            display: flex;
            align-items: center;
        }

            .menubar-area .toolbar-inner .circle:after {
                content: "";
                position: absolute;
                top: 0;
                right: -5px;
                width: 12px;
                height: 12px;
                background-color: #FFA902;
                border: 2px solid var(--primary);
                border-radius: 50%;
            }

        .menubar-area .toolbar-inner .nav-links,
        .menubar-area .toolbar-inner .menu-toggler {
            position: relative;
            color: var(--title);
            text-align: center;
            width: 25%;
            padding: 0 0;
            font-size: 18px;
        }

            .menubar-area .toolbar-inner .nav-links svg,
            .menubar-area .toolbar-inner .menu-toggler svg {
                width: 24px;
                height: 24px;
            }

                .menubar-area .toolbar-inner .nav-links svg path,
                .menubar-area .toolbar-inner .menu-toggler svg path {
                    fill: #7d8fab;
                }

            .menubar-area .toolbar-inner .nav-links.active svg path,
            .menubar-area .toolbar-inner .menu-toggler.active svg path {
                fill: var(--primary);
            }

            .menubar-area .toolbar-inner .nav-links.item-active,
            .menubar-area .toolbar-inner .menu-toggler.item-active {
                width: 55px;
                min-width: 55px;
                height: 55px;
                font-size: 24px;
                color: #fff;
                font-weight: 900;
                background: var(--primary);
                line-height: 45px;
                text-align: center;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 50px;
            }

                .menubar-area .toolbar-inner .nav-links.item-active svg path,
                .menubar-area .toolbar-inner .menu-toggler.item-active svg path {
                    fill: #fff;
                }

            .menubar-area .toolbar-inner .nav-links .title,
            .menubar-area .toolbar-inner .menu-toggler .title {
                display: block;
                margin-top: 5px;
                font-weight: 500;
                font-size: 12px;
            }

    .menubar-area .menubar-nav .nav-links {
        padding: 10px 12px 8px;
        color: rgba(0, 0, 0, 0.4);
    }

        .menubar-area .menubar-nav .nav-links span {
            font-size: 12px;
            display: block;
        }

        .menubar-area .menubar-nav .nav-links i {
            margin-bottom: 4px;
            font-size: 22px;
        }

        .menubar-area .menubar-nav .nav-links.cart-handles {
            margin-top: -40px;
        }

            .menubar-area .menubar-nav .nav-links.cart-handles i {
                font-size: 24px;
                color: #fff;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }

            .menubar-area .menubar-nav .nav-links.cart-handles .hexad-menu {
                position: absolute;
                width: 55px;
                max-width: 55px;
                min-width: 55px;
                left: 50%;
                top: -25px;
                transform: translateX(-50%);
                z-index: 1;
            }

                .menubar-area .menubar-nav .nav-links.cart-handles .hexad-menu .shape-dark {
                    display: block;
                }

                .menubar-area .menubar-nav .nav-links.cart-handles .hexad-menu .shape-light {
                    display: none;
                }

        .menubar-area .menubar-nav .nav-links.active {
            color: var(--primary);
        }

.layout-mobile {
    background-color: #2C3F6D;
    cursor: pointer;
    border-radius: 30px;
    overflow: hidden;
    padding: 8px;
    position: relative;
}

    .layout-mobile img {
        border-radius: 22px;
        width: 100%;
    }

    .layout-mobile.style-2:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.69);
        backdrop-filter: blur(2px);
    }

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #ccc;
    border-top-color: #007bff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
