@font-face {
  font-family: 'Effra Trial';
  font-display: swap;
  font-weight: 400;
  src: url(../fonts/Effra_Trial_Rg.ttf);
}
@font-face {
  font-family: 'Effra Trial';
  font-display: swap;
  font-weight: 100;
  src: url(../fonts/Effra_Trial_HairIt.ttf);
}
@font-face {
  font-family: 'Effra Trial';
  font-display: swap;
  font-weight: 500;
  src: url(../fonts/Effra_Trial_Md.ttf);
}
@font-face {
  font-family: 'Effra Trial';
  font-display: swap;
  font-weight: 700;
  src: url(../fonts/Effra_Trial_Bd.ttf);
}

* {
  -webkit-tap-highlight-color: transparent;
}

.font-title {
  font-family: 'Effra Trial', system-ui, serif;
}

.font-content {
  font-family: 'Effra Trial', system-ui, sans-serif;
}

html {
  height: 100%;
}

body {
  position: relative;
  box-sizing: border-box;
  min-height: 100%;
  color: #252324;
  background-color: #fff;
  font: 16px/1.2 'Effra Trial', 'Noto Sans TC', system-ui, sans-serif;
}

input::placeholder,
textarea::placeholder {
  color: #a4a4a4;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.tippy-box {
  color: inherit;
  font: inherit;
}

.tippy-content {
  padding: 0;
}

.swal2-container {
  padding: 16px;
}

.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.container {
  max-width: 1400px;
  padding: 0 16px;
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 199px;
  padding-top: env(safe-area-inset-top);
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(57, 57, 57, 0.16);
  transition: all 150ms;
}

.swal-shown .site-header {
  padding-right: inherit;
}

.site-header .container {
  position: relative;
}

.site-header .logo {
  position: relative;
  z-index: 1;
  width: fit-content;
  padding: 26px 0 18px;
  margin: 0 auto;
  transition: all 150ms;
}

.site-header .logo img {
  width: auto;
  height: 102px;
  object-fit: cover;
}

.site-header .container > .nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 77px;
  height: 52px;
  border-top: 1px solid currentColor;
}

.site-header .container > .nav > a {
  display: block;
  border-bottom: 1px solid transparent;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  text-transform: uppercase;
  transition: all 150ms;
}

.site-header .container > .nav > a:hover,
.site-header .container > .nav > a[aria-expanded='true'] {
  border-bottom-color: currentColor;
}

.site-header .container > .nav .tippy-box {
  padding-top: 5px;
  background-color: transparent;
  box-shadow: none;
}

.site-header .container > .nav .tippy-arrow {
  display: none;
}

