.menu-horizontal ul {
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom:10px;
}

.menu-horizontal ul li {
    display: inline-block;
}

.line-separate-food {
    border-top: 1px solid #decfb7;
    opacity: 0.5;
}

.btn-plus {
    float: right;
    color: #ea1d2c;
}

.btn-minus {
    float: left;
    color: #ea1d2c;
}

.img-cardapio {
    max-width: 95px;
}

.buttons-amounts {
    float: left;
    font-size: 18px;
    border: 1px solid #ccc;
    padding: 11px 0;
    height: 45px;
    border-radius: 3px;
}


.buttons-amounts-cart {
    float: left;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 3px;

}

.buttons-amounts a {
    text-decoration: none;
}

.btUpdateItemCart {
    font-size: 17px;
    font-weight: bold;
}

.box-subcategory {
    background: #fff;
    white-space: nowrap;
    overflow-x: auto;
    border-bottom: 1px solid #eaeaea;
}

.card-subcategory {
    margin: 0px 5px;
    display: inline-table;
    text-align: center;
    color: #999;
    white-space: normal;
}

.card-subcategory img {
    width: 120px;
    height: 14vh;
    object-fit: cover;
    border-radius: 6px;
}

.card-subcategory-noimage {
    height: 36px;
    margin: 5px 5px 15px 5px;
    display: inline-block;
    text-align: center;
    border-bottom: 2px solid #999;
    padding: 2px 4px;
}

.margin-cart-products {
    margin-bottom: 100px;
    height: calc(100% - 110px);
    overflow: auto;
}

.product-title {
    color: #000;
    font-size: 15px;
}

.product-desc {
    color: #999;
    font-size: 13px;
    text-align: left;
}


.p-desc-noimage {
    float: left;
    width: 100%;
    font-size: 95%;
    line-height: 18px;
}

.p-img img {
    border-radius: 8px;
    height: 105px;
    object-fit: cover;
}

.p-img {
    float: left;
    width: 36%;
    margin-left: 12px;
}

.p-price {
    display: inline-block;
    width: 100%;
    font-weight: bold;
}

.box-product-noimage {
    border-bottom: 1px solid #eaeaea;
    margin: 8px 0;
    /* border-radius: 10px; */
    padding: 2px 14px;
}

.price {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #606060;
}

h4#total-cart {
    width: 100%;
    margin-bottom: 2px;
    margin-top: 0;
}
.nav-item{
    margin: 3px;
}
.nav-tabs .nav-link > .icon {
    margin-right: 3px;
}

.nav-tabs-line .nav-link {
    padding: .715rem 1.129rem;
}

.test-header-app {
    display: none;
}

.header-navmenu {
    top: 36;
}

.border-status {
    padding-left: 10px;
    border-left: 5px solid;
}

.header-embed {
    position: fixed;
}

.content-box {
    top: 40px;
    position: relative;
}

.btn-finish {
    float: right;
    width: 100%;
    text-align: right;
    margin-bottom: 15px;
    margin-top: 0;
}

.top-cart {
    display: flow-root;
    padding: 5px 10px;
    margin-top: 50px;
    border-bottom: 1px dashed #ccc;
}

.col-totalcart {
    float: left;
}

.col-btnsend {
    float: right;
}

.item-variation-name {
    float: left;
}

.item-variation-price {
    float: right;
    color: #5ba567;
}

.item-variation {
    display: flow-root;
    border: 1px solid #eaeaea;
    margin: 5px;
    border-radius: 8px;
    text-align: left;
    padding: 6px 8px;
}

.optional-selected {
    border: 1px solid #0ba30b;
    color: #0ba30b;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .2);
}

.variation-selected {
    background: #e6e3e3;
}

#modal-product-add {
    height: 45px;
    float: right;
}
