<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* .item */
.MenuCategory.thin {
  height: 1px;
  overflow-y: hidden;
}
.MenuCategoryName {
  margin: 10px 0px 0px 0px;
  padding: 10px 10px 10px 27px;
  font-weight: 900 !important;
  font-size: 19px;
}
.MenuCategoryDesc {
    padding: 10px 15px 0px 27px;
    margin: -15px 0px 0px 0px;
    font-weight: 700 !important;
    font-size: 15px;
}
.MenuSubcategoryDescImage {
  display: block;
  width: 100%;
}

.MenuSubcategoryName {
  margin: 10px 0px 0px 0px;
  padding: 10px 10px 10px 27px;
  font-weight: 900 !important;
  font-size: 19px;
}
.MenuSubcategoryDesc {
    padding: 10px 15px 0px 27px;
    margin: -15px 0px 5px 0px;
    font-weight: 700 !important;
    font-size: 15px;
}

.MenuItem {
  width: calc(50% - 10px);
  max-width: 485px;
  margin: 5px 5px 5px 5px;
  /* padding: 10px 10px 10px 10px; */
  /* visibility: hidden; */
  background-color: #FFFFFF;
  position: relative;
  display: flex;
  color: #212121;
  text-align: left;
}

.MenuItem:hover {
  cursor: pointer;
}

.MenuItem a {
  width: 100%;
}

/*.MenuItem div {
  display: flex;
  flex-direction: column;
  width: 100%;
}*/

.MenuItem .menu-body {
  background-color: #FFFFFF;
  position: relative;
  color: #212121;
  text-align: left;
  /* padding: 10px 12px 30px 12px; */
  width: 100%;
  flex-grow: 1;
}

.MenuItem .menu-left {
  padding: 8px 10px 8px 10px;
  height: 95px;
}

.MenuItem .menu-body h5 {
  font-size: 1.0em;
  margin-bottom: 8px;
  text-overflow: ellipsis;
  max-width: 98%;
  overflow: hidden;
  line-height: 1.2em;
}

.MenuItem .menu-image {
    width:100px;
    height:110px;
    float: left;
    margin-right: 10px;
    /* margin-bottom: 5px; */
    background-size: 40px 40px;
}
.MenuItem .menu-image img {
    width:100px;
    height:110px;
    object-fit: cover; /*magic*/
    z-index: 1;
}

