.hidden-button-carousel{
    display: none;
}
.pos {
    padding: 0;
    margin: 0;
    background-color: #f0eeee;
    font-family: "Lato","Lucida Grande", Helvetica, Verdana, Arial;
    color: #555555;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    text-shadow: none;
    overflow: hidden;
}

.pos .menu-product {
    position:relative;
    vertical-align: top;
    display: inline-block;
    line-height: 100px;
    font-size: 11px;
    margin: 8px !important;
    width: 30%;
    height: 30%;
    color: #cacaca;
    /*border: 10px solid rgba(255, 255, 255, 0.5);*/
    border-radius: 3px;
    border-bottom-width: 3px;
    overflow: hidden;
    cursor: pointer;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.pos .menup-product {
    position:relative;
    vertical-align: top;
    display: inline-block;
    line-height: 100px;
    font-size: 11px;
    margin: 9px !important;
    width: calc(48% - 18px);
    height: 30%;
    color: #cacaca;
    /*border: 10px solid rgba(255, 255, 255, 0.5);*/
    border-radius: 3px;
    border-bottom-width: 3px;
    overflow: hidden;
    cursor: pointer;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.pos .menus-rightpane {
    position: absolute;
    top: 0;
    bottom:0;
    left: 300px;
    right: 0;
    vertical-align: top;
    -webkit-transform: translate3d(0,0,0);
}

.pos .menu-rightpane {
    position: absolute;
    top: 0;
    bottom:0;
    right: 0;
    vertical-align: top;
    -webkit-transform: translate3d(0,0,0);
}

.pos .menup-carousel {
    position: absolute;
    top: 0;
    bottom:0;
    right: 0;
    vertical-align: top;
    -webkit-transform: translate3d(0,0,0);
}

.pos .menu-rightpane {
    position: absolute;
    top: 0;
    bottom:0;
    left: 0;
    right: 0;
    vertical-align: top;
    -webkit-transform: translate3d(0,0,0);
}

.pos .list-group-item {
  position: relative;
  display: block;
  padding: 5px 10px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pos .menus-leftpane {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    position:absolute;
    left:0;
    width:300px;
    top:0;
    bottom:0;
    border-right: solid 1px #CECBCB;
    border-right: solid 3px #787878;
    text-align: left;
    padding-top: 3%;
    padding-left: 20px;
    padding-right: 2%;
    background-color: rgba(105, 105, 105, 0.65);
}

.pos .menu-leftpane {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    position:absolute;
    left:0;
    width:300px;
    top:0;
    bottom:0;
    border-right: solid 1px #CECBCB;
    border-right: solid 3px #787878;
    text-align: left;
    padding-top: 3%;
    padding-left: 20px;
    padding-right: 2%;
    background-color: rgba(105, 105, 105, 0.65);
}

.pos .menup-list {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    position:absolute;
    left:0;
    width:300px;
    top:0;
    bottom:0;
    border-right: solid 1px #CECBCB;
    border-right: solid 3px #787878;
    text-align: left;
    padding-top: 3%;
    padding-left: 20px;
    padding-right: 2%;
    background-color: rgba(105, 105, 105, 0.65);
}

.pos .menu-leftpane-item{
    font-size: 18px;
    background-color: grey;
    color: white;
    /*height: 10%;*/
    /*padding-left: 5px;*/
    /*padding-top: 5px;*/
}

.pos .menu-product .menu-product-img {
    position: relative;
    width: auto;
    height: 100%;
    background: white;
    text-align: center;
    rgba(255, 255, 255, 0.75);

}

.pos .menu-product .menu-product-img img {
    width: auto;
    height: 100%;
    vertical-align: middle;
}
.menu-product-name {
    position: absolute;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    bottom:0;
    top:auto;
    line-height: 14px;
    width:70%;
    overflow: hidden;
    text-overflow: ellipsis;
    background: -webkit-linear-gradient(-90deg,rgba(255,255,255,0),rgba(255,255,255,1), rgba(255,255,255,1));
    background:    -moz-linear-gradient(-90deg,rgba(255,255,255,0),rgba(255,255,255,1), rgba(255,255,255,1));
    background:     -ms-linear-gradient(-90deg,rgba(255,255,255,0),rgba(255,255,255,1), rgba(255,255,255,1));
    padding: 3px;
    padding-bottom:15%;
    padding-left:10%;
}

.pos .menu-numIndex {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 10px;
    right: 10px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    color: #333;
}

.pos .menu-food-table {
    width: 100%;
}

.pos .table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: gray;
    width: 100%;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
    margin-top: -120px;
    background-color: rgba(105, 105, 105, 0.65);
    position: absolute;
    min-height: 30%;
    z-index: 1000;
    bottom: -25px;

}

.pos .menu-food-name{
    width: 100%;
    font-size: 20px;
    margin-top: 10px;
    position: relative;
    color: #fff;
    border: 0px;
}

.pos .menu-food-english-name{
    width: 100%;
    font-size: 18px;
    position: relative;
    color: orange;
    border: 0px;
}


.pos .menu-food-avr{
    float: right;
    background: url(../images/ic-dish.png) 0 0 no-repeat;
    background-size: 48px 48px;
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    border: 0px;
    margin-right: 5%;
    margin-top: 1%;
}


.pos .menu-food-avr-num{
    width: 20%;
    color: #fff;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    margin-top: -10px;
    margin-left: 11px;
}


@media (max-width: 1368px) {
    .pos .menu-food-name{
        width: 80%;
        font-size: 20px;
        margin-top: 10px;
        position: relative;
        color: #fff;
        border: 0px;
    }

    .pos .menu-food-english-name{
        width: 100%;
        font-size: 16px;
        position: relative;
        color: orange;
        border: 0px;
    }
    .pos .menu-food-avr-num{
        width: 20%;
        color: #fff;
        font-size: 13px;
        line-height: 48px;
        text-align: center;
        margin-top: -10px;
        margin-left: 11px;
    }
    .pos .menu-numIndex {
        position: absolute;
        width: 48px;
        height: 48px;
        top: 10px;
        right: 10px;
        background-color: #fff;
        border-radius: 50%;
        font-size: 32px;
        line-height: 48px;
        text-align: center;
        color: #333;
    }
}


@media (min-width: 1369px){
    .pos .menu-food-name{
        width: 80%;
        font-size: 22px;
        margin-top: 10px;
        position: relative;
        color: #fff;
        border: 0px;
    }
    .pos .menu-food-english-name{
        width: 100%;
        font-size: 18px;
        position: relative;
        color: orange;
        border: 0px;
    }
    .pos .menu-food-avr-num{
        width: 20%;
        color: #fff;
        font-size: 16px;
        line-height: 48px;
        text-align: center;
        margin-top: -10px;
        margin-left: 11px;
    }
    .pos .menu-numIndex {
        position: absolute;
        width: 64px;
        height: 64px;
        top: 10px;
        right: 10px;
        background-color: #fff;
        border-radius: 50%;
        font-size: 36px;
        line-height: 64px;
        text-align: center;
        color: #333;
    }
}


.pos .menu-food-price{
    color: #ffcc00;
    font-size: 15px;
    margin: 0 5px;
    height: 24px;
}

.pos .layout-table {
    border:none;
    width:100%;
    height:100%;
}

.item-position{
    padding-top: 2%;
    position: absolute;
    width: 100%;
    height: 100%;
}