@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
:root {
  --swiper-theme-color: #2c919b;
}

::-moz-selection {
  background-color: #2c919b;
  color: #fff;
}

::selection {
  background-color: #2c919b;
  color: #fff;
}

@media (max-width: 575.98px) {
  html {
    font-size: 0.9rem;
  }
}

body {
  position: relative;
}

main {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.bg-cover {
  background-size: cover;
  width: 100%;
  height: 0;
  display: block;
  background-position: 50% 50%;
}

svg {
  max-width: 100%;
  height: auto;
}

article {
  position: relative;
  overflow: hidden;
}

.fancybox__container {
  z-index: 9900;
}

.vr {
  opacity: 1;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}

@media (max-width: 1439px) {
  .navbar-expand-xl .navbar-collapse {
    display: none !important;
  }
}

@media (max-width: 1439px) {
  .navbar-expand-xl .navbar-toggler {
    display: block !important;
  }
}

.navbar-toggler {
  position: absolute;
  border: 0px;
  left: 30px;
}
.navbar-toggler::before, .navbar-toggler::after {
  border-color: #fff;
}
@media (max-width: 345px) {
  .navbar-toggler {
    left: 20px;
  }
}

#left-aside .navbar-toggler {
  position: relative;
  left: 0;
}
#left-aside .navbar-toggler::before, #left-aside .navbar-toggler::after {
  border-color: #4c4948;
}

/* COLOR OPTIONS */
.left-aside {
  width: 80%;
  max-width: 400px;
  overflow-y: auto;
  z-index: 9999;
  background: #fff;
}
.left-aside .onoffcanvas-toggler {
  margin-left: auto;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.left-aside ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.left-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.left-menu li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border-top: 1px solid #b7b7b7;
}
.left-menu li a {
  padding-left: 30px;
}
.left-menu li:first-child {
  margin-top: 5px;
}
.left-menu li.mm-active {
  background-color: #efefef;
}
.left-menu li.mm-active .mm-collapse {
  padding: 0;
}
.left-menu li.mm-active .mm-collapse li {
  padding-left: 20px;
}
.left-menu a {
  display: block;
  position: relative;
  padding: 0.8rem;
  outline: 0;
  text-decoration: none;
  color: #4c4948;
}
.left-menu a[href="#"] .arrows, .left-menu a[href=""] .arrows {
  display: none;
}
.left-menu a[href="#"] .arrows:before, .left-menu a[href=""] .arrows:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.left-menu a:hover {
  color: #4c4948;
}
.left-menu a:focus {
  color: #4c4948;
}
.left-menu a:active {
  color: #4c4948;
}
.left-menu a.has-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 0;
}
.left-menu a.has-submenu span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.left-menu a.has-submenu .arrows {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.left-menu a.has-submenu .arrows:after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-bottom: 1px solid #4c4948;
  border-right: 1px solid #4c4948;
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.left-menu a.has-submenu .arrows[aria-expanded=true]:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.left-menu ul {
  padding-left: 1rem;
}
.left-menu li.mm-active > a {
  color: #4c4948;
}
.left-menu ul {
  position: relative;
}
.left-menu ul:before {
  content: "";
  display: block;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.1;
  z-index: -1;
  left: 0;
  top: 0;
  position: absolute;
  display: block;
}
.left-menu ul[class*=mm-col]:before {
  visibility: visible;
}

.onoffcanvas-drawer.is-open {
  background-color: rgba(142, 142, 142, 0.6);
  z-index: 9998;
}

.onoffcanvas-toggler {
  min-width: auto;
  min-height: auto;
  width: 2rem;
  height: 2rem;
  display: block;
}

.sidebar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav .metismenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sidebar-nav .metismenu li + li {
  margin-top: 5px;
}
.sidebar-nav .metismenu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.sidebar-nav .metismenu a {
  position: relative;
  display: block;
  color: #4c4948;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
}
.sidebar-nav .metismenu a:hover {
  color: #2c919b;
  text-decoration: none;
}
.sidebar-nav .metismenu a:focus {
  color: #2c919b;
  text-decoration: none;
}
.sidebar-nav .metismenu a:active {
  color: #2c919b;
  text-decoration: none;
}
.sidebar-nav .metismenu ul {
  padding-left: 1rem;
}
.sidebar-nav .metismenu .mm-active > a {
  color: #2c919b;
  text-decoration: none;
  border-radius: 3px;
}

header {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1050;
  background-color: #2c919b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1439px) {
  .navbar .navbar-brand {
    width: 100%;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 991.98px) {
  .navbar .navbar-brand {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (max-width: 1199.98px) {
  .navbar {
    padding: 10px 0;
  }
}
.navbar .navbar-nav .nav-item {
  color: #fff;
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
    background-color: rgba(242, 242, 242, 0.85);
    display: block;
    border-radius: 0px;
    min-width: 140px;
    padding: 20px 0 25px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar .navbar-nav .nav-item.dropdown:hover > .dropdown-menu li {
    margin-bottom: 10px;
  }
  .navbar .navbar-nav .nav-item.dropdown:hover > .dropdown-menu li:nth-last-child(1) {
    margin-bottom: 0;
  }
  .navbar .navbar-nav .nav-item.dropdown:hover > .dropdown-menu a {
    display: block;
    color: #4c4948;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .navbar .navbar-nav .nav-item.dropdown:hover > .dropdown-menu a:hover {
    background-color: transparent;
    font-weight: bold;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  display: block;
  color: inherit;
}
.navbar .navbar-nav .nav-item .nav-link span {
  display: block;
  padding: 1.5rem 0.3rem;
  position: relative;
  color: #fff;
}
.navbar .navbar-nav .nav-item .nav-link span::before {
  content: "";
  width: 0px;
  height: 4px;
  background-image: url(../_img/layout/nav-haver.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  left: 50%;
  bottom: 18px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar .navbar-nav .nav-item:hover .nav-link span::before {
  width: 100%;
}
.navbar .navbar-nav .nav-item:active .nav-link span, .navbar .navbar-nav .nav-item.active .nav-link span {
  background: #dce9ec;
  color: #4c4948;
}
.navbar .navbar-nav .nav-item:active .nav-link span::before, .navbar .navbar-nav .nav-item.active .nav-link span::before {
  display: none;
}
@media (max-width: 1440px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding-left: 0.2rem !important;
    padding-right: 0.2rem !important;
  }
}

.dropdown-menu {
  min-width: 180px;
  text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: rgba(242, 242, 242, 0.85);
}
.dropdown-menu > li:hover a {
  font-weight: bold;
}
.dropdown-menu > li.active a {
  color: #2c919b !important;
  font-weight: bold;
}

.nav-right .lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-right .lang a {
  display: block;
  border-radius: 5px;
  border: 1px solid #000;
  color: inherit;
  width: 2.3rem;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
.nav-right .lang a:hover {
  background-color: #2c919b;
  color: #fff;
}
.nav-right .lang a.active {
  color: #fff;
  background-color: #000;
}
.nav-right .lang a + a {
  margin-left: -5px;
}

.mega-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: absolute;
  position: fixed;
  z-index: 9001;
  background-color: rgba(242, 242, 242, 0.85);
  display: none;
  max-width: 1280px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
.mega-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mega-menu [class*=container] ul.product-mega-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: auto;
}
.mega-menu [class*=container] ul.product-mega-menu > li {
  width: 20%;
  margin-bottom: 30px;
}
.mega-menu [class*=container] ul.product-mega-menu > li > a {
  color: #4c4948;
  font-weight: bold;
  position: relative;
  display: block;
  margin-bottom: 1rem;
}
.mega-menu [class*=container] ul.product-mega-menu > li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mega-menu [class*=container] ul.product-mega-menu > li ul li {
  width: 100%;
}
.mega-menu [class*=container] ul.product-mega-menu > li ul a {
  width: 100%;
  display: block;
  color: #4c4948;
  text-decoration: none;
  line-height: 180%;
}
.mega-menu [class*=container] ul.product-mega-menu > li ul a:hover {
  font-weight: bold;
  text-decoration: none;
}
.mega-menu [class*=container] ul.product-mega-menu ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 0.3rem 1fr 0.3rem 1fr 0.3rem 1fr 0.3rem 1fr;
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
  grid-auto-rows: 3;
  gap: 0.3rem 1rem;
}
.mega-menu [class*=container] ul.brand-mega-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
  gap: 2rem 0;
}
.mega-menu [class*=container] ul.brand-mega-menu > li {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}
.mega-menu [class*=container] ul.brand-mega-menu a {
  display: block;
  color: inherit;
}
.mega-menu [class*=container] ul.brand-mega-menu a:hover {
  color: #2c919b;
}
.mega-menu [class*=container] ul.brand-mega-menu .img-row {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 3px 10px;
}
.mega-menu [class*=container] ul.brand-mega-menu .txt-row {
  text-align: center;
  margin-top: 0.5rem;
}

#metismenu .nav-brand-mega-menu > ul.mm-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 0;
}
#metismenu .nav-brand-mega-menu > ul li {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  text-align: center;
}
#metismenu .nav-brand-mega-menu > ul li:first-child {
  margin-top: 0;
}
#metismenu .nav-brand-mega-menu > ul li a {
  display: block;
}
#metismenu .nav-brand-mega-menu > ul li a .img-row {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 3px 10px;
}
#metismenu .nav-brand-mega-menu > ul li a .txt-row {
  margin-top: 5px;
}

