
.foot{
    width: 100%;
    height: 100px;
    background-color: #b94a48;
    z-index: 999!important;
}

.shop_main{
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #FFF;
}
.shop_main .left_pc{
    box-sizing: border-box;
    padding: 20px 0 0 70px ;
    position: absolute;
    top: 30px;
    left: 0;
    height: calc(100% - 100px);
    float: left;
    width: 20%;
    overflow: hidden;
}
.shop_main .left_pc>h3{
    font-size: 200px;
    font-weight: 700;
}

.shop_main .left_pc ul {
    height: calc(100% - 200px);
    margin-top: 30px;
    white-space: nowrap;
    overflow-y:hidden;
    list-style: none;
}
.shop_main .left_pc ul li{
    box-sizing: border-box;
    padding-left: 12px;
    height: 40px;
    width: 200px;
    font-size: 16px;
    line-height: 40px;
    cursor: pointer;
}
.shop_main .left_pc ul .active{
    color: #ffffff;
    background-color: #40C5AC;
    border-radius: 10px;
}
.shop_main .right_pc {
    float: left;
    width: 80%;
    max-height: calc(100% - 100px);
    margin-left: 20%;
    overflow: hidden;
}
.shop_main .right_pc ul{
    width: 100%;
}
.shop_main .right_pc ul li{
    width: 100%;
}
.shop_main .right_pc ul li>h3{
    padding-top: 20px;
    font-size: 38px;
    font-weight: 700;
}
.shop_main .right_pc ul li>p{
    padding: 1px 0;
    font-size: 18px;
    color: #6E6D6D;

}
.shop_main .right_pc ul li .shop_content{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #FDE4B3;

}
.shop_main .right_pc ul li .shop_content .content_pc{
    display: flex;
    margin:24px 0 0  42px;
}
.shop_main .right_pc ul li .shop_content .shop_img{
    width: 180px;
    height: 180px;
    border: 1px solid #D13262;
    border-radius: 50%;
}
.shop_main .right_pc ul li .shop_content .shop_img img{
    width: 180px;
    height: 180px;
    border-radius: 50%;
}

.shop_main .right_pc ul li .shop_content .shop_text{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: 44px;
    width: 202px;
}
.shop_main .right_pc ul li .shop_content .content_pc .title{
    font-weight: 700;
    font-size: 32px;
}
.shop_main .right_pc ul li .shop_content .content_pc .text{
    margin-top: 5px;
    font-size: 16px;
    color: #91908E;
}
.shop_main .right_pc ul li .shop_content .content_pc .price{
    margin-top: 0.2rem;
    font-size: 0.16rem;
    color: #91908E;
}
.shop_main .right_pc ul li .shop_content .content_pc button{
    width: 84px;
    height: 37px;
    font-size: 18px;
    border: 1px solid #000000;
    border-radius: 5px;
}
body{
    overflow-x: hidden;
}
.wzh_price .shop_num .shop_hide,
.wzh_price .shop_num .shop_hide{
    display: none;
}


