﻿@import url("font.css") all;


*{
    margin:0px;
    padding:0px;
    font-family:Yandex Sans Text,Helvetica,Arial,sans-serif;
}
#floatbtn2 {
    position: fixed;
    left: 8px;
    bottom: 8px;
    background-color: #49524ab3;
    padding: 10px;
    text-align: center;
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100%;
    color: white;
}
.nmp
{
    margin:0px;padding:0px
}
.nmp15 {
    margin: 0px;
    padding: 5px
}
.item {
    width: 100%;
    padding: 10px;
    border: solid 1px #eee;
    border-radius: 8px;
    cursor: pointer;
    z-index: 1;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 7%);
    border-radius: 6px;
    padding: 20px;
    transition: box-shadow .2s linear;
    overflow: hidden;
}
.menuitem {
    width: 100%;
    padding: 0px;
    border: solid 1px #eee;
    border-radius: 8px;
    z-index: 1;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 7%);
    border-radius: 6px;
    cursor: pointer;
    transition: box-shadow .2s linear;
    overflow: hidden;
    position: relative;
}
    .menuitem:hover {
        box-shadow: 0 5px 20px 0 rgb(0 0 0 / 34%);
    }
.item:hover {
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 14%);
}
.item .heading
{
    font-weight:800;
    width:100%;
    text-align:center;
    border-bottom:3px solid orange;
}


#tables, #menus
{
    display:none;
}

.mainleftmenucat li ul
{
    margin-left:10px;
}




.mainleftmenucat {
    width: 100%;
    margin: 0px;
    padding: 0px;
   /* height: 80vh;
    overflow-y: auto;*/
}
    .mainleftmenucat li {
        list-style: none;
        margin: 0px;
        padding: 0px;
        margin-right: 30px;
        border-bottom: solid 2px transparent;
        display: block;
        cursor: pointer;
    }

        .mainleftmenucat li:hover {
            border-bottom: solid 2px black;
        }

        .mainleftmenucat li span {
            display: block;
            color: #b69a81;
            text-decoration: none !important;
            cursor: pointer;
            padding: 10px;
            font-size: 18px;
            font-weight: 600;
        }

            .mainleftmenucat li span:hover {
                color: black;
            }
 
.maintopmenucat {
    width: 100%;
    margin: 0px;
    padding: 0px;
}
    .maintopmenucat li {
        list-style: none;
        margin: 0px;
        padding: 0px;
        margin-right: 30px;
        border-bottom: solid 2px transparent;
        display: inline-block;
        cursor:pointer;
    }
        .maintopmenucat li:hover {
            border-bottom: solid 2px black;
            
        }
        .maintopmenucat li span {
            display: block;
            color: #b69a81;
            text-decoration: none !important;
            cursor: pointer;
            font-size: 18px;
            font-weight: 600;
        }
        .maintopmenucat li span:hover {
            color: black;
        }


.menuiteminfo {
    padding: 20px;
    padding-top: 5px;
    padding-bottom: 15px;
}
.catalog-product-title {
    font-size: 17px;
    line-height: 1.18;
    cursor: pointer;
}
.catalog-product__info {
    height: 80px;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    padding-bottom: 0px;
}
.catalog-product-info-hover {
    position: absolute;
    top: auto;
    bottom: 45px;
    height: auto;
    min-height: 95px;
    max-height: none;
    background: #fff;
    opacity: 0;
    width: auto;
    left: 0px;
    right: 0px;
    overflow: hidden;
    transition: opacity .4s;
    margin: 0 -20px;
    padding: 15px 20px 0;
     
    box-shadow: 0 -5px 10px 0 rgb(0 0 0 / 5%);
}
.menuiteminfo:hover .catalog-product-info-hover {
    opacity: 1;
}
.catalog-product__footer {
    margin-top: 13px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.catalog-product__footer-left {
    align-self: center;
    display: flex;
    justify-content: flex-start;
    position: relative;
    top: -1px;
}
.catalog-product__price {
    white-space: nowrap;
    font-size: 17px;
    line-height: 1.18;
}

.maintopmenucat li.active  {
    color: black !important;
    border-bottom: solid 2px black;
}
.maintopmenucat li.active span {
    color: black !important;
     
}
.mainleftmenucat li.active {
    color: black !important;
    border-bottom: solid 2px black;
}

    .mainleftmenucat li.active span {
        color: black !important;
    }

.modalviewcontainer {
    position: fixed;
    z-index: 99999999999;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(77,92,116,.8);
    display:none;
}
.modalview  {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}
.menuItemDetails {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    max-width: 800px;
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    height: 95%;
    position:relative;
}
.closebtn {
    position: absolute;
    right: 10px;
    top: 10px;
    border: none;
    background: none;
    z-index: 99999999999999999;
}




.detailitemimg {
    width: 100%;
    object-fit: contain;
    /* max-width: 350px; */
    /* max-height: 350px; */
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
    
}

#menuitemdetailscontent
{
    margin-top:15px;
}


body.noscroll {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
}



.product-settings__wrap {
    width: 100%;
    border-top: 1px solid rgba(182,154,129,.24);
    padding: 20px 30px 0;
    
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-settings__full-price-text {
    font-size: 14px;
    line-height: 1.43;
    color: #b69a81;
}

.product-settings__full-price-value {
    font-size: 17px;
    line-height: 1.11;
}



.base-button.el-button--large {
    height: 50px;
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.11;
}

.settings-buttons__add-to-cart {
    width: 140px;
}

.base-button {
    font-family: inherit;
    display: block;
    text-align: center;
    font-size: 16px;
    height: 32px;
    border-radius: 4px;
    color: #000;
    padding: 0 9px;
    transition-property: color,background,border;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
}

.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}
.base-spinner__value {
    
    color: #000;
    font-size: 17px;
    line-height: 1.18;
    background-color: #ffbc0d;
    height: 100%;
    line-height: 32px;
    width: 46px;
    border: none;
    text-align: center;
    border-radius: unset;
    padding: 0;
}
.settings-buttons__spinner .base-spinner__value {
    width: 35px;
    padding: 0px;
}

.base-spinner_gray .base-spinner__value {
     
    border-color: transparent;
}
.myelbtn {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    background-color: rgba(182, 154, 129, 0.12);
    position:relative;
    border:none;
}

    .myelbtn span {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 10px;
        bottom: 0px;
    }
.product-settings__buttons {
    display: flex;
}

.settings-buttons__spinner {
    margin-right: 8px;
    height: 48px;
}

.settings-buttons__add-to-cart.base-button.el-button--large {
    height: 48px;
}

.base-button > span {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}


#zak
{
    display:none;
}

.green
{
    background-color:greenyellow;
}

.smallitem {
    padding: 10px;
    border: solid 1px #eee;
    border-radius: 20px;
    width: 24%;
    text-align: center;
    display: inline-block;
}

.groupname {
    display: block;
    color: #b69a81;
    text-decoration: none !important;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: solid 2px transparent;
}
.groupname:hover {
    
    color: black;
     border-bottom:solid 2px black;
}

#offAlert
{
    position:fixed;
    z-index:9999999999999999999999;
    top:0px;
    right:0px;
    bottom:0px;
    background-color:#2f2f2f;
    color:white;
    display:none;
    width:400px;
    padding:20px;
}
#readyStols
{
    color:white !important;
}

.detailitemimg {
    transition: height 500ms ease;
}