.icon-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon-group .icon-btn {
  margin-right: 20px;
}
.icon-group .icon-btn a {
  display: block;
  color: #4c4948;
  width: 25px;
}
.icon-group .icon-btn:nth-child(1) {
  position: relative;
  margin-right: 50px;
}
.icon-group .icon-btn:nth-child(1)::after {
  content: "";
  width: 1px;
  height: 22px;
  background-color: #fff;
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.icon-group .icon-btn:nth-child(1) .number-icon-box {
  width: 25px;
  height: 25px;
  border-radius: 99rem;
  color: #fff;
  background-color: #e28d3e;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  z-index: 3;
  position: absolute;
  top: -10px;
  right: -12px;
}
@media (max-width: 1440px) {
  .icon-group .icon-btn:nth-child(1) {
    margin-right: 30px;
  }
  .icon-group .icon-btn:nth-child(1)::after {
    right: -20px;
  }
}
@media (max-width: 1199.98px) {
  .icon-group {
    display: none;
  }
}
@media (max-width: 1439px) {
  .icon-group {
    display: none;
  }
}

.phone-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0px 20px 20px;
}
.phone-icon-list .phone-icon-item {
  margin-right: 1.5rem;
}
.phone-icon-list .phone-icon-item a {
  display: block;
  position: relative;
  padding: 0;
}
.phone-icon-list .phone-icon-item a img {
  width: 30px;
  height: 30px;
}
.phone-cart-btn {
  position: absolute;
  right: 40px;
  top: 18px;
  display: none;
}
.phone-cart-btn .phone-icon-cart-box {
  position: relative;
}
.phone-cart-btn .phone-icon-cart-box a .number-icon-box {
  width: 25px;
  height: 25px;
  border-radius: 99rem;
  color: #fff;
  background-color: #e28d3e;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  z-index: 3;
  position: absolute;
  top: -10px;
  right: -12px;
}
@media (max-width: 345px) {
  .phone-cart-btn {
    right: 25px;
  }
}
@media (max-width: 1436px) {
  .phone-cart-btn {
    display: block;
  }
}

.left-menu li.mm-active > a {
  color: #2c919b !important;
}