/*pc端点餐样式*/
@media (max-width: 900px){
    .menu-item-2.type-3 .wzh_price{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .wzh_price .shop_num {
        margin-top: 10px;
        display: flex;
    }
    .wzh_price .shop_num button{
        width: 40px;
        height: 20px;
        font-size: 10px;
        border: 1px solid #000000;
        border-radius: 2px;
        padding: 0;
    }
    .wzh_price .shop_num .num{
        box-sizing: border-box;
        padding-left: 5px;
        width: 20px;
        height: 20px;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
    }

}
.content{display: block}
@media (min-width: 900px){
    .wzh_col{
        width: 25%!important;
        /*margin-left: 20px;*/
    }
    .content{
        width: 100%;
        overflow: hidden;
        position: relative;
        /*background-color: #FEF7EC;*/
    }
    .content .left{
        box-sizing: border-box;
        padding: 20px 0 0 70px;
        position: absolute;
        top: 120px;
        left: 0;
        height: calc(100% - 100px);
        float: left;
        width: 20%;
        overflow: hidden;
        background-color: #ffffff;
    }
    .content .left ul{
        height: calc(100% - 200px);
        margin-top: 30px;
        white-space: nowrap;
        overflow-y: auto;
        overflow-x:hidden;
        list-style: none;
    }
    .content .left ul::-webkit-scrollbar{
        display: none;
        width:0!important;
    }
    .content .left ul::-webkit-scrollbar-thumb{
        background:transparent;
    }
    .content .left ul::-webkit-scrollbar-track{
        border-radius:0;
        background:transparent;
    }
    .content .left ul li{
        box-sizing: border-box;
        padding:  0 0 0 12px;
        text-align: left;
        height: 40px;
        width: 200px;
        font-size: 16px;
        line-height: 40px;
        cursor: pointer;
        white-space: normal;
        content: "";
        display: table;
    }
    .content .right{
        width: 80%;
        max-height: calc(100% - 100px);
        margin-left: 20%;
        overflow: hidden;
    }
    .content .class-title{
        padding-top: 20px;
        font-size: 38px;
		color: #06b6d4;
        font-weight: 700;
        background-color: #ffffff;
    }
    .content .goods-item{
        /*border-left: 1px solid #CCCCCC;*/
        border-top: 2px solid #FDE4B3;
    }
    .menu-item .image{
        float: left;
        width: auto;
        height: auto;
        /*border: 1px solid #D13262;
        border-radius: 50%;*/
    }
    .text{
        float: left;
        /*margin-left: 20px;*/
        width: 100%;
        text-align: center;
    }
    .col-lg-3{
        width: 33.33%;
		height: 500px;
    }
    .like-product,.vertical-align{
       /* display: none!important;*/
    }
    .wzh_price{
        display: flex!important;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .wzh_price .shop_num {
        display: flex;
    }
    .wzh_price .shop_num .num{
        box-sizing: border-box;
        padding-left: 5px;
        width: 20px;
        height: 25px;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
    }
    .wzh_price .shop_num button{
        width: 50px;
        height: 30px;
        font-size: 14px;
        border: 1px solid #000000;
        border-radius: 2px;
    }
    .content  .left ul .active{
        color: #ffffff;
        background-color: #06b6d4;
        /*border-radius: 10px;*/
        border-left: none;
    }
}

/* ===== Buffet pages unified black-gold theme (high priority) ===== */
.header.header-style-2,
.header-style-2 .navigation.flex-align,
.header-style-2 .nav{
    background:#c58e49 !important;
}
.header-style-2 .header-menu>li>a{
    color:#120c02 !important;
}
.header-style-2 .header-menu>li.active>a,
.header-style-2 .header-menu>li:hover>a{
    color:#5f4507 !important;
}
.main-content{
    background:#ececec !important;
}
.content .left{
    background:#f3f3f3 !important;
    border-right:1px solid rgba(0,0,0,.08);
}
.content .left ul li{
    color:#2a2a2a !important;
    border:1px solid rgba(0,0,0,.14);
    border-radius:8px;
    margin-bottom:6px;
    background:#ffffff;
}
.content .left ul li a{
    color:#2a2a2a !important;
}
.content .left ul .active{
    color:#120c02 !important;
    background:#c58e49 !important;
    border-color:#c58e49 !important;
}
.content .class-title{
    background:#c58e49 !important;
    color:#120c02 !important;
    border-radius:10px !important;
    padding:8px 12px !important;
    font-weight:800 !important;
}
.content .goods-item{
    border-top:2px solid rgba(212,175,55,.45) !important;
}
.menu-item .caption a{
    color:#1b1b1f !important;
    font-weight:500 !important;
    font-size:15px;
    line-height:1.35;
}
.menu-item .caption a:hover{
    color:#8a6a12 !important;
}
.simple-text{
    color:#4a4f59 !important;
}
.menu-item.menu-item-2.type-3{
    /*
	background:#ffffff !important;
    border:1px solid rgba(0,0,0,.08);
    border-radius:14px;
    box-shadow:0 6px 18px rgba(0,0,0,.08);
    padding:10px 10px 14px;
	*/
}
.menu-item .image{
    width:100% !important;
    height:auto !important;
    aspect-ratio:1 / 1;
    background:#f4f4f4 !important;
    border-radius:12px !important;
    overflow:hidden;
}
.menu-item .image img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:center center !important;
}
.content .right{
    padding-left:18px;
}
.menu-price.style-2{
    color:#8a6a12 !important;
    font-weight:800 !important;
}
.h3.title_menu_category{
    background:#c58e49 !important;
    color:#120c02 !important;
}
input:checked + span{
    color:#120c02 !important;
    background:#c58e49 !important;
}

/* Fix stretched favorite bar above product image */
.menu-item .image .like-product{
    position:absolute !important;
    top:8px !important;
    right:8px !important;
    left:auto !important;
    width:30px !important;
    min-width:30px !important;
    height:30px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    padding:0 !important;
    margin:0 !important;
    border-radius:50% !important;
    background:rgba(15,17,25,.72) !important;
    border:1px solid rgba(212,175,55,.45) !important;
    z-index:20 !important;
    overflow:hidden !important;
}
.menu-item .image .like-product svg{
    width:16px !important;
    height:16px !important;
    display:block !important;
}
.menu-item .image .like-product:before,
.menu-item .image .like-product:after{
    display:none !important;
}

/* Hard fix for distorted top bar on menu-item-2 type-3 cards */
.menu-item.menu-item-2.type-3 .image:before,
.menu-item.menu-item-2.type-3 .image:after{
    content:none !important;
    display:none !important;
}
.menu-item.menu-item-2.type-3 .image .like-product{
    display:none !important;
}
.menu-item.menu-item-2.type-3 .image > img[style*="position:absolute"]{
    display:none !important;
}