@charset "UTF-8";
#header-menu .rellax {
  filter: brightness(60%);
}
.icon {
  width: 5vw;
  margin-top: -1vw;
}
#header-menu {
  height: 25vw;
}
.rellax {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: -5vw;
  left: 0;
  height: 50vw;
}
#header-menu h1 {
  position: relative;
  z-index: 123;
}
#menu li {
  padding: 0 1vw;
}

.cat-img {
  height: 25vw;
  object-fit: cover;
}
.cat-text p {
  margin-bottom: 0;
}
#course li img {
  height: 15vw;
}
.slider-price {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.menu-pager a {
  opacity: .4;
}
.menu-pager a.active {
  opacity: 1;
}
.all-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 123456789;
  width: 100%;
}
.all-menu > div {
  min-height: 100vh;
}
.all-menu .btn-back {
  top: 3vw;
  left: 87vw;
  z-index: 12345678;
}
@media (min-width: 768px){
  
}

@media (max-width: 991px){
  
}

@media (max-width: 767px){
  #header-menu {
    height: 55vw;
  }
  .rellax {
    top: -30vw;
    left: 0;
    height: 130vw;
  }
  #menu #drink li img {
    height: 15vw;
  }
  .cat-img {
    height: 57vw;
  }
  .all-menu .btn-back {
    top: 1.5vw;
    left: 2.5vw;
  }
  #drink h3 {
    font-size: 90%;
  }
}

@media (max-width: 575px){
  
}

.bx-wrapper {
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  background: transparent !important;
  position: relative;
  max-width: none !important;
}
#gr-slider-wrap .bx-viewport {
  aspect-ratio: 5/4;
  height: auto !important;
}
.bx-wrapper .bx-controls-direction a {
  width: auto;
  height: auto;
  margin-top: -4vw;
  text-indent: 0;
  color: rgba(0,0,0,.4);
}
.bx-wrapper .bx-prev {
  padding: 0;
  left: 23.3vw;
}
.bx-wrapper .bx-next {
  padding: 0;
  left: 72.3vw;
}
.bx-wrapper .bx-controls-direction span {
  display: block;
  width: .7vw;
  height: .7vw;
  transform: rotate(45deg);
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  background-image: none;
  display: block;
  text-decoration: none;
  background-color: transparent;
  
}
