 /* CSS styles */
 .menu-container {
    width: 100%; /* Full width */
    overflow-x: auto; /* Enable horizontal scrolling */
    white-space: nowrap; /* Keep items in a single line */

    top: 0;
    width: 100%;
    background-color: #33333382;



}

.menu-item {
    display: inline-block;
    padding: 5px 20px;
    margin: 5px;
    background-color: #b88a43;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
  text-transform: uppercase;
}


.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0px auto;
}


.accordion {
    border: 1px solid #33333382;
    background: #33333382;
    color: #b88a43;
    padding-left: 10px;
    padding-right: 10px;
}
 .accordion p{
    color: #fff;
}

.accordion h1{
    color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding-top: 35px;
  text-align: center;
  padding-bottom: 10px;
	text-transform: uppercase;
}

.headersec h2{
    font-size: 14px;
  padding: 0px;
  margin: 4px;
  font-weight: 600;
}

.menuname h2{
    color: #000 !important;
}

.accordion-item {
 
    margin-bottom: 10px;
}

.accordion-header {
    background-color: #f4f4f4;
    padding: 10px;
    cursor: pointer;
    border-radius: 6px !important;
}

.accordion-content {
    padding: 10px;
    background: #b88a43;
  color: #fff;
    display: none;
}

small {
    font-size: 80%;
    font-style: italic;
  }


 /* Hide scrollbar for Chrome, Safari and Opera */
 .menu-container::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .menu-container {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  } 


.headersec{ display: flex; }
.menuname{ flex: 1; }
.menuprice{ flex: 1; }
.menuprice h2{text-align: right;}