/* Page Sushi */
.category-sushi.sticky {
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 98;
  padding: 10px 0;
  width: 100%; }
  @media (min-width: 768px) {
    .category-sushi.sticky {
      -webkit-box-shadow: 0px 1px 10px 0px;
      -moz-box-shadow: 0px 1px 10px 0px;
      box-shadow: 0px 1px 10px 0px #999;
      -moz-animation: slideInDown 0.6s ease;
      -webkit-animation: slideInDown 0.6s ease;
      animation: slideInDown 0.6s ease; } }

@media (max-width: 767px) {
  .category-sushi {
    top: 116px;
    position: sticky;
    background: #fff;
    z-index: 98;
    padding: 7.5px 0; } }

.menu-header {
  display: flex;
  margin: 0; }
  .menu-header li {
    text-align: center;
    padding: 0 5px;
    display: inline-block;
    vertical-align: middle;
    width: 14%; }
    .menu-header li span {
      display: inline-block;
      text-align: center;
      padding: 5px 18px;
      color: #E25B26;
      font-weight: 700;
      border: 1px solid #E25B26;
      border-radius: 4px;
      margin-top: 10px;
      font-size: 13px; }
      .menu-header li span:hover {
        background: #E25B26;
        color: #fff; }
    .menu-header li a img {
      height: 50px;
      width: 50px; }
    .menu-header li.logo-sushi span {
      margin: 0;
      border: 0;
      padding: 0; }
      .menu-header li.logo-sushi span img {
        height: 80px; }
      .menu-header li.logo-sushi span:hover {
        background: transparent; }
  @media (max-width: 767.98px) {
    .menu-header {
      white-space: nowrap;
      margin: 0px 0px;
      overflow-x: auto;
      display: block; }
      .menu-header::-webkit-scrollbar {
        width: 0;
        height: 0; }
      .menu-header li {
        flex: 1 1 16%;
        width: 16%;
        padding: 5px;
        /*border: 1px solid #e6e6e6;*/
        vertical-align: top; }
        .menu-header li.logo-sushi {
          display: none; }
          .menu-header li.logo-sushi img {
            width: 100px; }
        .menu-header li span {
          font-size: 10px;
          border: 0;
          padding: 0;
          margin-top: 5px;
          white-space: normal; }
        .menu-header li a img {
          height: 35px;
          width: auto; }
        .menu-header li.active {
          border: 1px solid #E25B26; } }

.menu_linklist_wrap {
  margin-top: 15px; }

.menu-linklist-item-wrap {
  margin-top: 30px; }
  .menu-linklist-item-wrap:first-child {
    margin-top: 0px; }
  .menu-linklist-item-wrap h2 {
    border-bottom: 2px solid #e6e6e6;
    text-align: center;
    margin-top: 0; }
    .menu-linklist-item-wrap h2 span {
      display: inline-block;
      border-bottom: 2px solid #E25B26;
      margin-bottom: -2px;
      padding: 0 15px 10px;
      font-weight: 700;
      color: #E25B26; }

.linklist-product-owl:not(.owl-loaded) > div {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  margin-right: 20px; }

.linklist-product-owl.owl-carousel .owl-nav button.owl-next,
.linklist-product-owl.owl-carousel .owl-nav button.owl-prev {
  background: #fff;
  color: #333;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  line-height: 20px;
  font-size: 26px;
  position: absolute;
  top: 50%; }

.linklist-product-owl.owl-carousel .owl-nav button.owl-next {
  right: 0px; }

.linklist-product-owl.owl-carousel .owl-nav button.owl-prev {
  left: 0px; }

.linklist-product-owl.owl-carousel .owl-dots button {
  border: 1px solid #747474;
  width: 15px;
  height: 15px; }

.linklist-product-owl.owl-carousel .owl-dots button.active {
  border: 1px solid #efefef; }

@media (max-width: 767px) {
  .linklist-product-owl:not(.owl-loaded) > div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-right: 20px; } }

.sashimi-sushi--banner.owl-carousel.d-flex-owl:not(.owl-loaded) .item {
  flex: 0 0 100%; }

.sashimi-sushi--banner.owl-carousel .owl-item img {
  width: 100%; }

.sashimi-sushi--banner.owl-carousel .owl-nav button {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  background: #fff;
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: #e23800;
  line-height: 20px; }

.sashimi-sushi--banner.owl-carousel .owl-nav button.owl-next {
  right: 0px; }

.sashimi-sushi--banner.owl-carousel .owl-nav button.owl-prev {
  left: 0px; }

.sashimi-sushi--banner .item {
  position: relative;
  overflow: hidden; }