.site-header .container > .nav .subnav {
  padding: 8px 0;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.site-header .container > .nav .subnav > a {
  display: block;
  padding: 0 16px;
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
}

.site-header .container > .nav .subnav > a:hover {
  color: #a60123;
}

.site-header .topbar {
  position: absolute;
  top: 26px;
  left: 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  padding: 0 16px;
  transition: all 150ms;
}

.site-header .topbar .lang {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.site-header .topbar .lang .curr-lang {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.site-header .topbar .lang .curr-lang span {
  margin-right: 8px;
  font-size: 16px;
  line-height: 1;
}

.site-header .topbar .lang .curr-lang > .icon {
  font-size: 12px;
}

.site-header .topbar .lang .curr-lang .icon-language {
  font-size: 20px;
}

.site-header .topbar .lang .curr-lang .icon-arrow {
  font-size: 8px;
}

.site-header .topbar .lang-list {
  padding: 8px 0;
}

.site-header .topbar .lang-item a {
  padding: 0 16px;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  white-space: nowrap;
  display: block;
}

.site-header .topbar .lang-item a:hover {
  color: #a60123;
}

.site-header .search {
  order: -1;
  cursor: pointer;
}

.site-header .search .icon {
  font-size: 20px;
}

.site-header .search-form {
  position: relative;
}

.site-header .search-form input {
  width: 170px;
  height: 30px;
  padding: 0 30px 0 10px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  font-size: 12px;
  color: currentColor;
  background-color: #fff;
}

.site-header .search-form .icon-arrow {
  position: absolute;
  top: 10px;
  right: 7px;
  font-size: 12px;
  color: #ccc;
  transform: rotate(-90deg);
}

.site-header .cart {
  margin-left: 40px;
}

.site-header .cart > a {
  display: flex;
  align-items: center;
}

.site-header .cart .icon {
  margin-top: -2px;
  margin-right: 1px;
  font-size: 20px;
}

.site-header .cart .amount {
  font-size: 14px;
}

.site-header .btn-menu,
.site-header .panel {
  display: none;
}

@media not all and (min-width: 1280px) {
  .site-header .container > .nav {
    gap: 24px;
  }
}

@media not all and (min-width: 1024px) {
  .site-header .container > .nav,
  .site-header .topbar .lang {
    display: none;
  }

  .site-header .btn-menu,
  .site-header .panel {
    display: block;
  }

  .site-header {
    height: 100px;
  }

  .site-header .container {
    height: 100%;
  }

  .site-header .logo {
    padding: 22px 0 0;
  }

  .site-header .logo img {
    height: 57px;
  }

  .site-header .topbar {
    top: 56px;
    padding: 0 16px;
  }

  .site-header .search {
    margin-left: auto;
  }

  .site-header .search .icon {
    font-size: 20px;
  }

  .site-header .cart {
    margin-left: 16px;
  }

  .site-header .cart .icon {
    font-size: 20px;
  }

  .site-header .cart .amount {
    margin-left: 5px;
    font-size: 16px;
  }

  .site-header .btn-menu {
    position: absolute;
    top: 54px;
    left: 12px;
    width: 32px;
    display: block;
    cursor: pointer;
  }

  .site-header .btn-menu span {
    width: 24px;
    height: 2px;
    margin: 6px auto;
    display: block;
    background-color: currentColor;
  }

  .site-header .panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 2;
    display: block;
    transform: translate3d(-100%, 0, 0);
    transition: transform 300ms ease-out;
  }

  .site-header .panel.is-active {
    overflow-y: auto;
    transform: translate3d(0, 0, 0);
  }

  .site-header .panel-header {
    padding: 16px;
    display: flex;
  }

  .site-header .panel-search {
    width: 100%;
    margin-right: 65px;
    box-sizing: border-box;
  }

  .site-header .panel-search input {
    width: 100%;
    height: 45px;
    padding-left: 45px;
    font-size: 17px;
    background-color: #d2d2d2;
    color: #fff;
  }

  .site-header .panel-search input::placeholder {
    color: #fff;
  }

  .site-header .panel-search .icon-search {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 20px;
    color: #fff;
  }

  .site-header .panel-search .icon-arrow {
    position: absolute;
    top: 14px;
    right: 10px;
    font-size: 19px;
    color: #fff;
  }

  .site-header .panel .btn-close {
    position: absolute;
    top: 25px;
    right: 15px;
    width: 35px;
    height: 35px;
    cursor: pointer;
  }

  .site-header .panel .btn-close::before,
  .site-header .panel .btn-close::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 1px;
    margin: auto;
    background-color: #534741;
    display: block;
  }

  .site-header .panel .btn-close::before {
    transform: rotate(45deg);
  }

  .site-header .panel .btn-close::after {
    transform: rotate(-45deg);
  }

  .site-header .panel .nav li {
    border-top: 1px solid #d2d2d2;
  }

  .site-header .panel .nav a {
    position: relative;
    padding: 0 16px;
    font-size: 16px;
    line-height: 58px;
    text-transform: uppercase;
    color: #646464;
    display: flex;
    align-items: center;
  }

  .site-header .panel .nav .icon {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
  }

  .site-header .panel .subnav {
    background-color: #a9a4a0;
    display: none;
  }

  .site-header .panel .subnav a {
    color: #fff;
    justify-content: flex-start;
  }

  .site-header .panel .subnav a::before {
    content: '-';
    margin-right: 10px;
    display: inline-block;
  }

  .site-header .panel .lang {
    border-top: 1px solid #d2d2d2;
    color: #646464;
    display: flex;
  }

  .site-header .panel .lang .curr-lang {
    padding: 16px;
    font-size: 17px;
  }

  .site-header .panel .lang .list {
    flex-grow: 1;
  }

  .site-header .panel .lang .list li {
    border-bottom: 1px solid #d2d2d2;
  }

  .site-header .panel .lang .list li .icon-check {
    display: none;
  }

  .site-header .panel .lang .list li.is-active .icon-check {
    display: block;
  }

  .site-header .panel .lang .list a {
    padding: 0 16px;
    font-size: 17px;
    line-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.block-subscribe .enewsletter {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 50px 0;
  color: #252324;
  background-color: #e2e4e1;
}

.block-subscribe .enewsletter .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}

.block-subscribe .enewsletter .info .logo {
  display: block;
  width: auto;
  height: 80px;
  margin-bottom: 20px;
  object-fit: cover;
}

.block-subscribe .enewsletter .info .name {
  font-size: 26px;
  font-weight: 700;
  white-space: nowrap;
}

.block-subscribe .enewsletter-form {
  position: relative;
  max-width: 700px;
  width: 100%;
}

.block-subscribe .enewsletter-form::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background-color: #a60123;
}

.block-subscribe .enewsletter-form > label {
  display: block;
  padding: 35px 0 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.block-subscribe .enewsletter-form .input-wrapper {
  display: flex;
  column-gap: 40px;
  box-sizing: border-box;
  height: 54px;
  padding: 0 30px;
  border: 1px solid currentColor;
  background-color: #fff;
}

.block-subscribe .enewsletter-form .input-wrapper input {
  flex: 1;
  width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.block-subscribe .enewsletter-form .input-wrapper button {
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 32px;
}

.block-subscribe .enewsletter-form :is(.email_error, .email_newsletter) {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0.5em;
  font-size: 16px;
}
.block-location {
    color: #fff;
    background-color: #252324;
}

.block-location .inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 56%;
  column-gap: 40px;
  padding: 70px 0;
}

.block-location .inner iframe {
  display: block;
  width: 100%;
  height: 550px;
  background-color: #fff;
}

.block-location .inner .info {
  max-width: 400px;
  padding-top: 54px;
}

.block-location .inner .info .title {
  margin-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.block-location .inner .info .subtitle {
  margin-bottom: 35px;
  font-size: 34px;
  font-weight: 500;
  text-transform: uppercase;
}

.block-location .inner .info .address {
  margin-bottom: 44px;
  font-size: 22px;
  line-height: 1.45;
}

.block-location .inner .info .tel {
  margin-bottom: 54px;
  font-size: 20px;
  text-transform: uppercase;
}

.block-location .inner .info .social-list {
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.block-location .inner .info .social-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  border: 1px solid currentColor;
  border-radius: 9999px;
  font-size: 16px;
}

.block-location .inner .info .links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.block-location .inner .info .links a {
  border-bottom: 1px solid currentColor;
  font-size: 14px;
  text-transform: uppercase;
}

@media not all and (min-width: 1280px) {
  .block-location .inner {
    grid-template-columns: minmax(0, 1fr) 50%;
  }
}

@media not all and (min-width: 1024px) {
  .block-subscribe .enewsletter .container {
    display: block;
  }

  .block-subscribe .enewsletter-form {
    margin-top: 40px;
  }
}

@media not all and (min-width: 768px) {
  .block-subscribe .enewsletter {
    padding: 50px 0;
  }

  .block-subscribe .enewsletter .info .logo {
    height: 54px;
    margin-bottom: 12px;
  }

  .block-subscribe .enewsletter .info .name {
    max-width: 225px;
    font-size: 18px;
    line-height: 1.5;
    white-space: initial;
  }

  .block-subscribe .enewsletter-form::before {
    width: 62px;
    height: 4px;
  }

  .block-subscribe .enewsletter-form > label {
    padding: 35px 0 12px;
    font-size: 14px;
  }

  .block-subscribe .enewsletter-form .input-wrapper {
    column-gap: 16px;
    height: 44px;
    padding: 0 16px;
  }

  .block-subscribe .enewsletter-form .input-wrapper input {
    font-size: 14px;
  }

  .block-subscribe .enewsletter-form .input-wrapper button {
    font-size: 20px;
  }

  .block-subscribe .enewsletter-form :is(.email_error, .email_newsletter) {
    font-size: 12px;
  }

  .block-location .inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 52px;
    padding: 60px 0 20px;
  }

  .block-location .inner iframe {
    height: 285px;
  }

  .block-location .inner .info {
    max-width: initial;
    padding-top: 0;
  }

  .block-location .inner .info .title {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .block-location .inner .info .subtitle {
    margin-bottom: 40px;
    font-size: 20px;
  }

  .block-location .inner .info .address {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.7;
  }

  .block-location .inner .info .tel {
    margin-bottom: 40px;
    font-size: 14px;
  }

  .block-location .inner .info .social-list {
    margin-bottom: 42px;
    gap: 20px;
  }

  .block-location .inner .info .social-list a {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .block-location .inner .info .links {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .block-location .inner .info .links a {
    font-size: 13px;
  }
}

.site-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: env(safe-area-inset-bottom);
  color: #fff;
  background-color: #252324;
  transform: translateY(100%);
  border-top: 1px solid #ccc;
}

.site-footer .inner {
  padding: 33px 20px 24px;
  border-bottom: 1px solid #66615d;
  display: flex;
  align-items: center;
}

.site-footer .links {
  display: flex;
  flex: 1;
}

.site-footer .l-item {
  width: 320px;
}

.site-footer .links .left,
.site-footer .links .right {
  display: flex;
  align-items: flex-start;
}

.site-footer .links .right {
  margin-bottom: -40px;
  flex: 1 1 0%;
  flex-wrap: wrap;
  align-content: flex-start;
}

.site-footer .links .right .l-item {
  margin-bottom: 40px;
}

.site-footer .links .right .l-item.follow {
  width: auto;
  padding-right: 20px;
  margin-right: auto;
}

.site-footer .links .right .l-item.location {
  width: 260px;
  margin-right: 0;
}

.site-footer .l-item .title {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 27px;
  white-space: nowrap;
  text-transform: uppercase;
}

.site-footer .l-item.nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.site-footer .nav a {
  font-size: 14px;
  line-height: 27px;
  white-space: nowrap;
  display: block;
  transition: color 0.3s;
}

.site-footer .nav a:hover {
  color: #fff;
}

.site-footer .follow .content {
  display: flex;
  align-items: center;
  margin-top: 17px;
  margin-left: -5px;
}

.site-footer .follow .content a {
  margin-right: 25px;
  font-size: 18px;
  transition: color 0.3s;
}

.site-footer .follow .content a:hover {
  color: #fff;
}

.site-footer .location .content {
  font-size: 14px;
}

.site-footer .location .address {
  margin-bottom: 33px;
  line-height: 27px;
  text-transform: uppercase;
}

.site-footer .location .tel,
.site-footer .location .email {
  display: block;
}

.site-footer .location .tel {
  margin-bottom: 10px;
}

.site-footer .copyright {
  box-sizing: border-box;
  padding: 20px 0;
  border-top: 1px solid currentColor;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .site-footer .inner {
    padding: 30px 10px;
  }

  .site-footer .l-item {
    width: auto;
    margin-right: 40px;
  }

  .site-footer .l-item .title {
    font-size: 18px;
  }

  .site-footer .nav a {
    font-size: 18px;
    line-height: 36px;
  }

  .site-footer .links .right {
    margin-top: 5px;
  }

  .site-footer .follow .content {
    margin-top: 10px;
  }

  .site-footer .links .right .l-item.follow {
    padding-right: 0;
    margin-right: 0;
  }

  .site-footer .links .right .l-item.location {
    width: auto;
  }

  .site-footer .location .address {
    margin-bottom: 10px;
    line-height: 22px;
  }

  .site-footer .location .tel {
    margin-bottom: 5px;
  }

  .site-footer .copyright {
    padding: 20px 20px;
    font-size: 13px;
  }
}

@media (max-width: 767.98px) {
  .site-footer .inner {
    display: block;
    padding: 30px 10px 0;
  }

  .site-footer .links {
    display: block;
  }

  .site-footer .l-item {
    width: auto;
    margin-right: 0;
  }

  .site-footer .links .left,
  .site-footer .links .right {
    flex-direction: column;
  }

  .site-footer .links .right {
    margin-top: 0;
  }

  .site-footer .links .right {
    margin-top: 32px;
    margin-bottom: 0;
  }

  .site-footer .links .right .l-item {
    margin-bottom: 42px;
    margin-left: 0;
  }

  .site-footer .links .right .l-item.follow {
    max-width: 100%;
  }

  .site-footer .links .right .l-item.location {
    margin-bottom: 24px;
  }
}

.site-main {
  padding-top: calc(199px + env(safe-area-inset-top));
  transition: all 150ms;
}

@media not all and (min-width: 1024px) {
  .site-main {
    padding-top: calc(100px + env(safe-area-inset-top));
  }
}

.banner .swiper-slide {
  position: relative;
  height: 660px;
  background-color: #fff;
}

.banner .swiper-slide .slide-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .banner .swiper-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, #000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.35;
  pointer-events: none;
} */

.banner .slide-text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  max-width: 1106px;
  padding: 0 73px;
  color: #fff;
  opacity: 0;
  line-height: 1;
  text-align: center;
  filter: drop-shadow(4px 3px 6px rgba(0, 0, 0, 0.82));
  transform: translate(-50%, -40%);
  transition: all 1s 0.6s;
}

.banner .swiper-slide-active .slide-text {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.banner .slide-text .title {
  font-size: 45px;
  line-height: 1.3;
  text-transform: uppercase;
}

.banner .slide-text .subtitle {
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.3;
}

.banner .swiper-pagination {
  bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
  opacity: 0.5;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
  display: flex;
  width: auto;
  height: auto;
  color: #fff;
  background: none;
  font-size: 45px;
  filter: drop-shadow(4px 3px 3px rgba(0, 0, 0, 0.8));
}

.banner .swiper-button-prev {
  left: 18px;
}

.banner .swiper-button-next {
  right: 18px;
}

@media not all and (min-width: 1024px) {
  .banner .swiper-slide {
    height: 375px;
  }

  .banner .slide-text {
    padding: 0 50px;
  }

  .banner .slide-text .title {
    font-size: 22px;
  }

  .banner .slide-text .subtitle {
    font-size: 14px;
  }

  .banner .swiper-pagination {
    gap: 6px;
  }

  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    font-size: 24px;
  }

  .banner .swiper-button-prev {
    left: 5px;
  }

  .banner .swiper-button-next {
    right: 5px;
  }
}

.breadcrumb {
  padding: 40px 0 20px;
}

.breadcrumb .container {
  display: flex;
}

.breadcrumb .item {
  display: flex;
  align-items: center;
  color: #555;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.breadcrumb .item .separator {
  margin: 0 6px;
}

.breadcrumb .item:last-child .separator {
  display: none;
}

@media not all and (min-width: 768px) {
  .breadcrumb {
    display: none;
  }
}

.block-restaurant .list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  padding: 130px 0;
}

.block-restaurant .list .item {
  container-type: inline-size;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}

.block-restaurant .list .item::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(60, 65, 71, 0.22);
  transition: all 300ms;
}

