@keyframes rotate-ring-pause {
    0%,43%,to {
        transform: rotate(0)
    }

    1%,9% {
        transform: rotate(30deg)
    }

    11%,3% {
        transform: rotate(-28deg)
    }

    5% {
        transform: rotate(34deg)
    }

    7% {
        transform: rotate(-32deg)
    }

    13% {
        transform: rotate(26deg)
    }

    15% {
        transform: rotate(-24deg)
    }

    17% {
        transform: rotate(22deg)
    }

    19% {
        transform: rotate(-20deg)
    }

    21% {
        transform: rotate(18deg)
    }

    23% {
        transform: rotate(-16deg)
    }

    25% {
        transform: rotate(14deg)
    }

    27% {
        transform: rotate(-12deg)
    }

    29% {
        transform: rotate(10deg)
    }

    31% {
        transform: rotate(-8deg)
    }

    33% {
        transform: rotate(6deg)
    }

    35% {
        transform: rotate(-4deg)
    }

    37% {
        transform: rotate(2deg)
    }

    39% {
        transform: rotate(-1deg)
    }

    41% {
        transform: rotate(1deg)
    }
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.mobileNavBottom_container_x7p9q {
    position: fixed;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0 -2px 8px rgba(0,0,0,.1)
}

    .mobileNavBottom_container_x7p9q a, .mobileNavBottom_container_x7p9q li, .mobileNavBottom_container_x7p9q ul {
        list-style: none;
        text-decoration: none
    }

.mobileNavBottom_x7p9q {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
    height: 60px;
    margin-bottom: 0 !important
}

.mobileNavBottom_item_x7p9q {
    display: flex;
    flex-direction: column;
    align-items: center;
    fill: #d71921;
    color: #3c3c3c;
    position: relative
}

    .mobileNavBottom_item_x7p9q span {
        white-space: nowrap;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: -.5px;
        word-spacing: -1px;
        margin-top: 5px;
        font-family: iranyekaneng
    }

.mobileNavBottom_item_cart_x7p9q::after {
    content: attr(data-mobileNav-cart);
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    border-radius: 50%;
    font-size: 13px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.3);
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: iranyekaneng
}

.mobileNavBottom_call_x7p9q {
    position: absolute;
    width: 72px;
    height: 72px;
    left: 50%;
    transform: translate(-50%);
    top: -21px;
    background-color: #37c837;
    color: #fff;
    fill: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    border-radius: 60px;
    overflow: hidden;
    box-shadow: 0 0 2px 3px rgba(0,0,0,.08);
    padding: 5px;
    z-index: 100;
    font-family: iranyekaneng
}

    .mobileNavBottom_call_x7p9q svg {
        fill: #fff;
        animation: 3s ease-in-out infinite both rotate-ring-pause
    }

.mobileNavBottom_call_bump_x7p9q {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: 99%;
    fill: #fff;
    z-index: 99
}

@media (max-width:992px) {
    .mobileNavBottom_container_x7p9q {
        display: block
    }
}
