* {
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  color: #968772;
  background-color: #f3f0eb;
  font-family: Lato, 'Microsoft JhengHei', system-ui, -apple-system, 'Segoe UI',
    'Roboto', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a9a9a9;
}

input::placeholder,
textarea::placeholder {
  color: #a9a9a9;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.tippy-box {
  font: inherit;
  color: inherit;
}

.tippy-content {
  padding: 0;
}

.swal2-container {
  padding: 20px;
}

.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.container {
  max-width: 1400px;
  padding: 0 16px;
  margin: 0 auto;
}

.alerter-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background-color: #fff;
  overflow: hidden;
}

.alerter-bar .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.alerter-bar a {
  padding-top: 10px;
  color: #802633;
  font-size: 16px;
  font-weight: 300;
  text-decoration: underline;
}

.alerter-bar .btn-close {
  position: absolute;
  top: 18px;
  right: 43px;
  z-index: 1;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.alerter-bar .btn-close::before,
.alerter-bar .btn-close::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 18px;
  height: 1px;
  background-color: #fff;
  transform-origin: center;
}

.alerter-bar .btn-close::before {
  transform: rotate(45deg);
}

.alerter-bar .btn-close::after {
  transform: rotate(-45deg);
}

@media (max-width: 767.98px) {
  .alerter-bar {
    padding-right: 40px;
  }

  .alerter-bar a {
    font-size: 15px;
  }

  .alerter-bar .btn-close {
    right: 12px;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  box-sizing: border-box;
  width: 100%;
  height: 180px;
  border-bottom: 1px solid #f3f0eb;
  background-color: #f3f0eb;
  transition: all 0.3s;
}

:lang(en) .site-header {
  font-weight: 300;
}

body.has-alerter .site-header {
  top: 50px;
}

.swal-shown .site-header {
  padding-right: inherit;
}

.site-header .container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.site-header .logo {
  position: relative;
  height: 75px;
  padding: 30px 0 37px;
  z-index: 1;
  transition: all 0.3s;
}

.site-header .logo img {
  width: auto;
  height: 100%;
}

.site-header .container > .nav {
  display: flex;
  align-items: center;
  max-width: 100vw;
  padding-bottom: 10px;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: lightgray whitesmoke;
}

@supports not (scrollbar-width: thin) {
  .site-header .container > .nav::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }

  .site-header .container > .nav::-webkit-scrollbar-track,
  .site-header .container > .nav::-webkit-scrollbar-corner {
    background-color: whitesmoke;
  }

  .site-header .container > .nav::-webkit-scrollbar-thumb {
    background-color: lightgray;
  }
}

.site-header .container > .nav > a {
  border-bottom: 1px solid transparent;
  margin: 0 30px;
  font-size: 15px;
  line-height: 18px;
  white-space: nowrap;
  text-transform: uppercase;
  display: block;
  transition: all 0.3s;
}

.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: 8px;
  box-shadow: none;
  background-color: transparent;
}