.loader-mesk {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 9998;
}
.loader-mesk.finish {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100vw;
  height: 100vh;
  background: #fff;
  opacity: 1;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.preloader .preloader_inner {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.preloader .mesk {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: rgba(76, 73, 72, 0.4);
  opacity: 1;
  outline: none;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  cursor: pointer;
  z-index: 1000;
  width: auto;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  outline: none;
  background: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: none;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #2c919b;
  color: #fff;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.slider-small .swiper-slide {
  cursor: pointer;
}
.slider-small .swiper-slide:hover, .slider-small .swiper-slide.swiper-slide-thumb-active {
  opacity: 0.5;
}

/*!
 * Lavalamp 
 * https://lavalamp.magicmediamuse.com/
 */
.lavalamp {
  position: relative;
}
.lavalamp__item {
  z-index: 5;
  position: relative;
}
.lavalamp__object {
  position: absolute;
  top: 0;
  left: 0;
}
.lavalamp__object:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='15' viewBox='0 0 27 15'%3E%3Cg id='组_19' data-name='组 19' transform='translate(-894.967 -22.001)'%3E%3Ccircle id='椭圆_1' data-name='椭圆 1' cx='7.5' cy='7.5' r='7.5' transform='translate(894.967 22.001)' fill='%23cea614'/%3E%3Ccircle id='椭圆_2' data-name='椭圆 2' cx='7.5' cy='7.5' r='7.5' transform='translate(906.967 22.001)' fill='%231936c0'/%3E%3C/g%3E%3C/svg%3E%0A");
  display: inline-block;
  left: 50%;
  top: 1rem;
  margin: auto;
  position: relative;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.lavalamp__object {
  /**
   * Custom easing transitions
   */
  -webkit-transition-property: -webkit-transform, width, height;
  -webkit-transition-property: width, height, -webkit-transform;
  transition-property: width, height, -webkit-transform;
  transition-property: transform, width, height;
  transition-property: transform, width, height, -webkit-transform;
}
.lavalamp__object.ease {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.lavalamp__object.ease-in {
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.lavalamp__object.ease-out {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.lavalamp__object.ease-in-out {
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.lavalamp__object.linear {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.lavalamp__object.easeInQuad {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.lavalamp__object.easeInCubic {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.lavalamp__object.easeInQuart {
  -webkit-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.lavalamp__object.easeInQuint {
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.lavalamp__object.easeInSine {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
.lavalamp__object.easeInExpo {
  -webkit-transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
.lavalamp__object.easeInCirc {
  -webkit-transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.lavalamp__object.easeInBack {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.lavalamp__object.easeOutQuad {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.lavalamp__object.easeOutCubic {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lavalamp__object.easeOutQuart {
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.lavalamp__object.easeOutQuint {
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.lavalamp__object.easeOutSine {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
.lavalamp__object.easeOutExpo {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.lavalamp__object.easeOutCirc {
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.lavalamp__object.easeOutBack {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.lavalamp__object.easeInOutQuad {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.lavalamp__object.easeInOutCubic {
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.lavalamp__object.easeInOutQuart {
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.lavalamp__object.easeInOutQuint {
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.lavalamp__object.easeInOutSine {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.lavalamp__object.easeInOutExpo {
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.lavalamp__object.easeInOutCirc {
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.lavalamp__object.easeInOutBack {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.fs-12 {
  font-size: 0.75rem;
}

.fsr-12 {
  font-size: 0.75rem;
}

.fs-13 {
  font-size: 0.8125rem;
}

.fsr-13 {
  font-size: 0.8125rem;
}

.fs-14, #nav-top .search-item .search-input input {
  font-size: 0.875rem;
}

.fsr-14 {
  font-size: 0.875rem;
}

.fs-16 {
  font-size: 1rem;
}

.fsr-16 {
  font-size: 1rem;
}

.fs-18, .mega-menu [class*=container] ul.product-mega-menu > li > a {
  font-size: 1.125rem;
}

.fsr-18 {
  font-size: 1.125rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fsr-20 {
  font-size: 1.25rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fsr-24 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .fsr-24 {
    font-size: 1.5rem;
  }
}

.fs-25 {
  font-size: 1.5625rem;
}

.fsr-25 {
  font-size: calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  .fsr-25 {
    font-size: 1.5625rem;
  }
}

.fs-27 {
  font-size: 1.6875rem;
}

.fsr-27 {
  font-size: calc(1.29375rem + 0.525vw);
}
@media (min-width: 1200px) {
  .fsr-27 {
    font-size: 1.6875rem;
  }
}

.fs-30 {
  font-size: 1.875rem;
}

.fsr-30 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  .fsr-30 {
    font-size: 1.875rem;
  }
}

.fs-32 {
  font-size: 2rem;
}

.fsr-32 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .fsr-32 {
    font-size: 2rem;
  }
}

.fs-35 {
  font-size: 2.1875rem;
}

.fsr-35 {
  font-size: calc(1.34375rem + 1.125vw);
}
@media (min-width: 1200px) {
  .fsr-35 {
    font-size: 2.1875rem;
  }
}

.fs-36 {
  font-size: 2.25rem;
}

.fsr-36 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .fsr-36 {
    font-size: 2.25rem;
  }
}

.fs-34 {
  font-size: 2.125rem;
}

.fsr-34 {
  font-size: calc(1.3375rem + 1.05vw);
}
@media (min-width: 1200px) {
  .fsr-34 {
    font-size: 2.125rem;
  }
}

.fs-40 {
  font-size: 2.5rem;
}

.fsr-40 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .fsr-40 {
    font-size: 2.5rem;
  }
}

.fs-45 {
  font-size: 2.8125rem;
}

.fsr-45 {
  font-size: calc(1.40625rem + 1.875vw);
}
@media (min-width: 1200px) {
  .fsr-45 {
    font-size: 2.8125rem;
  }
}

.fs-48 {
  font-size: 3rem;
}

.fsr-48 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .fsr-48 {
    font-size: 3rem;
  }
}

.fs-50 {
  font-size: 3.125rem;
}

.fsr-50 {
  font-size: calc(1.4375rem + 2.25vw);
}
@media (min-width: 1200px) {
  .fsr-50 {
    font-size: 3.125rem;
  }
}

.fs-64 {
  font-size: 4rem;
}

.fsr-64 {
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .fsr-64 {
    font-size: 4rem;
  }
}

.fs-72 {
  font-size: 4.5rem;
}

.fsr-72 {
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .fsr-72 {
    font-size: 4.5rem;
  }
}

.fs-80 {
  font-size: 5rem;
}

.fsr-80 {
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .fsr-80 {
    font-size: 5rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-12 {
    font-size: 0.75rem;
  }
  .fsr-sm-12 {
    font-size: 0.75rem;
  }
  .fs-sm-13 {
    font-size: 0.8125rem;
  }
  .fsr-sm-13 {
    font-size: 0.8125rem;
  }
  .fs-sm-14 {
    font-size: 0.875rem;
  }
  .fsr-sm-14 {
    font-size: 0.875rem;
  }
  .fs-sm-16 {
    font-size: 1rem;
  }
  .fsr-sm-16 {
    font-size: 1rem;
  }
  .fs-sm-18 {
    font-size: 1.125rem;
  }
  .fsr-sm-18 {
    font-size: 1.125rem;
  }
  .fs-sm-20 {
    font-size: 1.25rem;
  }
  .fsr-sm-20 {
    font-size: 1.25rem;
  }
  .fs-sm-24 {
    font-size: 1.5rem;
  }
  .fsr-sm-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-25 {
    font-size: 1.5625rem;
  }
  .fsr-sm-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-27 {
    font-size: 1.6875rem;
  }
  .fsr-sm-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-30 {
    font-size: 1.875rem;
  }
  .fsr-sm-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-32 {
    font-size: 2rem;
  }
  .fsr-sm-32 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-32 {
    font-size: 2rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-35 {
    font-size: 2.1875rem;
  }
  .fsr-sm-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-36 {
    font-size: 2.25rem;
  }
  .fsr-sm-36 {
    font-size: calc(1.35rem + 1.2vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-36 {
    font-size: 2.25rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-34 {
    font-size: 2.125rem;
  }
  .fsr-sm-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-40 {
    font-size: 2.5rem;
  }
  .fsr-sm-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-45 {
    font-size: 2.8125rem;
  }
  .fsr-sm-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-48 {
    font-size: 3rem;
  }
  .fsr-sm-48 {
    font-size: calc(1.425rem + 2.1vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-48 {
    font-size: 3rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-50 {
    font-size: 3.125rem;
  }
  .fsr-sm-50 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-64 {
    font-size: 4rem;
  }
  .fsr-sm-64 {
    font-size: calc(1.525rem + 3.3vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-64 {
    font-size: 4rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-72 {
    font-size: 4.5rem;
  }
  .fsr-sm-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-80 {
    font-size: 5rem;
  }
  .fsr-sm-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-80 {
    font-size: 5rem;
  }
}
@media (min-width: 768px) {
  .fs-md-12 {
    font-size: 0.75rem;
  }
  .fsr-md-12 {
    font-size: 0.75rem;
  }
  .fs-md-13 {
    font-size: 0.8125rem;
  }
  .fsr-md-13 {
    font-size: 0.8125rem;
  }
  .fs-md-14 {
    font-size: 0.875rem;
  }
  .fsr-md-14 {
    font-size: 0.875rem;
  }
  .fs-md-16 {
    font-size: 1rem;
  }
  .fsr-md-16 {
    font-size: 1rem;
  }
  .fs-md-18 {
    font-size: 1.125rem;
  }
  .fsr-md-18 {
    font-size: 1.125rem;
  }
  .fs-md-20 {
    font-size: 1.25rem;
  }
  .fsr-md-20 {
    font-size: 1.25rem;
  }
  .fs-md-24 {
    font-size: 1.5rem;
  }
  .fsr-md-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .fs-md-25 {
    font-size: 1.5625rem;
  }
  .fsr-md-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 768px) {
  .fs-md-27 {
    font-size: 1.6875rem;
  }
  .fsr-md-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 768px) {
  .fs-md-30 {
    font-size: 1.875rem;
  }
  .fsr-md-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 768px) {
  .fs-md-32 {
    font-size: 2rem;
  }
  .fsr-md-32 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-32 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .fs-md-35 {
    font-size: 2.1875rem;
  }
  .fsr-md-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 768px) {
  .fs-md-36 {
    font-size: 2.25rem;
  }
  .fsr-md-36 {
    font-size: calc(1.35rem + 1.2vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-36 {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) {
  .fs-md-34 {
    font-size: 2.125rem;
  }
  .fsr-md-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 768px) {
  .fs-md-40 {
    font-size: 2.5rem;
  }
  .fsr-md-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .fs-md-45 {
    font-size: 2.8125rem;
  }
  .fsr-md-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 768px) {
  .fs-md-48 {
    font-size: 3rem;
  }
  .fsr-md-48 {
    font-size: calc(1.425rem + 2.1vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-48 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .fs-md-50 {
    font-size: 3.125rem;
  }
  .fsr-md-50 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 768px) {
  .fs-md-64 {
    font-size: 4rem;
  }
  .fsr-md-64 {
    font-size: calc(1.525rem + 3.3vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-64 {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  .fs-md-72 {
    font-size: 4.5rem;
  }
  .fsr-md-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 768px) {
  .fs-md-80 {
    font-size: 5rem;
  }
  .fsr-md-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-80 {
    font-size: 5rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-12 {
    font-size: 0.75rem;
  }
  .fsr-lg-12 {
    font-size: 0.75rem;
  }
  .fs-lg-13 {
    font-size: 0.8125rem;
  }
  .fsr-lg-13 {
    font-size: 0.8125rem;
  }
  .fs-lg-14 {
    font-size: 0.875rem;
  }
  .fsr-lg-14 {
    font-size: 0.875rem;
  }
  .fs-lg-16 {
    font-size: 1rem;
  }
  .fsr-lg-16 {
    font-size: 1rem;
  }
  .fs-lg-18 {
    font-size: 1.125rem;
  }
  .fsr-lg-18 {
    font-size: 1.125rem;
  }
  .fs-lg-20 {
    font-size: 1.25rem;
  }
  .fsr-lg-20 {
    font-size: 1.25rem;
  }
  .fs-lg-24 {
    font-size: 1.5rem;
  }
  .fsr-lg-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-25 {
    font-size: 1.5625rem;
  }
  .fsr-lg-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-27 {
    font-size: 1.6875rem;
  }
  .fsr-lg-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-30 {
    font-size: 1.875rem;
  }
  .fsr-lg-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-32 {
    font-size: 2rem;
  }
  .fsr-lg-32 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-32 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-35 {
    font-size: 2.1875rem;
  }
  .fsr-lg-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-36 {
    font-size: 2.25rem;
  }
  .fsr-lg-36 {
    font-size: calc(1.35rem + 1.2vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-36 {
    font-size: 2.25rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-34 {
    font-size: 2.125rem;
  }
  .fsr-lg-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-40 {
    font-size: 2.5rem;
  }
  .fsr-lg-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-45 {
    font-size: 2.8125rem;
  }
  .fsr-lg-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-48 {
    font-size: 3rem;
  }
  .fsr-lg-48 {
    font-size: calc(1.425rem + 2.1vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-48 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-50 {
    font-size: 3.125rem;
  }
  .fsr-lg-50 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-64 {
    font-size: 4rem;
  }
  .fsr-lg-64 {
    font-size: calc(1.525rem + 3.3vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-64 {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-72 {
    font-size: 4.5rem;
  }
  .fsr-lg-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-80 {
    font-size: 5rem;
  }
  .fsr-lg-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-80 {
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-12 {
    font-size: 0.75rem;
  }
  .fsr-xl-12 {
    font-size: 0.75rem;
  }
  .fs-xl-13 {
    font-size: 0.8125rem;
  }
  .fsr-xl-13 {
    font-size: 0.8125rem;
  }
  .fs-xl-14 {
    font-size: 0.875rem;
  }
  .fsr-xl-14 {
    font-size: 0.875rem;
  }
  .fs-xl-16 {
    font-size: 1rem;
  }
  .fsr-xl-16 {
    font-size: 1rem;
  }
  .fs-xl-18 {
    font-size: 1.125rem;
  }
  .fsr-xl-18 {
    font-size: 1.125rem;
  }
  .fs-xl-20 {
    font-size: 1.25rem;
  }
  .fsr-xl-20 {
    font-size: 1.25rem;
  }
  .fs-xl-24 {
    font-size: 1.5rem;
  }
  .fsr-xl-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-25 {
    font-size: 1.5625rem;
  }
  .fsr-xl-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-27 {
    font-size: 1.6875rem;
  }
  .fsr-xl-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-30 {
    font-size: 1.875rem;
  }
  .fsr-xl-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-32 {
    font-size: 2rem;
  }
  .fsr-xl-32 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-32 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-35 {
    font-size: 2.1875rem;
  }
  .fsr-xl-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-36 {
    font-size: 2.25rem;
  }
  .fsr-xl-36 {
    font-size: calc(1.35rem + 1.2vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-36 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-34 {
    font-size: 2.125rem;
  }
  .fsr-xl-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-40 {
    font-size: 2.5rem;
  }
  .fsr-xl-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-45 {
    font-size: 2.8125rem;
  }
  .fsr-xl-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-48 {
    font-size: 3rem;
  }
  .fsr-xl-48 {
    font-size: calc(1.425rem + 2.1vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-48 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-50 {
    font-size: 3.125rem;
  }
  .fsr-xl-50 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-64 {
    font-size: 4rem;
  }
  .fsr-xl-64 {
    font-size: calc(1.525rem + 3.3vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-64 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-72 {
    font-size: 4.5rem;
  }
  .fsr-xl-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-80 {
    font-size: 5rem;
  }
  .fsr-xl-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-80 {
    font-size: 5rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-12 {
    font-size: 0.75rem;
  }
  .fsr-xxl-12 {
    font-size: 0.75rem;
  }
  .fs-xxl-13 {
    font-size: 0.8125rem;
  }
  .fsr-xxl-13 {
    font-size: 0.8125rem;
  }
  .fs-xxl-14 {
    font-size: 0.875rem;
  }
  .fsr-xxl-14 {
    font-size: 0.875rem;
  }
  .fs-xxl-16 {
    font-size: 1rem;
  }
  .fsr-xxl-16 {
    font-size: 1rem;
  }
  .fs-xxl-18 {
    font-size: 1.125rem;
  }
  .fsr-xxl-18 {
    font-size: 1.125rem;
  }
  .fs-xxl-20 {
    font-size: 1.25rem;
  }
  .fsr-xxl-20 {
    font-size: 1.25rem;
  }
  .fs-xxl-24 {
    font-size: 1.5rem;
  }
  .fsr-xxl-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-25 {
    font-size: 1.5625rem;
  }
  .fsr-xxl-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-27 {
    font-size: 1.6875rem;
  }
  .fsr-xxl-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-30 {
    font-size: 1.875rem;
  }
  .fsr-xxl-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-32 {
    font-size: 2rem;
  }
  .fsr-xxl-32 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-32 {
    font-size: 2rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-35 {
    font-size: 2.1875rem;
  }
  .fsr-xxl-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-36 {
    font-size: 2.25rem;
  }
  .fsr-xxl-36 {
    font-size: calc(1.35rem + 1.2vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-36 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-34 {
    font-size: 2.125rem;
  }
  .fsr-xxl-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-40 {
    font-size: 2.5rem;
  }
  .fsr-xxl-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-45 {
    font-size: 2.8125rem;
  }
  .fsr-xxl-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-48 {
    font-size: 3rem;
  }
  .fsr-xxl-48 {
    font-size: calc(1.425rem + 2.1vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-48 {
    font-size: 3rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-50 {
    font-size: 3.125rem;
  }
  .fsr-xxl-50 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-64 {
    font-size: 4rem;
  }
  .fsr-xxl-64 {
    font-size: calc(1.525rem + 3.3vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-64 {
    font-size: 4rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-72 {
    font-size: 4.5rem;
  }
  .fsr-xxl-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-80 {
    font-size: 5rem;
  }
  .fsr-xxl-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-80 {
    font-size: 5rem;
  }
}
.ls-1 {
  letter-spacing: 1px;
}

.ls-2 {
  letter-spacing: 2px;
}

.ls-3 {
  letter-spacing: 3px;
}

.ls-4 {
  letter-spacing: 4px;
}

.ls-5 {
  letter-spacing: 5px;
}

.main-title {
  color: #4c4948;
  letter-spacing: 4px;
}

#back-to-top,
.right-icon {
  display: block;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.7);
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  #back-to-top,
  .right-icon {
    width: 30px;
    height: 30px;
  }
}

.btn:not(.more) {
  min-width: 180px;
}

.btn-1 {
  color: #4c4948;
  letter-spacing: 5px;
  border-radius: 99rem;
  padding: 15px 20px 15px 30px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 0px 10px rgba(239, 239, 239, 0.4);
          box-shadow: 0px 0px 10px rgba(239, 239, 239, 0.4);
  border: 1px solid transparent;
  position: absolute;
  left: 50%;
  bottom: 10vh;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-1:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
}
@media (max-width: 767.98px) {
  .btn-1 {
    padding: 10px 10px 10px 20px;
  }
}

.btn-2 {
  width: 270px;
  border: 1px solid #fff;
  background-color: rgba(142, 142, 142, 0.2);
  border-radius: 99rem;
  padding: 15px 10px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  left: 50%;
  bottom: 150px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 5px;
  color: #fff;
}
.btn-2:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #4c4948;
}
@media (max-width: 767.98px) {
  .btn-2 {
    width: 250px;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    letter-spacing: 2px;
    padding: 15px 10px;
  }
}
.btn-2.page-btn {
  position: relative;
  left: auto;
  bottom: auto;
  -webkit-transform: none;
          transform: none;
  display: block;
  width: 180px;
  height: 55px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4c4948;
  border: 1px solid #4c4948;
  background-color: rgba(255, 255, 255, 0.5);
}
.btn-2.page-btn:hover {
  color: #fff;
  border: 1px solid #fff;
  background-color: #8e8e8e;
}
@media (max-width: 767.98px) {
  .btn-2.page-btn {
    width: 150px;
  }
  .btn-2.page-btn:nth-last-child(1) {
    margin-bottom: 0px;
  }
}
@media (max-width: 375px) {
  .btn-2.page-btn {
    width: 120px;
    margin: 0px 5px !important;
  }
}

.btn-3 {
  width: 180px;
  padding: 18px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border: 1px solid #f2f2f2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 99rem;
  background-color: #8e8e8e;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-3:hover {
  background-color: #2c919b;
  color: #fff;
}
@media (max-width: 767.98px) {
  .btn-3 {
    width: 150px;
  }
}

.btn-4 {
  position: relative;
  left: auto;
  bottom: auto;
  -webkit-transform: none;
          transform: none;
  display: block;
  width: 180px;
  height: 55px;
  margin: 0 20.5px;
  padding: 0 38.5px 0px 41.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 99rem;
  background-color: rgba(76, 76, 76, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.2rem;
}
.btn-4:hover {
  color: #4c4948;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767.98px) {
  .btn-4 {
    width: 150px;
    padding: 0 14.5px 0px 18.5px !important;
  }
  .btn-4:nth-last-child(1) {
    margin-bottom: 0px;
  }
}
@media (max-width: 375px) {
  .btn-4 {
    width: 120px;
    padding: 0 2.5px 0px 6.5px !important;
    margin: 0px 5px !important;
  }
}

#bread {
  position: absolute;
  left: 24px;
  top: 8px;
  z-index: 9;
}

.breadcrumb-item a {
  color: #4c4948;
}
.breadcrumb-item:last-child {
  color: #4c4948;
  font-weight: bold;
}

.editor ol {
  list-style: decimal;
  padding-left: 25px;
}
.editor ul {
  list-style: inherit;
  padding-left: 25px;
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ratio img {
  max-width: 100%;
  max-height: 100%;
}
.ratio.cover img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 767.98px) {
  .aside-menu.deactive {
    display: none;
  }
  .aside-menu.active {
    display: block;
  }
}

@media (min-width: 768px) {
  .aside-list {
    max-width: 215px;
  }
}
.aside-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.aside-list a {
  display: block;
  padding: 0.6rem;
  color: inherit;
}
.aside-list > li {
  position: relative;
}
.aside-list > li:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #2c919b;
}
.aside-list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.aside-list > li > a:after {
  content: "\e4b2";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font: var(--fa-font-regular);
  display: none;
}
.aside-list > li > a [class*=fa] {
  margin-top: 3px;
  margin-left: 10px;
  display: none;
}
.aside-list > li:hover > a, .aside-list > li.mm-active > a {
  background-color: #2c919b;
  color: #fff;
}
.aside-list > li:hover > a [class*=fa], .aside-list > li.mm-active > a [class*=fa] {
  display: block;
}
.aside-list > li ul {
  padding-left: 1rem;
}
.aside-list > li ul li:hover > a, .aside-list > li ul li.mm-active > a {
  color: #2c919b;
}

.m-button {
  background-color: #2c919b;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 0.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.m-button span {
  pointer-events: none;
}
.m-button:after {
  content: "\f107";
  font: var(--fa-font-solid);
  display: block;
  color: #fff;
}
.m-button [class*=fa] {
  position: absolute;
  right: 0.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-button.active {
  background-color: #aac8d1;
}
.m-button.active [class*=fa] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pages .pagination {
  --bs-pagination-padding-y: 0;
  --bs-pagination-padding-x: 0;
  --bs-pagination-border-width: 0;
  --bs-pagination-hover-bg: #2c919b;
  --bs-pagination-hover-color: #fff;
  --bs-pagination-disabled-bg: none;
}
.pages .pagination .page-item {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.pages .pagination .page-item:hover .page-link, .pages .pagination .page-item:active .page-link, .pages .pagination .page-item:focus .page-link, .pages .pagination .page-item.active .page-link {
  background-color: transparent;
  color: #2c919b;
  border-bottom: 2px solid #2c919b;
}
.pages .pagination .page-link {
  font-size: 1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #5e9fa5;
  border-bottom: 2px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#right-float-box {
  position: fixed;
  z-index: 8000;
  right: 0;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
}
#right-float-box .fb {
  display: block;
  margin-bottom: 0.5rem;
  padding-right: 10px;
}
#right-float-box #back-to-top {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767.98px) {
  #right-float-box {
    display: none;
    bottom: 120px;
  }
  #right-float-box .fb {
    padding-right: 0;
  }
  #right-float-box .fb img {
    width: 60px;
  }
}

.hover-img .pic {
  overflow: hidden;
}
.hover-img .pic img {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.hover-img:hover .pic img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}

#about #about-page-box .about-bgimg-box .text-row-box,
#contact #about-page-box .about-bgimg-box .text-row-box {
  background-color: rgba(255, 255, 255, 0);
}

body {
  letter-spacing: 1.5px;
}

#nav-top {
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 1000;
}
@media (min-width: 992px) {
  #nav-top {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    font-size: 14px;
  }
}
#nav-top .search-item .search-input {
  position: relative;
}
#nav-top .search-item .search-input input {
  border-color: #E4E7EA;
  border-radius: 50rem;
  padding-top: 3px;
  padding-bottom: 3px;
}
#nav-top .search-item .search-input .search-t {
  position: absolute;
  right: 10px;
  top: 4px;
  cursor: pointer;
}
#nav-top .cart-num-item a:hover {
  color: #2c919b !important;
}

#contact-block {
  background-image: url(../_img/layout/footer_bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
@supports (-webkit-touch-callout: none) {
  #contact-block {
    background-attachment: scroll;
  }
}
#contact-block:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(226, 141, 62, 0.67);
  z-index: 0;
}
#contact-block > * {
  position: relative;
  z-index: 1;
}
#contact-block .contact-icon-list .contact-icon-item {
  width: 68px;
  height: 68px;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
}
#contact-block .contact-icon-list .contact-icon-item:hover {
  border-color: #aac8d1;
  background-color: #aac8d1;
}

#right-message-box {
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2c919b;
  border-radius: 30px 0px 0px 30px;
  -webkit-box-shadow: 0px 0px 8px rgba(76, 76, 76, 0);
          box-shadow: 0px 0px 8px rgba(76, 76, 76, 0);
  position: fixed;
  right: -220px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}
#right-message-box .message-left-txtbox {
  width: 60px;
  padding: 30px 0;
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#right-message-box .message-right-textbox {
  width: calc(100% - 60px);
  border-left: 1px solid #4c4948;
  padding: 40px 25px;
}
#right-message-box .message-right-textbox .right-title {
  letter-spacing: 3px;
  margin-bottom: 5px;
}
#right-message-box .message-right-textbox .right-text {
  letter-spacing: 2.3px;
}
#right-message-box:hover {
  background-color: #fff;
  right: 0;
  -webkit-box-shadow: 0px 0px 8px rgba(76, 76, 76, 0.65);
          box-shadow: 0px 0px 8px rgba(76, 76, 76, 0.65);
}
#right-message-box:hover .message-left-txtbox {
  color: #4c4948;
}
@media (max-width: 991.98px) {
  #right-message-box {
    right: -210px;
  }
}
@media (max-width: 767.98px) {
  #right-message-box {
    display: none;
  }
}

#bottom-message-box {
  position: fixed;
  background-color: rgba(239, 239, 239, 0.8);
  padding: 25px 0;
  width: 100%;
  left: 0;
  bottom: env(safe-area-inset-bottom);
  z-index: 998;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#bottom-message-box .phone-message-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 270px;
  height: 55px;
  color: #fff;
  background-color: #2c919b;
  border-radius: 99rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  #bottom-message-box {
    min-height: 75px;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #bottom-message-box .phone-message-btn {
    height: 45px;
  }
}

footer .footer-info a {
  color: #4c4948;
}
footer .footer-info a:hover {
  color: #2c919b;
}
footer .footer-gurop-icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer-gurop-icon-box .f-icon-item {
  display: block;
  width: 25px;
  margin-right: 25px;
}
footer .footer-gurop-icon-box .f-icon-item svg path {
  fill: #4c4948;
}
footer .footer-gurop-icon-box .f-icon-item:hover svg path {
  fill: #2c919b;
}
footer .footer-left-navbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer-left-navbox::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #4c4948;
  position: absolute;
  right: 0;
  bottom: 0;
}
footer .footer-left-navbox .footer-left-nav {
  width: calc(50% - 20px);
  list-style: none;
  margin: 0 60px 0 auto;
  padding: 0;
}
footer .footer-left-navbox .footer-left-nav li {
  padding-left: 15px;
  margin-bottom: 15px;
  position: relative;
  color: #4c4948;
}
footer .footer-left-navbox .footer-left-nav li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #4c4948;
  position: absolute;
  border-radius: 99rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
footer .footer-left-navbox .footer-left-nav li:nth-last-child(1) {
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  footer .footer-left-navbox .footer-left-nav {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer-left-navbox .footer-left-nav li {
    width: 50%;
  }
  footer .footer-left-navbox .footer-left-nav li:nth-last-child(1) {
    margin-bottom: 15px;
  }
}
footer .footer-right-navbox ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer-right-navbox ul .footer-right-nav {
  width: calc(25% - 20px);
  margin-left: 20px;
}
footer .footer-right-navbox ul .footer-right-nav .big-title {
  font-weight: bold;
  color: #4c4948;
  margin-bottom: 10px;
}
footer .footer-right-navbox ul .footer-right-nav .big-title svg {
  display: none !important;
}
footer .footer-right-navbox ul .footer-right-nav ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .footer-right-navbox ul .footer-right-nav ul .footer-right-nav-link a {
  line-height: 180%;
  margin-bottom: 4px;
  color: #69635d;
}
footer .footer-right-navbox ul .footer-right-nav ul .footer-right-nav-link a:hover {
  color: #2c919b;
}
@media (max-width: 1199.98px) {
  footer .footer-left-navbox::after {
    display: none;
  }
}
@media (max-width: 767.98px) {
  footer .container {
    padding: 0px 30px;
  }
  footer .footer-left-navbox {
    padding-top: 0;
  }
  footer .footer-right-navbox ul .footer-right-nav {
    width: 100%;
    margin-right: 10px;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  footer .footer-right-navbox ul .footer-right-nav .big-title {
    position: relative;
    padding: 10px 15px 10px 20px;
    border-bottom: 1px solid #4c4948;
    margin-bottom: 0;
  }
  footer .footer-right-navbox ul .footer-right-nav .big-title::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #4c4948;
    border-radius: 99rem;
    position: absolute;
    left: 5px;
    top: 18px;
  }
  footer .footer-right-navbox ul .footer-right-nav .big-title::after {
    content: "\f054";
    font-family: "Font Awesome 6 pro";
    position: absolute;
    right: 10px;
  }
  footer .footer-right-navbox ul .footer-right-nav .big-title.active::after {
    content: "\f078";
  }
  footer .footer-right-navbox ul .footer-right-nav .footer-right-nav-list {
    display: none;
  }
  footer .footer-right-navbox ul .footer-right-nav .footer-right-nav-list .footer-right-nav-link {
    padding: 10px 15px;
    border-bottom: 1px solid #4c4948;
  }
}
@media (max-width: 767.98px) {
  footer {
    margin-bottom: 75px;
  }
}

.contact-list li [class*=fa] {
  width: 1.2rem;
  text-align: center;
  margin-right: 0.5rem;
}

.btn {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.btn.btn-light:hover {
  background-color: #2c919b;
  color: #fff;
}

#index header {
  position: fixed;
}

/* 提供 JS 可讀的 safe area 變數 */
:root {
  --safe-bottom: env(safe-area-inset-bottom);
}

:root {
  --bottom-ui: 0px;
}

#banner {
  position: relative;
}
#banner .banner-slider .swiper-slide {
  position: relative;
  height: 100vh;
}
#banner .banner-slider .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#banner .banner-slider .swiper-slide .banner-btn {
  width: 270px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  color: #fff;
  letter-spacing: 4px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999;
  border: 1px solid #fff;
  background-color: rgba(142, 142, 142, 0.2);
  border-radius: 99rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#banner .banner-slider .swiper-slide .banner-btn:hover {
  color: #4c4948;
  background-color: rgba(255, 255, 255, 0.5);
}
#banner .banner-prev {
  width: 60px;
  height: 60px;
  color: #fff;
  left: 5.6vw;
  background-color: rgba(142, 142, 142, 0.2);
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 4px rgba(239, 239, 239, 0.4);
          box-shadow: 0px 0px 4px rgba(239, 239, 239, 0.4);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#banner .banner-prev:hover {
  color: #4c4948;
  background-color: rgba(255, 255, 255, 0.5);
}
#banner .banner-next {
  width: 60px;
  height: 60px;
  color: #fff;
  right: 5.6vw;
  background-color: rgba(142, 142, 142, 0.2);
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 4px rgba(239, 239, 239, 0.4);
          box-shadow: 0px 0px 4px rgba(239, 239, 239, 0.4);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#banner .banner-next:hover {
  color: #4c4948;
  background-color: rgba(255, 255, 255, 0.5);
}
#banner .banner-swiper-pagination {
  bottom: 125px;
}
#banner .banner-swiper-pagination .swiper-pagination-bullet {
  margin: 0 7px;
}
#banner .youtube-box {
  width: 100%;
  height: 100vh;
}
#banner .youtube-box iframe {
  width: 100%;
  height: 100vh;
}
#banner #video-banner {
  height: 100vh;
}
#banner .scroll-down a {
  cursor: pointer;
  position: absolute;
  z-index: 999;
  left: 50%;
  bottom: 55px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: Arial, sans-serif;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#banner .scroll-down a .arrow-icon {
  -webkit-animation: arrowani 1s infinite;
          animation: arrowani 1s infinite;
  color: #fff;
}
@media (max-width: 575.98px) {
  #banner .banner-prev,
  #banner .banner-next {
    width: 40px;
    height: 40px;
  }
  #banner .banner-slider .swiper-slide .banner-btn {
    width: 200px;
  }
  #banner .banner-swiper-pagination {
    bottom: 215px;
  }
  #banner .scroll-down {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 20;
    -webkit-transition: bottom 0.25s;
    transition: bottom 0.25s;
  }
  #banner .scroll-down a {
    bottom: 0;
  }
  #banner .scroll-down a .srcoll-text {
    display: none;
  }
  #banner .scroll-down a .arrow-icon {
    width: 25px;
  }
}

@-webkit-keyframes arrowani {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes arrowani {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#index-section-1,
#index-section-2 {
  position: relative;
  z-index: 2;
}
#index-section-1 .img-box,
#index-section-2 .img-box {
  position: relative;
  height: 100vh;
}
#index-section-1 .img-box img,
#index-section-2 .img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991.98px) {
  /* 預留底部安全距離（含 iOS safe area），避免被底部固定按鈕蓋到（JS 還是會覆蓋 bottom） */
  .banner-swiper-pagination {
    bottom: auto !important;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 30;
  }
  .scroll-down {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 25;
  }
  #bottom-message-box {
    min-height: 76px;
  }
}
#about-page-box {
  position: relative;
}
#about-page-box .about-bgimg-box {
  position: relative;
  z-index: 2;
}
#about-page-box .about-bgimg-box .img-box {
  position: relative;
  height: 100vh;
}
#about-page-box .about-bgimg-box .img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#about-page-box .about-bgimg-box .text-row-box {
  position: absolute;
  width: 40%;
  left: 50%;
  top: 50%;
  padding: 20px;
  border-radius: 30px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
  background-color: rgba(255, 255, 255, 0.7);
}
#about-page-box .about-bgimg-box .btn-group-box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 150px;
  z-index: 4;
}
@media (max-width: 1440px) {
  #about-page-box .about-bgimg-box .text-row-box {
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  #about-page-box .about-bgimg-box .text-row-box {
    width: 80%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 767.98px) {
  #about-page-box .about-bgimg-box .btn-group-box {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.product-sort-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 40px 0;
}
.product-sort-list .product-sort-item {
  display: inline-block;
  margin: 0px 15px 10px;
  padding-bottom: 5px;
  color: #4c4948;
  position: relative;
}
.product-sort-list .product-sort-item::before {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #4c4948;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-sort-list .product-sort-item:hover::before {
  width: 100%;
}
.product-sort-list .product-sort-item.active {
  color: #2c919b;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .product-sort-list {
    display: none;
  }
}

.phone-nav-bar {
  background-color: #2c919b;
  color: #fff;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.phone-nav-bar:hover {
  background-color: #aac8d1;
}
@media (max-width: 767.98px) {
  .phone-nav-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.best-sellers-item .img-row .hot-icon.product-icon {
  width: auto;
  padding: 0px 15px;
  background-color: #2c919b;
}

.news-item {
  display: block;
  padding: 0px 5px;
}
.news-item .text-row .title {
  margin: 8px 0;
  color: #2c919b;
}
.news-item .text-row .sub-title {
  height: 75px;
  overflow: hidden;
  color: #4c4948;
  margin-bottom: 15px;
}
.news-item .text-row .sub-group {
  color: #2c919b;
  padding-bottom: 8px;
  position: relative;
}
.news-item .text-row .sub-group::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #aac8d1;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-item .text-row .sub-group .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-item .text-row .sub-group .more span {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-bottom: 1px;
  margin-left: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-item:hover .text-row .sub-group::after {
  width: 0%;
}
.news-item:hover .text-row .sub-group .more span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#news-page {
  background-color: #fff;
}

#news-page-section .news-page-box {
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 4px 20px rgba(76, 73, 72, 0.2);
          box-shadow: 0px 4px 20px rgba(76, 73, 72, 0.2);
}
#news-page-section .news-page-box .news-page-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #2c919b;
}
#news-page-section .news-page-box .news-page-top .news-date {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #2c919b;
  color: #fff;
}
#news-page-section .news-page-box .news-page-top .news-title {
  width: calc(100% - 124px);
  margin-left: 24px;
}
#news-page-section .news-page-box .news-content {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  #news-page-section .news-page-box .news-page-top .news-date {
    width: 70px;
    height: 70px;
  }
  #news-page-section .news-page-box .news-page-top .news-title {
    width: 100%;
    margin: 20px 0px 20px 0px;
  }
}

.colum-item {
  display: block;
  padding: 0px 5px;
}
.colum-item .text-row {
  margin: 4px 0;
}
.colum-item .text-row .date-sort-from {
  margin: 15px 0;
}
.colum-item .text-row .date-sort-from .sort span {
  background-color: #2c919b;
  color: #fff;
  padding: 5px 10px;
}
.colum-item .text-row .title {
  margin: 4px 0;
  color: #4c4948;
}
.colum-item .text-row .sub-title {
  color: #4c4948;
  line-height: 26px;
  height: 75px;
  overflow: hidden;
}
.colum-item .sub-group {
  padding: 8px 0;
  position: relative;
}
.colum-item .sub-group::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #2c919b;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.colum-item .sub-group .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #2c919b;
}
.colum-item .sub-group .more span {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-bottom: 1px;
  margin-left: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.colum-item:hover .sub-group::after {
  width: 0%;
}
.colum-item:hover .sub-group .more span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.best-sellers-item .img-row {
  position: relative;
}
.best-sellers-item .img-row .hot-icon {
  position: absolute;
  width: 67px;
  height: 30px;
  background-color: #e28d3e;
  color: #fff;
  font-weight: bold;
  border-radius: 0px 5px 5px 0px;
  z-index: 3;
  left: 0;
  top: 5px;
  text-align: center;
  line-height: 28px;
}
.best-sellers-item .best-sellers-title {
  margin-top: 16px;
  color: #4c4948;
}
.best-sellers-item .best-sellers-sub-title {
  color: #5e9fa5;
}

.product-box .best-title {
  margin-bottom: 16px;
}
.product-box .price-group {
  margin-bottom: 28px;
}
.product-box .price-group .price {
  margin-bottom: 8px;
}
.product-box .price-group .price .price-line {
  display: inline-block;
  margin: 0px 8px;
  padding: 0px 5px;
  position: relative;
}
.product-box .price-group .price .price-line::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #7c7c7c;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-box .price-group .s-time-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}
.product-box .add-car-brn {
  display: block;
  border-radius: 5px;
  background-color: #2c919b;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  padding: 12px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-box .add-car-brn:hover {
  background-color: #4c4948;
}

.line-hr {
  width: 100%;
  height: 1px;
  background-color: #2c919b;
  margin: 30px 0;
}

.p-txt-info .p-txt-content .p-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #2c919b;
}
.p-txt-info .p-txt-content .p-tag .p-tag-item {
  width: calc(50% - 10px);
  border-radius: 5px 5px 0px 0;
  padding: 15px 0;
  text-align: center;
  color: #2c919b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.p-txt-info .p-txt-content .p-tag .p-tag-item.active, .p-txt-info .p-txt-content .p-tag .p-tag-item:hover {
  background-color: #2c919b;
  color: #fff;
}

.amount-text-box .text-row {
  width: 35px;
}
.amount-text-box .amount {
  width: calc(100% - 40px);
  margin-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #939393;
  border-radius: 5px;
  padding: 10px;
}
.amount-text-box .amount .down,
.amount-text-box .amount .up {
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  cursor: pointer;
}
.amount-text-box .amount .input-row {
  width: calc(100% - 36px);
}
.amount-text-box .amount .input-row input {
  border: 0px;
  width: 100%;
  text-align: center;
}
.amount-text-box .amount.cart-text {
  width: 100%;
}

.testimonials-item {
  display: block;
  padding: 0px 5px;
}
.testimonials-item .img-row {
  position: relative;
}
.testimonials-item .img-row .title-box {
  position: absolute;
  background-color: #e28d3e;
  padding: 10px;
  color: #fff;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.testimonials-item .sub-title-box {
  margin: 8px 0;
}

#health-column-page {
  background-color: #fff;
}

.remittance-fancybox {
  display: none;
  max-width: 550px;
  width: 100%;
  border-radius: 0;
  max-height: 90vh;
  padding: 40px;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .remittance-fancybox {
    padding: 20px;
  }
}

.form-control {
  color: #000;
}
.form-control::-webkit-input-placeholder {
  color: #939393;
}
.form-control::-moz-placeholder {
  color: #939393;
}
.form-control:-ms-input-placeholder {
  color: #939393;
}
.form-control::-ms-input-placeholder {
  color: #939393;
}
.form-control::placeholder {
  color: #939393;
}

input:-moz-read-only {
  background-color: #efefef;
  color: #000;
}

input:read-only {
  background-color: #efefef;
  color: #000;
}

.remittance-order-btn {
  background-color: transparent;
  border: 0px;
  color: #2c919b;
  border-bottom: 1px solid #2c919b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.remittance-order-btn:hover {
  color: #aac8d1;
  border-bottom: 1px solid transparent;
}

.order-table-box .order-table-header {
  display: block;
}
.order-table-box .order-table-header .order-header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #efefef;
  padding: 10px 0;
}
.order-table-box .order-table-header .order-header-list .order-header-item {
  font-weight: bold;
  color: #000;
  padding-left: 20px;
}
.order-table-box .order-table-header .order-header-list .order-header-item:nth-child(1) {
  width: 230px;
}
.order-table-box .order-table-header .order-header-list .order-header-item:nth-child(2), .order-table-box .order-table-header .order-header-list .order-header-item:nth-child(3) {
  width: 170px;
}
.order-table-box .order-table-header .order-header-list .order-header-item:nth-child(4) {
  width: 130px;
}
.order-table-box .order-table-header .order-header-list .order-header-item:nth-child(5) {
  width: 100px;
}
.order-table-box .order-table-header .order-header-list .order-header-item:nth-child(6) {
  width: 180px;
}
.order-table-box .order-table-body .order-body-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #C9C9C9;
}
.order-table-box .order-table-body .order-body-list .order-body-item {
  padding-left: 20px;
  color: #000;
}
.order-table-box .order-table-body .order-body-list .order-body-item:nth-child(1) {
  width: 230px;
}
.order-table-box .order-table-body .order-body-list .order-body-item:nth-child(2), .order-table-box .order-table-body .order-body-list .order-body-item:nth-child(3) {
  width: 170px;
}
.order-table-box .order-table-body .order-body-list .order-body-item:nth-child(4) {
  width: 130px;
}
.order-table-box .order-table-body .order-body-list .order-body-item:nth-child(5) {
  width: 100px;
  padding: 0;
  text-align: center;
}
.order-table-box .order-table-body .order-body-list .order-body-item:nth-child(6) {
  width: 180px;
}
@media (max-width: 1199.98px) {
  .order-table-box .order-table-header .order-header-list .order-header-item:nth-child(5) {
    width: 150px;
    padding: 0;
  }
  .order-table-box .order-table-body .order-body-list .order-body-item:nth-child(5) {
    width: 150px;
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .order-table-box .order-table-header {
    background-color: #e28d3e;
    padding: 10px 0;
  }
  .order-table-box .order-table-header .order-header-list {
    display: none;
  }
  .order-table-box .order-table-body .order-body-list .order-body-item {
    position: relative;
    margin: 10px 0;
  }
  .order-table-box .order-table-body .order-body-list .order-body-item::before {
    content: attr(data-mask);
    color: #000;
    font-weight: bold;
    display: block;
  }
  .order-table-box .order-table-body .order-body-list .order-body-item:nth-child(1), .order-table-box .order-table-body .order-body-list .order-body-item:nth-child(2), .order-table-box .order-table-body .order-body-list .order-body-item:nth-child(3), .order-table-box .order-table-body .order-body-list .order-body-item:nth-child(4), .order-table-box .order-table-body .order-body-list .order-body-item:nth-child(5), .order-table-box .order-table-body .order-body-list .order-body-item:nth-child(6) {
    width: 33.3333333333%;
    text-align: left;
    padding-left: 10px;
  }
}
@media (max-width: 767.98px) {
  .order-table-box .order-table-body .order-body-list .order-body-item {
    position: relative;
    margin: 10px 0;
  }
  .order-table-box .order-table-body .order-body-list .order-body-item::before {
    content: attr(data-mask);
    color: #000;
    font-weight: bold;
    display: block;
  }
  .order-table-box .order-table-body .order-body-list .order-body-item:nth-child(1), .order-table-box .order-table-body .order-body-list .order-body-item:nth-child(2), .order-table-box .order-table-body .order-body-list .order-body-item:nth-child(3), .order-table-box .order-table-body .order-body-list .order-body-item:nth-child(4), .order-table-box .order-table-body .order-body-list .order-body-item:nth-child(5), .order-table-box .order-table-body .order-body-list .order-body-item:nth-child(6) {
    width: 50%;
    text-align: left;
    padding-left: 20px;
  }
}

.copy-link {
  cursor: pointer;
  border-bottom: 1px solid #2c919b;
  color: #2c919b;
}

#tooltip {
  visibility: hidden;
  background-color: rgba(94, 159, 165, 0.8);
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 5px;
  position: absolute;
  z-index: 1;
  left: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#tooltip.show {
  visibility: visible;
  opacity: 1;
}

.text-line {
  margin-left: 20px;
  color: #aac8d1;
  border-bottom: 1px solid #aac8d1;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .text-line {
    margin-left: 0;
    margin-top: 10px;
  }
}

.cart-order-page-box .cart-top-header .title-box {
  background-color: #efefef;
  font-weight: bold;
  color: #000;
  padding: 10px 0;
}
.cart-order-page-box .cart-top-header .contact-table-box {
  padding: 15px 0;
  color: #000;
}
.cart-order-page-box .cart-top-header .contact-table-box .text-box:nth-last-child(1) {
  display: block;
  position: relative;
}
@media (max-width: 991.98px) {
  .cart-order-page-box .cart-top-header .title-box {
    display: none;
  }
  .cart-order-page-box .cart-top-header .contact-table-box .text-box {
    margin-bottom: 15px;
  }
  .cart-order-page-box .cart-top-header .contact-table-box .text-box::before {
    content: attr(data-mask);
    font-weight: bold;
    display: block;
  }
  .cart-order-page-box .cart-top-header .contact-table-box .text-box:nth-child(1) {
    background-color: #efefef;
    padding: 10px;
  }
}

.cart-product-list-table .product-header-box .title-box {
  background-color: #efefef;
  font-weight: bold;
  color: #000;
  padding: 10px 0;
}
.cart-product-list-table .product-list-box .table-box {
  padding: 15px 0;
  border-bottom: 1px solid #efefef;
}
.cart-product-list-table .product-list-box .table-box .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}
.cart-product-list-table .product-list-box .table-box .text-box .img-box {
  width: 80px;
  height: 80px;
}
.cart-product-list-table .product-list-box .table-box .text-box .title {
  width: calc(100% - 80px);
  padding-left: 5px;
}
.cart-product-list-table .product-list-box .table-box .text-box.delet-btn {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-product-list-table .product-list-box .table-box .text-box.delet-btn a {
  color: #000;
}
@media (max-width: 767.98px) {
  .cart-product-list-table .product-header-box .title-box .row {
    display: none;
  }
  .cart-product-list-table .product-list-box .table-box .text-box {
    margin-bottom: 10px;
  }
  .cart-product-list-table .product-list-box .table-box .text-box::before {
    content: attr(data-mask);
    font-weight: bold;
    display: block;
    color: #5e9fa5;
    padding-right: 20px;
  }
  .cart-product-list-table .product-list-box .table-box .text-box:nth-child(1)::before {
    width: 100%;
    margin-bottom: 5px;
  }
  .cart-product-list-table .product-list-box .table-box .text-box.delet-btn {
    margin-top: 20px;
  }
  .cart-product-list-table .product-list-box .table-box .text-box.delet-btn a {
    width: 100%;
    display: block;
    background-color: #e28d3e;
    padding: 10px 40vw;
    border-radius: 5px;
  }
  .cart-product-list-table .product-list-box .table-box .text-box.delet-btn a:hover {
    background-color: #2c919b;
    color: #fff;
  }
}

.left-info-box,
.right-info-box {
  color: #000;
  border: 1px solid #efefef;
}
.left-info-box .title,
.right-info-box .title {
  background-color: #efefef;
  padding: 10px 20px;
}
.left-info-box .text-box,
.right-info-box .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
.left-info-box .text-box .title-row,
.right-info-box .text-box .title-row {
  margin-right: 26px;
}

.cart-line {
  width: 100%;
  height: 1px;
  background-color: #efefef;
}

.down-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  background-color: #efefef;
  margin-bottom: 10px;
  padding: 16px;
  position: relative;
  z-index: 2;
}
.down-item::after {
  content: "";
  width: 0%;
  height: 100%;
  border-radius: 5px;
  background-color: #e28d3e;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}
.down-item .icon-box {
  width: 48px;
}
.down-item .down-icon {
  width: 32px;
  color: #5e9fa5;
}
.down-item .title-row {
  width: calc(100% - 80px);
  padding: 0px 20px;
  color: #000;
}
.down-item:hover {
  color: #fff;
}
.down-item:hover .down-icon {
  color: #fff;
}
.down-item:hover .title-row {
  color: #fff;
}
.down-item:hover::after {
  width: 100%;
  background-color: #e28d3e;
}

.coupons-info-box .title {
  background-color: #efefef;
  color: #000;
  padding: 10px 20px;
}
.coupons-info-box .coupons-list .coupons-item {
  padding: 10px 20px;
  border-bottom: 1px solid #efefef;
  color: #000;
}
.coupons-info-box .coupons-list .coupons-item .text-row:nth-last-child(1) {
  text-align: center;
}
@media (max-width: 991.98px) {
  .coupons-info-box .title .row {
    display: none;
  }
  .coupons-info-box .coupons-list .coupons-item .text-row {
    position: relative;
    margin-bottom: 10px;
  }
  .coupons-info-box .coupons-list .coupons-item .text-row::before {
    content: attr(data-mask);
    font-weight: bold;
    color: #5e9fa5;
    padding-right: 20px;
  }
  .coupons-info-box .coupons-list .coupons-item .text-row:nth-child(1)::before, .coupons-info-box .coupons-list .coupons-item .text-row:nth-child(2)::before {
    width: 100%;
    display: block;
  }
  .coupons-info-box .coupons-list .coupons-item .text-row:nth-last-child(1) {
    text-align: left;
  }
}

.balance-btn {
  width: 100%;
  border-radius: 5px;
  border: 0px;
  background-color: #2c919b;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
}
.balance-btn:hover {
  background-color: #aac8d1;
}

.form-group {
  color: #000;
}
.form-group .form-control {
  border: 1px solid #939393;
  border-radius: 5px;
  padding: 8px;
}

.forgot-password-btn {
  background-color: transparent;
  border: 0px;
  color: #000;
  text-align: center;
}
.forgot-password-btn span {
  border-bottom: 1px solid #000;
}
.forgot-password-btn:hover {
  color: #2c919b;
}

.member-btn {
  max-width: 380px;
  width: 100%;
  padding: 15px 0;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #424242;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0px;
  margin: 0 auto;
}
.member-btn:hover {
  background-color: #e28d3e;
}
.member-btn.register {
  background-color: #2c919b;
}
.member-btn.register:hover {
  background-color: #e28d3e;
}

.register-section {
  background: -webkit-gradient(linear, left top, right top, from(rgb(144, 175, 194)), to(rgb(96, 143, 166)));
  background: linear-gradient(90deg, rgb(144, 175, 194) 0%, rgb(96, 143, 166) 100%);
}
.register-section a {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.register-section a:hover {
  color: #e28d3e;
}

.forgot-fancybox {
  display: none;
  max-width: 480px;
  width: 100%;
  max-height: 90vh;
  padding: 48px;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .forgot-fancybox {
    padding: 30px;
  }
}

.pretty-select {
  background-image: url(../_img/contact/chevron-down.svg);
  background-position: 95% 50%;
  background-repeat: no-repeat;
}

.cart-step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}
.cart-step-list::before {
  content: "";
  width: 50%;
  height: 1px;
  background-color: #939393;
  position: absolute;
  left: 50%;
  top: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.cart-step-list .cart-step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 110px;
}
.cart-step-list .cart-step-item .step-box {
  width: 78px;
  height: 78px;
  background-color: #939393;
  border-radius: 99rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-step-list .cart-step-item .step-box.active {
  background-color: #2c919b;
}
.cart-step-list .cart-step-item:nth-child(1) {
  margin-left: 0;
}
.cart-step-list .cart-step-item:nth-last-child(1) {
  margin-right: 0;
}
.cart-step-list .cart-step-item .step-text-row {
  font-weight: bold;
  color: #000;
  margin-top: 10px;
}
@media (max-width: 1199.98px) {
  .cart-step-list::before {
    width: 70%;
  }
}
@media (max-width: 991.98px) {
  .cart-step-list::before {
    width: 70%;
  }
  .cart-step-list .cart-step-item {
    margin: 0px 50px;
  }
}
@media (max-width: 767.98px) {
  .cart-step-list::before {
    width: 60%;
    top: 20px;
  }
  .cart-step-list .cart-step-item {
    margin: 0px 10px;
  }
  .cart-step-list .cart-step-item .step-box {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 320px) {
  .cart-step-list .cart-step-item .step-text-row {
    font-size: 0.8rem;
  }
}

.small-add-btn {
  width: 100%;
  padding: 7px 0;
  text-align: center;
  background-color: #939393;
  border-radius: 5px;
  color: #fff;
  border: 0px;
}

.cancel-btn {
  border: 0px;
  background-color: transparent;
  color: #5e9fa5;
}
.cancel-btn span {
  text-decoration: underline;
}

.coupons-password-btn {
  border: 0px;
  background-color: transparent;
  text-align: right;
  color: #2c919b;
  text-decoration: underline;
}

.cart-step {
  max-width: 100%;
  font-weight: bold;
}

.coupons-fancybox {
  display: none;
  max-width: 950px;
  width: 100%;
  border-radius: 0;
  padding: 40px;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .coupons-fancybox {
    padding: 20px;
  }
}
.coupons-fancybox .row.coupons-list {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e28d3e;
}
.coupons-fancybox .row:nth-last-child(1).coupons-list {
  border-bottom: 0px;
}

.use-btn {
  background-color: transparent;
  border: 0;
  background-color: #939393;
  width: 100%;
  color: #fff;
  padding: 10px 0;
  border-radius: 5px;
}
.use-btn:hover {
  background-color: #aac8d1;
}

.back-cart-btn {
  display: inline-block;
  margin-top: 20px;
  text-decoration: underline;
}

input[type=checkbox] {
  border: 1px solid #000;
}

input[type=checkbox]:checked {
  border: 1px solid #000;
}

.from-box .from-box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.from-box .from-box-list .form-check {
  width: 50px;
}
.from-box .from-box-list .form-check.yes-box {
  width: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.from-box .from-box-list .form-check.yes-box .form-check-input {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.from-box .from-box-list .form-check.yes-box .form-check-label {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.from-box .from-box-list .form-check.yes-box .form-control {
  width: calc(100% - 36px);
  border: 0px;
  border-bottom: 1px solid #939393;
  border-radius: 0;
}
.from-box .from-box-list .form-check.yes-box.last {
  width: calc(100% - 100px);
}
.from-box .from-box-list .form-check.yes-box.last .form-check-label {
  width: 55px;
}
.from-box .from-box-list .form-check.yes-box.last .form-control {
  width: calc(100% - 285px);
}
.from-box .from-box-list .form-check.yes-box.last span {
  display: inline-block;
  width: 210px;
}
.from-box .from-box-list .form-check.last {
  width: 80px;
}
@media (max-width: 767.98px) {
  .from-box .from-box-list .form-check.last {
    width: 100%;
  }
  .from-box .from-box-list .form-check.yes-box.last {
    width: 100%;
  }
  .from-box .from-box-list .form-check.yes-box.last .form-control {
    width: 80%;
  }
}

.cart-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.cart-btn-group .cart-continue-btn {
  width: calc(50% - 10px);
  background-color: #939393;
  color: #fff;
  padding: 10px 0;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cart-btn-group .cart-continue-btn:hover {
  background-color: #aac8d1;
}
.cart-btn-group .cart-order-btn {
  width: calc(50% - 10px);
  background-color: #2c919b;
  color: #fff;
  padding: 10px 0;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cart-btn-group .cart-order-btn:hover {
  background-color: #aac8d1;
}

.lose-weight-page-section {
  position: relative;
}
.lose-weight-page-section .lose-weight-page {
  position: relative;
  z-index: 2;
}
.lose-weight-page-section .lose-weight-page .img-box {
  position: relative;
  min-height: 115dvh;
}
.lose-weight-page-section .lose-weight-page .img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.lose-weight-page-section .lose-weight-page .contact-page-box {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
.lose-weight-page-section .lose-weight-page .contact-page-box .lose-weight-page-questionnaire {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 40px;
  border-radius: 30px;
  position: relative;
}
.lose-weight-page-section .lose-weight-page .contact-page-box .lose-weight-page-questionnaire .analyze-line {
  position: absolute;
  right: -30px;
  top: -50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lose-weight-page-section .lose-weight-page .contact-page-box .lose-weight-page-questionnaire .analyze-line:hover {
  top: -40px;
}
.lose-weight-page-section .lose-weight-page .contact-page-box .lose-weight-page-questionnaire .line-text-box {
  background-color: #00c300;
  padding: 10px 15px;
  color: #fff;
}
.lose-weight-page-section .lose-weight-page .contact-page-box .lose-weight-page-questionnaire .line-text-box:hover {
  background-color: #2c919b;
}
@media (max-width: 1199.98px) {
  .lose-weight-page-section .lose-weight-page .contact-page-box {
    top: 80px;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@media (max-width: 991.98px) {
  .lose-weight-page-section .contact-page-box .lose-weight-page-questionnaire .analyze-line {
    right: 20px !important;
  }
}
@media (max-width: 575.98px) {
  .lose-weight-page-section .lose-weight-page .img-box {
    height: 130vh;
  }
  .lose-weight-page-section .contact-page-box .lose-weight-page-questionnaire .analyze-line {
    right: 10px !important;
  }
  .lose-weight-page-section .contact-page-box .lose-weight-page-questionnaire .analyze-line a img {
    width: 130px;
  }
}

.progress-bar-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.progress-bar-box .progress-box {
  width: 15px;
  height: 15px;
  border-radius: 99rem;
  background-color: #a8a8a8;
  margin: 20px 12px;
}
.progress-bar-box .progress-box.active {
  background-color: #2c919b;
}

.check-box {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.check-box input[type=checkbox] {
  display: none;
}
.check-box input[type=checkbox]:checked + span::after {
  display: block;
}
.check-box span {
  padding-left: 36px;
}
.check-box span::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 99rem;
  border: 1px solid #424242;
  position: absolute;
  left: 10px;
  top: 4px;
}
.check-box span::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #424242;
  border-radius: 99rem;
  position: absolute;
  left: 14px;
  top: 8px;
  display: none;
}
.check-box.male-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.check-box.male-form span::before {
  top: 10px;
}
.check-box.male-form span::after {
  top: 14px;
}
.check-box.male-form .form-control {
  width: 80px;
  margin-left: 10px;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #7c7c7c;
}

.radio-group {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.radio-group .radio-input {
  visibility: hidden; /* 把原本的input藏起來 */
  display: none;
}
.radio-group .radio-label {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
}
.radio-group .radio-button {
  /* 自定義樣式的span */
  width: 18px;
  height: 18px;
  border: 1px solid #424242;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
}
.radio-group .radio-button::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #424242;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (max-width: 575.98px) {
  .radio-group .radio-label {
    padding-top: 3px;
  }
}

.radio-input:checked ~ .radio-label .radio-button::after {
  /* 選中radio時 才顯示中間點點 */
  opacity: 1;
}

/* 簡單彈窗樣式 */
#popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#popup-overlay .popup-box {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  max-width: 500px;
  width: 90%;
  text-align: center;
  position: relative;
}

#popup-overlay #popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-size: 20px;
}