.product-theme-1 .product-image>img {
    height: 100px !important;
    width: 100px !important;
    max-width: 100px !important;
}

.prod .product-image {
    width: 100px !important;
    height: 100% !important;
}

.prod>div>p {
    height: auto !important;
    max-height: 50px !important;
}

.prod .prod-price {
    display: inline-block !important;
    /* position: absolute;
    bottom: 0;
    left: 9px; */
}

.prod .prod-bottom {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 4px;
    right: 0;
    width: 100%;

}
.prod .prod-description{
    position: relative;
    padding-bottom: 27px !important;
}
.prod p.product-description {
    position: relative;
    font-size: 11px !important;
    color : var(--rest-description-color);
    line-height: 1.4;
    margin-top: 5px;
    max-height: 34px !important;
    margin-bottom:10px !important;
}

.calories {
    margin-left: auto;
    /* Pushes the calories span to the right */
}

.prod .prod-price.background {
    /* background-color:  var(--rest-background); */
    background-color: var(--rest-price-background-color);
    /* border: 1px solid var(--rest-icon-color); */
    border-radius: 5px;
    padding: 4px 8px;
    line-height: 1;
    padding-top: 5px;
    margin-top:2px;
}

.category-slide .category-image-container {
    height: 120px !important;
    background-size: cover;
    background-position: center;
}
.category-title{
    color: var(--rest-main-header-color)  !important;
}
.itemCat {
    min-width: 110px !important;
    width: 110px !important;
}

.sub-category-image img {
    max-height: 70px;
}

#online-offer .list .item {
    width: 55px;
}

#online-offer .list .item .img img {
    width: 55px;
    height: 55px;
}

.menu-box-bottom.menu-box-detached {
    z-index: 103 !important;
}

.scroll-to-top {
    z-index: 102 !important;
}

#fixed-categories {
    z-index: 102;
}

body.product-menu-open #fixed-categories,
body.product-menu-open .header-logo-app,
body.product-menu-open #scroll-to-top,
body.hide-category #fixed-categories,
body.hide-category #scroll-to-top {
    display: none !important;
}
.oldprice del{
    margin-top: 2px !important;
    display: inline-block !important;
}
.prod .size-hint{
    position: absolute;
    left: 0;
    width: 120px;
    font-size: 10px;
    text-align: center;
}
.prod .size-hint + .product-image{
    margin-top: 25px !important;
}

.content.no-slider{
    margin-top: 19px !important;
}
.content .site-title .restaurant-logo{
    margin-top:10px !important;
}
.content.no-slider .site-title .restaurant-logo{
    margin-top: 10px !important;
}
.news-ticker {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 14px;;
    background-color: var(--rest-news-background);
    border-radius: 2px;
}

.news-ticker .ticker-list {
    list-style-type: none;
    padding: 5px;
    margin: 0;
    white-space: nowrap; /* Ensures the ticker list items stay in one line */
    animation: ticker-animation 20s linear infinite;

    /* animation-play-state: paused; */
}
[dir=ltr] .news-ticker .ticker-list{
    animation: ticker-animation-en 20s linear infinite;
}

.news-ticker .ticker-list li {
    display: inline-block; /* Display the list items in a row */
    margin-right: 20px; /* Add some spacing between items */
    font-size:14px !important;
    color: var(--rest-main-header-color , '#FFF');
}
.news-ticker.paused .ticker-list {
    animation-play-state: paused;
}
@keyframes ticker-animation {
    0% { transform: translateX(-100%); } /* Start from the right */
    100% { transform: translateX(100%); } /* End at the left */
}
@keyframes ticker-animation-en {
    0% { transform: translateX(100%); } /* Start from the right */
    100% { transform: translateX(-100%); } /* End at the left */
}

#menu-voice-alert{
    display: none;
}
.site-title{
    position: relative;
}
.restaurant-title > h5{

    padding-left: 50px;
    margin-bottom: 1px !important;
}

#rest-icons{
    position: absolute;
    top: 8px;
    left: 0;

}
#rest-icons .icon{
    padding: 6px;

    cursor: pointer;
    border-radius: 5px;
}
#rest-icons .icon:hover{
    background-color: #e8e8e8;

}
#rest-icons .icon i{
    font-size: 20px;
}