.site-header .container > .nav .tippy-content {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.site-header .container > .nav .tippy-arrow {
  display: none;
}

.site-header .container > .nav .subnav {
  padding: 8px 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.site-header .container > .nav .subnav > a {
  display: block;
  padding: 8px 20px;
  color: #000;
  font-size: 15px;
  line-height: 18px;
}

.site-header .container > .nav .subnav > a:hover {
  color: #802633;
}

.site-header .topbar {
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  transition: all 0.3s;
}

.site-header .topbar .lang {
  display: flex;
  align-items: center;
}

.site-header .topbar .lang .curr-lang {
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
}

.site-header .topbar .lang .curr-lang .icon {
  margin-left: 5px;
  font-size: 9px;
}

.site-header .topbar .lang-list {
  padding: 10px 0;
}

.site-header .topbar .lang-item a {
  display: block;
  padding: 0 20px;
  color: #707070;
  font-size: 12px;
  line-height: 26px;
  text-transform: uppercase;
  white-space: nowrap;
}

:lang(en) .site-header .topbar .lang-item a {
  font-weight: 400;
}

.site-header .topbar .lang-item a:hover {
  color: #802633;
}

.site-header .search {
  display: flex;
  padding: 0 10px;
  margin-left: auto;
  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;
  background-color: #fff;
  color: #707070;
}

.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: 20px;
}

.site-header .cart > a {
  display: flex;
  align-items: center;
}

.site-header .cart .icon {
  font-size: 20px;
}

.site-header .cart .amount {
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}

.site-header .btn-menu,
.site-header .panel {
  display: none;
}

@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: 70px;
  }

  .site-header .logo {
    height: 48px;
    padding: 12px 0 0;
  }

  .site-header .topbar {
    top: 28px;
    padding: 0 16px;
  }

  .site-header .cart {
    margin-left: 10px;
  }

  .site-header .cart .amount {
    margin-left: 2px;
    font-size: 16px;
  }

  .site-header .btn-menu {
    position: absolute;
    top: 24px;
    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;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    color: #1c1c1c;
    background-color: #fff;
    font-weight: 400;
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.3s ease-out;
  }

  .site-header .panel.is-active {
    overflow-y: auto;
    transform: translate3d(0, 0, 0);
  }

  .site-header .panel-header {
    display: flex;
    box-sizing: border-box;
    min-height: 85px;
    padding: 20px;
  }

  .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::-moz-placeholder {
    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;
    box-sizing: border-box;
    padding: 0 20px;
    min-height: 58px;
    font-size: 17px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
  }

  .site-header .panel .nav .icon {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
  }

  .site-header .panel .subnav {
    background-color: #707070;
    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;
    display: flex;
  }

  .site-header .panel .lang .curr-lang {
    padding: 20px 18px 0 20px;
    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 20px;
    font-size: 17px;
    line-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.site-main {
  padding-top: calc(180px + env(safe-area-inset-top));
  transition: all 0.3s;
}

body.has-alerter .site-main {
  padding-top: calc(165px + 50px);
}

@media (max-width: 991.98px) {
  .site-main {
    padding-top: 78px;
  }

  body.has-alerter .site-main {
    padding-top: calc(78px + 50px);
  }
}

@media not all and (min-width: 1024px) {
  .site-main {
    padding-top: calc(70px + env(safe-area-inset-top));
  }
}

.site-footer {
  padding-bottom: env(safe-area-inset-bottom);
  margin-top: auto;
  color: #968772;
  background-color: #e7ded9;
}

:lang(en) .site-footer {
  font-weight: 300;
}

.site-footer .inner {
  display: flex;
  justify-content: space-between;
  padding: 48px 18px 30px;
  border-bottom: 1px solid #968772;
}

.site-footer .l-wrapper .l-item + .l-item {
  margin-top: 30px;
}

.site-footer .l-item .title {
  margin-bottom: 27px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}

.site-footer .nav .content {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
}

.site-footer .follow .content {
  display: flex;
  flex-direction: column;
  align-items: normal;
  gap: 24px 0;
}

.site-footer .follow .content .follow_type {
  text-transform: uppercase;
}

.site-footer .follow .content .follow_content {
  display: flex;
  text-transform: uppercase;
  gap: 0 25px;
}

.site-footer .copyright {
  padding: 20px 18px 30px;
  font-size: 13px;
  line-height: 16px;
}

@media not all and (min-width: 768px) {
  .site-footer .inner {
    flex-direction: column;
    justify-content: flex-start;
    gap: 34px 0;
    padding: 50px 0 74px;
  }

  .site-footer .l-item .title {
    margin-bottom: 18px;
    font-weight: 400;
  }

  .site-footer .nav .content {
    gap: 14px 0;
  }

  .site-footer .copyright {
    padding: 15px 0 18px;
    line-height: 22px;
  }
}

.banner {
  height: 660px;
}

.banner .swiper-slide::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(circle, #000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.35;
}

.banner .slide-image {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner .slide-text {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 100%;
  max-width: 900px;
  padding: 0 32px;
  text-align: center;
  text-shadow: 4px 3px 3px rgba(0, 0, 0, 0.8);
  color: #fff;
  opacity: 0;
  transform: translate(-50%, -40%);
  transition: all 1s 0.6s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.banner .swiper-slide-active .slide-text {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.banner .slide-text .title {
  margin-bottom: 28px;
  font-size: 50px;
  line-height: 60px;
  text-transform: none;
}

.banner .slide-text .subtitle {
  margin-bottom: 42px;
  font-size: 20px;
  line-height: 26px;
}

.banner .slide-text .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  padding: 0 28px;
  border: 1px solid #fff;
  font-size: 26px;
  line-height: 1;
  text-shadow: none;
  filter: drop-shadow(6px 6px 3px rgba(0, 0, 0, 0.8));
}

.banner .swiper-pagination {
  bottom: 30px;
  display: flex;
  justify-content: center;
}

.banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ddd;
  background-clip: content-box;
  opacity: 0.5;
}

.banner .swiper-pagination-bullet-active {
  background-color: #e9e9e9;
  opacity: 1;
}

.banner
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.banner
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
  display: flex;
  align-items: center;
  filter: drop-shadow(0 0 8px #000);
}

.banner .swiper-button-prev::after,
.banner .swiper-button-next::after {
  content: '';
  position: absolute;
  left: 6px;
  display: block;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
}

.banner .swiper-button-prev {
  left: 30px;
}

.banner .swiper-button-next {
  right: 30px;
  background-image: none;
  transform: rotate(180deg);
}

@media not all and (min-width: 1024px) {
  .banner {
    height: 480px;
  }

  .banner .slide-text .title {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 30px;
  }

  .banner .slide-text .subtitle {
    margin-bottom: 48px;
    font-size: 17px;
    line-height: 26px;
  }

  .banner .slide-text .btn {
    height: 44px;
    padding: 0 20px;
    font-size: 18px;
  }

  .banner .swiper-pagination {
    bottom: 20px;
  }

  .banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  .banner
    .swiper-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet,
  .banner
    .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 3.5px;
  }

  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    display: none;
  }
}