.block-restaurant .list .item .cover {
  transition: all 300ms;
}

.block-restaurant .list .item .info {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-content: center;
  text-align: center;
  color: #fff;
}

.block-restaurant .list .item .info .name {
  margin-bottom: 1em;
  font-size: 32px;
  filter: drop-shadow(4px 3px 4px rgba(0, 0, 0, 0.65));
}

.block-restaurant .list .item .info .btn-more {
  font-size: 18px;
  text-decoration: underline;
  text-underline-offset: 0.4em;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.65));
}

@media (hover: hover) {
  .block-restaurant .list .item:hover::after {
    background-color: transparent;
  }

  .block-restaurant .list .item:hover .cover {
    transform: scale(1.05);
  }
}

@media not all and (min-width: 1024px) {
  .block-restaurant .list {
    padding: 70px 0;
  }

  .block-restaurant .list .item .info .name {
    font-size: 22px;
  }

  .block-restaurant .list .item .info .btn-more {
    font-size: 14px;
  }
}

@media not all and (min-width: 768px) {
  .block-restaurant .list {
    grid-template-columns: minmax(0, 1fr);
    gap: 25px;
    padding: 40px 0;
  }
}

.block-featured {
  background-image: url(../images/bg-featured.jpg);
}

.block-featured .inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 540px;
  align-items: center;
  padding: 70px 0;
}

.block-featured .inner .cover {
  height: 100%;
  object-fit: cover;
}

.block-featured .inner .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 60px;
  text-align: center;
}

.block-featured .inner .info::before {
  content: '';
  display: block;
  width: 80px;
  height: 5px;
  margin: 0 auto 40px;
  background-color: #a60123;
}

.block-featured .inner .info .category {
  margin-bottom: 10px;
  color: #777;
  font-size: 20px;
}

.block-featured .inner .info .title {
  margin-bottom: 35px;
  color: #252324;
  font-size: 38px;
  font-weight: 700;
}

.block-featured .inner .info .content {
  margin-bottom: 70px;
  font-size: 18px;
  line-height: 1.7;
}

.block-featured .inner .info .actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
}

.block-featured .inner .info .btn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-decoration: none;
}

.block-featured .inner .info .btn-more-1 {
  height: 50px;
  padding: 0 30px;
  border-radius: 9999px;
  color: #fff;
  background-color: #a60123;
}

.block-featured .inner .info .btn-more-2 {
  gap: 10px;
  color: #a60123;
}

@media not all and (min-width: 1024px) {
  .block-featured .inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }
}

@media not all and (min-width: 768px) {
  .block-featured .inner {
    padding: 40px 0;
    gap: 30px;
  }

  .block-featured .inner .info {
    padding: 0 24px;
  }

  .block-featured .inner .info::before {
    width: 60px;
    margin-bottom: 20px;
  }

  .block-featured .inner .info .category {
    margin-bottom: 12px;
    font-size: 15px;
  }

  .block-featured .inner .info .title {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .block-featured .inner .info .content {
    margin-bottom: 50px;
    font-size: 16px;
  }

  .block-featured .inner .info .actions {
    gap: 40px;
  }

  .block-featured .inner .info .btn-more {
    font-size: 16px;
  }

  .block-featured .inner .info .btn-more-1 {
    height: 42px;
    padding: 0 25px;
  }

  .block-featured .inner .info .btn-more-2 {
    gap: 8px;
  }
}

.block-category {
  padding: 130px 0;
}

.block-category .swiper-slide {
  container-type: inline-size;
  overflow: hidden;
}

.block-category .swiper-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(60, 65, 71, 0.22);
  transition: all 300ms;
}

.block-category .swiper-slide .cover {
  transition: all 300ms;
}

.block-category .swiper-slide .info {
  position: absolute;
  inset: 46% 0 auto;
  z-index: 1;
  display: grid;
  place-content: center;
  text-align: center;
  color: #fff;
}

.block-category .swiper-slide .info .title {
  font-size: 26px;
  line-height: 1.6;
  filter: drop-shadow(4px 3px 4px rgba(0, 0, 0, 0.65));
}

@media (hover: hover) {
  .block-category .swiper-slide:hover::after {
    background-color: transparent;
  }

  .block-category .swiper-slide:hover .cover {
    transform: scale(1.05);
  }
}

@media not all and (min-width: 1024px) {
  .block-category {
    padding: 70px 0;
  }

  .block-category .swiper-slide .info .title {
    font-size: 18px;
  }
}

@media not all and (min-width: 768px) {
  .block-category .swiper-container {
    padding-left: 16px;
    margin: 0 -16px;
  }

  .block-category .swiper-slide .info .title {
    font-size: 26px;
  }
}

.also-like .container {
  display: flex;
  column-gap: 40px;
}

.also-like .info {
  width: 312px;
  padding-top: 30px;
}

.also-like .info .title {
  margin-bottom: 110px;
  font-size: 38px;
  font-weight: 600;
  line-height: 52px;
  text-transform: uppercase;
}

.also-like .info .subtitle {
  margin-bottom: 22px;
  color: #707070;
  font-size: 16px;
  text-transform: uppercase;
}

.also-like .product-list {
  position: relative;
  flex: 1;
  width: 0;
  padding-top: 25px;
  padding-bottom: 48px;
  border-top: 1px solid #9eab9b;
}

.also-like .product-list::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
}

.also-like .product-list::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: calc((100% - 36px) / 3);
  height: 4px;
}