.sidebar-header .image-container{
    text-align: center;
}
.sidebar-header .image-container .logo{
    display: inline-block !important;
    width: 100px !important;
    height: 100px !important;
    border-radius: 10px !important;;
}
.sidebar-header .image-container .logo img{
    border-radius: 10px !important;;
}
#web-sidebar .sidebar{
    padding: 10px;
}
#web-sidebar .sidebar-body{
    border-top: 2px solid #CCC !important;
}
#web-sidebar .sidebar-content .sidebar{
    width: 292px !important;
}
#web-sidebar .sidebar-body a{
    border-bottom: 1px solid #e8e8e8 !important;
}
#web-sidebar .tail{
    width: 291px !important;
    right: 0 !important;
}
.header .header-title.header-subtitle{
    padding-top: 13px;
}
.header .header-title.header-subtitle i{
    font-size: 16px;;
}
.splide.splide.is-initialized{
    padding-bottom: 0px !important;
}
.splide__pagination__page{
    width: 4px;
    height: 4px;;
}
#online-offer{
    padding: 10px 0;
}
#web-sidebar .sidebar-body .itemCatTop a{
    padding: 0;
}

.product-image{
    position: relative;
}
.product-image .product-available,
.itemCat .product-available {
    position: absolute;
    top: 0;
    right: 0;
    color: #FFF;
    background-color: #f00;
    line-height: 1.9;
    padding: 0 6px;
    border-radius: 3px;
    font-size: 11px;
}
.restaurant-logo img{
    border-radius: 100%;
}
#product-search {
    margin: 10px;
}
#product-search input,
#menu-product-search .content-body input{
    padding: 0 36px;
    height: 34px;
    width: calc(100% );
    background-color: transparent;
    border: 1px solid #CCC;
    border-radius: 20px;
}
#product-search input::placeholder ,
#menu-product-search .content-body input::placeholder{
    font-size:16px !important;
    color: #767676;
}
#product-search .search-section{
    position: relative;
}
#product-search .search-section .search-icon{
    position: absolute;
    top: 6px;
    right: 13px;

}
#product-search .search-section .search-icon i{
    font-size: 16px;
    color: #bcbcbc;
}
#product-search .search-section .filter-icon{
    position: absolute;
    top: 6px;
    left: 10px;
}

#product-search .search-section .filter-icon i{
    font-size: 20px;
    color: #bcbcbc;
}

#menu-product-search .content-body{
    margin: 20px;
}
#menu-product-search .search-input input{
    padding-top: 0px;
    height: 40px;
    color: #000;
    width: 100%;
    font-size: 16px !important;
}
#menu-product-search .search-input{
    position: relative;
}
#menu-product-search .search-input .search-icon{
    position: absolute;
    top: 11px;
    right: 13px;

}
#menu-product-search .search-input .search-icon i{
    font-size: 18px;
    color: #bcbcbc;
}
.prod-theme-1{
    display: flex !important;
}



.search-result.prod{
    margin-top: 30px;
    margin-bottom: 20px;
}
.header .header-title{
    line-height: 34px !important;
}
#page>.header{
    z-index: 100% !important;
}
body.modal-open #fixed-categories,
body.modal-open #scroll-to-top,
body.modal-open #page > .header
{
    display: none !important;
}
span#menu-restaurant-description2{
    height: 42px;
    display: block;
    overflow: hidden;
    text-align: justify;
}

.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;
    }
    #fixed-categories{
        max-width: 100%;
    }
    .category-slide .category-image-container{
        max-height: 350px !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;
    }
    .category-slide .category-image-container{
        max-height: 450px !important;
    }
}
.currency-image{
    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 1px;
    margin: 0;
}
.currency-image img{
    width: 100%;
    height: 100%;
}
.currency-image svg,
.currency-image svg g{
    fill: #000000;
}
.currency-image svg{
    fill: var(--rest-main-header-color);
    width: 100%;
    height: 100%;
}
.currency-image svg g{
    fill: var(--rest-main-header-color);
}
.cart-buttons button.cart svg g{
    fill: #FFF;
}