.products-section .container {
  padding: 95px 66px;
}

.products-section .section-title {
  margin-bottom: 64px;
  font-size: 34px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
}

.products-section .inner {
  position: relative;
}

.products-section .swiper-slide .cover {
  aspect-ratio: 1 / 1;
  margin-bottom: 28px;
  background-position: center;
  background-size: cover;
}

.products-section .swiper-slide .info {
  text-align: center;
}

.products-section .swiper-slide .title {
  margin-bottom: 34px;
  font-size: 18px;
  line-height: 22px;
}

.products-section .swiper-slide .original-price {
  color: #909090;
  font-size: 18px;
  line-height: 22px;
  text-decoration: line-through;
}

.products-section .swiper-slide .price {
  color: #802633;
  font-size: 22px;
  line-height: 27px;
}

.products-section .swiper-pagination {
  display: none;
}

.products-section .swiper-button-next,
.products-section .swiper-button-prev {
  top: -17px;
  width: auto;
  height: auto;
  margin-top: calc((100% - 100px) / 4 / 2);
  color: #909090;
}

.products-section .swiper-button-next:after,
.products-section .swiper-button-prev:after {
  font-size: 34px;
}

.products-section .swiper-button-next {
  right: -50px;
}

.products-section .swiper-button-prev {
  left: -50px;
}

@media not all and (min-width: 1280px) {
  .products-section .swiper-button-next,
  .products-section .swiper-button-prev {
    margin-top: calc((100% - 60px) / 3 / 2);
  }
}

@media not all and (min-width: 768px) {
  .products-section .container {
    padding: 52px 0 36px;
  }

  .products-section .section-title {
    margin-bottom: 36px;
    font-size: 24px;
    line-height: 30px;
  }

  .products-section .swiper-pagination {
    position: static;
    display: block;
    margin-top: 26px;
    color: #777;
    font-size: 13px;
    line-height: 16px;
  }

  .products-section .swiper-pagination::before {
    content: '<';
    margin-right: 12px;
  }

  .products-section .swiper-pagination::after {
    content: '>';
    margin-left: 12px;
  }

  .products-section .swiper-button-next,
  .products-section .swiper-button-prev {
    display: none;
  }
}

.highlight-section {
  color: #fff;
  background-color: #1a1a1a;
  background-image: url(../images/bg-highlight.png);
  background-position: center;
  background-size: 44px;
}

.highlight-section .container {
  padding: 100px 66px;
}

.highlight-section .inner {
  position: relative;
}

.highlight-section .swiper {
  max-width: 1250px;
}

.highlight-section .swiper-slide {
  display: flex;
  gap: 0 50px;
}

.highlight-section .swiper-slide .cover {
  width: calc(560 / 1250 * 100%);
}

