/*
Theme Name: Twenty Twenty-Four Child
Template: twentytwentyfour
Version: 1.0
*/
/*        .menu-items-template
		{
			padding:100px 10px;

		}
        .container {
            max-width: 1180px;
            width: 100%;
            margin: 0 auto;
        }
        * {
            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: 500;
            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: #ED1D23;
            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: #ED1D23;
            border-bottom: 2px solid #ED1D23;
        }

        .menu-category-select-box {
            background: #f6e9e9;
            padding: 10px;
            text-align: center;
            font-size: 18px;
            font-weight: 600;
            border: 1px solid #a5a5a5;
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: #585858;
            display: none;
            margin-top: 20px;
        }

        svg {
            width: 14px;
            height: 14px;
        }

        svg path {
            fill: #585858;
        }

       .menu-category-select-option {
            list-style: none;
            padding: 10px 0;
            margin: 0;
            background: #e8dbdb;
            display: none;
            position: absolute;
            width: calc(100% - 24px);
            left: 50%;
            transform: translateX(-50%);
            z-index: 99;
        }
        .menu-category-select-option li {
            padding: 5px 0;
        }

        .menu-category-select-option a {
            text-decoration: none;
            color: #221E1F;
            font-weight: 400;
            width: 100%;
            display: block;
            padding: 5px 20px;
        }

        .menu-category-select-option.visible {
            display: block;
        }

        .cs-featured-card {
            width: 96%;
            margin: 0 auto;
            background: linear-gradient(0deg, #9e9e9e42, #ffffff1c);
            padding: 9px;
            border: 1px solid #ED1D23;
        }

        .cs-featured-media {
            width: 100%;
            height: 300px;
        }

        .cs-featured-media img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .cs-featured-content {
            padding: 20px 10px;
        }

        .cs-featured-content h4 {
            font-size: 20px;
        }

        .cs-featured-content p {
            font-size: 15px;
            margin: 0;
        }

        .featured-menu-slider {
            overflow: hidden;
        }



        .menu-items-seciton {
            margin: 50px 0;
        }

        .menu-category-title {
            display: flex;
            align-items: center;
            gap: 10px;
            color: #ED1D23;
            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, .4);
        }

        .col-bg-box h3 {
            position: relative;
            color: #fff;
            margin: 0;
            z-index: 9;
        }

       


        .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%;
        }

        @media (max-width:1199px) {
            .col-bg-box {                
                text-align: center;
                margin-left: 20px;
            }

            .col-info {
                padding: 15px;
            }
            .menu-price, .menu-title-box h4 {
                font-size: 16px;
            }
            .menu-description
            {
                font-size: 14px;
            }
        }

        @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%;
            }
        }
 */





