.content.no-slider {
    margin-top: 60px !important;
}

.content.no-slider .site-title .restaurant-logo {
    margin-top: 10px !important;
}

.scroll-box {
    display: block;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
}

.scroll-box .item {
    display: inline-block;
    margin: 5px;
    cursor: pointer;
    width: 120px;
}


.subcat-card a label {
    display: block;
    text-align: center;
}

.product-image {
    position: relative;
}

.product-image .product-available,
.itemCat .product-available {
    position: absolute;
    top: 0;
    right: 0;
    color: var(--rest-unavailable-color, #fff);
    background-color:  var(--rest-unavailable-background ,transparent);
    line-height: 1.9;
    padding: 0 6px;
    border-radius: 3px;
    font-size: 10px;
}
.product-image .product-available.time,
.itemCat .product-available.time {
    top: unset;
    bottom: 0px;
    background-color: var(--rest-unavailable-time-background,transparent);
    line-height: 1.5;
    width: 100%;
}

.product-image .product-available.time span,
.itemCat .product-available.time span{
    display: block;
}
.itemCat .product-available.time{
    /* font-size: 8px; */
}

[dir=ltr] .t-theme-1 .product-price .oldprice {
    direction: ltr !important;
}
.mobile-width {
    max-width: 1024px !important;
}
@media (min-width:750px) {
    .image-slider img,
    .image-slider{
        height: 350px !important;
        max-height: 350px !important;
    }
    .product-theme-2 .product-image{
        height: 450px;
    }
    .product-theme-3 .product-image{
        height: 300px;
    }
    .menu.menu-box-bottom{
        max-width: 700px !important;
    }
}
@media (min-width:950px) {
    .image-slider img,
    .image-slider{
        height: 450px !important;
        max-height: 450px !important;
    }
    .product-theme-2 .product-image{
        height: 500px;
    }
    .product-theme-3 .product-image{
        height: 400px;
    }
    .menu.menu-box-bottom{
        max-width: 900px !important;
    }
}
