.container {
            max-width: 1180px;
        }

        * {
            box-sizing: border-box;
        }

        .cs-category-items {
            align-items: center;
            display: flex;
            gap: 0px;
            list-style: none;
            margin: 0;
            padding: 0;
            border-bottom: 1px solid rgba(34, 30, 31, 34%)
        }

     
        .cs-category-items a {
            padding: 10px 24px;
            background: rgba(34, 30, 31, 4%);
            display: block;
            text-decoration: none;
            color: #221E1F;
            font-weight: 700;
            font-family: inherit !important;
            border: 0;
            border-right: 1px solid rgba(34, 30, 31, 25%);
            transition: all .3s ease-in-out;
        }

        .cs-category-items a.active,
        .cs-category-items a:hover {
            background: var( --e-global-color-primary );
            color: #fff;
            border-right: 1px solid transparent;
        }

        .cs-sub-category-items {
            padding: 0;
            margin: 0;
            list-style: none;
            display: flex;
        }

        .cs-sub-category-items a {
            padding: 10px 24px;
            display: block;
            text-decoration: none;
            color: #585858;
            font-weight: 500;
            font-family: inherit !important;
            border: 0;
            border-bottom: 2px solid rgba(237, 29, 35, 14%);
            transition: all .3s ease-in-out;
        }

        .cs-sub-category-items a.active,
        .cs-sub-category-items a:hover {
            color: var( --e-global-color-primary );
            border-bottom: 2px solid var( --e-global-color-primary );
        }

        .menu-category-select-box {
            background: #f6e9e9;
            padding: 10px;
            text-align: center;
            font-size: 18px;
            font-weight: 600;
            border: 1px solid #a5a5a5;
            
            justify-content: space-between;
            align-items: center;
            color: #585858;
            display: none;
            margin-top: 20px;
        }
       

        svg {
            width: 14px;
            height: 14px;
        }

        /*svg path {*/
        /*    fill: #585858;*/
        /*}*/

        .fetured-menu {
            padding-top: 50px;
        }

        .cs-featured-card {
            width: 96%;
            margin: 0 auto;
            background: linear-gradient(0deg, #9e9e9e42, #ffffff1c);
            padding: 9px;
            border: 1px solid var( --e-global-color-primary );
        }

       
        .cs-featured-content {
            padding: 20px 10px;
        }

        .cs-featured-content h4 {
            font-size: 20px;
            font-weight: 600;
        }

       .cs-featured-content p {
            font-size: 15px;
            margin: 0;
            display: -webkit-inline-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }
        .featured-menu-slider {
            overflow: hidden;
        }



        .menu-items-seciton {
            margin: 50px 0;
        }

        .menu-category-title {
            display: flex;
            align-items: center;
            gap: 10px;
            color: var( --e-global-color-primary );
            font-weight: 800;
            margin-bottom: 50px;
        }

        span.decorative-line {
            width: 45%;
            height: 1px;
            background: rgba(34, 30, 31, 45%);
            ;
            display: inline-block;
            position: relative;
            margin-top: 7px;
        }

        span.decorative-line:after {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            width: 10px;
            height: 10px;
            background: rgb(155 146 146);
            border-radius: 100%;
            transform: translateY(-50%);
        }

         .ca-row {
            display: flex;
            align-items: center;
            margin-bottom: 50px;
            padding-bottom: 50px;
            position: relative;
        }     
        .ca-row:after {
            position: absolute;
            content: '';
            width: 70%;
            height: 1px;
            border: 1px dashed rgba(0,0,0,18%);
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
        }
        .ca-row:last-child::after
        {
            display: none;
        }
        .ca-row:nth-child(even) {
                flex-direction: row-reverse;
            }
       .col-info {
            padding: 10px 30px;
            width: 60%;
        }
        .col-bg-box {
            min-height: 450px;
            height: 100%;
            align-items: center;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            display: flex;
            justify-content: center;
            position: relative;
            margin-left: 80px;
            width: 40%
        }

        .col-bg-box:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, .55);
        }

        .col-bg-box h3 {
            position: relative;
            color: #fff;
            margin: 0;
            z-index: 9;
            text-align: center;
            padding: 0 15px;
        }

       p.empty-box {
          max-width: 400px;
          margin: 0 auto;
          font-size: 18px;
          font-weight: 600;
          opacity: .8;
          text-align: center;
      }


        .menu-items-col .menu-title-box {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 8px;
            margin-bottom: 10px;
        }

        .menu-title-box h4 {
            flex: 1 0 auto;
            max-width: 60%;
            margin-bottom: 0;
        }

        .menu-price,
        .menu-title-box h4 {
            font-size: 18px;
            font-weight: 700;
        }

        .divider-line {
            width: 100%;
            height: 1px;
            background: #585858;
        }

        .menu-items-row {
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
            justify-content: space-between;

        }

        .menu-items-col {
            width: 46%;
        }

        .menu-group:nth-child(even) .col-bg-box
        {
           margin-left: 0;
        }
        .menu-items-section
        {
          padding: 50px 0 ;
        }
        
        @media (max-width:1199px) {
            .col-bg-box {                
                text-align: center;
                margin-left: 20px;
            }

            .col-info {
                padding: 15px 0;
            }
            .menu-price, .menu-title-box h4 {
                font-size: 16px;
            }
            .menu-description
            {
                font-size: 14px;
            }
            .cs-inner-container {
              padding: 0 0px;
          }
        }

        @media (max-width:991px) 
        {

        .menu-category-title
        {
            margin-bottom: 20px;
        }
          .col-info {                
                width: 55%;
            }

            .col-bg-box {                
                width: 45%;
            }

             .col-bg-box h3{
               font-size: 22px;
               padding: 20px;
            }
            .menu-items-row {
                flex-direction: column;
            }
            .menu-items-col
            {
                width: 100%;
            }
        }
        @media (max-width:767px) {

            .ca-row {
                flex-direction: column !important;
                padding: 10px;
                padding-bottom: 40px;
                margin-bottom: 40px;
            }
            .col-bg-box, .col-info
            {
                width: 100%;
                margin: 0;
            }
             /* .col-bg-box
            {
                order: 1;
            }
              .col-info
            {
                order: 2;
            } */
             .col-bg-box
             {
                min-height: 250px;
                height: 250px;
             }
            /* .cs-sub-category-tab-box {
                display: none;
            } */

            /* .menu-category-select-box {
                display: flex;
            } */
             .ca-row:after {
                width: 80%;
            }

                .cs-category-items li {
            flex: 1 1 auto;
            text-align: center;
        }
         
        }