.megamenu {
  display: grid;
  grid-template-columns: 2fr 8fr;
  height: 85px;
  
}

.logo {
  height: 85px;
}
.logo img{
  height:90%;
}

.topmenu {
  height: 90%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  
}


.topmenubox {
  border-color: lightgray;
  border-width: 1px;
  border-style: groove;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.topmenubox h1 {
  font-size: 16px;
  font-weight: normal;
}

.topmenubox h2 {
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
}

.detailmenuholder {
  display: none;
}

.detailmenu {
  display: flex;
  flex-direction: row;
  width: 600px;
  position: absolute;
  top: 120px;
  left: 240px;
  /* z-index: 10; */
  background-color: rgba(240,240,240,0.9);
}

.menucolumn{
  flex: 4;
  display: flex;
  flex-direction: column;
}

.menuheading{
  font-size: 14px;
  padding-left: 10px;
  margin-top: 10px;
  font-weight: bold;
  color: black;
}

.menuitem{
  font-size: 12px;
  padding-left: 20px;
  margin-top: 8px;
  color: black;
}

.menupromo{
  flex: 6;
  display: flex;
  flex-direction: column;
}

.menupromoimage{
  flex:5;
}

.menupromoimage img {
  /* display: none; */
  width:100%;
  height: auto;
}

.menupromocontent{
  flex:5;
}

.menupromocontent h1{
  font-size: 13px;
}

.menupromocontent p{
  font-size: 10px;
}

#mobilemegamenu-wrapper {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  width: 300px;
  height: 500px;
  background: rgba(240,240,240,0.95);
}

.mobilemegamenu {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.mobilemega-upper{
  flex: 6;
  display: flex;
  flex-direction: column;
}

.mobilemenurow{
  height: 20%;
  display: flex;
  flex-direction: row;
  border-bottom: 1px;
  border-top: 1px;
  border-left : none;
  border-right: none;
  border-color: gray;
  border-style: none none solid none;
  border-width: 1px;
}

.mobmenuicon , .moreicon {
  flex: 1;
  height: 14px;
  width: auto;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
}

.mobilemega-upper p , .mobilemega-lower p , .mobilemega-upper a, .mobilemega-lower a {
  flex: 8;
  display: block;
  font-size: 15px;
  padding-left: 10px;
  margin-top: auto;
  margin-bottom: auto;
  color: black;
}

.mobilemega-lower {
  flex: 4;
  display: flex;
  flex-direction: column;
}
