* {
            -webkit-tap-highlight-color: transparent;
        }
    .fixapp {
    position: fixed;
    z-index: 99999;
    width: 100%;
    background-color: #3e3e3e66;
    backdrop-filter: blur(10px);
}
.btnnavnew.obs {
    background-color: #000000;
}

    .menu {
    font-family: 'Roboto', Arial, sans-serif;
    position: fixed;
    bottom: 0px;
    width: 90%;
    height: fit-content;
    max-width: 500px;
    touch-action: none;
    z-index: 10200;
    display: flex;
    justify-content: center;
    transform: translateY(-100%);
    transition: transform 0.3s;
}

.bg-menu-panel {
    backdrop-filter: blur(20px);
    background: var(--bfon);
    box-shadow: 0px 0 2vh #000000;
}

.menucon.exitlk {
    flex: 100%;
    justify-content: center;
    font-size: 15px;
    grid-gap: 5px;
    margin: 0 !important;
    padding: 15px 0;
}

.menu-content {
    margin-top: 8px;
    width: 100%;
}

        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgb(0 0 0 / 80%);
            opacity: 0;
            display: none;
            transition: opacity 0.3s;
            z-index: 10000;
        }

        .menu-open .overlay {
            opacity: 1;
            visibility: visible;
        }
        
        .bottomblocknav {
            display: flex;
            justify-content: center;
        }
        
    .korzinanav {
    display: flex;
    line-height: 1.55;
    position: relative;
    margin-bottom: 10px;
    justify-content: space-between;
    }
    .korzina {
    height: 45px;
    margin-right: 10px;
    }
.korzinakolvo {
    font-weight: 700;
    font-size: 1.4vh;
    color: #000000;
    position: absolute;
    left: 22px;
    top: 18px;
    width: 35px;
    text-align: center;
}
    .korzinasumm {
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    width: 130px;
    }
    .navinfo {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    top: -25px;
    line-height: 1.55;
    }
.menucon {
    font-weight: 200;
    font-size: 20px;
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    grid-gap: 15px;
    background-color: transparent;
    border-radius: 8px;
    text-decoration: none;
}
.conview {
    margin-top: 12px;
    padding: 5px 16px;
    background-color: #000000;
    border-radius: 15px;
}
    .navview {
        margin-top: 20px;
        margin-left: 20px;
    }
    .menunav {
    font-weight: 400;
    font-size: 17px;
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
    }
    .btnnavbottom {
    height: 45px;
    margin: 10px;
}
    .btnpanel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    background-color: #000000;
    border-radius: 15px 15px 0px 0px;
    padding-bottom: 15px;
    padding-top: 10px;
}
.lkpanel {
    display: flex;
    padding: 10px 12px;
    border-radius: 15px !important;
    gap: 1vh;
}
.tabbarimg {
    width: 4vh;
}
.cashtxt {
    background-color: #ffffff;
    color: #000000;
    position: absolute;
    padding: 4px 15px 2px 10px;
    font-size: 18px;
    border-radius: 10px 0px 0px 10px;
    font-weight: 700;
    bottom: 8px;
    right: 30px;
    z-index: -1;
}
.cardopen {
    display: flex;
    padding: 10px 12px;
    border-radius: 15px !important;
    width: 100%;
    margin-right: 10px;
    flex-wrap: wrap;
    align-items: center;
}