/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1766989748
Updated: 2025-12-29 06:29:08

*/
/* Hide container if loop grid has no results and it's container has class : store-container-wrapper */
.elementor-element.e-con.store-container-wrapper:has(.e-loop-nothing-found-message) {
    display: none !important;
}
/* ----------------- */

.food-type-filter {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.food-type-filter a {
    padding: 6px 14px;
    border: 1px solid #ddd;
    border-radius: 20px;
    text-decoration: none;
    color: #333;
	font-weight:500 !important;
    font-size: 14px;
	transition: all 0.5s ease;
}
  .food-type-filter a:hover {
	  background-color: rgba(28, 43, 81, 0.2);
}
.food-type-filter a.active {
    color: #fff;
   /* background:rgba(28, 43, 81, 1);
    border-color: rgba(28, 43, 81, 1) ;*/
}



/* top bar time and phone css [START] */
/* Wrapper */
.marquee-wrapper {
    overflow: hidden;
    width: 100%;
    background: rgba(21, 32, 71, 1);
    padding: 14px;
}

/* Track */
.marquee-track {
    display: flex;
    align-items: flex-start;
    /*width: fit-content;*/
    gap: 16px;
    animation: smoothMarqueeLeft 4s linear infinite;
}

/* Slide */
.marquee-slide {
    flex: 370px;
width: 370px;
}


.marquee-slide .title {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    display: block;
}

.content {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 16px;

}
.icon-bottom-store ul li:first-child {
    display: none !important;
}
/* Animation */
@keyframes smoothMarqueeLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-33.33%);
    }
}
/* top bar time and phone css [END] */


.table-hours {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.table-hours h6 {
    font-size: 18px;
    font-weight: 600;
}
.table-hours ul.sp-dates {
    padding: 0;
    list-style: none;
    margin: 0 0 30px;
}
.table-hours ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #bebebe;
    padding: 10px 0px;
    align-items: flex-end;
}