.MenuItem .menu-ordred-num-wrapper { 
  position: absolute;
  top: -4px;
  left: 5px;
  background-color: #212121;
  width: 33px;
  height: 33px;
  border-radius: 30px;
  /* border: 1px solid #212121; */
  color: #ffffff;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.MenuItem .menu-ordred-num-text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 5px  0px 0px 0px;
}
.MenuItem .menu-name {
  font-size: 1.0em;
  font-size: 15px; 
  font-weight: 700; 
  line-height: 16px;
  height: 32px;
  overflow: hidden;
  /* white-space: nowrap; */
}
.MenuItem .menu-soldout {
}
.MenuItem .menu-soldout-custom-image {  
  position: absolute;
  width: calc(100% - 95px);
  height: 100%;
  right: 10px;
  margin: -8px -8px 0px 0px;
  object-fit: contain;
  z-index: 2;
}
.MenuItem .menu-soldout-image {  
  position: absolute;
  width: 120px;
  transform: translateY(-50%) rotate(-25deg);
  right: 10px;
  top: 50%;
  z-index: 2;
}
.MenuItem .menu-desc{
    padding: 8px 0px 0px 0px;
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    bottom: 0px;
    left: 12px;
    color: #212121;
    margin-left: 108px;
    height: 70px;
    flex-wrap: wrap;
    overflow-y: hidden;
    white-space: pre-wrap;
}
.MenuItem .menu-desc:after{
  /* content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 70%;
  height: 14px;
  background: linear-gradient(to right,rgba(255,255,255,0),#fff 70%); */
}
.MenuItem .menu-footer {
  position: absolute;
  top: 26px;
  height: 16px;
  right: 10px;
  color: #95989A;
  overflow: visible;
  white-space: nowrap;
  text-align: right;
  display: flex;
  justify-content: right;
}
.MenuItem .menu-dummy-grad{
  width: 30px;
  height: 16px;
  background-image: linear-gradient(to right, #FF000000, #ffffff);
}
.MenuItem .menu-price{
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  height: 16px;
  /* position: absolute; */
  /* top: 10px; */
  right: 10px;
  color: #212121;
  background: #ffffff;
  padding: 0px 0px 0px 25px;
}
.MenuItem .menu-cals {
  font-size: 1.0em;
  /* position: absolute; */
  bottom: 0px;
  /* right: 12px; */
  color: #95989A;
  font-size: 0.8em;
}
.menu-body ul li {
  display: inline-flex;
}

.MenuItem .PromoFlag {
  font-size: 0.75em;
  color: #FFFFFF;
  padding: 3px 7px;
  position: absolute;
  top: 0;
  left: 0;
}

.MenuListFooter {
  position: fixed;
  width: calc(100% - 48px);
  right: 24px;
  height: 50px;
  bottom: 15px;
  /* border-radius: 10px; */
  /* background-color: rgb(33,33,33,1.0); */
  color: #FFFFFF;
  /* box-shadow: 0px 0px 5px 0px #ffffff; */
  display: flex;
  justify-content: space-between;
  z-index: 3;
  cursor: pointer;
}
.menulist-footer-icon-wrapper {
  /* color:#FFFFFF; */
}
.menulist-footer-icon {
  /* color: #FFFFFF; */ 
  font-size: 26px;
  height: 26px;
  margin: 12px 0px 0px 13px;
}
.menulist-footer-num-wrapper { 
  position: absolute;
  top: 9px;
  left: 29px;
  background-color: #212121;
  width: 22px;
  height: 22px;
  border-radius: 30px;
  border: 1px solid #c4c4c4;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.menulist-footer-num { 
  color: #FFFFFF;
  text-align: center;
  margin: -1px 0px 0px 0px;
  font-weight: 400;
  border-radius: 11px;
  font-size: 14px;
}
.menulist-footer-togo-cart {
  /* color: #FFFFFF; */
  line-height: 50px;
  font-size: 12px;
  font-weight: 900;
  margin: 0px 2px 0px 13px;
}
.menulist-footer-price {
  /* color: #FFFFFF; */
  line-height: 50px;
  margin: 0px 3px 0px 0px;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}
.menulist-footer-next {
  font-size: 24px;
  line-height: 48px;
  margin: 0px 10px 0px 0px;
  font-weight: 900;
}

/* Mobile Landscape */
@media (min-width: 480px) {
  .MenuItem .menu-desc{
      margin-left: 58px;
      height: 60px;
      flex-wrap: wrap;
      overflow-y: hidden;
  }
  
  .MenuItem .menu-soldout-custom-image {  
    width: calc(100% - 100px);
  }
}
/* Mobile Landscape */
@media (max-width: 767px) and (min-width: 480px) {
  /* .item */
  .MenuItem {
    width: 100%;
    max-width: none;
    margin: 3px 0px 3px 0px;
  }

  .MenuItem .menu-image {
      width:100px;
      height:110px;
      float: left;
      margin-right: 10px;
      background-size: 40px 40px;
  }
  .MenuItem .menu-image img {
      width:100px;
      height:110px;
      object-fit: cover; /*magic*/
  }
  /* .MenuItem .menu-desc{
      margin-left: 58px;
      height: 60px;
      flex-wrap: wrap;
      overflow-y: hidden;
  } */
  .MenuItem .menu-desc:after{
    /* content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 70%;
    height: 14px;
    background: linear-gradient(to right,rgba(255,255,255,0),#fff 70%); */
  }
}

/* Mobile Portrait */
@media (max-width: 479px) {
  .MenuItem {
    width: 100%;
    max-width: none;
    margin: 3px 0px 3px 0px;
    height: 95px;
  }

  .MenuItem .menu-image {
      width:95px;
      height:95px;
      float: left;
      margin-right: 10px;
      background-size: 40px 40px;
  }
  .MenuItem .menu-image img {
      width:95px;
      height:95px;
      object-fit: cover; /*magic*/
  }
  .MenuItem .menu-desc{
      margin-left: 85px;
      height: 47px;
      flex-wrap: wrap;
      overflow-y: hidden;
  }
  .MenuItem .menu-desc:after{
    /* content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 85px;
    height: 14px;
    background: linear-gradient(to bottom,rgba(255,255,255,0),#fff 70%); */
  }
}
.rightRightAngle {
  width: 0px;
  height: 0px;
  border: 200px solid;
  border-bottom-color: transparent;
  border-top-color: brown;
  border-left-color: transparent;
  border-right-color: brown;
  }

@media (min-width: 992px){
  .container-menu {
    max-width: 1022px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    /* margin-top: -56px; */
  }

}



@media (max-width: 300px){
  .menulist-footer-togo-cart {
    line-height: 20px;
    margin: 5px 5px 5px 15px;
  }
}</pre></body></html>