.highlight-section .swiper-slide .cover img {
  aspect-ratio: 620 / 760;
  object-fit: cover;
}

.highlight-section .swiper-slide .info {
  flex: 1 1 0%;
  width: 0;
}

:lang(en) .highlight-section .swiper-slide .info {
  font-weight: 300;
}

.highlight-section .swiper-slide .info .title {
  /*padding-top: 17px;*/
  /*margin-bottom: 34px;*/
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
}

.highlight-section .swiper-slide .info .name {
  margin-bottom: 34px;
  font-size: 50px;
  /*line-height: 60px;*/
  line-height: 50px;
}

.highlight-section .swiper-slide .info .gallery {
  display: flex;
  gap: 0 40px;
  margin-bottom: 34px;
}

.highlight-section .swiper-slide .info .gallery img {
  flex: 1 1 50%;
  aspect-ratio: 1 / 1;
  width: 0;
  object-fit: cover;
}

.highlight-section .swiper-slide .info .desc {
  margin-bottom: 34px;
  font-size: 18px;
  line-height: 25px;
}

.highlight-section .swiper-slide .info .btn-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #fff;
  font-size: 18px;
  line-height: 1;
}

.highlight-section .swiper-button-next,
.highlight-section .swiper-button-prev {
  width: auto;
  height: auto;
  color: #909090;
}

.highlight-section .swiper-button-next:after,
.highlight-section .swiper-button-prev:after {
  font-size: 34px;
}

.highlight-section .swiper-button-next {
  right: -50px;
}

.highlight-section .swiper-button-prev {
  left: -50px;
}

@media not all and (min-width: 1280px) {
  .highlight-section .swiper-slide {
    gap: 0 20px;
  }

  .highlight-section .swiper-slide .info .gallery {
    gap: 0 20px;
  }
}

