@import url(https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+TC:wght@400;700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800);
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: '';
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  cursor: pointer;
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir='rtl'] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url("/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("/fonts/slick.eot");
  src: url("/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/fonts/slick.woff") format("woff"), url("/fonts/slick.ttf") format("truetype"), url("/fonts/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '\2190'; }

[dir='rtl'] .slick-prev:before {
  content: '\2192'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '\2192'; }

[dir='rtl'] .slick-next:before {
  content: '\2190'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  text-align: center;
  width: 8px;
  height: 8px;
  margin: 5px 6px;
  border: 0.1rem solid #d7d7d7;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: all 0.3s ease;
  border-radius: 30px; }

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
  width: 18px;
  border-color: #ccc;
  background: #ccc; }

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav [class*='owl-'],
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=''],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/images/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-theme .owl-nav {
  margin-top: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0;
  margin-top: -15px;
  color: #c96;
  font-size: 16px;
  line-height: 1;
  padding: 0;
  border: 0.1rem solid #ebebeb;
  background: transparent;
  cursor: pointer;
  border-radius: 50px;
  transition: all 0.3s ease; }

.owl-theme .owl-nav [class*='owl-']:not(.disabled):hover {
  color: #fff;
  border-color: #c96;
  background: #c96;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.8;
  cursor: default; }

.owl-theme .owl-nav .owl-prev {
  left: -50px; }

.owl-theme .owl-nav .owl-next {
  right: -50px; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  line-height: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 6px;
  border: 0.1rem solid #d7d7d7;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: all 0.3s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot:hover span {
  border-color: #ccc;
  background: #ccc; }

.owl-theme .owl-dots .owl-dot.active span {
  width: 18px;
  border-color: #ccc;
  background: #ccc; }

.owl-theme.owl-light .owl-nav [class*='owl-'] {
  border-color: #b7b7b7; }

.owl-theme.owl-light .owl-nav [class*='owl-']:not(.disabled):hover {
  border-color: #c96; }

.owl-theme.owl-light .owl-dots .owl-dot:hover span {
  border-color: #c96;
  background: #c96; }

.owl-theme.owl-light .owl-dots .owl-dot.active span {
  border-color: #c96;
  background: #c96; }

.owl-theme.owl-nav-inside .owl-nav .owl-prev {
  left: 30px; }

.owl-theme.owl-nav-inside .owl-nav .owl-next {
  right: 30px; }

.owl-theme.owl-nav-inside .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px; }

.owl-simple .owl-nav {
  margin-top: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-simple .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0;
  margin-top: -21px;
  color: #ccc;
  font-size: 30px;
  line-height: 1;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: 50px;
  transition: all 0.3s ease; }

.owl-simple .owl-nav [class*='owl-'] i {
  margin-top: 0.1rem; }

.owl-simple .owl-nav [class*='owl-']:not(.disabled):hover {
  color: #c96;
  background: transparent;
  text-decoration: none; }

.owl-simple .owl-nav .disabled {
  opacity: 0.7;
  cursor: default; }

.owl-simple .owl-nav .owl-prev {
  left: -50px; }

.owl-simple .owl-nav .owl-next {
  right: -50px; }

.owl-simple .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-simple .owl-dots {
  line-height: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-simple .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-simple .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 6px;
  border: 0.1rem solid #d7d7d7;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: all 0.3s ease;
  border-radius: 30px; }

.owl-simple .owl-dots .owl-dot:hover span {
  border-color: #ccc;
  background: #ccc; }

.owl-simple .owl-dots .owl-dot.active span {
  width: 18px;
  border-color: #ccc;
  background: #ccc; }

.owl-simple.owl-light .owl-nav [class*='owl-'] {
  color: #fff; }

.owl-simple.owl-light .owl-dots .owl-dot:hover span {
  border-color: #c96;
  background: #c96; }

.owl-simple.owl-light .owl-dots .owl-dot.active span {
  border-color: #c96;
  background: #c96; }

.owl-simple.owl-light.owl-nav-inside .owl-dots .owl-dot.active span {
  border-color: #f8f8f8;
  background: #f8f8f8; }

.owl-simple.owl-dark .owl-nav [class*='owl-'] {
  color: #666666; }

.owl-simple.owl-dark .owl-dots .owl-dot span {
  border-color: #666666; }

.owl-simple.owl-dark .owl-dots .owl-dot:hover span,
.owl-simple.owl-dark .owl-dots .owl-dot.active span {
  border-color: #666666;
  background: #666666; }

.owl-simple.owl-nav-inside .owl-nav .owl-prev {
  left: 18px; }

.owl-simple.owl-nav-inside .owl-nav .owl-next {
  right: 18px; }

.owl-simple.owl-nav-inside .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px; }

.owl-full .owl-nav {
  margin-top: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-full .owl-nav [class*='owl-'] {
  position: absolute;
  top: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 100%;
  margin: 0;
  color: #c96;
  font-size: 20px;
  line-height: 1;
  padding: 0;
  text-align: center;
  border: none;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  border-radius: 0;
  transition: all 0.3s ease; }

.owl-full .owl-nav [class*='owl-'] i {
  margin-top: 0.1rem; }

.owl-full .owl-nav [class*='owl-']:hover,
.owl-full .owl-nav [class*='owl-']:focus {
  color: #c96;
  background: #fff;
  text-decoration: none;
  outline: none !important; }

.owl-full .owl-nav [class*='owl-']:before {
  content: '';
  display: block;
  width: 10px;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  border-radius: 20px 0 0 20px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/images/nav-prev-shadow.png"); }

.owl-full .owl-nav .disabled {
  opacity: 0;
  pointer-events: none;
  cursor: default; }

.owl-full .owl-nav .owl-prev {
  left: 0; }

.owl-full .owl-nav .owl-next {
  right: 0; }

.owl-full .owl-nav .owl-next:before {
  left: auto;
  right: 100%;
  background-image: url("/images/nav-next-shadow.png"); }

.owl-full.carousel-with-shadow .owl-stage-outer {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

.owl-full.carousel-with-shadow .owl-nav [class*='owl-'] {
  height: calc(100% - 20px); }

.owl-full .owl-nav.disabled + .owl-dots {
  margin-top: 0; }

.owl-full .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4rem;
  line-height: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-full .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-full .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 6px;
  border: 0.1rem solid #c96;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: all 0.3s ease;
  border-radius: 30px; }

.owl-full .owl-dots .owl-dot:hover span {
  border-color: #c96;
  background: #c96; }

.owl-full .owl-dots .owl-dot.active span {
  width: 18px;
  border-color: #c96;
  background: #c96; }

.owl-full.owl-nav-dark .owl-nav [class*='owl-'] {
  color: #333; }

.owl-full.owl-nav-dark .owl-nav [class*='owl-']:hover,
.owl-full.owl-nav-dark .owl-nav [class*='owl-']:focus {
  color: #c96;
  background: #fff; }

.bg-light .owl-full .owl-nav [class*='owl-']:hover,
.bg-light .owl-full .owl-nav [class*='owl-']:focus {
  background: #f8f8f8; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1442;
  overflow: hidden;
  position: fixed;
  opacity: 0;
  background: #333;
  transition: opacity 0.55s ease; }

.mfp-ready.mfp-bg {
  opacity: 0.9; }

.mfp-removing.mfp-ready.mfp-bg {
  opacity: 0; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1443;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1445; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1444; }

.mfp-preloader a {
  color: #ccc; }

.mfp-preloader a:hover {
  color: #fff; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1446;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 6rem;
  height: 5.2rem;
  font: normal normal 2.6rem/1 'molla';
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.6;
  padding: 0;
  color: #fff;
  transition: all 0.35s ease; }

.mfp-close span {
  display: none; }

.mfp-close:before {
  content: '\F191'; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder,
.mfp-iframe-holder,
.mfp-ajax-holder {
  opacity: 0;
  transition: 0.5s ease;
  transition-property: transform, opacity; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close,
.mfp-ajax-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  outline: none !important;
  display: none; }

.mfp-ready .mfp-image-holder,
.mfp-ready .mfp-iframe-holder,
.mfp-ready .mfp-ajax-holder,
.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-removing .mfp-image-holder,
.mfp-removing .mfp-iframe-holder,
.mfp-removing .mfp-ajax-holder,
.mfp-removing .mfp-container {
  opacity: 0; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  opacity: 0.6;
  margin: 0;
  top: 50%;
  margin-top: -50px;
  font-family: 'molla';
  color: #fff;
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 1;
  padding: 0;
  width: 64px;
  height: 100px;
  transition: all 0.35s ease;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:before {
  content: '\F111'; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:before {
  content: '\F112'; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1060px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  font-size: 13px;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.header.header-9 .mobile-menu-toggler {
  font-size: 2.5rem; }

.header.header-9 .logo {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center; }

.header.header-9 .menu > li > a {
  padding-left: 2.6rem;
  padding-top: 1.85rem;
  padding-bottom: 1.85rem; }

.header.header-9 .menu > li > a::before {
  content: '';
  display: block;
  position: absolute;
  left: 2rem;
  right: -1rem;
  bottom: 1.3rem;
  height: 0.1rem;
  background-color: #333333;
  transform-origin: right center;
  transform: scale(0, 1);
  transition: transform 0.3s ease; }

.header.header-9 .menu > li:hover > a,
.header.header-9 .menu > li:focus > a {
  color: #333333; }

.header.header-9 .menu > li:hover > a::before,
.header.header-9 .menu > li:focus > a::before {
  transform-origin: left center;
  transform: scale(1, 1); }

.header.header-9 .header-middle .menu.sf-arrows > li > .sf-with-ul {
  padding-right: 2rem;
  color: #333333; }

.header-middle {
  background-color: #fff;
  color: #333333; }

.header.header-9 .main-nav {
  margin-left: 0;
  margin-right: 2rem; }

.header.header-9 .wishlist-link {
  font-size: 2.8rem;
  color: #333333; }

.header.header-9 .wishlist-link .wishlist-count,
.header.header-9 .cart-dropdown .cart-count {
  min-width: 1.7rem;
  height: 1.7rem;
  margin-bottom: 1.5rem;
  margin-left: -0.7rem; }

/*
.header.header-9 .cart-dropdown:not(:hover):not(.show) .dropdown-toggle,
.header.header-9 .compare-dropdown:not(:hover):not(.show) .dropdown-toggle {
    color: $mainColor;
}
*/
.header.header-9 .cart-dropdown:hover,
.header.header-9 .cart-dropdown:focus {
  color: #333333; }

.header.header-9 .cart-dropdown:hover .cart-txt,
.header.header-9 .cart-dropdown:focus .cart-txt {
  color: #333333; }

.header.header-9 .wishlist-txt,
.header.header-9 .cart-txt {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
  margin-left: 1rem;
  margin-top: -0.5rem;
  transition: all 0.3s; }

.header.header-9 .menu li:hover > a,
.header.header-9 .menu li.show > a,
.header.header-9 .menu li.active > a {
  color: #fff; }

.header.header-9 .menu li:hover > a::before,
.header.header-9 .menu li.show > a::before,
.header.header-9 .menu li.active > a::before {
  transform-origin: left center;
  transform: scale(1, 1); }

.icon-shopping-cart {
  width: 2.2rem;
  content: url("/images/cart.png"); }

.icon-shopping-cart:hover {
  width: 2.2rem;
  content: url("/images/cart_b.png"); }

.title {
  font-weight: 600;
  font-size: 3rem;
  letter-spacing: -0.025em; }

.heading .title {
  margin-bottom: 0.7rem; }

.intro-slider-container,
.intro-slide {
  background-color: transparent; }

.intro-slide {
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center center;
  justify-content: center; }

.intro-slide .intro-content {
  position: relative;
  left: auto;
  top: auto;
  transform: translateY(0);
  -ms-transform: translateY(0); }

.intro-subtitle {
  font-weight: 400;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1rem; }

.intro-content .btn {
  border-color: #333333;
  letter-spacing: 0.01em; }

.intro-content .btn i {
  margin-left: 0.5rem;
  margin-bottom: 0.1rem; }

.intro-title {
  color: #333333;
  font-weight: 600;
  letter-spacing: -0.025em;
  margin-bottom: 1rem;
  text-transform: uppercase; }

.banner-display > a:before {
  background-color: rgba(102, 102, 102, 0.25); }

.banner-display .banner-title {
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: -0.025em; }

.banner-display .banner-subtitle {
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
  margin-top: 0; }

.banner-display .btn.banner-link {
  text-transform: none;
  min-width: 126px; }

.banner-title-hidden .banner-title {
  visibility: hidden;
  transition: all 0.3s; }

.banner-title-hidden:hover .banner-title,
.banner-title-hidden:focus .banner-title {
  visibility: visible; }

.product {
  margin-bottom: 2.6rem;
  background-color: transparent; }

.product:hover {
  box-shadow: none; }

.product .product-body {
  padding-left: 0;
  padding-right: 0; }

.product-title {
  font-size: 1.4rem;
  letter-spacing: 0; }

.product-price {
  font-size: 1.6rem;
  padding-top: 1rem;
  margin-bottom: 0.5rem; }

.product-nav-dots {
  margin-left: 1px; }

.product.product-4 .product-action-vertical {
  top: 2rem; }

.product.product-4 .product-list-watermark-vertical {
  top: 2rem; }

.product.product-4 .product-watermark-vertical {
  top: 2rem; }

.product.product-4 .product-price {
  flex-direction: column;
  align-items: flex-start; }

.product.product-4 .product-price .old-price {
  margin-left: 0;
  text-decoration: none;
  margin-top: 0.3rem; }

.product.product-4 .product-body {
  background-color: transparent; }

.product.product-4 .btn-product {
  color: #333;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  text-transform: uppercase;
  transition: none; }

.product.product-4 .btn-product span {
  font-size: 1.4rem;
  margin-left: -1.8rem;
  transition: all 0.3s; }

.product.product-4 .btn-product:before {
  color: #333;
  opacity: 0;
  transition: all 0.3s; }

.product.product-4 .btn-product:hover,
.product.product-4 .btn-product:focus {
  background-color: #333333; }

.product.product-4 .btn-product:hover::before,
.product.product-4 .btn-product:focus::before {
  opacity: 1;
  color: #fff; }

.product.product-4 .btn-product:hover span,
.product.product-4 .btn-product:focus span {
  margin-left: 0; }

.product.product-4 .btn-product:not(:hover):not(:focus) {
  background-color: rgba(255, 255, 255, 0.9); }

.owl-simple .owl-dots {
  margin-top: 1rem; }

.btn-product-icon:not(:hover):not(:focus) {
  color: #333; }

.icon-boxes-container {
  padding-top: 0.4rem;
  padding-bottom: 2.4rem; }

.icon-box {
  font-size: 1.4rem; }

.icon-box-side {
  margin-left: -1rem; }

.icon-box-icon {
  font-size: 3rem;
  color: #333333; }

.icon-box-content p {
  letter-spacing: -0.01em; }

.icon-box-side .icon-box-icon {
  min-width: 4.2rem;
  text-align: left; }

.icon-box-side .icon-box-title {
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: -0.01em; }

.footer-menu a:hover,
.footer-menu a:focus {
  box-shadow: 0 1px 0 #333333; }

@media screen and (min-width: 768px) {
  .intro-subtitle {
    font-size: 1.4rem;
    margin-bottom: 1.2rem; }
  .intro-slide {
    padding-top: 10rem; } }

@media screen and (min-width: 992px) {
  .intro-content .btn {
    min-width: 170px; }
  .intro-content .min-width-sm {
    min-width: 150px; }
  .intro-subtitle {
    margin-bottom: 1.4rem; }
  .intro-title {
    font-size: 4.6rem;
    margin-bottom: 1.7rem; }
  .intro-slide {
    padding-top: 10rem; } }

@media screen and (min-width: 1200px) {
  .intro-content .btn {
    min-width: 190px; }
  .intro-title {
    font-size: 6rem; }
  .intro-slide {
    padding-top: 10rem; } }

@media screen and (max-width: 767px) {
  .banner-display .banner-title {
    font-size: 1.8rem; }
  .intro-slide {
    padding-top: 6rem; } }

@charset "UTF-8";
@keyframes swing {
  0%,
  30%,
  50%,
  70%,
  100% {
    transform: rotate(0deg); }
  10% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); } }

.pro-sidebar {
  color: #adadad;
  height: 100%;
  width: 270px;
  min-width: 270px;
  text-align: left;
  transition: width, left, right, 0.3s;
  position: relative;
  z-index: 1009; }
  .pro-sidebar > .pro-sidebar-inner {
    background: #ffffff;
    height: 100%;
    position: relative;
    z-index: 101; }
    .pro-sidebar > .pro-sidebar-inner > img.sidebar-bg {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      position: absolute;
      opacity: 0.3;
      left: 0;
      top: 0;
      z-index: 100; }
    .pro-sidebar > .pro-sidebar-inner > .pro-sidebar-layout {
      height: 100%;
      overflow-y: auto;
      overflow-x: hidden;
      position: relative;
      display: flex;
      flex-direction: column;
      z-index: 101; }
      .pro-sidebar > .pro-sidebar-inner > .pro-sidebar-layout .pro-sidebar-header {
        border-bottom: 1px solid rgba(173, 173, 173, 0.2); }
      .pro-sidebar > .pro-sidebar-inner > .pro-sidebar-layout .pro-sidebar-content {
        flex-grow: 1; }
      .pro-sidebar > .pro-sidebar-inner > .pro-sidebar-layout .pro-sidebar-footer {
        border-top: 1px solid rgba(173, 173, 173, 0.2); }
      .pro-sidebar > .pro-sidebar-inner > .pro-sidebar-layout ul {
        list-style-type: none;
        padding: 0;
        margin: 0; }
  .pro-sidebar .overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 100;
    display: none; }
  .pro-sidebar.collapsed {
    width: 80px;
    min-width: 80px; }
  .pro-sidebar.rtl {
    text-align: right;
    direction: rtl; }
  @media (max-width: 480px) {
    .pro-sidebar.xs {
      position: fixed;
      left: -270px; }
      .pro-sidebar.xs.collapsed {
        left: -80px; }
      .pro-sidebar.xs.toggled {
        left: 0; }
        .pro-sidebar.xs.toggled .overlay {
          display: block; }
      .pro-sidebar.xs.rtl {
        left: auto;
        right: -270px; }
        .pro-sidebar.xs.rtl.collapsed {
          left: auto;
          right: -80px; }
        .pro-sidebar.xs.rtl.toggled {
          left: auto;
          right: 0; } }
  @media (max-width: 576px) {
    .pro-sidebar.sm {
      position: fixed;
      left: -270px; }
      .pro-sidebar.sm.collapsed {
        left: -80px; }
      .pro-sidebar.sm.toggled {
        left: 0; }
        .pro-sidebar.sm.toggled .overlay {
          display: block; }
      .pro-sidebar.sm.rtl {
        left: auto;
        right: -270px; }
        .pro-sidebar.sm.rtl.collapsed {
          left: auto;
          right: -80px; }
        .pro-sidebar.sm.rtl.toggled {
          left: auto;
          right: 0; } }
  @media (max-width: 768px) {
    .pro-sidebar.md {
      position: fixed;
      left: -270px; }
      .pro-sidebar.md.collapsed {
        left: -80px; }
      .pro-sidebar.md.toggled {
        left: 0; }
        .pro-sidebar.md.toggled .overlay {
          display: block; }
      .pro-sidebar.md.rtl {
        left: auto;
        right: -270px; }
        .pro-sidebar.md.rtl.collapsed {
          left: auto;
          right: -80px; }
        .pro-sidebar.md.rtl.toggled {
          left: auto;
          right: 0; } }
  @media (max-width: 992px) {
    .pro-sidebar.lg {
      position: fixed;
      left: -270px; }
      .pro-sidebar.lg.collapsed {
        left: -80px; }
      .pro-sidebar.lg.toggled {
        left: 0; }
        .pro-sidebar.lg.toggled .overlay {
          display: block; }
      .pro-sidebar.lg.rtl {
        left: auto;
        right: -270px; }
        .pro-sidebar.lg.rtl.collapsed {
          left: auto;
          right: -80px; }
        .pro-sidebar.lg.rtl.toggled {
          left: auto;
          right: 0; } }
  @media (max-width: 1200px) {
    .pro-sidebar.xl {
      position: fixed;
      left: -270px; }
      .pro-sidebar.xl.collapsed {
        left: -80px; }
      .pro-sidebar.xl.toggled {
        left: 0; }
        .pro-sidebar.xl.toggled .overlay {
          display: block; }
      .pro-sidebar.xl.rtl {
        left: auto;
        right: -270px; }
        .pro-sidebar.xl.rtl.collapsed {
          left: auto;
          right: -80px; }
        .pro-sidebar.xl.rtl.toggled {
          left: auto;
          right: 0; } }

.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item:before {
  content: '';
  display: inline-block;
  width: 4px;
  min-width: 4px;
  height: 4px;
  border: 1px solid #2b2b2b;
  border-radius: 50%;
  margin-right: 15px;
  position: relative;
  box-shadow: 1px 0px 0px #adadad, 0px -1px 0px #adadad, 0px 1px 0px #adadad, -1px 0px 0px #adadad; }

.pro-sidebar .pro-menu .pro-menu-item > .pro-inner-item > .pro-item-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.pro-sidebar .pro-menu {
  padding-top: 10px;
  padding-bottom: 10px; }
  .pro-sidebar .pro-menu > ul > .pro-sub-menu > .pro-inner-list-item {
    position: relative;
    background-color: #2b2b2b; }
    .pro-sidebar .pro-menu > ul > .pro-sub-menu > .pro-inner-list-item > div > ul {
      padding-top: 15px;
      padding-bottom: 15px; }
  .pro-sidebar .pro-menu a {
    text-decoration: none;
    color: #adadad; }
    .pro-sidebar .pro-menu a:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: transparent; }
    .pro-sidebar .pro-menu a:hover {
      color: #d8d8d8; }
  .pro-sidebar .pro-menu .pro-menu-item {
    font-size: 15px; }
    .pro-sidebar .pro-menu .pro-menu-item.active {
      color: #d8d8d8; }
    .pro-sidebar .pro-menu .pro-menu-item .suffix-wrapper {
      opacity: 1;
      transition: opacity 0.2s; }
    .pro-sidebar .pro-menu .pro-menu-item .prefix-wrapper {
      display: flex;
      margin-right: 5px;
      opacity: 1;
      transition: opacity 0.2s; }
    .pro-sidebar .pro-menu .pro-menu-item > .pro-inner-item {
      position: relative;
      display: flex;
      align-items: center;
      padding: 8px 35px 8px 20px;
      cursor: pointer; }
      .pro-sidebar .pro-menu .pro-menu-item > .pro-inner-item:focus {
        outline: none;
        color: #d8d8d8; }
      .pro-sidebar .pro-menu .pro-menu-item > .pro-inner-item > .pro-icon-wrapper {
        margin-right: 10px;
        font-size: 14px;
        width: 35px;
        min-width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        display: inline-block; }
        .pro-sidebar .pro-menu .pro-menu-item > .pro-inner-item > .pro-icon-wrapper .pro-icon {
          display: flex;
          height: 100%;
          align-items: center;
          justify-content: center; }
      .pro-sidebar .pro-menu .pro-menu-item > .pro-inner-item > .pro-item-content {
        flex-grow: 1;
        flex-shrink: 1; }
      .pro-sidebar .pro-menu .pro-menu-item > .pro-inner-item:hover {
        color: #d8d8d8; }
        .pro-sidebar .pro-menu .pro-menu-item > .pro-inner-item:hover .pro-icon-wrapper .pro-icon {
          animation: swing ease-in-out 0.5s 1 alternate; }
    .pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu > .pro-inner-item:before {
      background: #adadad; }
    .pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu > .pro-inner-item > .pro-arrow-wrapper {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%); }
      .pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu > .pro-inner-item > .pro-arrow-wrapper .pro-arrow {
        display: inline-block;
        border-style: solid;
        border-color: #adadad;
        border-width: 0 2px 2px 0;
        padding: 2.5px;
        vertical-align: middle;
        transition: transform 0.3s;
        transform: rotate(-45deg); }
    .pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu.open > .pro-inner-item:before {
      background: transparent !important; }
    .pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu.open > .pro-inner-item > .pro-arrow-wrapper .pro-arrow {
      transform: rotate(45deg); }
    .pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item {
      padding-left: 20px; }
      .pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item {
        padding: 8px 30px 8px 15px; }
        .pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item > .pro-icon-wrapper {
          display: none; }
        .pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item .pro-arrow-wrapper {
          display: none; }
  .pro-sidebar .pro-menu.shaped .pro-menu-item > .pro-inner-item > .pro-icon-wrapper {
    background-color: #2b2b2b; }
  .pro-sidebar .pro-menu.square .pro-menu-item > .pro-inner-item > .pro-icon-wrapper {
    border-radius: 0; }
  .pro-sidebar .pro-menu.round .pro-menu-item > .pro-inner-item > .pro-icon-wrapper {
    border-radius: 4px; }
  .pro-sidebar .pro-menu.circle .pro-menu-item > .pro-inner-item > .pro-icon-wrapper {
    border-radius: 50%; }

.pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item {
  position: relative; }
  .pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item > .pro-inner-item > .suffix-wrapper,
  .pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item > .pro-inner-item > .prefix-wrapper {
    opacity: 0; }
  .pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item > .pro-inner-list-item {
    background-color: #2b2b2b;
    z-index: 111; }
  .pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer; }
  .pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu {
    position: relative; }
    .pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu > .pro-inner-item {
      pointer-events: none; }
      .pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu > .pro-inner-item > .pro-arrow-wrapper {
        display: none; }
    .pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu > .pro-inner-list-item {
      height: auto !important;
      position: fixed;
      visibility: hidden;
      min-width: 220px;
      max-width: 270px;
      background-color: transparent;
      max-height: 100%;
      padding-left: 3px; }
      .pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu > .pro-inner-list-item.has-arrow {
        padding-left: 10px; }
      .pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu > .pro-inner-list-item > .popper-inner {
        max-height: 100vh;
        overflow-y: auto;
        background-color: #2b2b2b;
        padding-left: 20px;
        border-radius: 4px; }
    .pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu:hover > .pro-inner-list-item {
      transition: visibility, transform 0.3s;
      visibility: visible; }
    .pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu:hover .pro-icon-wrapper .pro-icon {
      animation: swing ease-in-out 0.5s 1 alternate; }
    .pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-sub-menu-item,
    .pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item {
      padding: 8px 30px 8px 5px; }

.pro-sidebar.rtl .pro-menu .pro-menu-item .prefix-wrapper {
  margin-right: 0;
  margin-left: 5px; }

.pro-sidebar.rtl .pro-menu .pro-menu-item > .pro-inner-item {
  padding: 8px 20px 8px 35px; }
  .pro-sidebar.rtl .pro-menu .pro-menu-item > .pro-inner-item > .pro-icon-wrapper {
    margin-right: 0;
    margin-left: 10px; }

.pro-sidebar.rtl .pro-menu .pro-menu-item.pro-sub-menu > .pro-inner-item > .pro-arrow-wrapper {
  right: auto;
  left: 20px; }
  .pro-sidebar.rtl .pro-menu .pro-menu-item.pro-sub-menu > .pro-inner-item > .pro-arrow-wrapper .pro-arrow {
    transform: rotate(135deg); }

.pro-sidebar.rtl .pro-menu .pro-menu-item.pro-sub-menu.open > .pro-inner-item > .pro-arrow-wrapper .pro-arrow {
  transform: rotate(45deg); }

.pro-sidebar.rtl .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item {
  padding-left: 0;
  padding-right: 20px; }
  .pro-sidebar.rtl .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item {
    padding: 8px 15px 8px 30px; }
    .pro-sidebar.rtl .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item:before {
      margin-right: 0;
      margin-left: 15px; }

.pro-sidebar.rtl.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu > .pro-inner-list-item {
  padding-left: 0;
  padding-right: 3px; }
  .pro-sidebar.rtl.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu > .pro-inner-list-item.has-arrow {
    padding-right: 10px; }
  .pro-sidebar.rtl.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu > .pro-inner-list-item > .popper-inner {
    padding-left: 0;
    padding-right: 20px; }

.pro-sidebar.rtl.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-sub-menu-item,
.pro-sidebar.rtl.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item {
  padding: 8px 5px 8px 30px; }

.popper-arrow {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; }

.popper-element[data-popper-placement^='left'] > .popper-arrow {
  right: 0;
  border-right: 7px solid #2b2b2b; }

.popper-element[data-popper-placement^='right'] > .popper-arrow {
  left: 0;
  border-left: 7px solid #2b2b2b; }

.react-slidedown {
  height: 0;
  transition-property: none;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out; }

.react-slidedown.transitioning {
  overflow-y: hidden; }

.react-slidedown.closed {
  display: none; }

#__next {
  height: 100%; }

.main-color {
  color: #333333; }

.highlight-color {
  color: #f30000 !important; }

.footer {
  background-color: black;
  min-height: 15.9rem; }
  .footer a:hover, .footer a:focus {
    color: #f30000; }
  .footer .footer-frame {
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    @media (min-width: 768px) {
      .footer .footer-frame {
        flex-direction: row; } }
    @media (min-width: 992px) {
      .footer .footer-frame {
        flex-direction: row; } }
    @media (min-width: 1200px) {
      .footer .footer-frame {
        flex-direction: row; } }
    .footer .footer-frame .left-item {
      display: flex;
      flex-direction: column; }
      @media (min-width: 768px) {
        .footer .footer-frame .left-item {
          flex-direction: row; } }
      @media (min-width: 992px) {
        .footer .footer-frame .left-item {
          flex-direction: row; } }
      @media (min-width: 1200px) {
        .footer .footer-frame .left-item {
          flex-direction: row; } }
      .footer .footer-frame .left-item dl {
        width: 14rem;
        margin-top: 1rem; }
        @media (min-width: 768px) {
          .footer .footer-frame .left-item dl {
            margin: 2.5rem 0; } }
        @media (min-width: 992px) {
          .footer .footer-frame .left-item dl {
            margin: 2.5rem 0; } }
        @media (min-width: 1200px) {
          .footer .footer-frame .left-item dl {
            margin: 2.5rem 0; } }
      .footer .footer-frame .left-item dt {
        color: #7f7f7f;
        font-size: 1.1rem;
        font-weight: normal;
        margin-bottom: 1.2rem; }
      .footer .footer-frame .left-item dd {
        color: white;
        font-size: 1rem;
        margin-bottom: 0;
        font-weight: 400; }
    .footer .footer-frame .right-item {
      color: white;
      font-size: 0.8rem;
      text-align: right;
      display: flex;
      flex-direction: row;
      align-items: baseline;
      justify-content: center; }
      @media (min-width: 768px) {
        .footer .footer-frame .right-item {
          flex-direction: column;
          align-items: flex-end;
          justify-content: center; } }
      @media (min-width: 992px) {
        .footer .footer-frame .right-item {
          flex-direction: column;
          align-items: flex-end;
          justify-content: center; } }
      @media (min-width: 1200px) {
        .footer .footer-frame .right-item {
          flex-direction: column;
          align-items: flex-end;
          justify-content: center; } }
      .footer .footer-frame .right-item .app-frame {
        flex-basis: 15rem;
        text-align: center;
        margin-bottom: 2rem; }
        @media (min-width: 768px) {
          .footer .footer-frame .right-item .app-frame {
            flex-basis: auto;
            text-align: unset;
            margin-bottom: 0; } }
        @media (min-width: 992px) {
          .footer .footer-frame .right-item .app-frame {
            flex-basis: auto;
            text-align: unset;
            margin-bottom: 0; } }
        @media (min-width: 1200px) {
          .footer .footer-frame .right-item .app-frame {
            flex-basis: auto;
            text-align: unset;
            margin-bottom: 0; } }
    .footer .footer-frame .app-img {
      width: 11rem;
      display: inline-block; }
      .footer .footer-frame .app-img.margin-bottom {
        margin-bottom: 0.5rem; }
  .footer .footer-bottom {
    display: flex;
    background-color: white;
    min-height: 3rem;
    align-items: center;
    justify-content: space-between;
    flex-direction: column-reverse; }
    @media (min-width: 768px) {
      .footer .footer-bottom {
        align-items: center;
        justify-content: space-between;
        flex-direction: row; } }
    @media (min-width: 992px) {
      .footer .footer-bottom {
        align-items: center;
        justify-content: space-between;
        flex-direction: row; } }
    @media (min-width: 1200px) {
      .footer .footer-bottom {
        align-items: center;
        justify-content: space-between;
        flex-direction: row; } }
    .footer .footer-bottom .logo {
      margin-left: 0;
      width: 30rem;
      height: auto; }
      @media (min-width: 768px) {
        .footer .footer-bottom .logo {
          margin-left: 1rem;
          width: 15rem;
          height: auto; } }
      @media (min-width: 992px) {
        .footer .footer-bottom .logo {
          margin-left: 1rem;
          width: 15rem;
          height: auto; } }
      @media (min-width: 1200px) {
        .footer .footer-bottom .logo {
          margin-left: 1rem;
          width: 15rem;
          height: auto; } }
    .footer .footer-bottom .info,
    .footer .footer-bottom .info > p {
      text-align: left;
      margin: 1rem;
      font-size: 1rem;
      color: #333333; }
      @media (min-width: 768px) {
        .footer .footer-bottom .info,
        .footer .footer-bottom .info > p {
          margin: 0;
          margin-right: 1rem;
          text-align: right; } }
      @media (min-width: 992px) {
        .footer .footer-bottom .info,
        .footer .footer-bottom .info > p {
          margin: 0;
          margin-right: 1rem;
          text-align: right; } }
      @media (min-width: 1200px) {
        .footer .footer-bottom .info,
        .footer .footer-bottom .info > p {
          margin: 0;
          margin-right: 1rem;
          text-align: right; } }

.myModal.close {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  z-index: 99999; }

.member-frame {
  display: flex;
  font-weight: 400;
  min-height: 600px;
  flex-direction: column; }
  @media (min-width: 768px) {
    .member-frame {
      flex-direction: row; } }
  @media (min-width: 992px) {
    .member-frame {
      flex-direction: row; } }
  @media (min-width: 1200px) {
    .member-frame {
      flex-direction: row; } }
  .member-frame .frame-left {
    margin-left: 0rem;
    flex-basis: 22rem; }
    .member-frame .frame-left .li {
      cursor: pointer;
      font-size: 1.4rem;
      margin-bottom: 1rem;
      padding-bottom: 1rem;
      color: #333333;
      border-bottom: 1px solid #ededed;
      font-weight: 400; }
      .member-frame .frame-left .li a {
        color: #333333; }
      .member-frame .frame-left .li.active {
        color: #333333; }
        .member-frame .frame-left .li.active a {
          color: #333333;
          font-weight: 600; }
  .member-frame .frame-right {
    flex: 1;
    margin: 0;
    display: flex;
    align-items: center;
    width: 85%;
    justify-content: center; }
    @media (min-width: 768px) {
      .member-frame .frame-right {
        align-items: flex-start; } }
    @media (min-width: 992px) {
      .member-frame .frame-right {
        align-items: flex-start; } }
    @media (min-width: 1200px) {
      .member-frame .frame-right {
        align-items: flex-start; } }
    .member-frame .frame-right .member-from {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      margin-bottom: 5rem;
      width: 100%; }
      .member-frame .frame-right .member-from > .half {
        width: 40%;
        margin: 0 auto; }
      .member-frame .frame-right .member-from label {
        font-weight: 400; }
      .member-frame .frame-right .member-from .form-header {
        width: 100%; }
        .member-frame .frame-right .member-from .form-header > h1 {
          font-family: Lato, 'Noto Sans CJK TC', NotoSansTC, 'Microsoft JhengHei', 'Pingfang TC', sans-serif;
          font-weight: 400;
          font-size: 2.8rem;
          text-align: center;
          margin-bottom: 6rem; }
      .member-frame .frame-right .member-from .form-footer {
        justify-content: center;
        padding-top: 5rem;
        width: 100%; }
        .member-frame .frame-right .member-from .form-footer .btn {
          width: 2rem; }
    @media (max-width: 992px) {
      .member-frame .frame-right .member-from {
        flex-direction: column; }
        .member-frame .frame-right .member-from > div {
          width: 90%; } }

.text-center {
  text-align: center; }

.intro-flex {
  display: flex !important; }

.intro-slide .intro-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .intro-slide .intro-content .video {
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0; }
  .intro-slide .intro-content .textFrame {
    position: relative;
    text-align: center; }

.no-padding {
  padding: 0; }

.product .product-last-price {
  padding-right: 1rem;
  text-decoration-line: line-through;
  color: #797979; }

.product-media {
  margin: 0 0.5rem; }

.product-body {
  background-color: transparent; }

.menu-title {
  cursor: pointer; }

.filter-item {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.pro-sidebar {
  background-color: #fff; }

.pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu > .pro-inner-list-item > .popper-inner {
  background-color: #fff; }

.pro-sidebar .pro-menu > ul > .pro-sub-menu > .pro-inner-list-item {
  background-color: #fff; }

.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item {
  padding: 0;
  padding-right: 15px; }

.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item:before {
  border: unset;
  width: 0;
  height: 0;
  min-width: 0; }

.pro-sidebar .pro-menu > ul > .pro-sub-menu > .pro-inner-list-item > div > ul {
  padding-top: 5px;
  padding-bottom: 5px; }

.pro-sidebar .pro-menu .pro-menu-item > .pro-inner-item {
  padding: 0px 35px 0px 0px; }
  .pro-sidebar .pro-menu .pro-menu-item > .pro-inner-item .pro-item-content {
    color: #333;
    font-weight: 400;
    font-size: 1.6rem; }
    .pro-sidebar .pro-menu .pro-menu-item > .pro-inner-item .pro-item-content .item-count {
      height: 2rem;
      font-weight: 300;
      font-size: 1.3rem;
      line-height: 10px;
      border-radius: 0.6rem;
      color: #777;
      padding: 5px 8px;
      background-color: #f8f8f8; }

.pro-sidebar .pro-menu {
  padding-top: 5px;
  padding-bottom: 5px; }

.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item {
  padding-left: 0px; }

.pro-arrow {
  display: inline-block;
  border-style: solid;
  border-color: #adadad;
  border-width: 0 2px 2px 0;
  padding: 2.5px;
  vertical-align: middle;
  transition: transform 0.3s;
  transform: rotate(-45deg); }

.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item .pro-arrow-wrapper {
  display: unset; }

.pro-sidebar .sub-menu .pro-menu-item > .pro-inner-item .pro-item-content {
  font-size: 1.4rem; }

.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item:before {
  margin-right: 5px; }

.custom-header {
  position: relative; }
  .custom-header .megamenu {
    width: 100vw;
    z-index: 9; }
  .custom-header .sub-container {
    display: flex;
    justify-content: center; }

.recommend .banner {
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  margin-bottom: 3rem; }
  .recommend .banner.banner-1 {
    width: 100%;
    height: 900px; }
  .recommend .banner.recommend-right {
    width: 100%;
    height: 280px; }

.recommend > div {
  text-align: center; }

.breeze-daily .banner {
  width: 100%; }
  .breeze-daily .banner .banner-title {
    padding: 1rem; }

.breeze-daily .dailyType1 {
  opacity: 0.8;
  display: flex;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }

.breeze-daily .dailyType2 {
  opacity: 0.8;
  display: flex;
  height: 240px;
  background-repeat: no-repeat;
  background-size: initial;
  background-position: 50% 50%; }

.product-list .product-item-img {
  width: 100%;
  height: 266.98px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }

.custom-btn {
  display: block;
  border: 1px solid #333333;
  padding: 10px;
  width: 80%;
  background-color: #fff;
  color: #333333; }
  .custom-btn:hover {
    background-color: #333333;
    color: #fff; }
  @media (min-width: 768px) {
    .custom-btn {
      display: none; } }
  @media (min-width: 992px) {
    .custom-btn {
      display: none; } }
  @media (min-width: 1200px) {
    .custom-btn {
      display: none; } }

.toolbox-right {
  flex: 1; }

.filter-section {
  display: block; }
  @media (min-width: 768px) {
    .filter-section {
      display: none; } }
  @media (min-width: 992px) {
    .filter-section {
      display: none; } }
  @media (min-width: 1200px) {
    .filter-section {
      display: none; } }
  .filter-section.filter-top {
    display: flex;
    justify-content: space-between;
    font-weight: 900;
    padding: 10px 20px 10px;
    border-bottom: 1px solid #ddd; }
    @media (min-width: 768px) {
      .filter-section.filter-top {
        display: none; } }
    @media (min-width: 992px) {
      .filter-section.filter-top {
        display: none; } }
    @media (min-width: 1200px) {
      .filter-section.filter-top {
        display: none; } }
  .filter-section .pro-sidebar {
    background-color: #fff;
    width: 100vw;
    min-width: 100vw; }
  .filter-section .pro-sidebar.md {
    position: fixed;
    left: -100vw; }
  .filter-section .pro-sidebar .overlay {
    background-color: #fff; }
  .filter-section .pro-sidebar.md.toggled {
    left: 0; }
  .filter-section .pro-sidebar > .pro-sidebar-inner .pro-sidebar-content {
    margin: 20px; }

.filter-section-pc {
  display: none; }
  @media (min-width: 768px) {
    .filter-section-pc {
      display: block; } }
  @media (min-width: 992px) {
    .filter-section-pc {
      display: block; } }
  @media (min-width: 1200px) {
    .filter-section-pc {
      display: block; } }

.pc-flex {
  display: none; }
  @media (min-width: 768px) {
    .pc-flex {
      display: block; } }
  @media (min-width: 992px) {
    .pc-flex {
      display: block; } }
  @media (min-width: 1200px) {
    .pc-flex {
      display: block; } }

.intro-slide .intro-content {
  height: 100%;
  width: 100vw;
  background-size: cover;
  background-position: 50% 50%; }

.sidebar-filter-clear {
  color: #333333 !important;
  cursor: pointer; }

.widget-clean {
  display: none; }
  @media (min-width: 768px) {
    .widget-clean {
      display: flex; } }
  @media (min-width: 992px) {
    .widget-clean {
      display: flex; } }
  @media (min-width: 1200px) {
    .widget-clean {
      display: flex; } }

.phone-frame {
  display: flex;
  flex-direction: row;
  align-items: flex-end; }
  .phone-frame .phoneCode {
    flex-basis: 10rem;
    margin-right: 15px; }
    .phone-frame .phoneCode .form-control {
      padding: 0; }
  .phone-frame .phone {
    flex: 1; }

.login-form .desc {
  text-align: center; }

.login-form .label {
  height: 0rem; }

.form-tab .form-footer {
  border-bottom: none; }

.form-footer {
  flex-direction: column;
  text-align: center; }
  .form-footer .margin-top-more {
    margin-top: 7rem !important; }
  .form-footer .btn {
    margin-right: 0;
    margin-bottom: 1.5rem !important; }
  .form-footer .btn-outline-primary-2 {
    margin-top: 25px; }
  .form-footer .custom-control {
    margin-bottom: 1rem; }
  .form-footer .forgot-link {
    margin-top: 10px;
    margin-left: unset; }

@media screen and (min-width: 768px) {
  .form-tab .form-footer .btn {
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 768px) {
  .form-box {
    min-width: 575px; } }

@media (min-width: 992px) {
  .form-box {
    min-width: 575px; } }

@media (min-width: 1200px) {
  .form-box {
    min-width: 575px; } }

.farfetchAlert {
  width: 300px;
  height: 290px;
  align-items: center;
  justify-content: center;
  padding: 2rem; }

.farfetchTextStyle {
  text-align: center;
  height: 150px;
  padding: 20px; }

.farfetchTextStyle2 {
  text-align: center;
  padding: 20px;
  padding-left: 3rem; }

.errorAlert {
  width: 300px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem; }

.adAlert {
  width: 600px;
  height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem; }

.adAlertMobile {
  width: 100%;
  height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem; }

.product-details .product-subtitle {
  font-size: 2rem; }

.product-details .product-number-frame {
  display: flex; }
  .product-details .product-number-frame .product-last-price {
    color: #666666;
    font-size: 2.4rem;
    text-decoration-line: line-through;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem; }

.product-details .product-id {
  font-size: 1rem; }

.product-main-image [data-rmiz-wrap='visible'],
.product-main-image [data-rmiz-wrap='hidden'] {
  display: inherit; }

.topBannerArrow {
  z-index: 1;
  width: 3rem; }
  .topBannerArrow.left {
    left: 20px; }
  .topBannerArrow.right {
    right: 20px; }
  .topBannerArrow:before {
    content: ''; }

.channelArrow {
  z-index: 1;
  width: 3rem; }
  .channelArrow.left {
    left: -40px; }
  .channelArrow.right {
    right: -40px; }
  .channelArrow:before {
    content: ''; }

.table.table-summary .summary-new td {
  padding-bottom: 0;
  height: auto;
  border-bottom: none;
  color: #333;
  font-weight: 400;
  font-size: 1.6rem; }

.checkout .center {
  display: flex;
  justify-content: center; }

.checkout-custom-btn {
  position: relative; }
  .checkout-custom-btn .btn {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 2.1rem; }

.accordion-summary .card-body .input {
  width: 100%; }

.accordion-summary .card-body .card-section-1 {
  display: flex;
  flex-direction: row;
  align-items: center; }
  .accordion-summary .card-body .card-section-1 .item {
    margin-left: 4px; }
  .accordion-summary .card-body .card-section-1 label {
    margin-bottom: 0; }
  .accordion-summary .card-body .card-section-1 img {
    width: 2rem;
    height: 1.2rem; }

.accordion-summary .card-body .card-section-2 {
  margin-top: 5px;
  display: flex; }
  .accordion-summary .card-body .card-section-2 .item {
    flex: 1; }
  .accordion-summary .card-body .card-section-2 .credit-expires {
    margin-right: 10px; }

.accordion-summary .card-select {
  display: flex;
  align-items: center; }
  .accordion-summary .card-select .card-icon {
    margin-top: 0;
    width: 2rem;
    height: 1.2rem;
    margin-right: 4px; }

.buyNotice {
  max-height: 75vh;
  overflow-y: scroll;
  padding: 30px;
  max-width: 80vw; }

.ask_userinfomodify {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px; }
  .ask_userinfomodify div {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    width: 100%;
    justify-content: center; }
    .ask_userinfomodify div label {
      margin: 0px 0px 0px 10px;
      font-family: 'PingFang TC';
      font-size: 16px;
      font-weight: 500;
      line-height: 22.4px;
      letter-spacing: 1.75px;
      color: #FE7171; }
    .ask_userinfomodify div button {
      width: 50%;
      font-family: 'PingFang TC';
      font-size: 14px;
      font-weight: 500;
      line-height: 19.6px;
      letter-spacing: 1.75px;
      text-align: center;
      border: none;
      padding: 10px; }
    .ask_userinfomodify div button:nth-child(1) {
      color: #333333;
      background-color: white; }
    .ask_userinfomodify div button:nth-child(2) {
      color: white;
      background-color: #333333; }
  .ask_userinfomodify label {
    font-family: 'PingFang TC';
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    letter-spacing: 1.75px;
    margin-bottom: 20px; }

.notw_userinfomodify {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px; }
  .notw_userinfomodify div {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    width: 100%;
    justify-content: center; }
    .notw_userinfomodify div label {
      margin: 0px 0px 0px 10px;
      font-family: 'PingFang TC';
      font-size: 16px;
      font-weight: 500;
      line-height: 22.4px;
      letter-spacing: 1.75px;
      color: #FE7171; }
    .notw_userinfomodify div button {
      width: 50%;
      font-family: 'PingFang TC';
      font-size: 14px;
      font-weight: 500;
      line-height: 19.6px;
      letter-spacing: 1.75px;
      text-align: center;
      border: none;
      padding: 10px; }
    .notw_userinfomodify div button {
      color: white;
      background-color: #333333; }
  .notw_userinfomodify label {
    font-family: 'PingFang TC';
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    letter-spacing: 1.75px;
    margin-bottom: 20px; }

.password-from {
  display: flex;
  justify-content: center; }
  .password-from form {
    flex-basis: 28rem;
    margin-bottom: 5rem; }
    .password-from form .btn {
      width: 1rem; }

.point-frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20rem;
  color: #333; }
  .point-frame .form-header {
    width: 90%; }
    .point-frame .form-header > h1 {
      font-family: Lato, 'Noto Sans CJK TC', NotoSansTC, 'Microsoft JhengHei', 'Pingfang TC', sans-serif;
      font-weight: 400;
      font-size: 2.8rem;
      text-align: center;
      margin-bottom: 6rem; }
  .point-frame .title {
    font-size: 2.8rem;
    font-weight: 400; }
  .point-frame .tips {
    font-weight: 400;
    font-size: 1.5rem; }
    .point-frame .tips span {
      font-size: 2rem; }
  .point-frame .points {
    font-size: 3.2rem;
    font-weight: 400;
    padding-top: 1rem; }
    .point-frame .points b {
      font-size: 2.5rem; }

.order-frame {
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important; }
  .order-frame .card-title a {
    background-color: #fafafa !important; }
  .order-frame a {
    color: #828282;
    font-weight: 400;
    font-size: 1.5rem; }
    .order-frame a .listItem {
      margin: 1rem 0; }
  .order-frame .card-body {
    border-top: 0.15rem solid rgba(0, 0, 0, 0.125);
    background-color: #fafafa !important;
    font-weight: 400;
    font-size: 1.2rem; }
    .order-frame .card-body .listItem {
      margin: 0rem 0; }
    .order-frame .card-body .table th {
      font-size: 1.2rem; }
    .order-frame .card-body .table td {
      border-bottom: 0;
      padding: 1rem 3rem 0rem 2rem; }
      .order-frame .card-body .table td > div:not([class]) {
        text-align: left;
        margin-left: 75px; }
      .order-frame .card-body .table td > div.product {
        justify-content: flex-start; }
      @media screen and (min-width: 768px) {
        .order-frame .card-body .table td {
          padding: 2rem 3rem; }
          .order-frame .card-body .table td > div.product {
            justify-content: center; }
          .order-frame .card-body .table td > div:not([class]) {
            text-align: center;
            margin-left: 0; } }

.mobile-menu {
  display: block;
  font-weight: 500; }
  @media (min-width: 992px) {
    .mobile-menu {
      display: none; } }
  @media (min-width: 1200px) {
    .mobile-menu {
      display: none; } }
  .mobile-menu.zindexHigh .pro-sidebar {
    z-index: 112; }
  .mobile-menu.zindexHigh .pro-sidebar-header {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000; }
  .mobile-menu.zindexHigh li a {
    color: #333333;
    padding: 0;
    border-bottom: 0;
    padding-top: 0.8rem;
    padding-left: 0.8rem; }
  .mobile-menu.zindexHigh .card-title {
    font-size: 1.3rem;
    line-height: 1rem; }
    .mobile-menu.zindexHigh .card-title .no-arrow {
      font-size: 1.5rem;
      color: #333333; }
      .mobile-menu.zindexHigh .card-title .no-arrow a:before {
        content: ''; }
    .mobile-menu.zindexHigh .card-title a {
      font-size: 1.5rem;
      color: #333333; }
  .mobile-menu .pro-sidebar-inner {
    background-color: #fff; }
  .mobile-menu .header {
    color: #333333;
    text-align: center; }
  .mobile-menu .menu-li {
    color: #333333;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 1.5rem;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-bottom: -1px;
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .mobile-menu .pro-sidebar-footer {
    padding: 0 2rem;
    height: 130px !important;
    line-height: 60px !important; }
    .mobile-menu .pro-sidebar-footer .btn {
      display: block; }

.wishlist-link i:hover {
  color: #333333; }

.refund-table-checkbox {
  position: absolute;
  left: 0;
  top: 40%; }
  .refund-table-checkbox input {
    transform: translateY(0) !important; }

.refund-table .product-col {
  padding-left: 0.8rem; }
  .refund-table .product-col .product {
    justify-content: flex-start; }
  .refund-table .product-col .product-media {
    margin-right: 15px !important; }

.refund-table .price-col {
  width: 150px !important;
  margin-left: 44px;
  text-align: left; }

@media screen and (min-width: 992px) {
  .refund-table-checkbox {
    position: static; }
  .refund-table .product-col {
    padding-left: 3rem; }
    .refund-table .product-col .product {
      justify-content: center; }
  .refund-table .price-col {
    width: 100%;
    margin-left: 0;
    text-align: center; } }

.tabpay-input {
  width: 100%;
  border: 1px solid #9c9c9c;
  background-color: #fff;
  border-radius: 3px;
  height: 30px;
  padding: 0 10px;
  font-size: 1rem;
  line-height: 42px; }

.barcode-label {
  display: flex;
  justify-content: space-between; }
  .barcode-label span {
    color: green; }

.result-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 5rem 0; }
  .result-frame .icon {
    width: 15rem;
    height: auto; }
  .result-frame .main-word {
    padding-top: 2rem; }
  .result-frame .btn-frame {
    margin-top: 2rem;
    display: flex;
    flex-direction: row; }
    .result-frame .btn-frame .btn {
      margin: 0 1rem; }

.about img {
  margin-bottom: 3rem;
  width: 100%;
  height: auto; }

.details-filter-row .product-nav-thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .details-filter-row .product-nav-thumbs a {
    max-width: 350px;
    display: flex;
    flex: auto;
    justify-content: center;
    border-color: #333333;
    color: #333333;
    border-width: 1px;
    padding: 0.5rem;
    cursor: pointer;
    margin: 0rem 0.5rem 0.5rem 0rem; }
  .details-filter-row .product-nav-thumbs span {
    border-color: #afafaf;
    color: #afafaf;
    border-width: 1px;
    padding: 0.5rem;
    margin: 0rem 0.5rem 0.5rem 0rem; }
  .details-filter-row .product-nav-thumbs .active {
    border-color: #333333;
    color: #ffffff;
    border-width: 1px;
    padding: 0.5rem;
    background-color: #333333; }

.staging-info label img {
  display: inline-block;
  width: 15px;
  margin-left: 5px;
  vertical-align: revert; }

.staging-info .staging-info-item {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  border: 1px solid #D7D7D7;
  padding: 4px 10px;
  letter-spacing: 3px;
  margin-right: 15px; }
  .staging-info .staging-info-item span {
    font-family: 'Noto Sans CJK TC';
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 21px;
    margin-right: 4px; }
  .staging-info .staging-info-item span.info {
    color: #FF984E; }

.refund {
  width: 100%;
  height: 85vh;
  overflow: auto;
  padding: 3rem;
  min-width: calc(100vw* 0.7); }
  .refund .select-custom {
    margin-bottom: 0; }
  .refund .form-control {
    margin-bottom: 0.5rem; }
  .refund label {
    padding-top: 1rem; }

.center-flex {
  display: flex;
  align-items: center;
  justify-content: center; }

.form-box .tab-content {
  height: 60vh;
  overflow: auto; }

.cursor-pointer {
  cursor: pointer; }

.submit_hide {
  appearance: button;
  -webkit-writing-mode: horizontal-tb !important;
  writing-mode: horizontal-tb;
  text-rendering: auto;
  color: -internal-light-dark(buttontext, #aaaaaa);
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  align-items: flex-start;
  cursor: default;
  background-color: transparent;
  box-sizing: border-box;
  margin: 0em;
  font: 400 13.3333px Arial;
  padding: 0;
  border: 0;
  border-width: 0;
  border-style: outset;
  border-color: -internal-light-dark(#767676, #c3c3c3);
  border-image: initial; }

#google-container .gpay-button.long {
  width: 100%; }

.ReactModal__Content {
  -webkit-overflow-scrolling: initial !important; }

.form-control:disabled,
.form-control[readonly] {
  cursor: not-allowed; }
  .form-control:disabled:focus,
  .form-control[readonly]:focus {
    background-color: #e9ecef;
    opacity: 1;
    border: none;
    cursor: not-allowed; }

.hoverItemList .menu-title {
  font-weight: 500; }
  .hoverItemList .menu-title:hover {
    color: #797979;
    font-weight: 500; }

.hoverItemList .megamenu li a {
  padding-right: 0;
  padding-left: 0;
  font-weight: 400;
  color: #333333; }
  .hoverItemList .megamenu li a:hover {
    color: #797979;
    font-weight: 300; }

#sortby {
  color: #797979;
  font-weight: normal;
  font-size: 16px;
  height: 35px;
  max-width: 182px; }

.underline {
  cursor: pointer;
  text-decoration: underline; }

.product-desc-content p {
  color: #333333; }

.newsletter-popup-container {
  min-height: unset;
  width: unset; }
  @media (min-width: 768px) {
    .newsletter-popup-container {
      width: 850px; } }
  @media (min-width: 992px) {
    .newsletter-popup-container {
      width: 850px; } }
  @media (min-width: 1200px) {
    .newsletter-popup-container {
      width: 850px; } }
  .newsletter-popup-container .btn-frame {
    display: flex;
    justify-content: space-between;
    align-items: baseline; }
    .newsletter-popup-container .btn-frame .btn {
      margin: 0 10px;
      min-width: 100px; }

.form-check {
  padding-top: 5px;
  padding-bottom: 5px; }

.form-check-label {
  padding-left: 10px; }

.form-check-label > img {
  display: inline-block;
  padding-right: 5px; }

.pay-icon {
  width: 32px; }

.form-check-input {
  margin-top: 0.7rem; }

.form-check > label > span {
  display: inline-block;
  height: 25px;
  line-height: 25px; }

.promo-error-text {
  padding: 5px;
  padding-left: 10px;
  color: red; }

@font-face {
  font-family: 'ChronicleRoman';
  src: url("/fonts/ChronicleDisplayRoman.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.heading .title {
  font-family: 'ChronicleRoman';
  font-weight: 500;
  letter-spacing: normal; }

.page-header h1 {
  font-family: Lato, 'Noto Sans CJK TC', NotoSansTC, 'Microsoft JhengHei', 'Pingfang TC', sans-serif;
  font-weight: 400;
  font-size: 2.8rem; }

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1400px; } }

@media screen and (min-width: 1500px) {
  .container {
    max-width: 1500px; } }

.container {
  width: 1400px; }

.header-right > .cart-dropdown {
  height: 35px;
  margin: auto; }

.header .container,
.header .container-fluid {
  flex-wrap: wrap; }

.header-bottom {
  display: flex;
  margin-left: auto;
  align-items: center; }

.mobile-menu-toggler {
  margin-left: 0; }

.icon-search:before {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url("/images/common/search_inactive.png");
  background-size: 24px 24px;
  display: inline-block; }

.form-search {
  border: 0.1rem solid;
  width: 400px;
  text-align: end;
  border-color: #aaa;
  border-radius: 5px; }

.input-search,
.btn-search {
  border: 0rem; }

.input-search {
  padding-left: 10px;
  width: 310px;
  background-color: #FFFFFF; }

.btn-search {
  background: transparent; }

input.input-search:focus {
  outline: none; }

@media screen and (max-width: 767px) {
  .intro-slide {
    padding-top: 9.5rem; } }

body a {
  font: normal 400 1.4rem/1.86 'Lato', NotoSansTC, 'Microsoft JhengHei', 'Pingfang TC', 'Noto Sans CJK TC', sans-serif; }

.pagination {
  justify-content: center; }

.product-soldout {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  background: #fff;
  opacity: 0.7;
  font-size: 30px;
  color: #6d6d6d;
  line-height: 80px;
  text-align: center; }

.soldout ::before {
  content: 'SOLD OUT';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #000;
  opacity: 0.6;
  font-size: 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center; }

.order-record .card-title a:before,
.order-record .card-title a.collapsed:before {
  transform: scale(1.5); }

.order-record .form-header {
  width: 100%; }
  .order-record .form-header > h1 {
    font-family: Lato, 'Noto Sans CJK TC', NotoSansTC, 'Microsoft JhengHei', 'Pingfang TC', sans-serif;
    font-weight: 400;
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 6rem; }

.wishList-frame {
  width: 100%; }
  .wishList-frame .form-header {
    width: 100%; }
    .wishList-frame .form-header > h1 {
      font-family: Lato, 'Noto Sans CJK TC', NotoSansTC, 'Microsoft JhengHei', 'Pingfang TC', sans-serif;
      font-weight: 400;
      font-size: 2.8rem;
      text-align: center;
      margin-bottom: 6rem; }

.invoice-radio {
  padding-top: 5px;
  padding-bottom: 5px; }

.invoice-radio-label {
  padding-left: 10px; }

.address-checkbox {
  padding-top: 5px;
  padding-bottom: 5px; }

.address-checkbox-label {
  padding-left: 10px; }

.giftBox-checkbox {
  padding-top: 5px;
  padding-bottom: 5px; }

.giftBox-checkbox-label {
  padding-left: 10px; }

.product-brand {
  color: #797979; }
  .product-brand:hover {
    color: #333333; }

.details-filter-row label {
  width: auto;
  min-width: 60px;
  margin-right: 10px; }

.scroll-to-top {
  position: fixed;
  bottom: 5rem;
  right: 5rem;
  animation: fadeIn 700ms ease-in-out 1s both;
  cursor: pointer;
  display: inline-block; }

@media screen and (max-width: 768px) {
  .scroll-to-top {
    bottom: 2rem;
    right: 2rem; } }

.cartSoldout ::before {
  content: 'Sold Out';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  background: #fff;
  opacity: 0.7;
  font-size: 15px;
  color: #6d6d6d;
  line-height: 50px; }

.unavailableCartSoldout ::before {
  content: 'Sold Out';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #fff;
  opacity: 0.7;
  font-size: 15px;
  color: #6d6d6d;
  line-height: 100px;
  text-align: center; }

.product-hotsale {
  color: #fff;
  background: #000; }

.product-details .product-hotsale {
  text-align: center;
  width: 70%; }

.product-price {
  padding-top: 0rem; }

.branch-list {
  display: flex;
  flex-direction: column;
  align-content: stretch; }
  .branch-list .branch {
    border-bottom: 1px solid #cccccc;
    display: flex;
    flex-flow: row wrap;
    align-content: stretch;
    justify-content: center; }
    .branch-list .branch .branch-building {
      margin: 1rem;
      max-width: 400px;
      align-items: start;
      justify-content: center;
      display: flex; }
      @media (min-width: 768px) {
        .branch-list .branch .branch-building {
          min-width: 400px; } }
      @media (min-width: 992px) {
        .branch-list .branch .branch-building {
          min-width: 400px; } }
      @media (min-width: 1200px) {
        .branch-list .branch .branch-building {
          min-width: 400px; } }
    .branch-list .branch .branch-detail {
      margin: 1rem;
      max-width: 400px;
      min-width: 370px; }
      @media (min-width: 768px) {
        .branch-list .branch .branch-detail {
          min-width: 430px; } }
      @media (min-width: 992px) {
        .branch-list .branch .branch-detail {
          min-width: 430px; } }
      @media (min-width: 1200px) {
        .branch-list .branch .branch-detail {
          min-width: 430px; } }
      .branch-list .branch .branch-detail .branch-heading {
        color: #333333;
        font-weight: bold; }
      .branch-list .branch .branch-detail .branch-period-title {
        font-weight: bold; }

.phone-frame .phoneCode {
  flex-basis: 11rem; }

.autoSuggestDropdown {
  position: relative;
  display: inline-block; }

.searchKeyword {
  word-break: break-all; }

.autoSuggestContent {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  text-align: left;
  justify-content: space-between;
  display: none;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  min-width: 600px;
  right: 0;
  padding: 1rem; }
  .autoSuggestContent .historyList {
    padding: 1rem;
    flex-basis: 100%;
    width: 100%;
    border-top: 1px solid #ccc; }
    .autoSuggestContent .historyList .suggest {
      color: #666666; }
    .autoSuggestContent .historyList .headBar,
    .autoSuggestContent .historyList .headBarItem {
      justify-content: space-between;
      display: flex; }
    .autoSuggestContent .historyList .headBarItem {
      width: 50%;
      align-items: center;
      word-break: break-all; }
      .autoSuggestContent .historyList .headBarItem .historyClearAll a {
        font: unset;
        color: #333333; }
  .autoSuggestContent .brandList,
  .autoSuggestContent .catalogList {
    padding: 1rem;
    flex-basis: 50%; }
    .autoSuggestContent .brandList .suggest,
    .autoSuggestContent .catalogList .suggest {
      color: #666666; }

.autoSuggestDropdown:hover .autoSuggestContent {
  display: flex; }

@media screen and (max-width: 767px) {
  .autoSuggestContent {
    flex-direction: column;
    min-width: 100%;
    height: auto;
    margin-top: 0.1rem;
    display: flex; }
    .autoSuggestContent .historyList .headBarItem {
      width: 100%; } }

@media screen and (max-width: 767px) and (hover: none) {
  .autoSuggestDropdown:hover .autoSuggestContent {
    display: flex; } }

.cart-address-modal {
  padding: 3rem 2rem;
  width: 90vw; }
  .cart-address-modal > h5 {
    text-align: center; }
  .cart-address-modal-add {
    color: #333333;
    text-decoration: underline; }
  .cart-address-modal-wrapper {
    overflow-y: auto;
    max-height: 60vh; }
  .cart-address-modal-section {
    background-color: #f9f9f9;
    border: 1px solid #dadada;
    border-radius: 10px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    position: relative; }
    .cart-address-modal-section + .cart-address-modal-section {
      margin-top: 20px; }
    .cart-address-modal-section > button {
      min-width: 0;
      position: absolute;
      right: 0;
      text-decoration: underline;
      top: 10px; }
      .cart-address-modal-section > button:last-child {
        top: 35px; }
  .cart-address-modal-submit {
    margin: 2rem 2.5% 0;
    width: 95%; }
  @media screen and (min-width: 768px) {
    .cart-address-modal {
      width: 500px; } }

.card-duties-item {
  color: #333;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 40px;
  display: flex;
  justify-content: space-between; }

.full-member-modal {
  max-width: 500px; }
  .full-member-modal-message {
    font-size: 1.8rem;
    color: #333333;
    margin-top: 4rem;
    margin-bottom: 50px; }

input[type='search'] {
  font-size: 16px; }

.btn-search > svg {
  vertical-align: baseline; }

input[type='search']::-webkit-search-decoration:hover,
input[type='search']::-webkit-search-cancel-button:hover {
  cursor: pointer; }

.filterPrice {
  display: flex;
  justify-content: space-around; }
  .filterPrice .filterPriceInput {
    width: 45%; }

.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important; }

.no-spin {
  -moz-appearance: textfield !important; }

::-webkit-input-placeholder {
  color: #757575; }

:-moz-placeholder {
  color: #757575;
  opacity: 1; }

::-moz-placeholder {
  color: #757575;
  opacity: 1; }

:-ms-input-placeholder {
  color: #757575; }

::-ms-input-placeholder {
  color: #757575; }

::placeholder {
  color: #757575; }

.breeze-daily .dailyType1,
.breeze-daily .dailyType2 {
  opacity: unset; }

.stack-sidebar {
  z-index: 0; }

.about-content {
  margin-left: 3rem; }

.timeline {
  margin-left: 3rem; }
  .timeline ul,
  .timeline ol {
    list-style: inside; }

.channel {
  display: block;
  position: relative;
  background-color: #ccc;
  height: 100%;
  width: 100%; }
  .channel .channel-title {
    display: flex;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 4rem;
    line-height: 2rem;
    font-size: 1.6rem;
    font-weight: 900;
    color: #fff; }
    .channel .channel-title div {
      align-self: flex-end;
      padding-left: 1rem;
      padding-bottom: 1rem; }

.colorbar {
  background-color: #333333;
  color: white;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0.05rem;
  height: 4rem;
  line-height: 4rem;
  left: 0px;
  right: 0px; }
  .colorbar .fade-in {
    transition: opacity 1s ease; }
  .colorbar .fade-out {
    opacity: 0;
    transition: opacity 1s ease; }
  .colorbar a {
    text-decoration: underline;
    color: white;
    font-size: 1.4rem;
    font-weight: 350;
    padding-left: 1rem;
    letter-spacing: 0.05rem;
    line-height: 4rem; }

.colorbarPC {
  top: 108px; }

.colorbarMobile {
  top: 95px; }

.colorbarIndex {
  position: absolute;
  z-index: 1; }

.colorbarCommon {
  position: unset;
  z-index: 0; }

.countdownPC {
  background: linear-gradient(0deg, #85cacd 10%, rgba(133, 202, 205, 0) 100%, rgba(133, 202, 205, 0.5) 47.92%);
  position: absolute;
  z-index: 99;
  width: 100vw;
  bottom: 0;
  height: 90px; }
  .countdownPC p {
    font-weight: 900;
    font-size: 2rem;
    line-height: 36px;
    letter-spacing: 1.75px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    padding: 2.5vh 2.1vw 0 2.1vw;
    text-align: center; }

.countdownMobile {
  background: linear-gradient(0deg, #85cacd 10%, rgba(133, 202, 205, 0) 100%, rgba(133, 202, 205, 0.5) 47.92%);
  position: absolute;
  z-index: 99;
  width: 100vw;
  bottom: 0;
  height: 90px; }
  .countdownMobile p {
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 36px;
    letter-spacing: 1.75px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    padding: 1vh 0.5vw 0 0.5vw;
    text-align: center; }

.countdownItemPC {
  font-weight: 900;
  font-size: 3rem;
  line-height: 36px;
  letter-spacing: 1px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 3vw 0 3vw;
  margin: auto; }
  .countdownItemPC span {
    font-size: 1.2rem; }

.countdownItemMobile {
  font-weight: 900;
  font-size: 2rem;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 3vw 0 3vw;
  margin: auto; }
  .countdownItemMobile span {
    font-size: 0.8rem; }

.topgap {
  padding-top: 4rem; }

h2.product-subtitle a {
  font-size: 1.4rem;
  font-weight: 700; }

.daily-slide {
  padding-top: unset; }

.loadingModal {
  width: 300px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem; }
  .loadingModal .loading-msg {
    display: block;
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: #ffffff;
    font-weight: 600;
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .loadingModal .spinner {
    text-align: center; }
  .loadingModal .spinner > div {
    margin: 0 0.5rem;
    width: 18px;
    height: 18px;
    background-color: #84dade;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
  .loadingModal .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
  .loadingModal .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.btn-primary:hover,
.btn-primary:focus {
  color: #333333 !important;
  border-color: #333333;
  background-color: #ffffff;
  text-decoration: none; }

.btn-outline-primary-2:hover {
  color: #fff !important; }

.indexActive .designerFontStyle {
  font-weight: 600;
  color: #000; }

.indexActive:before {
  content: '';
  position: absolute;
  top: -8px;
  background: #84dade;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  left: 50%;
  margin-left: -4px; }

.designer-index-setcion {
  padding-bottom: 4rem; }

.designerBrandIndex {
  font-family: 'PingFang TC';
  font-weight: 400;
  font-size: 24px;
  line-height: 50px;
  color: #333333;
  text-align: center; }
  @media (min-width: 768px) {
    .designerBrandIndex {
      font-weight: 300;
      font-size: 38px; } }
  @media (min-width: 992px) {
    .designerBrandIndex {
      font-weight: 300;
      font-size: 38px; } }
  @media (min-width: 1200px) {
    .designerBrandIndex {
      font-weight: 300;
      font-size: 38px; } }

.designerBrandName {
  display: grid;
  grid-template-columns: 1fr;
  font-family: 'PingFang TC';
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 56px; }
  @media (min-width: 768px) {
    .designerBrandName {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 992px) {
    .designerBrandName {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 1200px) {
    .designerBrandName {
      grid-template-columns: repeat(3, 1fr); } }

.designerTitle {
  background-color: white; }

.designerSearch {
  padding-bottom: 2rem;
  top: 75px;
  z-index: 1;
  background-color: white; }
  .designerSearch .search-bar {
    border: 1px;
    border-bottom-style: solid;
    border-color: #898989;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: auto; }
    @media (min-width: 768px) {
      .designerSearch .search-bar {
        width: 34rem; } }
    @media (min-width: 992px) {
      .designerSearch .search-bar {
        width: 34rem; } }
    @media (min-width: 1200px) {
      .designerSearch .search-bar {
        width: 34rem; } }
    .designerSearch .search-bar .designerInput {
      width: 80%;
      height: 4rem;
      font-style: normal;
      font-weight: 400;
      font-size: 2rem;
      line-height: 4rem;
      color: #333;
      text-align: center;
      background-color: white; }
      .designerSearch .search-bar .designerInput::-webkit-input-placeholder, .designerSearch .search-bar .designerInput::placeholder {
        color: rgba(137, 137, 137, 0.5);
        font-weight: 200; }
      .designerSearch .search-bar .designerInput:focus::placeholder {
        color: transparent; }

.designerIndex {
  white-space: nowrap;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  overflow-x: scroll;
  top: 0px;
  z-index: 1;
  background-color: white;
  padding-top: 15px; }
  .designerIndex ::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */ }
  .designerIndex ul li {
    margin: 1rem 1.5rem;
    position: relative; }
    .designerIndex ul li a:hover, .designerIndex ul li a:active {
      font-weight: 600; }
      .designerIndex ul li a:hover:before, .designerIndex ul li a:active:before {
        content: '';
        position: absolute;
        top: -8px;
        background: #84dade;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        left: 50%;
        margin-left: -4px; }
    .designerIndex ul li a p {
      text-align: center;
      font-weight: 300; }
  .designerIndex ul li.long:hover:before {
    margin-left: -4px; }
  .designerIndex ul > li.long:hover:before {
    margin-left: -4px; }

.designerFontStyle {
  font-family: Lato, NotoSansTC, 'Microsoft JhengHei', 'Pingfang TC', 'Noto Sans CJK TC', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2rem;
  line-height: 4rem;
  color: #7b7b7b; }
  .designerFontStyle:hover, .designerFontStyle:active {
    font-weight: 600;
    color: #000; }

.form-control {
  border: 1px solid #333;
  font-weight: 500;
  color: #333; }

label {
  font-weight: 400; }

tr.summary-promocode {
  height: 16rem; }
  tr.summary-promocode .promo-error-text {
    line-height: 1.6rem;
    font-size: 1.3rem;
    height: 1.6rem;
    width: 14rem;
    text-align: left;
    padding-left: 0; }
  tr.summary-promocode .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 12rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    flex-direction: row;
    justify-content: space-between; }
    tr.summary-promocode .input-group .input-group-append {
      display: flex;
      justify-content: space-between;
      width: 8.5rem;
      margin-left: 0; }
    tr.summary-promocode .input-group input#promoCode {
      width: 100%; }
    tr.summary-promocode .input-group button {
      min-width: 4rem;
      height: 4rem;
      padding-left: 0;
      padding-right: 0; }

.dailyblock {
  display: flex;
  flex-direction: row;
  justify-content: center; }

.daily {
  position: relative;
  min-width: 0;
  word-wrap: break-word; }
  .daily .cover {
    background-color: transparent;
    box-shadow: inset 1px -110px 30px -40px rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1; }
  .daily .desc {
    width: 100%;
    height: 5.8rem;
    line-height: 2.2rem;
    margin-bottom: 1rem;
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #fff;
    z-index: 2; }
  .daily .desc-img-overlay {
    position: absolute;
    padding: 1.25rem;
    right: 0;
    bottom: 0;
    left: 0;
    top: unset; }

.cropped {
  border: 0px solid black; }

.cropped img {
  width: 400px;
  height: 350px; }

.ellipsis {
  text-overflow: ellipsis;
  /* Required for text-overflow to do anything */
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal; }

.slick-prev,
.slick-next {
  padding-bottom: 5rem; }

.remind,
.remind-inline {
  color: red;
  font-weight: 900;
  font-family: unset; }

.remind-inline {
  display: inline-block; }

.floating-banner {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  cursor: pointer;
  display: inline-block;
  z-index: 2; }
  .floating-banner a img {
    width: 130px;
    height: 173px; }
  @media (min-width: 768px) {
    .floating-banner {
      bottom: 5rem;
      right: 5rem; } }
  @media (min-width: 992px) {
    .floating-banner {
      bottom: 5rem;
      right: 5rem; } }
  @media (min-width: 1200px) {
    .floating-banner {
      bottom: 5rem;
      right: 5rem; } }
  .floating-banner .close-floating-banner {
    position: fixed;
    cursor: pointer;
    bottom: 17.5rem;
    right: 1rem; }
    @media (min-width: 768px) {
      .floating-banner .close-floating-banner {
        bottom: 19rem;
        right: 3rem; } }
    @media (min-width: 992px) {
      .floating-banner .close-floating-banner {
        bottom: 19rem;
        right: 3rem; } }
    @media (min-width: 1200px) {
      .floating-banner .close-floating-banner {
        bottom: 19rem;
        right: 3rem; } }

.payment-desc {
  font-size: 13px; }

#accordion-payment label.form-check-label span {
  color: #333; }

.product-details-action .btn-cart,
.product-details-action .btn-disable-cart,
.details-action-wrapper .btn-wishlist,
.details-action-wrapper .icon-heart {
  max-width: unset; }
  @media (min-width: 768px) {
    .product-details-action .btn-cart,
    .product-details-action .btn-disable-cart,
    .details-action-wrapper .btn-wishlist,
    .details-action-wrapper .icon-heart {
      max-width: 70%; } }
  @media (min-width: 992px) {
    .product-details-action .btn-cart,
    .product-details-action .btn-disable-cart,
    .details-action-wrapper .btn-wishlist,
    .details-action-wrapper .icon-heart {
      max-width: 70%; } }
  @media (min-width: 1200px) {
    .product-details-action .btn-cart,
    .product-details-action .btn-disable-cart,
    .details-action-wrapper .btn-wishlist,
    .details-action-wrapper .icon-heart {
      max-width: 70%; } }

.details-action-wrapper {
  margin-left: unset; }

.icon-heart:before {
  content: '\F233';
  color: #84dade; }

.details-action-wrapper .btn-wishlist,
.details-action-wrapper .icon-heart {
  padding: 1rem 1.5rem;
  color: #989898;
  border: 0.1rem solid #989898; }

.product-details-action .btn-cart:before {
  margin-right: 0.4rem; }

.details-action-wrapper .btn-product.btn-wishlist:before {
  margin-right: 0.4rem; }

.details-action-wrapper {
  margin-left: 0;
  margin-top: 1.5rem; }

.details-action-wrapper .btn-wishlist:hover,
.details-action-wrapper .btn-wishlist:focus {
  color: #fff;
  border-color: #989898;
  background-color: #989898; }

.btn-product:hover span,
.btn-product:focus span {
  color: unset;
  box-shadow: unset; }

.details-action-wrapper span {
  font-size: 1.4rem;
  color: #989898;
  text-transform: uppercase;
  box-shadow: none;
  transition: box-shadow 0.35s ease, color 0s ease; }

.footer hr {
  border-top: 1px solid rgba(245, 245, 245, 0.5);
  margin: 0; }

.footer .footer-frame .left-item {
  display: flex;
  justify-content: flex-start;
  width: 100%; }
  .footer .footer-frame .left-item dl {
    width: 100%; }

.footer {
  background-color: #444; }
  .footer .footer-bottom {
    background-color: #333; }
    .footer .footer-bottom .container {
      display: flex;
      flex-direction: column; }
      @media (min-width: 768px) {
        .footer .footer-bottom .container {
          flex-direction: row;
          justify-content: space-between; } }
      @media (min-width: 992px) {
        .footer .footer-bottom .container {
          flex-direction: row;
          justify-content: space-between; } }
      @media (min-width: 1200px) {
        .footer .footer-bottom .container {
          flex-direction: row;
          justify-content: space-between; } }
      .footer .footer-bottom .container .logo_breezeonline_white {
        padding-top: 2rem;
        padding-bottom: 2rem;
        display: flex;
        align-items: center;
        justify-content: center; }
      .footer .footer-bottom .container .info > p {
        text-align: center;
        margin: 0;
        font-size: 1.4rem;
        color: #ffffff;
        font-weight: normal; }
        @media (min-width: 768px) {
          .footer .footer-bottom .container .info > p {
            text-align: right; } }
        @media (min-width: 992px) {
          .footer .footer-bottom .container .info > p {
            text-align: right; } }
        @media (min-width: 1200px) {
          .footer .footer-bottom .container .info > p {
            text-align: right; } }

.footer-bottom .container:before,
.footer-bottom .container-fluid:before {
  content: unset;
  display: unset;
  height: unset;
  position: unset;
  top: unset;
  left: unset;
  right: unset;
  background-color: unset; }

.arrow {
  display: inline-block;
  height: 24px;
  position: relative;
  width: 24px; }
  .arrow::after {
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-right-style: solid;
    border-right-width: 4px;
    content: '';
    display: inline-block;
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px; }
  .arrow.is-triangle::after {
    border-style: solid;
    border-width: 0 0 24px 24px;
    height: 0;
    width: 0; }
  .arrow.is-check::after {
    width: 12px; }
  .arrow.arrow-bar::before {
    bottom: 1px;
    content: '';
    height: 40px;
    position: absolute;
    right: 0;
    transform-origin: bottom;
    width: 4px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .arrow.is-top {
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg); }
  .arrow.is-right {
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg); }
  .arrow.is-bottom {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .arrow.is-left {
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  .arrow::after,
  .arrow .arrow::after {
    border-color: black; }
  .arrow.is-triangle::after,
  .arrow .arrow.is-triangle::after {
    border-color: transparent;
    border-bottom-color: black; }
  .arrow::before,
  .arrow .arrow::before {
    background-color: black; }

@media (min-width: 768px) {
  .CatalogRelatedTags {
    padding-bottom: 5rem !important; } }

@media (min-width: 992px) {
  .CatalogRelatedTags {
    padding-bottom: 5rem !important; } }

@media (min-width: 1200px) {
  .CatalogRelatedTags {
    padding-bottom: 5rem !important; } }

.pc-show .CatalogRelatedTags {
  width: 70vw; }

.pc-hide .CatalogRelatedTags,
.pc-hide .ProductRelatedTags {
  width: unset; }

.tip-btn {
  padding: 0 1.8rem; }
  @media (min-width: 768px) {
    .tip-btn {
      padding: 0 3.8rem; } }
  @media (min-width: 992px) {
    .tip-btn {
      padding: 0 3.8rem; } }
  @media (min-width: 1200px) {
    .tip-btn {
      padding: 0 3.8rem; } }

.showtags {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  display: flex;
  justify-content: center; }
  @media (min-width: 768px) {
    .showtags {
      display: none; } }
  @media (min-width: 992px) {
    .showtags {
      display: none; } }
  @media (min-width: 1200px) {
    .showtags {
      display: none; } }
  .showtags span {
    padding: 0 1rem; }

.tags-setcion {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  position: relative;
  height: 15rem;
  overflow: hidden; }
  .tags-setcion:focus, .tags-setcion:active, .tags-setcion:hover, .tags-setcion.active {
    height: auto; }
  @media (min-width: 768px) {
    .tags-setcion {
      height: unset;
      overflow: unset; } }
  @media (min-width: 992px) {
    .tags-setcion {
      height: unset;
      overflow: unset; } }
  @media (min-width: 1200px) {
    .tags-setcion {
      height: unset;
      overflow: unset; } }
  .tags-setcion .btn {
    flex-shrink: 1;
    flex-basis: auto;
    margin: 0.5rem;
    background-color: #f6f6f8;
    border-radius: 5px;
    min-width: 4.5rem;
    justify-content: flex-start; }
    .tags-setcion .btn div.btn-txt {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 29rem; }
    .tags-setcion .btn:hover, .tags-setcion .btn:focus, .tags-setcion .btn:active, .tags-setcion .btn.active {
      color: #fff;
      background-color: #333; }

/*
.tag-btn {
  font-family: Lato, NotoSansTC, 'Microsoft JhengHei', 'Pingfang TC', 'Noto Sans CJK TC', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 3.5rem;
  // flex-grow: 1;
  // flex-shrink: 1;
  // flex-basis: auto;
  margin: 0.5rem;
  background-color: #f6f6f8;
  border-radius: 5px;
  min-width: 4.5rem;
  // display: inline-flex;
  // justify-content: flex-start;
  // flex-ellipsis
  div.btn-txt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 29rem;
  }
  border-width: 0;
  border-color: #f6f6f8;
  // padding: 0.5rem;
  // padding: 0 1.8rem;
  // @include for-except-xs {
  //   padding: 0 3.8rem;
  // }
  &:hover,
  &:focus,
  &:active,
  &.active {
    color: #fff;
    background-color: #333;
    // border-color: #285e8e;
  }
}
*/
@media (min-width: 768px) {
  .ProductRelatedTags {
    padding-top: 5rem !important; } }

@media (min-width: 992px) {
  .ProductRelatedTags {
    padding-top: 5rem !important; } }

@media (min-width: 1200px) {
  .ProductRelatedTags {
    padding-top: 5rem !important; } }

@media (min-width: 768px) {
  .customArrowLeft {
    top: -4rem;
    left: 100% !important;
    margin-left: -8rem; } }

@media (min-width: 992px) {
  .customArrowLeft {
    top: -4rem;
    left: 100% !important;
    margin-left: -8rem; } }

@media (min-width: 1200px) {
  .customArrowLeft {
    top: -4rem;
    left: 100% !important;
    margin-left: -8rem; } }

@media (min-width: 768px) {
  .customArrowRight {
    top: -4rem;
    left: 100% !important;
    margin-left: -4rem; } }

@media (min-width: 992px) {
  .customArrowRight {
    top: -4rem;
    left: 100% !important;
    margin-left: -4rem; } }

@media (min-width: 1200px) {
  .customArrowRight {
    top: -4rem;
    left: 100% !important;
    margin-left: -4rem; } }

.customArrowRight.channelArrow.right {
  right: 0; }

.customArrowLeft.channelArrow.left {
  left: 0; }

.slider_title {
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 1.5rem;
  line-height: 3rem;
  font-weight: 500;
  text-align: center; }
  @media (min-width: 768px) {
    .slider_title {
      text-align: unset; } }
  @media (min-width: 992px) {
    .slider_title {
      text-align: unset; } }
  @media (min-width: 1200px) {
    .slider_title {
      text-align: unset; } }

.slick-arrow .icon {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-size: cover; }

.slick-arrow .icon-arrow-left {
  background-image: url(/svg/arrow_left.svg); }

.slick-arrow .icon-arrow-right {
  background-image: url(/svg/arrow_right.svg); }

.slick-disabled .icon-arrow-left {
  background-image: url(/svg/arrow_left_disable.svg); }

.slick-disabled .icon-arrow-right {
  background-image: url(/svg/arrow_right_disable.svg); }

.stagingInfo {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center; }
  .stagingInfo .content-stagingInfo {
    background-color: white;
    display: flex;
    width: 50%;
    padding: 20px; }
    .stagingInfo .content-stagingInfo .left-content-stagingInfo {
      width: 40%;
      display: flex;
      flex-direction: column;
      padding: 0px 10px; }
      .stagingInfo .content-stagingInfo .left-content-stagingInfo .tab-content-stagingInfo:nth-child(1) {
        margin-top: 30px; }
      .stagingInfo .content-stagingInfo .left-content-stagingInfo .tab-content-stagingInfo {
        border: 1px solid #D7D7D7;
        margin-bottom: 10px;
        text-align: center; }
        .stagingInfo .content-stagingInfo .left-content-stagingInfo .tab-content-stagingInfo span {
          font-family: 'Noto Sans CJK TC';
          font-style: normal;
          font-weight: 500;
          font-size: 14px;
          line-height: 21px; }
        .stagingInfo .content-stagingInfo .left-content-stagingInfo .tab-content-stagingInfo span.info {
          color: #FF984E; }
        .stagingInfo .content-stagingInfo .left-content-stagingInfo .tab-content-stagingInfo span.bankcount {
          color: #4CA0E3; }
      .stagingInfo .content-stagingInfo .left-content-stagingInfo .tab-content-stagingInfo:hover {
        background-color: #eeeeee; }
      .stagingInfo .content-stagingInfo .left-content-stagingInfo .tab-content-stagingInfo.active {
        background-color: #333333; }
        .stagingInfo .content-stagingInfo .left-content-stagingInfo .tab-content-stagingInfo.active span {
          color: white; }
        .stagingInfo .content-stagingInfo .left-content-stagingInfo .tab-content-stagingInfo.active span.info {
          color: white; }
        .stagingInfo .content-stagingInfo .left-content-stagingInfo .tab-content-stagingInfo.active span.bankcount {
          color: white; }
    .stagingInfo .content-stagingInfo .right-content-stagingInfo {
      width: 65%;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 0px 10px; }
      .stagingInfo .content-stagingInfo .right-content-stagingInfo p {
        font-family: 'PingFang TC';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        color: #333333;
        margin-bottom: 10px; }
      .stagingInfo .content-stagingInfo .right-content-stagingInfo span {
        font-family: 'PingFang TC';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 154.5%;
        color: #333333;
        align-self: flex-start; }
      .stagingInfo .content-stagingInfo .right-content-stagingInfo .warring-content-stagingInfo {
        width: 100%;
        margin-top: 10px; }
        .stagingInfo .content-stagingInfo .right-content-stagingInfo .warring-content-stagingInfo div {
          display: flex;
          align-items: center; }
          .stagingInfo .content-stagingInfo .right-content-stagingInfo .warring-content-stagingInfo div img {
            width: 15px;
            height: 15px;
            margin-right: 10px; }
          .stagingInfo .content-stagingInfo .right-content-stagingInfo .warring-content-stagingInfo div span {
            font-family: 'PingFang TC';
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 22px;
            color: #8B8B8B;
            max-width: 400px; }
  @media screen and (max-width: 768px) {
    .stagingInfo .content-stagingInfo {
      width: 80%;
      flex-direction: column; }
      .stagingInfo .content-stagingInfo .left-content-stagingInfo {
        width: 100%;
        margin-bottom: 20px; }
      .stagingInfo .content-stagingInfo .right-content-stagingInfo {
        width: 100%; }
        .stagingInfo .content-stagingInfo .right-content-stagingInfo span {
          max-height: 200px;
          overflow: scroll; } }

.sel-staging-checkout {
  padding: 0.4rem 0 0.8rem 3rem; }
  .sel-staging-checkout .title-sel-staging-checkout {
    display: flex;
    justify-content: space-between; }
  .sel-staging-checkout .amount-sel-staging-checkout {
    display: flex;
    justify-content: space-between;
    margin-top: 5px; }
    .sel-staging-checkout .amount-sel-staging-checkout label {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 500;
      font-size: 12px;
      line-height: 14px;
      color: #333333; }
    .sel-staging-checkout .amount-sel-staging-checkout label:nth-child(2) {
      color: #FF6666; }
  .sel-staging-checkout .stagingItem-checkout {
    display: flex;
    justify-content: space-between;
    padding: 7px 10px;
    margin: 5px 0px;
    border: 1px solid #8A8A8A;
    border-radius: 2px; }
    .sel-staging-checkout .stagingItem-checkout label {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 14px;
      color: #333333; }
    .sel-staging-checkout .stagingItem-checkout label:nth-child(2) {
      font-weight: 500;
      font-size: 10px;
      color: #4CA0E3; }
  .sel-staging-checkout .stagingItem-checkout:hover {
    background: #84DADE;
    border: 1px solid #84DADE; }
    .sel-staging-checkout .stagingItem-checkout:hover label {
      color: white; }
  .sel-staging-checkout .stagingItem-checkout.active {
    background: #333333;
    border: 1px solid #333333; }
    .sel-staging-checkout .stagingItem-checkout.active label {
      color: white; }
  .sel-staging-checkout .stagingItem-checkout.disabled {
    background: #EBEBEB;
    border: 1px solid #EBEBEB; }
    .sel-staging-checkout .stagingItem-checkout.disabled label {
      color: #D2D2D2; }
    .sel-staging-checkout .stagingItem-checkout.disabled label:nth-child(2) {
      font-weight: 500;
      font-size: 10px;
      color: #4CA0E3; }

.sel-zignala-checkout {
  padding: 0.4rem 0 0.8rem 3rem; }
  .sel-zignala-checkout .zingalaItem-checkout {
    display: flex;
    justify-content: space-between;
    padding: 7px 10px;
    margin: 5px 0px;
    border: 1px solid #8A8A8A;
    border-radius: 2px; }
    .sel-zignala-checkout .zingalaItem-checkout label {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 14px;
      color: #333333; }
    .sel-zignala-checkout .zingalaItem-checkout label:nth-child(2) {
      font-weight: 500;
      font-size: 14px;
      color: #FF5E5E; }
  .sel-zignala-checkout .zingalaItem-checkout:hover {
    background: #333333;
    border: 1px solid #333333; }
    .sel-zignala-checkout .zingalaItem-checkout:hover label {
      color: white; }
    .sel-zignala-checkout .zingalaItem-checkout:hover label:nth-child(2) {
      color: #FF5E5E; }
  .sel-zignala-checkout .zingalaItem-checkout.active {
    background: #333333;
    border: 1px solid #333333; }
    .sel-zignala-checkout .zingalaItem-checkout.active label {
      color: white; }
    .sel-zignala-checkout .zingalaItem-checkout.active label:nth-child(2) {
      color: #FF5E5E; }
  .sel-zignala-checkout .zingalaItem-checkout.disabled {
    background: #EBEBEB;
    border: 1px solid #EBEBEB; }
    .sel-zignala-checkout .zingalaItem-checkout.disabled label {
      color: #D2D2D2; }
    .sel-zignala-checkout .zingalaItem-checkout.disabled label:nth-child(2) {
      font-weight: 500;
      font-size: 10px;
      color: #4CA0E3; }

.error-staging-checkout h6 {
  display: inline;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 11px;
  letter-spacing: 0.03em;
  color: #84DADE; }

.error-zingala-checkout {
  padding-left: 22px; }
  .error-zingala-checkout h6 {
    display: inline;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 11px;
    letter-spacing: 0.03em;
    color: #84DADE; }

.form-check-input:disabled ~ .form-check-label span {
  color: #6c757d !important; }

.instalment-product-title {
  background-color: #bbbbbb;
  color: white;
  padding: 2px 5px;
  display: inline-block;
  font-weight: bold; }

/**************************************************************
                              新版購物車
**************************************************************/
.cartTabBar {
  display: flex;
  flex-direction: row; }
  .cartTabBar div {
    background-color: #D8D8D8;
    font-family: 'PingFang TC';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    margin-right: 10px;
    padding: 5px 10px; }
  .cartTabBar div.active {
    background-color: #84DADE;
    border: 1px solid #84DADE; }

.warningtext {
  display: flex;
  align-items: center; }
  .warningtext div {
    position: absolute;
    transform: translate(0px, 60px);
    width: 80%;
    border: 1px solid black;
    padding: 10px;
    background-color: #FFFFFF;
    max-width: 400px;
    z-index: 100000; }

.cartTabContent {
  display: flex;
  flex-direction: row; }
  .cartTabContent .contentLeft {
    display: flex;
    flex-direction: column;
    width: 65%;
    margin-top: 20px;
    padding: 0px 20px; }
    .cartTabContent .contentLeft .cartinpc tbody tr {
      border-bottom: 5px solid transparent; }
      .cartTabContent .contentLeft .cartinpc tbody tr td.brandTitle {
        font-size: 16px;
        font-weight: 500;
        color: #000000; }
        .cartTabContent .contentLeft .cartinpc tbody tr td.brandTitle .shipping {
          color: #FF6666;
          margin-left: 20px;
          font-size: 16px; }
      .cartTabContent .contentLeft .cartinpc tbody tr td:nth-child(1) {
        width: 4%; }
      .cartTabContent .contentLeft .cartinpc tbody tr td:nth-child(2) {
        width: 10%;
        vertical-align: top; }
      .cartTabContent .contentLeft .cartinpc tbody tr td:nth-child(3) {
        width: 30%; }
      .cartTabContent .contentLeft .cartinpc tbody tr td:nth-child(4) {
        width: 15%; }
      .cartTabContent .contentLeft .cartinpc tbody tr td:nth-child(5) {
        width: 20%; }
      .cartTabContent .contentLeft .cartinpc tbody tr td:nth-child(6) {
        width: 15%; }
      .cartTabContent .contentLeft .cartinpc tbody tr td:nth-child(7) {
        width: 6%; }
    .cartTabContent .contentLeft .cartinpc tbody tr:nth-child(1) td {
      vertical-align: top; }
    .cartTabContent .contentLeft .cartinpc tbody tr td:nth-child(3) p:nth-child(1),
    .cartTabContent .contentLeft .cartinpc tbody tr td:nth-child(3) p:nth-child(3) {
      font-family: 'PingFang TC';
      font-style: normal;
      font-weight: 200;
      font-size: 14px;
      line-height: 26px;
      color: #333333; }
    .cartTabContent .contentLeft .cartinpc tbody tr td:nth-child(3) p:nth-child(3) {
      color: #666666; }
    .cartTabContent .contentLeft .cartinpc tbody tr td:nth-child(3) p:nth-child(2) {
      font-family: 'PingFang TC';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 28px;
      color: #333333; }
    .cartTabContent .contentLeft .cartinpc tbody tr td:nth-child(3) p:nth-child(4) {
      color: white;
      background-color: #BBBBBB;
      font-family: 'PingFang TC';
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 26px;
      display: inline-block;
      padding: 0px 10px; }
    .cartTabContent .contentLeft .cartinpc tbody tr td:nth-child(5) p:nth-child(1) {
      font-family: 'PingFang TC';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 28px;
      color: #000000; }
    .cartTabContent .contentLeft .cartinpc tbody tr td:nth-child(5) p:nth-child(2) {
      font-family: 'PingFang TC';
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 28px;
      color: #FF0000; }
    .cartTabContent .contentLeft .cartinpc tbody tr td:nth-child(5) p:nth-child(3) {
      font-family: 'PingFang TC';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 28px;
      color: #FF0000; }
    .cartTabContent .contentLeft .cartinpc tbody tr td:nth-child(5) span:nth-child(2) {
      font-family: 'PingFang TC';
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 28px;
      color: #999999; }
    .cartTabContent .contentLeft .cartinpc tbody tr td:nth-child(6) {
      text-align: center; }
      .cartTabContent .contentLeft .cartinpc tbody tr td:nth-child(6) button:nth-child(1) {
        padding: 0px;
        margin: 2px auto;
        width: 90%;
        box-sizing: border-box;
        border: 1px solid #7D7D7D;
        background-color: transparent;
        font-family: 'PingFang TC';
        font-style: normal;
        font-weight: 400;
        color: #7D7D7D;
        font-size: 14px; }
      .cartTabContent .contentLeft .cartinpc tbody tr td:nth-child(6) button:nth-child(2) {
        padding: 0px;
        margin: 2px auto;
        width: 90%;
        box-sizing: border-box;
        border: 1px solid #333333;
        background-color: #333333;
        font-family: 'PingFang TC';
        font-style: normal;
        font-weight: 400;
        color: white;
        font-size: 14px; }
      .cartTabContent .contentLeft .cartinpc tbody tr td:nth-child(6) p:nth-child(1) {
        font-family: 'PingFang TC';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 26px;
        color: #333333; }
    .cartTabContent .contentLeft .cartinpc tbody tr td:nth-child(7) {
      text-align: right; }
    .cartTabContent .contentLeft .cartinpc tfoot tr td.notSendProductTitle {
      font-size: 24px;
      font-weight: 500;
      color: #000000;
      border-bottom: dashed 1px #DADADA;
      padding-bottom: 10px; }
    .cartTabContent .contentLeft .cartinpc tfoot tr:nth-child(1) td:nth-child(2) p {
      font-family: 'PingFang TC';
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 30px;
      color: #333333;
      border-bottom: 1px solid #333333;
      padding: 10px 0px;
      margin-bottom: 10px; }
    .cartTabContent .contentLeft .cartinpc tfoot tr td:nth-child(2) > img {
      margin: 15px auto; }
    .cartTabContent .contentLeft .cartinpc tfoot tr td:nth-child(3) p:nth-child(1),
    .cartTabContent .contentLeft .cartinpc tfoot tr td:nth-child(3) p:nth-child(3) {
      font-family: 'PingFang TC';
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 26px;
      color: #333333; }
    .cartTabContent .contentLeft .cartinpc tfoot tr td:nth-child(3) p:nth-child(2) {
      font-family: 'PingFang TC';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 28px;
      color: #333333; }
    .cartTabContent .contentLeft .cartinpc tfoot tr td:nth-child(3) p:nth-child(4) {
      color: #999999;
      font-family: 'PingFang TC';
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 26px; }
    .cartTabContent .contentLeft .cartinpc tfoot tr td:nth-child(4) {
      font-family: 'PingFang TC';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 28px;
      color: #000000; }
    .cartTabContent .contentLeft .cartinpc tfoot tr td:nth-child(5) {
      text-align: right; }
    .cartTabContent .contentLeft .cartinmobile tbody tr {
      padding: 10px 0px; }
      .cartTabContent .contentLeft .cartinmobile tbody tr td {
        vertical-align: top;
        padding: 5px; }
        .cartTabContent .contentLeft .cartinmobile tbody tr td .shipping {
          color: #FF6666;
          font-size: 16px; }
      .cartTabContent .contentLeft .cartinmobile tbody tr td:nth-child(1) {
        width: 10%; }
        .cartTabContent .contentLeft .cartinmobile tbody tr td:nth-child(1) input {
          width: 15px;
          height: 15px; }
      .cartTabContent .contentLeft .cartinmobile tbody tr td:nth-child(2) {
        width: 20%; }
      .cartTabContent .contentLeft .cartinmobile tbody tr td:nth-child(3) {
        width: 65%; }
        .cartTabContent .contentLeft .cartinmobile tbody tr td:nth-child(3) p {
          font-family: 'PingFang TC';
          font-style: normal;
          font-weight: 400;
          margin-bottom: 5px; }
        .cartTabContent .contentLeft .cartinmobile tbody tr td:nth-child(3) p:nth-child(1) {
          font-size: 14px;
          line-height: 20px;
          color: #333333; }
        .cartTabContent .contentLeft .cartinmobile tbody tr td:nth-child(3) p:nth-child(2) {
          font-size: 16px;
          line-height: 22px;
          color: #333333; }
        .cartTabContent .contentLeft .cartinmobile tbody tr td:nth-child(3) p:nth-child(3) {
          font-size: 14px;
          line-height: 20px;
          color: #666666; }
        .cartTabContent .contentLeft .cartinmobile tbody tr td:nth-child(3) p:nth-child(4) {
          font-size: 16px;
          line-height: 22px;
          color: #000000; }
        .cartTabContent .contentLeft .cartinmobile tbody tr td:nth-child(3) p:nth-child(5),
        .cartTabContent .contentLeft .cartinmobile tbody tr td:nth-child(3) p:nth-child(6),
        .cartTabContent .contentLeft .cartinmobile tbody tr td:nth-child(3) p:nth-child(7) {
          font-size: 14px;
          line-height: 20px;
          color: #FF0000; }
        .cartTabContent .contentLeft .cartinmobile tbody tr td:nth-child(3) button {
          padding: 5px 0px;
          margin: 2px auto;
          width: 100%;
          box-sizing: border-box;
          border: 1px solid #333333;
          background-color: #333333;
          font-family: 'PingFang TC';
          font-style: normal;
          font-weight: 400;
          color: white;
          font-size: 14px; }
      .cartTabContent .contentLeft .cartinmobile tbody tr td:nth-child(4) {
        width: 5%;
        text-align: right; }
      .cartTabContent .contentLeft .cartinmobile tbody tr .brandTitle {
        font-size: 20px;
        font-weight: 500;
        color: #000000; }
    .cartTabContent .contentLeft .cartinmobile tfoot tr td.notSendProductTitle {
      font-size: 20px;
      font-weight: 500;
      color: #000000;
      border-bottom: dashed 1px #DADADA;
      padding-bottom: 10px; }
  .cartTabContent .contentRight {
    display: flex;
    flex-direction: column;
    width: 35%;
    padding: 0px 20px; }
    .cartTabContent .contentRight > div {
      margin-top: 20px; }
    .cartTabContent .contentRight .promocodeArea .promocodeTitle {
      display: flex;
      flex-direction: row; }
      .cartTabContent .contentRight .promocodeArea .promocodeTitle > span {
        color: red;
        font-weight: 400;
        font-size: 12px;
        margin-left: 20px; }

.country-input {
  background-color: #515151;
  position: absolute;
  width: 92%;
  top: 10%;
  padding: 10px;
  height: 85%;
  overflow: scroll; }
  .country-input div > p {
    color: white; }
  .country-input div > p:nth-child(1) {
    font-size: 20px;
    font-weight: 700; }

.dropdown-cart-shoppingType {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .dropdown-cart-shoppingType div {
    min-width: calc(100%/2);
    flex-grow: 1;
    text-align: center;
    padding: 7px 0px;
    color: #D0D0D0;
    border-bottom: 1px solid #EFEFEF;
    font-weight: 600;
    font-size: 14px; }
  .dropdown-cart-shoppingType div:hover {
    background: #BBEDEF;
    color: #FFFFFF; }
  .dropdown-cart-shoppingType div.active {
    background: #84DADE;
    color: #333333; }

.dropdown-cart-products {
  padding: 2.2rem 3rem 2.5rem; }

.dropdown-cart-noSendProducts {
  padding: 0 2.5rem; }

.dropdown-cart-total {
  padding: 0 2.5rem; }

.dropdown-cart-action {
  padding: 0 2.3rem 2.5rem; }

.cart-notmatch-modal {
  padding: 30px; }
  .cart-notmatch-modal h5 {
    text-align: center; }
  .cart-notmatch-modal div p {
    font-family: 'Noto Sans CJK TC';
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #333333;
    margin: 5px auto; }
  .cart-notmatch-modal div:nth-child(3) {
    text-align: right;
    margin-top: 20px; }
    .cart-notmatch-modal div:nth-child(3) button {
      border: none;
      padding: 5px 30px;
      background: #84DADE; }

.cartSelectBar select {
  width: 100%;
  font-size: 20px;
  text-align: center;
  border: none;
  background-color: #84DADE;
  padding: 5px 0px; }

.cartSelectBar div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
  align-items: center; }
  .cartSelectBar div div input {
    width: 15px;
    height: 15px; }
  .cartSelectBar div div span {
    margin-left: 10px;
    font-size: 16px; }

@media screen and (max-width: 768px) {
  .cartTabBar {
    padding: 0px 20px; }
  .warningtext div {
    transform: translate(-110px, 80px); }
  .cartTabContent {
    flex-direction: column; }
    .cartTabContent .contentRight {
      width: 100%; }
    .cartTabContent .contentLeft {
      width: 100%; } }

.pc-show {
  display: none; }
  @media (min-width: 768px) {
    .pc-show {
      display: block; } }
  @media (min-width: 992px) {
    .pc-show {
      display: block; } }
  @media (min-width: 1200px) {
    .pc-show {
      display: block; } }

.pc-hide {
  display: block; }
  @media (min-width: 768px) {
    .pc-hide {
      display: none; } }
  @media (min-width: 992px) {
    .pc-hide {
      display: none; } }
  @media (min-width: 1200px) {
    .pc-hide {
      display: none; } }

.pc-flex-show {
  display: none; }
  @media (min-width: 768px) {
    .pc-flex-show {
      display: flex; } }
  @media (min-width: 992px) {
    .pc-flex-show {
      display: flex; } }
  @media (min-width: 1200px) {
    .pc-flex-show {
      display: flex; } }

/**************************************************************
                          AISearch
**************************************************************/
.AISearch {
  height: 90vh;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  align-content: start;
  padding: 24px 0px; }
  @media (max-width: 1000px) {
    .AISearch {
      height: 80vh; } }
  .AISearch .mobileTab {
    display: none;
    padding: 10px 20px;
    gap: 20px; }
    @media (max-width: 1000px) {
      .AISearch .mobileTab {
        display: flex;
        width: 100%;
        flex-direction: row; } }
    .AISearch .mobileTab .tab {
      display: flex;
      flex-direction: row;
      align-items: center;
      padding: 10px 0px; }
      .AISearch .mobileTab .tab p {
        font-size: 16px;
        font-weight: 500;
        color: #333333; }
    .AISearch .mobileTab .tab.active {
      border-bottom: 4px solid #9AD8DD; }
  .AISearch .aiRecommend {
    width: 50%;
    justify-items: center;
    padding: 0px 48px;
    height: 100%;
    border-right: 1px solid #D5D5D5;
    display: flex;
    flex-direction: column; }
    @media (max-width: 1000px) {
      .AISearch .aiRecommend {
        width: 100%;
        height: 85%;
        padding: 0px 24px;
        margin-top: 16px; } }
    .AISearch .aiRecommend .scrollY {
      overflow-y: scroll;
      flex-grow: 1; }
      .AISearch .aiRecommend .scrollY::-webkit-scrollbar {
        width: 0;
        height: 0; }
      .AISearch .aiRecommend .scrollY .title {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center; }
        .AISearch .aiRecommend .scrollY .title p {
          font-size: 20px;
          font-weight: 400;
          color: #333333; }
        @media (max-width: 1000px) {
          .AISearch .aiRecommend .scrollY .title {
            display: none; } }
        .AISearch .aiRecommend .scrollY .title p {
          font-size: 20px; }
      .AISearch .aiRecommend .scrollY .questionList .questionItem {
        display: flex;
        flex-direction: row;
        align-items: center;
        cursor: pointer; }
        .AISearch .aiRecommend .scrollY .questionList .questionItem p {
          font-size: 14px;
          font-weight: 400;
          margin-left: 10px;
          color: #919191; }
      .AISearch .aiRecommend .scrollY .questionList .questionItem.active p {
        color: #333333; }
      .AISearch .aiRecommend .scrollY .context {
        margin-top: 20px;
        width: 100%;
        flex-grow: 1; }
        .AISearch .aiRecommend .scrollY .context .aiError {
          display: flex;
          flex-direction: column;
          align-items: center;
          margin-top: 20px; }
          .AISearch .aiRecommend .scrollY .context .aiError p {
            margin-top: 10px;
            font-size: 16px;
            font-weight: 400;
            color: #919191;
            text-align: center; }
        .AISearch .aiRecommend .scrollY .context .question {
          display: flex;
          flex-direction: column;
          align-items: center; }
          .AISearch .aiRecommend .scrollY .context .question p {
            font-size: 16px;
            font-weight: 400;
            color: #333333; }
        .AISearch .aiRecommend .scrollY .context .answer p {
          font-size: 16px;
          font-weight: 400;
          color: #333333; }
          .AISearch .aiRecommend .scrollY .context .answer p svg {
            margin-right: 8px; }
        .AISearch .aiRecommend .scrollY .context .answer .suggestion {
          font-size: 16px;
          font-weight: 400;
          color: #333333; }
        .AISearch .aiRecommend .scrollY .context .answer .groupName {
          color: #333333;
          font-weight: 600;
          font-size: 16px; }
        .AISearch .aiRecommend .scrollY .context .answer .product {
          margin-top: 48px;
          font-size: 16px;
          font-weight: 400;
          color: #333333; }
          .AISearch .aiRecommend .scrollY .context .answer .product .productInfo {
            margin-top: 24px;
            display: flex;
            flex-direction: row; }
            .AISearch .aiRecommend .scrollY .context .answer .product .productInfo img {
              width: 20%;
              object-fit: contain;
              height: auto; }
              @media (max-width: 1000px) {
                .AISearch .aiRecommend .scrollY .context .answer .product .productInfo img {
                  width: 50%;
                  height: auto; } }
            .AISearch .aiRecommend .scrollY .context .answer .product .productInfo div {
              display: flex;
              flex-direction: column;
              margin-left: 10px; }
              .AISearch .aiRecommend .scrollY .context .answer .product .productInfo div p:nth-child(1) {
                font-weight: bold; }
              .AISearch .aiRecommend .scrollY .context .answer .product .productInfo div p:nth-child(3) {
                color: red; }
              .AISearch .aiRecommend .scrollY .context .answer .product .productInfo div a {
                font-size: 14px;
                font-weight: 400;
                padding: 4px 8px;
                background-color: #9AD8DD;
                color: #333333;
                display: inline-block;
                width: max-content; }
          .AISearch .aiRecommend .scrollY .context .answer .product .satisfaction {
            display: flex;
            flex-direction: row;
            margin-top: 24px;
            align-items: center; }
            .AISearch .aiRecommend .scrollY .context .answer .product .satisfaction p {
              margin-right: 10px; }
        .AISearch .aiRecommend .scrollY .context .spinner3 {
          width: 40px;
          height: 40px;
          position: relative;
          margin: 20px auto; }
          .AISearch .aiRecommend .scrollY .context .spinner3 .double-bounce1,
          .AISearch .aiRecommend .scrollY .context .spinner3 .double-bounce2 {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background-color: #9AD8DD;
            opacity: 0.6;
            position: absolute;
            top: 0;
            left: 0;
            -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
            animation: sk-bounce 2.0s infinite ease-in-out; }
          .AISearch .aiRecommend .scrollY .context .spinner3 .double-bounce2 {
            -webkit-animation-delay: -1.0s;
            animation-delay: -1.0s; }
        .AISearch .aiRecommend .scrollY .context .loadingText {
          text-align: center; }

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
    .AISearch .aiRecommend .nextQuestion {
      margin-top: 10px;
      width: 100%;
      background-color: #F3F3F3;
      border-radius: 20px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      padding-right: 18px;
      align-items: center; }
      .AISearch .aiRecommend .nextQuestion input {
        border: none;
        background-color: transparent;
        width: 100%;
        padding-left: 18px;
        padding-top: 8px;
        padding-bottom: 8px; }
  .AISearch .keyWordRecommend {
    width: 50%;
    justify-items: center;
    padding: 0px 48px;
    height: 100%;
    border-left: 1px solid #D5D5D5;
    overflow-y: scroll;
    flex-direction: column; }
    .AISearch .keyWordRecommend::-webkit-scrollbar {
      width: 0;
      height: 0; }
    @media (max-width: 1000px) {
      .AISearch .keyWordRecommend {
        width: 100%;
        height: 85%;
        padding: 0px 24px;
        margin-top: 16px; } }
    .AISearch .keyWordRecommend .title {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center; }
      .AISearch .keyWordRecommend .title p {
        font-size: 20px;
        font-weight: 400;
        color: #333333; }
      @media (max-width: 1000px) {
        .AISearch .keyWordRecommend .title {
          display: none; } }
      .AISearch .keyWordRecommend .title p {
        font-size: 20px; }
    .AISearch .keyWordRecommend .questionList {
      display: none; }
      @media (max-width: 1000px) {
        .AISearch .keyWordRecommend .questionList {
          display: block; } }
      .AISearch .keyWordRecommend .questionList .questionItem {
        display: flex;
        flex-direction: row;
        align-items: center;
        cursor: pointer; }
        .AISearch .keyWordRecommend .questionList .questionItem p {
          font-size: 14px;
          font-weight: 400;
          margin-left: 10px;
          color: #919191; }
      .AISearch .keyWordRecommend .questionList .questionItem.active p {
        color: #333333; }
    .AISearch .keyWordRecommend .context {
      margin-top: 20px;
      width: 100%;
      height: 95%; }
      .AISearch .keyWordRecommend .context .keywordError {
        display: flex;
        flex-direction: column;
        align-items: center; }
        .AISearch .keyWordRecommend .context .keywordError p {
          margin-top: 10px;
          font-size: 16px;
          font-weight: 400;
          color: #919191;
          text-align: center; }
      .AISearch .keyWordRecommend .context .answer {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 48px; }
        .AISearch .keyWordRecommend .context .answer .head {
          width: 100%;
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          margin-bottom: 20px; }
          .AISearch .keyWordRecommend .context .answer .head p {
            font-size: 16px;
            font-weight: 600;
            color: #333333; }
          .AISearch .keyWordRecommend .context .answer .head a {
            font-family: 'Noto Sans CJK TC';
            font-size: 14px;
            font-weight: 500;
            color: #333333; }
        .AISearch .keyWordRecommend .context .answer .body {
          width: 100%;
          display: flex;
          flex-direction: row;
          gap: 10px;
          overflow-x: auto;
          overflow-y: hidden; }
          .AISearch .keyWordRecommend .context .answer .body div {
            display: flex;
            flex-direction: column;
            text-align: center;
            width: 27%;
            min-width: 27%; }
            @media (max-width: 1000px) {
              .AISearch .keyWordRecommend .context .answer .body div {
                width: 40%;
                min-width: 40%; } }
            .AISearch .keyWordRecommend .context .answer .body div p {
              font-family: 'Noto Sans CJK TC';
              font-size: 14px;
              font-weight: 400;
              color: #333333; }
            .AISearch .keyWordRecommend .context .answer .body div p:nth-child(2) {
              font-weight: 700; }
            .AISearch .keyWordRecommend .context .answer .body div p:nth-child(5) {
              color: red; }
      .AISearch .keyWordRecommend .context .spinner3 {
        width: 40px;
        height: 40px;
        position: relative;
        margin: 20px auto; }
        .AISearch .keyWordRecommend .context .spinner3 .double-bounce1,
        .AISearch .keyWordRecommend .context .spinner3 .double-bounce2 {
          width: 100%;
          height: 100%;
          border-radius: 50%;
          background-color: #9AD8DD;
          opacity: 0.6;
          position: absolute;
          top: 0;
          left: 0;
          -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
          animation: sk-bounce 2.0s infinite ease-in-out; }
        .AISearch .keyWordRecommend .context .spinner3 .double-bounce2 {
          -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s; }
      .AISearch .keyWordRecommend .context .loadingText {
        text-align: center; }

.breeze-news-section {
  margin: 0; }
  .breeze-news-section .slick-slider {
    padding: 0 60px; }
  .breeze-news-section .section-header {
    text-align: center;
    margin-bottom: 3rem; }
    .breeze-news-section .section-header .section-title {
      font-size: 2.4rem;
      font-weight: 600;
      color: #333;
      margin: 0;
      font-family: 'Noto Sans CJK TC', sans-serif; }
  .breeze-news-section .news-card {
    padding: 0 1rem;
    cursor: pointer;
    transition: transform 0.3s ease; }
    .breeze-news-section .news-card:hover {
      transform: translateY(-5px); }
    .breeze-news-section .news-card .news-media {
      margin: 0;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      margin-bottom: 1.5rem; }
      .breeze-news-section .news-card .news-media .news-image {
        width: 100%;
        height: 335px;
        object-fit: cover; }
      .breeze-news-section .news-card .news-media .placeholder-image {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #999;
        font-size: 1.4rem;
        height: 335px; }
    .breeze-news-section .news-card .news-body {
      padding: 0; }
      .breeze-news-section .news-card .news-body .news-title {
        font-size: 1.6rem;
        font-weight: 600;
        color: #333;
        margin: 0 0 1rem 0;
        line-height: 1.4;
        height: 4.4rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-family: 'Noto Sans CJK TC', sans-serif; }
      .breeze-news-section .news-card .news-body .news-date {
        font-size: 1.4rem;
        color: #666;
        margin-bottom: 1rem;
        font-family: 'Noto Sans CJK TC', sans-serif; }
      .breeze-news-section .news-card .news-body .news-action .read-now {
        color: #333;
        font-size: 1.4rem;
        font-weight: 500;
        text-decoration: none;
        transition: color 0.3s ease;
        font-family: 'Noto Sans CJK TC', sans-serif; }
        .breeze-news-section .news-card .news-body .news-action .read-now:hover {
          color: #333333; }
  .breeze-news-section .breezeNewsArrow {
    top: 50%;
    cursor: pointer;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    padding: 0;
    z-index: 10; }
    .breeze-news-section .breezeNewsArrow.left {
      left: 20px; }
    .breeze-news-section .breezeNewsArrow.right {
      right: 20px; }
  .breeze-news-section .slick-dots {
    bottom: -30px; }
    .breeze-news-section .slick-dots li button:before {
      font-size: 12px;
      color: #ccc; }
    .breeze-news-section .slick-dots li.slick-active button:before {
      color: #333; }
  .breeze-news-section .slick-slider {
    position: relative; }
    .breeze-news-section .slick-slider .slick-list .slick-track {
      display: flex; }
      .breeze-news-section .slick-slider .slick-list .slick-track .slick-slide {
        height: auto; }
        .breeze-news-section .slick-slider .slick-list .slick-track .slick-slide > div {
          height: 100%; }
  .breeze-news-section .loading-placeholder {
    text-align: center;
    padding: 4rem 0; }
    .breeze-news-section .loading-placeholder .loading-text {
      font-size: 1.6rem;
      color: #666;
      font-family: 'Noto Sans CJK TC', sans-serif; }
  @media (max-width: 768px) {
    .breeze-news-section .section-header {
      margin-bottom: 2rem; }
      .breeze-news-section .section-header .section-title {
        font-size: 2rem; }
    .breeze-news-section .news-card {
      padding: 0 0.5rem; }
      .breeze-news-section .news-card .news-body {
        padding: 1rem 0; }
        .breeze-news-section .news-card .news-body .news-title {
          font-size: 1.4rem;
          height: 3.8rem; }
        .breeze-news-section .news-card .news-body .news-date {
          font-size: 1.2rem; }
        .breeze-news-section .news-card .news-body .news-action .read-now {
          font-size: 1.2rem; }
    .breeze-news-section .breezeNewsArrow {
      display: none !important; } }

.brand-header {
  padding: 2rem 0; }

.brand-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
  text-align: left;
  font-weight: 600 !important; }

.brand-description {
  font-size: 1.5rem;
  margin-top: 1rem;
  color: #666;
  line-height: 1.6;
  white-space: pre-wrap;
  text-align: left; }

.toolbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 2rem; }

.custom-btn {
  background: #007bff;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  cursor: pointer; }
  .custom-btn:hover {
    background: #0056b3; }

.toolbox-sort {
  display: flex;
  align-items: center;
  gap: 0.5rem; }

.product-list {
  margin-bottom: 2rem; }

.product {
  margin-bottom: 2rem;
  transition: transform 0.2s ease; }
  .product:hover {
    transform: translateY(-2px); }

.product-media {
  position: relative;
  overflow: hidden;
  border-radius: 8px; }
  .product-media img {
    object-fit: cover; }

.soldout {
  position: relative; }
  .soldout::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-weight: bold; }

.product-body {
  padding: 1rem 0; }

.product-cat a {
  color: #666;
  text-decoration: none;
  font-size: 1.4rem; }

.product-title a {
  color: #333;
  text-decoration: none;
  font-weight: 500; }
  .product-title a:hover {
    color: #007bff; }

.product-price {
  margin-top: 0.5rem; }

.product-last-price {
  text-decoration: line-through;
  color: #999;
  margin-right: 0.5rem; }

.highlight-color {
  color: #e74c3c;
  font-weight: bold; }

.pagination-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 2rem; }

.sidebar-filter-clear {
  color: #007bff;
  cursor: pointer;
  text-decoration: none; }
  .sidebar-filter-clear:hover {
    text-decoration: underline; }

.filter-section {
  margin-top: 1rem; }
  .filter-section h4 {
    margin-bottom: 1rem;
    color: #333;
    font-size: 1.1rem; }

.filter-option {
  margin-bottom: 0.5rem; }
  .filter-option label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-size: 0.9rem;
    color: #666; }
  .filter-option input[type="checkbox"] {
    margin: 0; }

.product-hotsale {
  color: white;
  padding: 0.2rem 0.5rem;
  border-radius: 3px;
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0.5rem; }

.product-discount-rate {
  background: #f39c12;
  color: white;
  padding: 0.2rem 0.5rem;
  border-radius: 3px;
  font-size: 0.8rem;
  font-weight: bold;
  display: inline-block;
  margin-right: 0.5rem; }

.toolbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 15px 0; }

.toolbox-left {
  display: flex;
  align-items: center; }

.toolbox-filter {
  display: flex;
  align-items: center;
  gap: 10px; }

.filter-label {
  font-weight: 500;
  color: #333;
  margin: 0;
  white-space: nowrap; }

.filter-container {
  min-width: 200px; }

.toolbox-right {
  display: flex;
  align-items: center; }

.toolbox-sort {
  display: flex;
  align-items: center;
  gap: 10px; }

@media (max-width: 768px) {
  .toolbox {
    flex-direction: column;
    gap: 15px;
    align-items: stretch; }
  .toolbox-left,
  .toolbox-right {
    justify-content: center; }
  .filter-container {
    min-width: 150px; } }

.category-filter {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px; }

.filter-dropdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s; }
  .filter-dropdown:hover {
    border-color: #999; }
  .filter-dropdown.open {
    border-color: #007bff; }

.filter-text {
  flex: 1;
  color: #333;
  font-size: 14px; }

.filter-arrow {
  color: #666;
  font-size: 12px;
  transition: transform 0.2s; }

.filter-dropdown.open .filter-arrow {
  transform: rotate(180deg); }

.filter-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 300px;
  overflow-y: auto; }

.filter-content {
  padding: 8px 0; }

.category-item {
  padding: 4px 0; }
  .category-item.nested {
    border-left: 1px solid #eee;
    margin-left: 10px; }

.category-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 4px 8px;
  margin: 0;
  transition: background-color 0.2s; }
  .category-label:hover {
    background-color: #f8f9fa; }

.category-checkbox {
  margin-right: 8px;
  width: 16px;
  height: 16px; }

.category-name {
  font-size: 14px;
  color: #333; }

.nested-categories {
  margin-left: 0; }

.spinner {
  margin: 100px auto 0;
  width: 120px;
  text-align: center; }
  .spinner p:nth-child(4) {
    color: #84DADE;
    font-weight: bold;
    text-align: center;
    font-size: 10px; }
  .spinner p:nth-child(5) {
    text-align: center;
    font-size: 10px; }

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #84DADE;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/*
Loading.module.scss
*/
.loading-info {
  color: #333333;
  font-size: 1rem;
  padding-top: 1rem;
  text-align: center; }

.sk-circle {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative; }

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #84dade;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }


@keyframes closeWindow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.ril__outer {
  background-color: rgba(0, 0, 0, 0.85);
  outline: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  touch-action: none;
}

.ril__outerClosing {
  opacity: 0;
}

.ril__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ril__image,
.ril__imagePrev,
.ril__imageNext {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: none;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  touch-action: none;
}

.ril__imageDiscourager {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ril__navButtons {
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 34px;
  padding: 40px 30px;
  margin: auto;
  cursor: pointer;
  opacity: 0.7;
}
.ril__navButtons:hover {
  opacity: 1;
}
.ril__navButtons:active {
  opacity: 0.7;
}

.ril__navButtonPrev {
  left: 0;
  background: rgba(0, 0, 0, 0.2)
    url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDE5LDMgLTIsLTIgLTE2LDE2IDE2LDE2IDEsLTEgLTE1LC0xNSAxNSwtMTUgeiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==')
    no-repeat center;
}

.ril__navButtonNext {
  right: 0;
  background: rgba(0, 0, 0, 0.2)
    url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDEsMyAyLC0yIDE2LDE2IC0xNiwxNiAtMSwtMSAxNSwtMTUgLTE1LC0xNSB6IiBmaWxsPSIjRkZGIi8+PC9zdmc+')
    no-repeat center;
}

.ril__downloadBlocker {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
  background-size: cover;
}

.ril__caption,
.ril__toolbar {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}

.ril__caption {
  bottom: 0;
  max-height: 150px;
  overflow: auto;
}

.ril__captionContent {
  padding: 10px 20px;
  color: #fff;
}

.ril__toolbar {
  top: 0;
  height: 50px;
}

.ril__toolbarSide {
  height: 50px;
  margin: 0;
}

.ril__toolbarLeftSide {
  padding-left: 20px;
  padding-right: 0;
  flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ril__toolbarRightSide {
  padding-left: 0;
  padding-right: 20px;
  flex: 0 0 auto;
}

.ril__toolbarItem {
  display: inline-block;
  line-height: 50px;
  padding: 0;
  color: #fff;
  font-size: 120%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ril__toolbarItemChild {
  vertical-align: middle;
}

.ril__builtinButton {
  width: 40px;
  height: 35px;
  cursor: pointer;
  border: none;
  opacity: 0.7;
}
.ril__builtinButton:hover {
  opacity: 1;
}
.ril__builtinButton:active {
  outline: none;
}

.ril__builtinButtonDisabled {
  cursor: default;
  opacity: 0.5;
}
.ril__builtinButtonDisabled:hover {
  opacity: 0.5;
}

.ril__closeButton {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS4yNSwxLjI1IC03LjUsNy41IDcuNSw3LjUgLTEuMjUsMS4yNSAtNy41LC03LjUgLTcuNSw3LjUgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=')
    no-repeat center;
}

.ril__zoomInButton {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PHBhdGggZD0iTTEyIDV2NiIvPjwvZz48Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+')
    no-repeat center;
}

.ril__zoomOutButton {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PC9nPjxjaXJjbGUgY3g9IjEyIiBjeT0iOCIgcj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=')
    no-repeat center;
}

.ril__outerAnimating {
  animation-name: closeWindow;
}

@keyframes pointFade {
  0%,
  19.999%,
  100% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}

.ril__loadingCircle {
  width: 60px;
  height: 60px;
  position: relative;
}

.ril__loadingCirclePoint {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ril__loadingCirclePoint::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 11%;
  height: 30%;
  background-color: #fff;
  border-radius: 30%;
  animation: pointFade 800ms infinite ease-in-out both;
}
.ril__loadingCirclePoint:nth-of-type(1) {
  transform: rotate(0deg);
}
.ril__loadingCirclePoint:nth-of-type(7) {
  transform: rotate(180deg);
}
.ril__loadingCirclePoint:nth-of-type(1)::before,
.ril__loadingCirclePoint:nth-of-type(7)::before {
  animation-delay: -800ms;
}
.ril__loadingCirclePoint:nth-of-type(2) {
  transform: rotate(30deg);
}
.ril__loadingCirclePoint:nth-of-type(8) {
  transform: rotate(210deg);
}
.ril__loadingCirclePoint:nth-of-type(2)::before,
.ril__loadingCirclePoint:nth-of-type(8)::before {
  animation-delay: -666ms;
}
.ril__loadingCirclePoint:nth-of-type(3) {
  transform: rotate(60deg);
}
.ril__loadingCirclePoint:nth-of-type(9) {
  transform: rotate(240deg);
}
.ril__loadingCirclePoint:nth-of-type(3)::before,
.ril__loadingCirclePoint:nth-of-type(9)::before {
  animation-delay: -533ms;
}
.ril__loadingCirclePoint:nth-of-type(4) {
  transform: rotate(90deg);
}
.ril__loadingCirclePoint:nth-of-type(10) {
  transform: rotate(270deg);
}
.ril__loadingCirclePoint:nth-of-type(4)::before,
.ril__loadingCirclePoint:nth-of-type(10)::before {
  animation-delay: -400ms;
}
.ril__loadingCirclePoint:nth-of-type(5) {
  transform: rotate(120deg);
}
.ril__loadingCirclePoint:nth-of-type(11) {
  transform: rotate(300deg);
}
.ril__loadingCirclePoint:nth-of-type(5)::before,
.ril__loadingCirclePoint:nth-of-type(11)::before {
  animation-delay: -266ms;
}
.ril__loadingCirclePoint:nth-of-type(6) {
  transform: rotate(150deg);
}
.ril__loadingCirclePoint:nth-of-type(12) {
  transform: rotate(330deg);
}
.ril__loadingCirclePoint:nth-of-type(6)::before,
.ril__loadingCirclePoint:nth-of-type(12)::before {
  animation-delay: -133ms;
}
.ril__loadingCirclePoint:nth-of-type(7) {
  transform: rotate(180deg);
}
.ril__loadingCirclePoint:nth-of-type(13) {
  transform: rotate(360deg);
}
.ril__loadingCirclePoint:nth-of-type(7)::before,
.ril__loadingCirclePoint:nth-of-type(13)::before {
  animation-delay: 0ms;
}

.ril__loadingContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ril__imagePrev .ril__loadingContainer,
.ril__imageNext .ril__loadingContainer {
  display: none;
}

.ril__errorContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.ril__imagePrev .ril__errorContainer,
.ril__imageNext .ril__errorContainer {
  display: none;
}

.ril__loadingContainer__icon {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

