:root {
  --color-link: black;
  --color-active: #00848A;
  --ease: cubic-bezier(0.23, 1, 0.32, 1);
  --duration: 350ms;
  --section-offset: 0;
}

.sushi-ui {
  margin-top: 0;
}
.sushi-ui #order-page {
  margin-top: 0;
}
.sushi-ui .food-box {
  min-height: auto;
}
.sushi-ui .food-box span.no-data {
  padding: 20px;
}
.sushi-ui .sushi-menu-container {
  position: relative;
  background: #fff;
  min-height: 45px;
  padding-left: 85px;
  padding-right: 50px;
}
.sushi-ui .sushi-menu-container .search-icon {
  position: absolute;
  margin: 5px;
  left: 1px;
  top: 1px;
  background: #f5f3f1;
  width: 32px;
  height: 32px;
  text-align: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}
.sushi-ui .sushi-menu-container .search-icon svg {
  width: 30px;
  height: 30px;
}
.sushi-ui .sushi-menu-container .suchi-seach-form {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  height: 45px;
  width: 100%;
  background: #fff;
  z-index: 99;
}
.sushi-ui .sushi-menu-container .suchi-seach-form .suchi-seach-form-container {
  position: relative;
  height: 45px;
  border: 1px solid #d5d5d5;
}
.sushi-ui .sushi-menu-container .suchi-seach-form .suchi-seach-form-container .search-icon {
  position: absolute;
  margin: 5px;
  left: 0;
  top: 0px;
  background: #f5f3f1;
  width: 32px;
  height: 32px;
  text-align: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}
.sushi-ui .sushi-menu-container .suchi-seach-form .suchi-seach-form-container .search-icon svg {
  width: 30px;
  height: 30px;
}
.sushi-ui .sushi-menu-container .suchi-seach-form .suchi-seach-form-container .close-icon {
  position: absolute;
  margin: 5px;
  right: 0;
  top: 0px;
  background: #f5f3f1;
  width: 32px;
  height: 32px;
  text-align: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}
.sushi-ui .sushi-menu-container .suchi-seach-form .suchi-seach-form-container .close-icon svg {
  width: 30px;
  height: 30px;
}
.sushi-ui .sushi-menu-container .suchi-seach-form .suchi-seach-form-container input {
  padding: 10px 50px;
  width: 100%;
  border: none;
  outline: none;
}
.sushi-ui .sushi-menu-container .suchi-seach-form .suchi-seach-form-container input:focus {
  outline: none;
}
.sushi-ui .sushi-menu-container .owl-carousel .owl-nav .owl-next,
.sushi-ui .sushi-menu-container .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -45px;
  top: 0px;
  background: #f5f3f1;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-decoration: none;
  outline-style: none;
}
.sushi-ui .sushi-menu-container .owl-carousel .owl-nav .owl-next:hover,
.sushi-ui .sushi-menu-container .owl-carousel .owl-nav .owl-prev:hover {
  background: #f5f3f1;
}
.sushi-ui .sushi-menu-container .owl-carousel .owl-nav .owl-next:hover span,
.sushi-ui .sushi-menu-container .owl-carousel .owl-nav .owl-prev:hover span {
  color: #231F20;
}
.sushi-ui .sushi-menu-container .owl-carousel .owl-nav .owl-next span,
.sushi-ui .sushi-menu-container .owl-carousel .owl-nav .owl-prev span {
  font-size: 35px;
  position: absolute;
  top: -13px;
  left: 10px;
}
.sushi-ui .sushi-menu-container .owl-carousel .owl-nav .owl-next span:hover,
.sushi-ui .sushi-menu-container .owl-carousel .owl-nav .owl-prev span:hover {
  color: #231F20;
}
.sushi-ui .sushi-menu-container .owl-carousel .owl-nav .owl-next {
  right: -45px;
  left: auto;
}
.sushi-ui .sushi-menu-container .owl-carousel .owl-nav .owl-next span {
  right: 10px;
  left: auto;
}
.sushi-ui .owl-carousel-menu .owl-stage-outer {
  background: #fff;
}
.sushi-ui .owl-carousel-menu .owl-item {
  padding-top: 5px;
  padding-bottom: 5px;
}
.sushi-ui .owl-carousel-menu .owl-item.menu-selected, .sushi-ui .owl-carousel-menu .owl-item.first-active-item {
  outline: none;
}
.sushi-ui .owl-carousel-menu .owl-item.menu-selected .menu-item-link, .sushi-ui .owl-carousel-menu .owl-item.first-active-item .menu-item-link {
  background: #262626;
  border-radius: 25px;
  color: #fff;
}
.sushi-ui .owl-carousel-menu .owl-item .menu-item-link {
  display: block;
  padding: 5px 16px;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
  color: var(--color-link);
  transition: color var(--ease) var(--duration);
  transform: translateZ(0);
}
.sushi-ui .suchi-menu-right {
  position: relative;
}
.sushi-ui .product-category-image {
  max-height: 200px;
  overflow: hidden;
}
.sushi-ui .product-category-image img {
  max-width: 100%;
  max-height: 200px;
  width: 100%;
}

body.sushi-menu-layout #content.container {
  max-width: 1200px;
}
body.has-scroll .sushi-ui .suchi-menu-right .suchi-menu-right-container {
  top: 0px;
  z-index: 9;
  position: fixed;
}
body.has-scroll .sushi-ui .sushi-menu-section {
  position: fixed;
  top: 0;
  z-index: 9;
}

body.has-scroll .sushi-ui .sushi-menu-desk-section {
  position: fixed;
  top: 0;
  z-index: 9;
}

.hidden {
  display: none !important;
}