.also-like .product-item {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.also-like .product-item .cover {
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-bottom: 15px;
}

.also-like .product-item .name {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
}

.also-like .product-item .price {
  margin-top: auto;
  font-size: 16px;
}

.also-like .product-item .original-price {
  display: none; /* standby */
  color: #999;
  text-decoration: line-through;
}

.also-like .swiper-buttons {
  display: flex;
  column-gap: 20px;
}

.also-like .swiper-button-next,
.also-like .swiper-button-prev {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  border: 1px solid #707070;
  border-radius: 9999px;
  margin: 0;
  color: #333;
  background: none;
  font-size: 19px;
}

.also-like .swiper-button-next.swiper-button-disabled,
.also-like .swiper-button-prev.swiper-button-disabled {
  opacity: 0.4;
}

@media not all and (min-width: 1024px) {
  .also-like .container {
    column-gap: 20px;
  }

  .also-like .info {
    width: 200px;
  }
}

@media not all and (min-width: 768px) {
  .also-like .container {
    position: relative;
    display: block;
  }

  .also-like .info {
    width: 100%;
    padding-top: 0;
  }

  .also-like .info .title {
    padding-right: 16px;
    padding-bottom: 25px;
    border-bottom: 1px solid #c7c7c7;
    margin-right: -16px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 32px;
  }

  .also-like .info .title br {
    display: none;
  }

  .also-like .info .subtitle {
    margin-bottom: 8px;
    font-size: 13px;
  }

  .also-like .product-list {
    width: auto;
    margin: 0 -16px;
    padding: 0 0 36px 16px;
    border-top: 0;
  }

  .also-like .product-list::after {
    width: calc((100% - 16px * 1.399254) / 1.399254);
    height: 2px;
  }

  .also-like .product-item .cover {
    margin-bottom: 10px;
  }

  .also-like .product-item .name {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .also-like .product-item .price {
    font-size: 14px;
  }

  .also-like .swiper-buttons {
    display: none;
  }
}

.cat-1 {
  padding: 60px 0 120px;
}

.cat-1 .cat-desc {
  max-width: 1100px;
  margin: 0 auto 60px;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}

.cat-1 .category-list::before {
  content: '';
  display: block;
  border-top: 1px solid #9b9fab;
  margin-bottom: 50px;
}

.cat-1 .category-item {
  display: flex;
}

.cat-1 .category-item + .category-item {
  margin-top: 60px;
}

.cat-1 .category-item .info {
  width: calc((100% - 100px) / 4);
  padding-top: 42px;
  margin-right: 34px;
}

.cat-1 .category-item .info .name {
  margin-bottom: 50px;
  font-size: 38px;
}

.cat-1 .category-item .info .btn-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 18px;
  box-sizing: border-box;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #9b9fab;
  margin-bottom: 60px;
  font-size: 15px;
  white-space: nowrap;
  text-transform: uppercase;
}

.cat-1 .category-item .info .btn-more .icon {
  font-size: 14px;
}

.cat-1 .category-item .product-list {
  position: relative;
  flex: 1;
  width: 0;
  padding-bottom: 48px;
}

.cat-1 .category-item .product-item {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.cat-1 .category-item .product-item .cover {
  aspect-ratio: 1 / 1;
  margin-bottom: 32px;
  object-fit: cover;
}

.cat-1 .category-item .product-item .name {
  padding: 0 16px;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 1.4;
}

.cat-1 .category-item .product-item .price {
  margin-top: auto;
  font-size: 20px;
}

.cat-1 .category-item .product-item .original-price {
  display: none; /* standby */
  color: #999;
  text-decoration: line-through;
}

.cat-1 .category-item .product-item .current-price {
  color: #643f00;
}

.cat-1 .swiper-buttons {
  display: flex;
  column-gap: 20px;
}

.cat-1 .swiper-button-next,
.cat-1 .swiper-button-prev {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  border: 1px solid #707070;
  border-radius: 9999px;
  margin: 0;
  color: #333;
  background: none;
  font-size: 16px;
}

.cat-1 .swiper-button-next.swiper-button-disabled,
.cat-1 .swiper-button-prev.swiper-button-disabled {
  opacity: 0.4;
}

@media not all and (min-width: 1280px) {
  .cat-1 .category-item .info {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
  }
}

@media not all and (min-width: 1024px) {
  .cat-1 .category-item .info {
    padding-top: 24px;
    margin-right: 20px;
  }

  .cat-1 .category-item .info .name {
    margin-bottom: 32px;
    font-size: 24px;
  }

  .cat-1 .category-item .info .btn-more {
    column-gap: 15px;
    height: 40px;
    padding: 0 16px;
    margin-bottom: 32px;
    font-size: 14px;
  }

  .cat-1 .category-item .info .btn-more .icon {
    font-size: 10px;
  }

  .cat-1 .category-item .product-item .cover {
    margin-bottom: 24px;
  }

  .cat-1 .category-item .product-item .name {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .cat-1 .category-item .product-item .price {
    font-size: 14px;
  }
}

@media not all and (min-width: 768px) {
  .cat-1 {
    padding: 40px 0 80px;
  }

  .cat-1 .cat-desc {
    margin-bottom: 40px;
  }

  .cat-1 .category-list::before {
    margin-bottom: 24px;
  }

  .cat-1 .category-item {
    position: relative;
    display: block;
    padding-bottom: 100px;
  }

  .cat-1 .category-item + .category-item {
    margin-top: 60px;
  }

  .cat-1 .category-item .info {
    width: 100%;
    padding-top: 0;
    margin-right: 0;
  }

  .cat-1 .category-item .info .name {
    margin-bottom: 32px;
  }

  .cat-1 .category-item .info .btn-more {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
  }

  .cat-1 .category-item .product-list {
    width: auto;
    margin: 0 -16px;
    padding-left: 16px;
    padding-bottom: 0;
  }

  .cat-1 .swiper-buttons {
    display: none;
  }
}

.three-col-layout .list {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}

.three-col-layout .item {
  width: 33.333333%;
  padding: 0 20px;
  margin-bottom: 65px;
  box-sizing: border-box;
}

.three-col-layout .item .inner {
  display: block;
}

.three-col-layout .item .cover {
  position: relative;
  padding-top: 63.636364%;
  margin-bottom: 25px;
  overflow: hidden;
}

.three-col-layout .item .cover img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.01);
  transition: transform 0.6s;
}

.three-col-layout .item .inner:hover .cover img {
  transform: translate(-50%, -50%) scale(1.15);
}

.three-col-layout .item .info {
  text-align: center;
}

.three-col-layout .item .title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.three-col-layout .item .content {
  font-size: 15px;
  line-height: 19px;
}

@media (max-width: 991.98px) {
  .three-col-layout .item {
    margin-bottom: 36px;
  }

  .three-col-layout .item .cover {
    margin-bottom: 21px;
  }

  .three-col-layout .item .title {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .three-col-layout .item .content {
    font-size: 15px;
    line-height: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .three-col-layout .item {
    width: 50%;
  }
}

@media (max-width: 767.98px) {

  .three-col-layout .list {
    margin: 0;
    display: block;
  }

  .three-col-layout .item {
    width: 100%;
    padding: 0;
  }
}

.page-cat-2 .site-main .container {
  max-width: 1330px;
}

.cat-2 {
  padding: 0 0 145px;
}

.cat-2 .cat-intro {
  margin-bottom: 20px;
}

.cat-2 .cat-intro .title {
  margin-bottom: 22px;
  font-size: 32px;
  font-weight: 600;
}

.cat-2 .cat-intro .title::after {
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  margin-top: 25px;
  background-color: #a60123;
}

.cat-2 .cat-intro .content {
  max-width: 820px;
  color: #707070;
  font-size: 16px;
  line-height: 30px;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 7px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 50px;
}

.filter-method {
  position: relative;
  font-size: 16px;
  line-height: 25px;
  cursor: pointer;
}

.filter-method .icon {
  margin-left: 4px;
  font-size: 12px;
}

.filter-method .value {
  color: #a60123;
  text-transform: uppercase;
}

.filter-selection {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  padding: 0 200px 0 70px;
  margin-top: -25px;
}

.filter-selection .inner {
  display: flex;
  flex-wrap: wrap;
}

.filter-selection .item {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.filter-selection .item .name {
  color: #a60123;
  font-size: 16px;
  line-height: 25px;
}

.filter-selection .item .btn-remove {
  position: relative;
  width: 25px;
  height: 25px;
  padding: 0;
  border: 0;
  background-color: transparent;
}

.filter-selection .item .btn-remove::before,
.filter-selection .item .btn-remove::after {
  content: '';
  position: absolute;
  top: 12px;
  left: 6px;
  display: block;
  width: 12px;
  height: 1px;
  background-color: currentColor;
}

.filter-selection .item .btn-remove::before {
  transform: rotate(45deg);
}

.filter-selection .item .btn-remove::after {
  transform: rotate(-45deg);
}

.filter-selection .btn-clear {
  display: none;
  flex-shrink: 0;
  width: 90px;
  height: 25px;
  border: 0;
  background-color: #f2f2f2;
  font-size: 14px;
  text-transform: uppercase;
}

.filter-bar .tippy-box {
  background-color: transparent;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
}

.filter-bar .filter-popup {
  background-color: rgba(255, 255, 255, 0.9);
}

.filter-bar .filter-list {
  padding: 15px;
}

.filter-bar .filter-list .item label {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  cursor: pointer;
}

.filter-bar .filter-list .item input[type='checkbox'] {
  margin-right: 12px;
  width: 16px;
  height: 16px;
}

.filter-bar .sort-list {
  padding: 15px 20px;
}

.filter-bar .sort-list .item {
  font-size: 16px;
  line-height: 30px;
  text-align: right;
  text-transform: uppercase;
  cursor: pointer;
}

.filter-bar .sort-list .item:hover,
.filter-bar .sort-list .item.is-active {
  color: #a60123;
}

.cat-2 .product-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 60px 26px;
}

.cat-2 .product-item {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.cat-2 .product-item .cover {
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-bottom: 22px;
}

.cat-2 .product-item .name {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
}

.cat-2 .product-item .price {
  margin-top: auto;
  font-size: 16px;
}

.cat-2 .product-item .original-price {
  display: none; /* standby */
  color: #999;
  text-decoration: line-through;
}

@media not all and (min-width: 768px) {
  .cat-2 {
    padding: 40px 0 80px;
  }

  .cat-2 .cat-intro {
    margin-bottom: 30px;
  }

  .cat-2 .cat-intro .title {
    margin-bottom: 26px;
    font-size: 26px;
    line-height: 38px;
  }

  .cat-2 .cat-intro .title::after {
    margin-top: 22px;
  }

  .cat-2 .cat-intro .content {
    font-size: 14px;
    line-height: 26px;
  }

  .filter-bar {
    padding-bottom: 4px;
    margin-bottom: 62px;
  }

  .filter-selection {
    justify-content: space-between;
    padding: 0;
    margin-top: 0;
    margin-bottom: -46px;
  }

  .cat-2 .product-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 35px 15px;
  }

  .cat-2 .product-item .cover {
    margin-bottom: 10px;
  }

  .cat-2 .product-item .name {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .cat-2 .product-item .price {
    font-size: 14px;
  }
}

.fgg-quantity {
  display: flex;
}

.fgg-quantity-input,
.fgg-quantity-minus,
.fgg-quantity-plus {
  width: 44px;
  height: 44px;
  border: 1px solid #d2d2d2;
  margin-right: -1px;
  box-sizing: border-box;
  background-color: transparent;
}

.fgg-quantity-input {
  font-size: 20px;
  text-align: center;
}

.fgg-quantity-minus,
.fgg-quantity-plus {
  position: relative;
}

.fgg-quantity-minus::before,
.fgg-quantity-plus::before,
.fgg-quantity-plus::after {
  content: '';
  position: absolute;
  top: 20px;
  left: 15px;
  width: 12px;
  height: 1px;
  background-color: currentColor;
  display: block;
}

.fgg-quantity-plus::after {
  transform: rotate(90deg);
}

.page-product .site-main {
  padding-bottom: 120px;
}

.page-product .site-main .container {
  max-width: 1330px;
}

.product {
  padding-bottom: 150px;
}

.product .container {
  display: flex;
  column-gap: 56px;
}

.product .left {
  flex: 1;
  width: 0;
  overflow: hidden;
}

.product .right {
  width: 684px;
}

.product .gallery {
  position: relative;
}

.product .gallery .swiper-slide {
  aspect-ratio: 590/560;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.product .gallery-thumb {
  /*display: none;*/
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  gap: 20px;
}

.product .gallery-thumb .item {
  aspect-ratio: 590/560;
  width: 60px;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

.product .btn-video {
  position: relative;
  aspect-ratio: 590/560;
  width: 60px;
  background-image: url(../images/play-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75%;
  cursor: pointer;
}

.product .video-box {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: none;
}

.product .video-box.is-active {
  display: block;
}

.product .video-box iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.product .title {
  margin-bottom: 24px;
  font-size: 34px;
  font-weight: 600;
}

.product .content {
  margin-bottom: 30px;
  color: #555;
  font-size: 14px;
  line-height: 26px;
}

.product .content ol {
  list-style: decimal;
  padding-left: 18px;
}

.product .content ul {
  list-style: disc;
  padding-left: 21px;
}

.product .content a {
  color: #a60123;
  text-decoration: underline;
}

.product .text-soldout {
  margin-bottom: 24px;
  color: #f00;
  font-size: 14px;
}

.product .quantity {
  margin: 30px 0;
  color: #333;
}

.product .price {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  margin-bottom: 30px;
  font-size: 28px;
  color: #333;
}

.product .product__price--original {
  color: #999;
  font-size: 16px;
}

.product .product__price--original :is(.symbol, .amount) {
  text-decoration: line-through;
}

.product .tierprice-info {
  margin-bottom: 30px;
  color: #333;
}

.product .btn-add {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 268px;
  height: 56px;
  padding: 0;
  border: 0;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  background-color: #a60123;
}

.product .btn-add.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.product .date,
.product .time {
  max-width: 537px;
  margin-bottom: 30px;
  color: #333;
}

.product .date .inner {
  position: relative;
  height: 42px;
}

.product .time .select3 {
  height: 42px;
}

.product .time .select3-title,
.product .time .select3-item {
  padding: 0 16px;
}

.product .date label,
.product .time label,
.product .product-size label {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.product .date input {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 16px;
  border: 1px solid #c5c5c5;
  font-size: 16px;
}

.product .date .icon {
  position: absolute;
  right: 16px;
  top: 10px;
  font-size: 22px;
  color: #c5c5c5;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}

.product .product-size {
  margin-bottom: 30px;
  color: #333;
}

.product .size-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.product .size-list .item {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 80px;
  height: 42px;
  padding: 0 16px;
  border: 1px solid #c5c5c5;
  color: #333;
  font-size: 16px;
  cursor: pointer;
}

.product .size-list .item.is-active {
  border-color: #a60123;
}

.product .size-list .item.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.product .persons {
  margin: 30px 0;
  color: #333;
}

.product .persons .item {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.product .persons .item label {
  flex-grow: 1;
  font-size: 16px;
}

.product .persons .item .item-price {
  flex-shrink: 0;
  margin: 0 30px;
  font-size: 18px;
}

.product .persons .item .item-price .original-price {
  color: #999;
  font-size: 16px;
  text-decoration: line-through;
}

.product .persons .item .fgg-quantity {
  flex-shrink: 0;
}

.food-menu {
  padding: 25px 20px 10px;
  border: 1px solid #c5c5c5;
  margin: 30px 0;
}

.food-menu .cat-title {
  position: relative;
  color: #333;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.food-menu .cat-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c5c5c5;
  transform: translateY(-50%);
}

.food-menu .cat-title span {
  position: relative;
  padding: 0 10px;
  background-color: #fff;
}

.food-menu .cat-subtitle {
  margin-top: 5px;
  color: #999;
  font-size: 16px;
  text-align: center;
}

.food-menu .food-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 16px 0;
}

.food-menu .food-name {
  box-sizing: border-box;
  width: 50%;
  padding-left: 5px;
  color: #999;
  font-size: 16px;
}

.food-menu .select3 {
  flex-shrink: 0;
  width: 45px;
  height: 20px;
  color: #999;
}

.food-menu .select3-title {
  padding: 0;
  border: 0;
}

.food-menu .select3-title span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 100%;
  background-color: #e9f1fa;
}

.food-menu .select3-title i::before,
.food-menu .select3-title i::after {
  width: 8px;
}

.food-menu .select3-title i::before {
  left: 2px;
}

.food-menu .select3-title i::after {
  right: 2px;
}

.food-menu .select3-list {
  border: 0;
}

.food-menu .select3-item {
  justify-content: center;
  height: 20px;
  padding: 0 20px 0 0;
}

.edit-form .food-menu {
  margin: 30px 0 0;
}

.edit-form .food-menu .food-name {
  flex-grow: 1;
  width: auto;
  padding-right: 20px;
}

.fgg-form__explain-div {
  margin-bottom: 15px;
}

.fgg-form__explain {
  margin-top: 8px;
  font-size: 12px;
}

.fgg-form__explain--error {
  color: #f00;
}

.fgg-form__explain--primary {
  color: #a60123;
}

.product .desc-collapse {
  display: flex;
  flex-direction: column;
  row-gap: 22px;
  max-width: 537px;
  margin-bottom: 30px;
}

.product .desc-collapse .collapse-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  height: 28px;
  border-bottom: 1px solid #c5c5c5;
  color: #555;
  font-size: 16px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  font-family: Montserrat, system-ui, sans-serif;
}

.product .desc-collapse .collapse-header .icon {
  color: #a60123;
  font-size: 12px;
  transition: transform 150ms;
}

.product .desc-collapse .collapse-header.is-active .icon {
  transform: rotate(180deg);
}

.product .desc-collapse .collapse-content {
  padding-top: 10px;
  color: #555;
  font-size: 14px;
  line-height: 26px;
  font-family: Montserrat, system-ui, sans-serif;
}

.product .desc-collapse .collapse-content ol {
  /* list-style: disc; */
  list-style: decimal;
  padding-left: 18px;
}

.product .desc-collapse .collapse-content ul {
  /* list-style: decimal; */
  list-style: disc;
  padding-left: 21px;
}

.product .desc-collapse .collapse-content a {
  color: #a60123;
  text-decoration: underline;
}

.section-product__popup.swal2-popup {
  padding: 90px 40px 40px;
  border-radius: 0;
}

.section-product__popup.swal2-popup .swal2-title {
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-size: 18px;
  font-weight: 400;
}

.section-product__popup.swal2-popup .swal2-content,
.section-product__popup.swal2-popup .swal2-actions {
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
}

.section-product__popup.swal2-popup .swal2-actions {
  width: auto;
  margin: 50px -20px 0;
}

.section-product__popup.swal2-popup .swal2-actions button {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 170px;
  height: 50px;
  padding: 0 10px;
  border: 0;
  margin: 0 20px 10px;
  font-size: 16px;
  text-transform: uppercase;
}

.section-product__popup.swal2-popup .swal2-actions .swal2-cancel {
  background-color: #e6e6e6;
}

.section-product__popup.swal2-popup .swal2-actions .swal2-confirm {
  color: #fff;
  background-color: #a60123;
}

.section-product__popup.swal2-popup .swal2-footer {
  padding: 0;
  border: 0;
  margin: 0;
}

.section-product__popup.swal2-popup .swal2-close {
  color: inherit;
}

@media not all and (min-width: 1280px) {
  .product .right {
    width: 500px;
  }
}

@media not all and (min-width: 768px) {
  .fgg-quantity-input,
  .fgg-quantity-minus,
  .fgg-quantity-plus {
    width: 54px;
    height: 54px;
  }

  .fgg-quantity-minus::before,
  .fgg-quantity-plus::before,
  .fgg-quantity-plus::after {
    top: 25px;
    left: 20px;
  }

  .page-product .site-main {
    padding-bottom: 95px;
  }

  .product {
    padding: 40px 0 70px;
  }

  .product .container {
    display: block;
  }

  .product .left {
    width: 100%;
    margin-bottom: 28px;
  }

  .product .right {
    width: 100%;
  }

  .product .gallery-thumb {
    column-gap: 15px;
    margin-top: 10px;
  }

  .product .gallery-thumb .item {
    width: 55px;
  }

  .product .btn-video {
    width: 55px;
  }

  .product .title {
    font-size: 22px;
  }

  .product .text-soldout {
    font-size: 16px;
  }

  .product .content {
    font-size: 16px;
    line-height: 26px;
  }

  .product .price {
    font-size: 26px;
  }

  .product .btn-add {
    width: 234px;
    height: 48px;
    font-size: 16px;
  }

  .product .date,
  .product .time {
    max-width: 100%;
  }

  .product .persons .item {
    display: block;
    padding-right: 175px;
  }

  .product .persons .item .item-price {
    margin: 4px 0 0;
  }

  .product .persons .item .fgg-quantity {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .food-menu .food-item + .food-item {
    margin-top: 30px;
  }

  .food-menu .food-name {
    width: 80%;
  }

  .food-menu .select3,
  .food-menu .select3-item {
    height: 28px;
  }

  .product .desc-collapse {
    max-width: 100%;
  }

  .product .desc-collapse .collapse-content {
    font-size: 16px;
    line-height: 26px;
  }

  .section-product__popup.swal2-popup {
    padding: 90px 30px 40px;
  }

  .section-product__popup.swal2-popup .swal2-actions {
    margin: 50px -10px 0;
  }

  .section-product__popup.swal2-popup .swal2-actions button {
    margin: 0 10px 10px;
  }
}

.complete {
  padding: 100px 0 120px;
  text-align: center;
}

.complete .title {
  margin-bottom: 80px;
  font-size: 30px;
  text-transform: uppercase;
}

.complete .transaction {
  margin: 80px 0 50px;
  font-size: 21px;
  font-weight: 600;
  line-height: 36px;
}

.complete .transaction > div:first-child {
  font-weight: 400;
}

.complete .content {
  margin-bottom: 75px;
  font-size: 15px;
}

.complete .btn {
  width: 230px;
  height: 50px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  background-color: #e6e6e6;
  display: block;
}

@media not all and (min-width: 768px) {
  .complete {
    padding: 120px 0 70px;
  }

  .complete .title {
    margin-bottom: 62px;
    font-size: 23px;
    line-height: 30px;
  }

  .complete .transaction {
    margin: 62px 0 47px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }

  .complete .content {
    margin-bottom: 67px;
  }
}

.cart-app {
  padding-top: 35px;
}

.cart-app .container {
  max-width: 1330px;
}

.cart-app .cart-empty {
  padding: 6px 0 80px;
  font-size: 20px;
  text-transform: uppercase;
}

.cart-app .page-title {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.cart-app .page-title hr {
  margin-top: 35px;
  border-width: 1px 0 0;
  border-color: #b3b3b3;
}

.cart-app .page-tips {
  font-size: 14px;
}

.cart-app .page-tips a {
  text-decoration: underline;
}

.cart-table {
  margin-top: 20px;
}

.cart-table .thead {
  background-color: #a60123;
  color: #fff;
}

.cart-table .tr {
  display: flex;
  align-items: center;
}

.cart-table .thead .tr {
  height: 40px;
  padding: 0 15px;
  font-size: 15px;
}

.cart-table .tbody .tr {
  position: relative;
  padding: 30px 15px;
  border-bottom: 1px solid #d2d2d2;
}

.cart-table .td-remove {
  width: 80px;
  flex-shrink: 0;
}

.cart-table .btn-remove {
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  background-color: transparent;
}

.cart-table .btn-remove::before,
.cart-table .btn-remove::after {
  content: '';
  position: absolute;
  top: 24px;
  left: 14px;
  width: 22px;
  height: 1px;
  background-color: currentColor;
  display: block;
}

.cart-table .btn-remove::before {
  transform: rotate(45deg);
}

.cart-table .btn-remove::after {
  transform: rotate(-45deg);
}

.cart-table .td-item {
  flex-grow: 1;
}

.cart-table .td-item .inner {
  display: flex;
}

.cart-table .td-item .info {
  padding-right: 120px;
  flex-grow: 1;
}

.cart-table .td-item .cover {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  background-position: center;
  background-size: cover;
  display: block;
  flex-shrink: 0;
}

.cart-table .td-item .name {
  margin-top: -2px;
  margin-bottom: 6px;
}

.cart-table .td-item .details {
  font-size: 14px;
}

.cart-table .td-item .details > div + div {
  margin-top: 10px;
}

.cart-table .td-item .details .separator:last-child {
  display: none;
}

.cart-table .td-item .details .original-price {
  color: #999;
}

.cart-table .td-item .details .original-price span {
  text-decoration: line-through;
}

.cart-table .td-item .btn-edit {
  position: absolute;
  top: 25px;
  right: 0;
  width: 50px;
  height: 30px;
  padding: 0;
  border: 0;
  font-size: 15px;
  line-height: 30px;
  background-color: #e6e6e6;
}

.cart-table .td-size {
  width: 90px;
  text-align: center;
  flex-shrink: 0;
  justify-content: center;
}

.cart-table .td-quantity {
  width: 230px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}

.cart-table .td-price {
  width: 95px;
  text-align: right;
  flex-shrink: 0;
}

.cart-table .td-details {
  width: 380px;
  flex-shrink: 0;
}

.cart-table .td-select {
  width: 42px;
  flex-shrink: 0;
  justify-content: center;
}

.cart-table .tbody .tr {
  display: flex;
  align-items: flex-start;
}

.cart-table .tbody .td {
  min-height: 80px;
  display: flex;
  align-items: center;
}

.cart-table .tbody .td-item {
  position: relative;
  align-items: flex-start;
}

.cart-table .tbody .td-price {
  font-size: 18px;
  justify-content: flex-end;
}

.cart-table .tbody .td-price .service-fee {
  position: absolute;
  right: 10px;
  bottom: 25px;
  font-size: 14px;
}

.cart-table .tbody .td-price .service-fee:last-child {
  bottom: 5px;
}

.cart-table .tbody .td-details .inner {
  width: 100%;
}

.cart-table .tbody .td-details .inner > .title {
  display: none;
}

.cart-table .tbody .td-details .item {
  font-size: 14px;
  line-height: 40px;
  display: flex;
}

.delivery-info .cart-table.readonly .tbody .td-details .item {
  line-height: 1.25;
  align-items: flex-start;
}

.cart-table .tbody .td-details .item + .item {
  margin-top: 10px;
}

.cart-table .tbody .td-details .item label {
  width: 115px;
  flex-shrink: 0;
}

.cart-table .tbody .td-details .item input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
}

.cart-table .tbody .td-details .item textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
  resize: none;
}

.cart-table .tbody .td-details .item .select3-title,
.cart-table .tbody .td-details .item .select3-item {
  line-height: 1.15;
  white-space: normal;
}

.cart-table .tbody .td-details .item .input-date {
  position: relative;
  width: 100%;
}

.cart-table .tbody .td-details .item .input-date .icon {
  position: absolute;
  right: 8px;
  top: 10px;
  font-size: 22px;
  color: #d2d2d2;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}

.cart-table .tbody .td-details .tips {
  padding-left: 115px;
  margin-top: 4px;
  font-size: 13px;
}

.cart-table.readonly .td-details {
  width: 320px;
}

.cart-table.readonly .tbody .td-details .item label {
  width: 125px;
}

.cart-table.readonly .tbody .td-details .item .value {
  font-size: 14px;
  line-height: 19px;
}

.cart-table .fgg-quantity-minus,
.cart-table .fgg-quantity-plus {
  border: 0;
}

.cart-app .billing-form {
  padding: 35px 82px 40px;
  margin-top: 15px;
  background-color: #a60123;
  color: #fff;
}

.cart-app .billing-form .select3,
.cart-app .billing-form input {
  color: #000;
}

.cart-app .billing-form .title {
  margin-bottom: 48px;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.cart-app .billing-form .content {
  display: flex;
}

.cart-app .billing-form .content > * {
  width: 50%;
  flex: 1 1 auto;
}

.cart-app .billing-form .content .right {
  margin-left: 80px;
}

.cart-app .billing-form .item {
  display: flex;
  align-items: center;
}

.cart-app .billing-form .item + .item {
  margin-top: 20px;
}

.cart-app .billing-form .item label {
  width: 90px;
  font-size: 14px;
  white-space: nowrap;
  flex-shrink: 0;
}

.cart-app .billing-form .item input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 0;
  box-sizing: border-box;
}

.cart-app .billing-form .item .select3-title,
.cart-app .billing-form .item .select3-list {
  border: 0;
}

.cart-app .billing-form .item .area-code {
  width: 57px;
  margin-right: 10px;
  flex-shrink: 0;
}

.cart-app .billing-form .item .area-code .select3-title i {
  display: none;
}

.cart-app .billing-form .tips {
  margin-top: 5px;
  font-size: 14px;
}

.cart-app .price-list {
  margin: 15px 0 20px;
}

.cart-app .price-list.summary {
  margin-left: 10px;
  margin-right: 10px;
}

.cart-app .price-list .item {
  height: 55px;
  padding: 0 15px;
  border-bottom: 1px solid #d2d2d2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cart-app .price-list .item:first-child {
  border-top: 1px solid #d2d2d2;
}

.cart-app .price-list .item .name {
  padding-top: 4px;
  font-size: 13px;
  text-transform: uppercase;
}

.cart-app .price-list .item .value {
  width: 150px;
  font-size: 18px;
  text-align: right;
}

.cart-app .back-box {
  margin-bottom: 25px;
}

.cart-app .btn-continue {
  width: 142px;
  height: 30px;
  border: 1px solid #d2d2d2;
  font-size: 13px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-app .btn-continue .icon {
  margin-right: 4px;
  font-size: 10px;
  transform: rotate(90deg);
}

.cart-app .terms-list .item {
  margin-bottom: 10px;
}

.cart-app .terms-list .item a {
  text-decoration: underline;
}

.cart-app .terms-list .item input[type='checkbox'] {
  margin-top: 2px;
  margin-right: 10px;
  flex-shrink: 0;
}

.cart-app .terms-list .item label {
  margin-bottom: 10px;
  font-size: 13px;
  display: flex;
}

.cart-app .terms-list .item .content {
  height: 160px;
  padding: 10px 15px;
  border: 1px solid #d2d2d2;
  margin: 0 0 30px 20px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 19px;
  overflow-y: auto;
}
.cart-app .terms-list .item .content ol {
  list-style: auto !important;
}
.cart-app .terms-list .item .content p + p {
  margin-top: 20px;
}

.cart-app .btn-box {
  margin: 80px 0 90px;
  display: flex;
  justify-content: center;
}

.cart-app .btn-box button {
  width: 170px;
  height: 50px;
  padding: 0;
  border: 0;
  font-size: 20px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-app .btn-box button .icon {
  margin-right: 4px;
  font-size: 10px;
  transform: rotate(90deg);
}

.cart-app .btn-box button + button {
  margin-left: 100px;
}

.cart-app .btn-next {
  background-color: #a60123;
  color: #fff;
}

.cart-app .btn-back {
  background-color: #e6e6e6;
}

.cart-app .delivery-info {
  padding: 0 10px;
}

.cart-app .delivery-info .card {
  position: relative;
  padding: 40px 30px 20px;
  border: 1px solid #d2d2d2;
  margin-top: 20px;
}

.cart-app .delivery-info .cart-table .td-item .info {
  padding-right: 0;
}

.cart-app .user-info {
  display: flex;
}

.cart-app .user-info .avatar {
  width: 100px;
  height: 100px;
  margin-right: 30px;
  flex-shrink: 0;
}

.cart-app .user-info .form {
  flex: 1 1 auto;
}

.cart-app .user-info .form .inner {
  display: flex;
}

.cart-app .user-info .form .left {
  max-width: 450px;
  flex-grow: 1;
}

.cart-app .user-info .form .right {
  max-width: 450px;
  margin-left: 65px;
  flex-grow: 1;
}

.cart-app .user-info .use-billing {
  margin-bottom: 25px;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
}

.cart-app .user-info .use-billing input[type='checkbox'] {
  margin-right: 10px;
}

.cart-app .user-info .form .item {
  font-size: 15px;
  line-height: 40px;
  display: flex;
}

.cart-app .user-info .form .item + .item {
  margin-top: 20px;
}

.cart-app .user-info .form .item label {
  flex-shrink: 0;
}

.cart-app .user-info .form .left .item label {
  width: 120px;
}

.cart-app .user-info .form .right .item label {
  width: 120px;
}

.cart-app .user-info .form .item input,
.cart-app .user-info .form .item textarea {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
}

.cart-app .user-info .form .item textarea {
  height: 100px;
  padding: 10px;
  resize: none;
}

.cart-app .user-info .form .item .area-code {
  width: 57px;
  margin-right: 10px;
  flex-shrink: 0;
}

.cart-app .user-info .form .item .area-code .select3-title i {
  display: none;
}

.cart-app .user-info.readonly .form .item {
  line-height: 30px;
}

.cart-app .user-info.readonly .form .item + .item {
  margin-top: 0;
}

.cart-app .user-info.readonly .form .item label {
  padding-right: 4px;
  display: flex;
  justify-content: space-between;
}

.cart-app .user-info.readonly .form .left .item label {
  width: 135px;
}

.cart-app .user-info.readonly .form .right .item label {
  width: 84px;
}

.cart-app .user-info.readonly .form .item .text-box {
  padding-top: 6px;
  line-height: 1.2;
  white-space: pre-wrap;
}

.cart-app .btn-select {
  width: 130px;
  height: 28px;
  padding: 0;
  border: 1px solid currentColor;
  margin-top: 50px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
}

.cart-app .btn-delete {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  background-color: transparent;
}

.cart-app .btn-delete::before,
.cart-app .btn-delete::after {
  content: '';
  position: absolute;
  top: 24px;
  left: 14px;
  width: 22px;
  height: 1px;
  background-color: currentColor;
  display: block;
}

.cart-app .btn-delete::before {
  transform: rotate(45deg);
}

.cart-app .btn-delete::after {
  transform: rotate(-45deg);
}

.cart-app .delivery-fee-list {
  padding: 17px 0;
  margin-top: 10px;
  color: #fff;
  background-color: #a60123;
}

.cart-app .delivery-fee-list .item {
  padding: 2px 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cart-app .delivery-fee-list .item .name {
  font-size: 13px;
  text-transform: uppercase;
}

.cart-app .delivery-fee-list .item .value {
  width: 150px;
  font-size: 18px;
  text-align: right;
  flex-shrink: 0;
}

.cart-app .btn-create {
  width: 205px;
  height: 52px;
  padding: 0;
  border: 1px solid #d2d2d2;
  border-radius: 8px;
  margin-top: 20px;
  text-transform: uppercase;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-app .btn-create .icon {
  margin-right: 10px;
  font-size: 32px;
}

.cart-app .promo-box {
  padding: 0 10px;
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.cart-app .promo-box input {
  width: 150px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
}

.cart-app .promo-box button {
  height: 40px;
  padding: 0 10px;
  border: 0;
  background-color: #d2d2d2;
}

.cart-app .promo-box p {
  width: 100%;
  margin-top: 5px;
  font-size: 12px;
  text-align: right;
  color: #f00;
}

.cart-popup {
  width: 100%;
  max-width: 460px;
  padding: 90px 40px 40px;
  border-radius: 0;
}

.cart-popup .swal2-header {
  padding: 0;
}

.cart-popup .swal2-title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  color: inherit;
}

.cart-popup .swal2-content,
.cart-popup .swal2-actions {
  padding: 0;
  color: inherit;
}

.cart-popup .swal2-content {
  font-size: 15px;
}

.cart-popup .swal2-actions {
  width: auto;
  margin: 50px -20px 0;
  z-index: 0;
  flex-wrap: nowrap;
}

.cart-popup .swal2-actions button {
  width: 170px;
  height: 50px;
  padding: 0;
  border: 0;
  margin: 0 20px 10px;
  font-size: 20px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-popup .swal2-actions .swal2-confirm {
  background-color: #a60123;
  color: #fff;
}

.cart-popup .swal2-actions .swal2-cancel {
  background-color: #e6e6e6;
}

.cart-popup .swal2-close {
  color: inherit;
}

.edit-form {
  text-align: left;
}

.edit-form .item + .item {
  margin-top: 20px;
}

.edit-form .item label {
  margin-bottom: 8px;
  display: block;
}

.edit-form .error {
  margin-top: 4px;
  font-size: 13px;
  color: #f00;
}

.edit-form .item-flex {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.edit-form .item-flex .attr {
  margin-right: 20px;
  flex-grow: 1;
}

.edit-form .item-flex .attr .name {
  font-size: 16px;
}

.edit-form .item-flex .attr .price {
  margin-top: 4px;
  font-size: 18px;
}

.edit-form .input-date {
  position: relative;
  width: 100%;
}

.edit-form .input-date input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
}

.edit-form .input-date .icon {
  position: absolute;
  right: 8px;
  top: 10px;
  font-size: 22px;
  color: #d2d2d2;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}

.select-popup {
  max-width: 860px;
  width: 100%;
  padding: 40px 15px 50px;
  border-radius: 0;
  box-sizing: border-box;
}

.select-popup .swal2-content {
  padding: 0;
  text-align: left;
  color: inherit;
}

.select-popup .select-all {
  padding: 0 10px;
  font-size: 15px;
  text-align: right;
  text-transform: uppercase;
  display: block;
}

.select-popup .select-all input {
  margin-left: 7px;
}

.select-popup .swal2-actions {
  margin-top: 60px;
}

.select-popup .swal2-confirm {
  width: 170px;
  height: 50px;
  padding: 0;
  border: 0;
  font-size: 20px;
  background-color: #a60123;
  color: #fff;
}

.delivery-info .cart-table.readonly .mb-label {
  display: none;
}

.select-form .cart-table .td-item .info {
  padding-right: 0;
}

@media not all and (min-width: 1280px) {
  .delivery-info .cart-table .td-details {
    width: 300px;
  }
}

@media not all and (min-width: 1024px) {
  .cart-table .td-quantity {
    width: 150px;
  }

  .cart-app .billing-form {
    padding: 35px 40px 40px;
  }

  .cart-app .billing-form .content .right {
    margin-left: 40px;
  }

  .cart-app .user-info .form .item {
    font-size: 14px;
  }

  .cart-app .user-info .form .left .item label,
  .cart-app .user-info .form .right .item label {
    width: 80px;
  }

  .cart-app .user-info .form .right {
    margin-left: 30px;
  }

  .cart-table {
    margin-top: 0;
  }

  .cart-table .thead {
    display: none;
  }

  .cart-table .tbody .tr {
    padding: 20px 10px;
    flex-wrap: wrap;
    align-items: center;
  }

  .cart-table .tbody .td {
    min-height: 0;
  }

  .cart-table .td-remove {
    position: absolute;
    top: 8px;
    right: -3px;
    width: 40px;
    z-index: 1;
  }

  .cart-table .btn-remove {
    width: 40px;
    height: 40px;
  }

  .cart-table .btn-remove::before,
  .cart-table .btn-remove::after {
    top: 20px;
    left: 9px;
  }

  .cart-table .tbody .td-item {
    width: 100%;
    margin-bottom: 25px;
  }

  .cart-table .tbody .td-size {
    display: none;
  }

  .cart-table .td-item .info {
    padding-right: 40px;
  }

  .cart-table .td-item .cover {
    width: 50px;
    height: 50px;
  }

  .cart-table .td-item .btn-edit {
    position: static;
    margin-top: 10px;
  }

  .cart-table .td-quantity {
    padding-left: 50px;
  }

  .cart-table .fgg-quantity-input,
  .cart-table .fgg-quantity-minus,
  .cart-table .fgg-quantity-plus {
    width: 50px;
    height: 50px;
  }

  .cart-table .fgg-quantity-minus::before,
  .cart-table .fgg-quantity-plus::before,
  .cart-table .fgg-quantity-plus::after {
    top: 25px;
    left: 19px;
  }

  .cart-table .tbody .td-price {
    height: 50px;
    flex-grow: 1;
  }

  .cart-table .tbody .td-price .service-fee {
    bottom: 15px;
  }

  .delivery-info .cart-table {
    margin-top: 20px;
    background-color: #f4f7fc;
  }

  .delivery-info .cart-table .td-item .inner {
    display: block;
  }

  .delivery-info .cart-table .td-item .name {
    margin-top: 15px;
    margin-bottom: 8px;
  }

  .delivery-info .cart-table .td-quantity {
    position: absolute;
    top: 15px;
    left: 82px;
    padding: 0;
  }

  .delivery-info .cart-table .td-quantity .fgg-quantity-input {
    background-color: #fff;
  }

  .delivery-info .cart-table .td-remove {
    top: 20px;
  }

  .delivery-info .cart-table .td-details {
    width: 100%;
  }

  .delivery-info .cart-table .tbody .td-details .inner > .title {
    margin-bottom: 10px;
    font-size: 14px;
    text-decoration: underline;
    display: block;
  }

  .delivery-info .cart-table .tbody .td-details .item label {
    width: 70px;
    line-height: 1.25;
  }

  .delivery-info .cart-table .tbody .td-details .tips {
    padding-left: 70px;
  }

  .delivery-info .cart-table .tbody .td-details .item {
    align-items: center;
  }

  .cart-app .delivery-fee-list {
    margin-top: 0;
  }

  .cart-app .delivery-fee-list .item {
    justify-content: space-between;
  }

  .cart-app .delivery-fee-list .item .value {
    width: 90px;
  }

  .delivery-info .cart-table.readonly .tbody .tr {
    padding: 20px 10px 10px;
  }

  .delivery-info .cart-table.readonly .td-item .inner {
    display: flex;
  }

  .delivery-info .cart-table.readonly .td-item .name {
    margin-top: -2px;
  }

  .delivery-info .cart-table.readonly .tbody .td-details .item label {
    width: 110px;
  }

  .delivery-info .cart-table.readonly .tbody .td-price {
    height: auto;
    font-size: 15px;
  }

  .delivery-info .cart-table.readonly .td-quantity {
    position: static;
    width: auto;
    margin-bottom: 15px;
    font-size: 14px;
  }

  .delivery-info .cart-table.readonly .td-details {
    margin-bottom: 20px;
  }

  .delivery-info .cart-table.readonly .mb-label {
    display: block;
  }

  .delivery-info .cart-table.readonly .tbody .td-price .service-fee {
    left: 10px;
    right: auto;
    bottom: 12px;
  }
}

@media not all and (min-width: 768px) {
  .cart-app {
    padding-top: 40px;
  }

  .cart-app .container {
    padding: 0 10px;
  }

  .cart-app .page-title {
    margin-bottom: 0;
    font-size: 23px;
  }

  .cart-app .page-title hr {
    margin-top: 13px;
  }

  .cart-app .billing-form {
    padding: 35px 15px 30px;
  }

  .cart-app .billing-form .title {
    margin-bottom: 38px;
  }

  .cart-app .billing-form .content {
    display: block;
  }

  .cart-app .billing-form .content > * {
    width: 100%;
  }

  .cart-app .billing-form .content .right {
    margin-top: 20px;
    margin-left: 0;
  }

  .cart-app .billing-form .item label {
    width: 85px;
  }

  .cart-app .billing-form .item .area-code {
    width: 60px;
  }

  .cart-app .back-box {
    padding: 0 10px;
  }

  .cart-app .terms-list {
    padding: 0 10px;
  }

  .cart-app .terms-list .item .content {
    margin-left: 0;
  }

  .cart-app .btn-box {
    padding: 0 10px;
    margin: 60px 0 70px;
  }

  .cart-app .delivery-info {
    padding: 0 5px;
  }

  .cart-app .delivery-info .card {
    padding: 15px 15px 20px;
  }

  .cart-app .user-info {
    display: block;
  }

  .cart-app .user-info .avatar {
    width: 60px;
    height: 60px;
  }

  .cart-app .user-info .use-billing {
    position: absolute;
    top: 36px;
    left: 95px;
  }

  .cart-app .user-info .form {
    margin-top: 20px;
  }

  .cart-app .user-info .form .inner {
    display: block;
  }

  .cart-app .user-info .form .left,
  .cart-app .user-info .form .right {
    width: 100%;
    max-width: 100%;
  }

  .cart-app .user-info .form .right {
    margin-top: 20px;
    margin-left: 0;
  }

  .cart-app .user-info .form .item textarea {
    height: 70px;
  }

  .cart-app .btn-select {
    margin-top: 20px;
  }

  .select-popup {
    padding: 35px 0 30px;
  }

  .select-popup .swal2-actions {
    margin-top: 30px;
  }

  .edit-form .fgg-quantity-input,
  .edit-form .fgg-quantity-minus,
  .edit-form .fgg-quantity-plus {
    width: 44px;
    height: 44px;
  }

  .edit-form .fgg-quantity-minus::before,
  .edit-form .fgg-quantity-plus::before,
  .edit-form .fgg-quantity-plus::after {
    top: 20px;
    left: 15px;
  }
}

@media not all and (min-width: 1024px) {
  .select-form .cart-table {
    margin-top: 15px;
  }

  .select-form .cart-table .thead {
    display: block;
  }

  .select-form .cart-table .thead .tr {
    padding: 0 10px;
    justify-content: flex-end;
  }

  .select-form .cart-table .thead .td-quantity {
    display: none;
  }

  .select-form .cart-table .tbody .td-select {
    position: absolute;
    top: 20px;
    right: 2px;
  }

  .select-form .cart-table .tbody .td-select input {
    width: 25px;
    height: 25px;
  }

  .select-form .cart-table .td-item .cover {
    margin-right: 15px;
  }

  .select-form .cart-table .td-item .info {
    padding-right: 60px;
  }

  .select-form .cart-table .td-item .name {
    font-size: 16px;
  }

  .select-form .cart-table .td-quantity {
    padding-left: 45px;
  }

  .cart-app .user-info.readonly {
    display: block;
  }

  .cart-app .user-info.readonly .form {
    margin-top: 10px;
  }

  .cart-app .user-info.readonly .form .inner {
    display: block;
  }

  .cart-app .user-info.readonly .form .left,
  .cart-app .user-info.readonly .form .right {
    width: 100%;
    max-width: 100%;
  }

  .cart-app .user-info.readonly .form .right {
    margin-top: 0;
    margin-left: 0;
  }

  .cart-app .user-info.readonly .form .item textarea {
    height: 70px;
  }

  .cart-app .user-info.readonly .form .left .item label,
  .cart-app .user-info.readonly .form .right .item label {
    width: 114px;
  }

  .cart-app .user-info.readonly .form .left .item:first-child {
    position: absolute;
    top: 50px;
    left: 160px;
    display: block;
  }

  .cart-app .user-info.readonly .form .left .item:first-child label {
    width: auto;
  }

  .cart-app .user-info.readonly .form .left .item:first-child > div {
    margin-top: -8px;
    font-size: 18px;
  }
}

@media not all and (min-width: 768px) {
  .cart-app .user-info.readonly .form .left .item:first-child {
    top: 20px;
    left: 98px;
  }
}

@media not all and (min-width: 640px) {
  .cart-app .btn-box button {
    width: 150px;
  }

  .cart-app .btn-box button + button {
    margin-left: 30px;
  }

  .cart-app .price-list .item .value {
    width: 120px;
  }

  .cart-popup {
    padding: 90px 30px 40px;
  }

  .cart-popup .swal2-actions {
    margin: 50px -10px;
  }

  .cart-popup .swal2-actions button {
    margin: 0 10px 10px;
    font-size: 16px;
  }
}

.payment-tips {
  margin-bottom: 30px;
  font-size: 15px;
  text-align: left;
}

.payment-tips a {
  text-decoration: underline;
}

.payment-form .title {
  margin-bottom: 8px;
  font-size: 15px;
  text-align: left;
}

.tc {
  padding: 20px 0 80px;
}

.page-cart .tc {
  padding: 0;
}

.tc .underline {
  text-decoration: underline;
}

.tc ul {
  list-style: disc;
  padding-left: 20px;
}