@media not all and (min-width: 768px) {
  .highlight-section {
    position: relative;
    background-size: 30px;
  }

  .highlight-section .container {
    padding: 180px 16px 60px;
  }

  .highlight-section .swiper {
    overflow: visible;
  }

  .highlight-section .swiper-slide {
    display: block;
  }

  .highlight-section .swiper-slide .cover {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    width: 100%;
  }

  .highlight-section .swiper-slide .cover img {
    aspect-ratio: 1 / 1;
  }

  .highlight-section .swiper-slide .cover img:first-child {
    grid-column: span 2;
  }

  .highlight-section .swiper-slide .info {
    width: 100%;
  }

  .highlight-section .swiper-slide .info .title {
    position: absolute;
    top: -110px;
    padding-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .highlight-section .swiper-slide .info .name {
    position: absolute;
    top: -72px;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .highlight-section .swiper-slide .info .gallery {
    margin-bottom: 27px;
  }

  .highlight-section .swiper-slide .info .desc {
    font-size: 19px;
    line-height: 28px;
  }

  .highlight-section .swiper-slide .info .btn-more {
    height: 44px;
    padding: 0 24px;
    font-size: 19px;
  }

  .highlight-section .swiper-button-prev,
  .highlight-section .swiper-button-next {
    display: none;
  }
}

.location-section {
  position: relative;
  padding: 70px 0 50px;
  background-color: #fff;
}

.location-section .container {
  display: flex;
  gap: 0 calc(60 / 1340 * 100%);
  max-width: 1340px;
}

.location-section .iframe-wrapper {
  flex: 1 1 0%;
  width: 0;
}

.location-section .iframe-wrapper iframe {
  width: 100%;
  height: 100%;
}

.location-section .content {
  display: flex;
  flex-direction: column;
  aspect-ratio: 580 / 560;
  width: calc(580 / 1340 * 100%);
}

.location-section .content .title {
  padding: 8px 0 16px;
  border-bottom: 1px solid #000;
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
}

.location-section .content .list {
  flex: 1 1 0%;
  height: 0;
  overflow-y: auto;
  scrollbar-width: none;
}

.location-section .content .list::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.location-section .content .item .name {
  margin-bottom: 10px;
  color: #802633;
  font-size: 21px;
  line-height: 25px;
}

.location-section .content .item .info {
  font-size: 16px;
  line-height: 25px;
  cursor: pointer;
}

.location-section .content .item .info > * {
  margin-bottom: 10px;
}

:lang(en) .location-section .content .item .info {
  font-weight: 300;
}

.location-section .content .item .info .subname {
  font-weight: 600;
}

@media not all and (min-width: 768px) {
  .location-section {
    padding: 145px 0 24px;
    background-color: #fff;
  }

  .location-section .container {
    display: block;
    padding: 0;
  }

  .location-section .iframe-wrapper {
    aspect-ratio: 375 / 274;
    width: 100%;
    margin-bottom: 30px;
  }

  .location-section .content {
    aspect-ratio: auto;
    box-sizing: border-box;
    width: 100%;
    padding: 0 22px;
  }

  .location-section .content .title {
    position: absolute;
    top: 60px;
    left: 16px;
    right: 16px;
    padding: 0 0 16px;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }

  .location-section .content .item .name {
    font-size: 20px;
  }
}

.breadcrumb {
  padding: 40px 0 30px;
}

.breadcrumb .container {
  display: flex;
}

.breadcrumb .item {
  font-size: 14px;
  line-height: 1;
  display: flex;
}

.breadcrumb .item .inner {
  text-transform: uppercase;
}

.breadcrumb .item .separator {
  margin: 0 9px;
}

.breadcrumb .item:last-child .separator {
  display: none;
}

@media (max-width: 767.98px) {
  .breadcrumb {
    display: none;
  }
}

.cat-1 {
  padding: 15px 0 20px;
}

.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) {
  .cat-1 {
    padding: 15px 40px 20px;
  }

  .three-col-layout .item {
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  .cat-1 {
    padding: 40px 0 0;
  }

  .three-col-layout .list {
    margin: 0;
    display: block;
  }

  .three-col-layout .item {
    width: 100%;
    padding: 0;
  }
}

.cat-2 {
  padding: 15px 0 20px;
}

.filter-bar {
  margin-top: 18px;
  margin-bottom: 50px;
}

.filter-bar .container {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.filter-method {
  position: relative;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 25px;
  cursor: pointer;
}

.filter-method .icon {
  margin-left: 5px;
  font-size: 12px;
}

.filter-method .value {
  text-transform: uppercase;
  color: #707070;
}

.filter-selection {
  width: 100%;
  min-height: 34px;
  padding: 0 200px 8px 70px;
  border-bottom: 1px solid #d2d2d2;
  margin-top: -33px;
  box-sizing: border-box;
  display: flex;
}

.filter-selection .inner {
  display: flex;
  flex-wrap: wrap;
}

.filter-selection .item {
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.filter-selection .item .name {
  font-size: 15px;
  color: #707070;
}

.filter-selection .item .btn-remove {
  position: relative;
  width: 25px;
  height: 25px;
  padding: 0;
  border: 0;
  margin-left: -2px;
  background-color: transparent;
}

.filter-selection .item .btn-remove::before,
.filter-selection .item .btn-remove::after {
  content: '';
  position: absolute;
  top: 12px;
  left: 6px;
  width: 12px;
  height: 1px;
  background-color: currentColor;
  display: block;
}

.filter-selection .item .btn-remove::before {
  transform: rotate(45deg);
}

.filter-selection .item .btn-remove::after {
  transform: rotate(-45deg);
}

.filter-selection .btn-clear {
  width: 90px;
  height: 25px;
  border: 0;
  font-size: 14px;
  background-color: #f2f2f2;
  text-transform: uppercase;
  display: none;
  flex-shrink: 0;
}

.filter-bar .tippy-box {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  background-color: transparent;
}

.filter-bar .filter-popup {
  background-color: rgba(255, 255, 255, 0.9);
}

.filter-bar .filter-list {
  padding: 15px;
}

.filter-bar .filter-list .item label {
  font-size: 15px;
  line-height: 30px;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.filter-bar .filter-list .item input[type='checkbox'] {
  width: 16px;
  height: 16px;
  margin-right: 12px;
}

.filter-bar .sort-list {
  padding: 15px 20px;
}

.filter-bar .sort-list .item {
  font-size: 15px;
  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: #707070;
}

.four-col-layout {
  overflow: hidden;
}

.four-col-layout .list {
  margin: 0 -16.666667px;
  display: flex;
  flex-wrap: wrap;
}

.four-col-layout .item {
  width: 25%;
  padding: 0 16.666667px;
  margin-bottom: 65px;
  box-sizing: border-box;
}

.four-col-layout .item .inner {
  display: block;
}

.four-col-layout .item .cover {
  padding-top: 100%;
  margin-bottom: 26px;
  background-position: center;
  background-size: cover;
}

.four-col-layout .item .info {
  text-align: center;
}

.four-col-layout .item .title {
  margin-bottom: 15px;
  font-size: 18px;
}

.four-col-layout .item .price {
  font-size: 17px;
}

.four-col-layout .item .content {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 19px;
}

.four-col-layout .item .more {
  font-size: 14px;
  transition: color 0.3s;
}

@media (max-width: 991.98px) {
  .four-col-layout .item .cover {
    margin-bottom: 15px;
  }

  .four-col-layout .item .title {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .cat-2 {
    padding: 40px 0 35px;
  }

  .filter-bar {
    margin-top: 0;
    margin-bottom: 25px;
  }

  .filter-selection {
    min-height: 0;
    padding: 10px 0 0;
    border-top: 1px solid #d2d2d2;
    border-bottom: 0;
    margin-top: 0;
    justify-content: space-between;
  }

  .four-col-layout .list {
    margin: 0 -7.5px;
  }

  .four-col-layout .item {
    width: 50%;
    padding: 0 7.5px;
    margin-bottom: 25px;
  }
}

.page-product .breadcrumb .container {
  max-width: 1140px;
}

.product {
  padding-bottom: 90px;
}

.product .container {
  max-width: 1140px;
  display: flex;
}

.product .left {
  max-width: 470px;
  overflow: hidden;
  flex-grow: 1;
}

.product .right {
  width: 610px;
  margin-left: 60px;
  flex-shrink: 0;
}

.product .gallery {
  position: relative;
  width: 100%;
}

.product .gallery .swiper-slide {
  width: 100%;
  padding-top: 95.744681%;
  background-position: center;
  background-size: cover;
}

.product .gallery-thumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.product .gallery-thumb .item {
  width: 60px;
  margin-top: 20px;
  margin-right: 20px;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

.product .gallery-thumb .item::before {
  content: '';
  padding-top: 95.744681%;
  display: block;
}

.product .btn-video {
  position: relative;
  width: 45px;
  height: 45px;
  margin-top: 20px;
  background-image: url(../images/play-icon.svg);
  background-size: 45px 45px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.product .video-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}

.product .video-box.is-active {
  display: block;
}

.product .video-box iframe {
  width: 100% !important;
  height: 100% !important;
}

.product .title {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: -0.2px;
}

.product .subtitle {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 600;
}

.product .text-soldout {
  margin-top: -20px;
  margin-bottom: 15px;
  font-size: 15px;
  color: #f00;
}

.product .content {
  margin-bottom: 45px;
  font-size: 15px;
  line-height: 19px;
}

.product .date,
.product .time {
  width: 360px;
  margin-bottom: 20px;
}

.product .date .inner {
  position: relative;
  height: 40px;
}

.product .product-size label,
.product .date label,
.product .time label {
  margin-bottom: 7px;
  font-size: 15px;
  display: block;
}

.product .date input {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
  font-size: 15px;
}

.product .date .icon {
  position: absolute;
  right: 8px;
  top: 10px;
  font-size: 22px;
  color: #d2d2d2;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}

.product .persons {
  margin: 40px 0 45px;
}

.product .persons .item {
  position: relative;
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.product .persons .item label {
  font-size: 16px;
  flex-grow: 1;
}

.product .persons .item .item-price {
  margin: 0 30px;
  font-size: 18px;
  flex-shrink: 0;
}

.product .persons .item .fgg-quantity {
  flex-shrink: 0;
}

.product .quantity {
  margin: 40px 0 46px;
}

.product .price {
  margin-bottom: 50px;
  font-size: 18px;
}

.product .price .amount {
  font-size: 30px;
}

.product .btn-add {
  width: 170px;
  height: 50px;
  border: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  background-color: #e6e6e6;
  display: block;
}

.product .btn-add.is-disabled {
  opacity: 0.5;
  cursor: default;
}

.product .product-size {
  margin-bottom: 20px;
}

.product .size-list {
  margin-bottom: -20px;
  display: flex;
  flex-wrap: wrap;
}

.product .size-list .item {
  min-width: 80px;
  height: 40px;
  padding: 0 15px;
  border: 2px solid #d2d2d2;
  margin-right: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product .size-list .item.is-active {
  border-color: #707070;
}

.food-menu {
  margin: 40px 0;
  padding: 25px 20px 10px;
  border: 1px solid #d2d2d2;
}

.food-menu .cat-title {
  position: relative;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.food-menu .cat-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
  display: block;
  transform: translateY(-50%);
}

.food-menu .cat-title span {
  position: relative;
  padding: 0 10px;
  background-color: #fff;
}

.food-menu .cat-subtitle {
  margin-top: 5px;
  font-size: 15px;
  text-align: center;
  color: #999;
}

.food-menu .food-item {
  margin: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.food-menu .food-name {
  width: 50%;
  padding-left: 5px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 19px;
  color: #999;
}

.food-menu .select3 {
  width: 45px;
  height: 20px;
  color: #999;
  flex-shrink: 0;
}

.food-menu .select3-title {
  padding: 0;
  border: 0;
}

.food-menu .select3-title span {
  width: 25px;
  height: 100%;
  color: #fff;
  background-color: #707070;
  display: flex;
  align-items: center;
  justify-content: center;
}

.food-menu .select3-title i {
  position: absolute;
  top: 0;
  right: 0;
}

.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 {
  height: 20px;
  padding: 0 20px 0 0;
  justify-content: center;
}

.edit-form .food-menu {
  margin: 30px 0 0;
}

.edit-form .food-menu .food-name {
  width: auto;
  padding-right: 20px;
  flex-grow: 1;
}

.extra-options {
  margin: 40px 0;
  border: 1px solid #d2d2d2;
}

.extra-options .inner {
  padding: 25px 20px 0;
}

.extra-options .extra-title {
  position: relative;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.extra-options .extra-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
  display: block;
  transform: translateY(-50%);
}

.extra-options .extra-title span {
  position: relative;
  padding: 0 10px;
  background-color: #fff;
}

.extra-options .option-list {
  box-sizing: border-box;
  max-height: 300px;
  margin-bottom: 10px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aaa #ddd;
  overscroll-behavior: contain;
}

.extra-options .option-list::-webkit-scrollbar {
  width: 4px;
}

.extra-options .option-list::-webkit-scrollbar-button {
  height: 0;
}

.extra-options .option-list::-webkit-scrollbar-thumb {
  background-color: #aaa;
}

.extra-options .option-list::-webkit-scrollbar-track {
  background-color: #ddd;
}

.extra-options .option-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 20px 0;
  color: #999;
  font-size: 15px;
  line-height: 19px;
}

.extra-options .option-item:last-child {
  margin-bottom: 10px;
}

.extra-options .option-item .option-stepper {
  display: flex;
  align-items: center;
  margin: 0 20px;
}

.extra-options .option-item .btn-minus,
.extra-options .option-item .btn-plus {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 1px solid #909090;
  border-radius: 2px;
  background-color: transparent;
}

.extra-options .option-item .option-quantity {
  width: 30px;
  line-height: 20px;
  text-align: center;
}

.extra-options .footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  color: #999;
  background-color: #f4eaea;
  font-size: 15px;
  line-height: 19px;
}

.extra-options .footer .tips {
  max-width: 250px;
  margin-right: 20px;
}

.extra-options .footer .total {
  flex-shrink: 0;
  width: 86px;
  color: #333;
  text-align: right;
  white-space: nowrap;
}

.edit-form .extra-options {
  margin: 30px 0 0;
}

.edit-form .extra-options .inner {
  padding: 25px 10px 0;
}

.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 {
  padding: 2px 0 0;
  font-size: 20px;
  line-height: 1;
  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);
}

@media (max-width: 991.98px) {
  .product .right {
    width: 450px;
  }
}

@media (max-width: 767.98px) {
  .product {
    padding: 30px 0 60px;
  }

  .product .container {
    display: block;
  }

  .product .left {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .product .right {
    width: 100%;
    margin-left: 0;
  }

  .product .gallery-thumb .item {
    width: 55px;
    margin-top: 10px;
    margin-right: 15px;
  }

  .product .btn-video {
    margin-top: 10px;
  }

  .product .title {
    margin-bottom: 8px;
    font-size: 25px;
    line-height: 30px;
  }

  .product .text-soldout {
    margin-top: 0;
  }

  .product .content {
    line-height: 18px;
  }

  .product .date,
  .product .time {
    width: 100%;
  }

  .product .price {
    margin-bottom: 45px;
  }

  .product .price .amount {
    font-size: 24px;
  }

  .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;
  }
}

@media (max-width: 575.98px) {
  .product .persons .item {
    padding-right: 175px;
    display: block;
  }

  .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;
  }
}

.complete {
  padding: 100px 0 120px;
  text-align: center;
}

.complete .title {
  max-width: 900px;
  margin: 0 auto 80px;
  font-size: 30px;
}

.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 {
  max-width: 900px;
  margin: 0 auto 75px;
  font-size: 15px;
}

.complete .btn {
  width: 230px;
  height: 50px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  background-color: #e6e6e6;
  display: block;
}

@media (max-width: 767.98px) {
  .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;
  }
}

.page-cart .breadcrumb .container {
  max-width: 1140px;
}

.cart-app .container {
  max-width: 1140px;
}

.cart-app .cart-empty {
  padding: 42px 0 80px;
  font-size: 20px;
  text-transform: uppercase;
}

.cart-app .page-title {
  padding-top: 35px;
  margin-bottom: 20px;
  font-size: 33px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.cart-app .page-title hr {
  margin-top: 25px;
  border: 0 solid #802633;
  border-width: 1px 0 0;
}

.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: #f8f8f8;
}

.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: 15px;
  font-size: 14px;
}

.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;
  -moz-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: #ddd;
}

.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 .payment-logos {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0 7px;
  margin-top: -12px;
  margin-bottom: -32px;
}

.cart-app .payment-logos .logo-amex {
  width: 53px;
  margin-bottom: -9px;
}

.cart-app .payment-logos .logo-visa {
  width: 36px;
  margin-left: 4px;
}

.cart-app .payment-logos .logo-master {
  width: 74px;
  margin-left: 13px;
}

.cart-app .payment-logos + .page-tips {
  padding-right: 200px;
}

@media (max-width: 767.98px) {
  .cart-app .payment-logos {
    margin-bottom: 20px;
  }

  .cart-app .payment-logos + .page-tips {
    padding-right: 0;
  }
}

.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 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;
  line-height: 1;
  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 {
  color: #fff;
  background-color: #802633;
}

.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 #707070;
  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: 80px;
  height: 80px;
  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: 1;
}

.cart-app .user-info .form .right {
  max-width: 400px;
  margin-left: 65px;
  flex: 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: 70px;
}

.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: 7px;
  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;
  background-color: #e4e4e4;
}

.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: 18px;
  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;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-popup .swal2-actions .swal2-confirm {
  color: #fff;
  background-color: #802633;
}

.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;
  -moz-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;
  line-height: 1;
  background-color: #e6e6e6;
}

.delivery-info .cart-table.readonly .mb-label {
  display: none;
}

.select-form .cart-table .td-item .info {
  padding-right: 0;
}

@media (max-width: 1199.98px) {
  .delivery-info .cart-table .td-details {
    width: 300px;
  }
}

@media (max-width: 991.98px) {
  .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: #f3f3f3;
  }

  .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 (max-width: 767.98px) {
  .cart-app .container {
    padding: 0 10px;
  }

  .cart-app .cart-empty {
    padding-top: 46px;
  }

  .cart-app .page-title {
    padding-top: 40px;
    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 (max-width: 991.98px) {
  .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 (max-width: 767.98px) {
  .cart-app .user-info.readonly .form .left .item:first-child {
    top: 20px;
    left: 98px;
  }
}

@media (max-width: 575.98px) {
  .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;
}

.btn-totop {
  position: fixed;
  right: 30px;
  bottom: 74px;
  z-index: 99;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px 0;
  color: #968772;
  opacity: 0;
  font-size: 15px;
  line-height: 18px;
  visibility: hidden;
  transition: all 0.3s;
}

.btn-totop.is-active {
  opacity: 1;
  visibility: visible;
}

.btn-totop .icon {
  width: 30px;
  height: 16px;
}

.btn-totop:hover .icon {
  animation: topMove 0.3s ease 2 alternate;
}

@media not all and (min-width: 768px) {
  .btn-totop {
    right: 15px;
    bottom: 143px;
  }
}

@keyframes topMove {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

.space-section {
  height: 40px;
}
