/* ----- slick.min.css 1.31kb ------- */
.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 {
  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;
}
/* ----- customize-slick-theme.min.css 1.57kb ------- */
.slick-arrow {
  width: 36px;
  height: 36px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #323232;
  color: #323232;
  position: absolute;
  cursor: pointer;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  outline: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.slick-arrow .fa {
  font-size: 20px;
  font-weight: 600;
}
.slick-arrow.slick-prev {
  left: -5px;
  padding-top: 0;
  padding-right: 3px;
}
.slick-arrow.slick-next {
  right: -3px;
  padding-left: 0;
  padding-top: 0;
}
.slick-arrow:not(.slick-disabled):hover {
  background: #58a93c;
  color: #fff;
  border-color: #58a93c;
}
.slick-arrow.slick-disabled {
  cursor: default;
  color: #b2b2b2;
  border-color: #b2b2b2;
}
.slick-dots {
  display: block;
  padding-top: 30px;
  margin: 0;
  text-align: center;
  letter-spacing: -0.33em;
  line-height: 0;
}
.slick-dots li {
  display: inline-block;
  font-size: 0px;
  margin: 0px 7px;
  width: 12px;
  height: 12px;
  letter-spacing: normal;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #707979;
  background: #707979;
  padding: 0;
  outline: none;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background: rgba(255, 255, 255, 0);
  border-color: #505656;
}
.slick-dots li:first-child {
  margin-left: 0;
}
.slick-dots li:last-child {
  margin-right: 0;
}
/* ----- jquery.fancybox.min.css 66.6kb ------- */
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-container [data-selectable=true] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding:max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding:max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
lite-youtube {
  background-color: #000;
  position: relative;
  display: block;
  contain: content;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  max-width: 720px;
}
/* gradient */
lite-youtube::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
  background-position: top;
  background-repeat: repeat-x;
  height: 60px;
  padding-bottom: 50px;
  width: 100%;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}
/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/
lite-youtube::after {
  content: "";
  display: block;
  padding-bottom: calc(100% / (16 / 9));
}
lite-youtube > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}
/* play button */
lite-youtube > .lty-playbtn {
  display: block;
  width: 68px;
  height: 48px;
  position: absolute;
  cursor: pointer;
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  z-index: 1;
  background-color: transparent;
  /* YT's actual play button svg */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
  filter: grayscale(100%);
  transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  border: none;
}
lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
  filter: none;
}
/* Post-click styles */
lite-youtube.lyt-activated {
  cursor: unset;
}
lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
  opacity: 0;
  pointer-events: none;
}
.lyt-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
@font-face {
  font-family: "ic";
  src: url('/assets/fonts/iconfont-custom.woff2') format('woff2'), url('/assets/fonts/iconfont-custom.woff') format('woff'), url('/assets/fonts/iconfont-custom.ttf') format('truetype');
}
.ic {
  font-family: "ic" !important;
  font-size: inherit;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ic-minus-circle:before {
  content: "\e78c";
}
.ic-refresh:before {
  content: "\e7da";
}
.ic-star-empty:before {
  content: "\e85c";
}
.ic-star:before {
  content: "\e85d";
}
.ic-delete:before {
  content: "\e616";
}
.ic-bullhorn:before {
  content: "\e8d2";
}
.ic-vacuum-cleaner:before {
  content: "\e73b";
}
.ic-watch:before {
  content: "\e614";
}
.ic-sound:before {
  content: "\e6c2";
}
.ic-power-tool:before {
  content: "\e7ee";
}
.ic-time:before {
  content: "\e65f";
}
.ic-close:before {
  content: "\e643";
}
.ic-copy:before {
  content: "\e80d";
}
.ic-question:before {
  content: "\e611";
}
.ic-answer:before {
  content: "\e612";
}
.ic-setting:before {
  content: "\e610";
}
.ic-apple-logo:before {
  content: "\e633";
}
.ic-bag-plus:before {
  content: "\e60e";
}
.ic-ArrowSquareRight:before {
  content: "\e613";
}
.ic-repair-warranty:before {
  content: "\e63e";
}
.ic-shoppingbag:before {
  content: "\f946";
}
.ic-Macbook:before {
  content: "\e60c";
}
.ic-iPhone:before {
  content: "\e620";
}
.ic-iWatch:before {
  content: "\e62f";
}
.ic-iPad:before {
  content: "\e87e";
}
.ic-home-o:before {
  content: "\e85a";
}
.ic-cart-solid:before {
  content: "\ed80";
}
.ic-shopping-cart:before {
  content: "\e60b";
}
.ic-money-back-eur:before {
  content: "\e648";
}
.ic-money-back-usd:before {
  content: "\e647";
}
.ic-returns:before {
  content: "\e69d";
}
.ic-tracking:before {
  content: "\e641";
}
.ic-repair:before {
  content: "\e626";
}
.ic-shield-alt:before {
  content: "\e8a3";
}
.ic-plane:before {
  content: "\e83e";
}
.ic-money-back-gbp:before {
  content: "\e64b";
}
.ic-circle-left:before {
  content: "\e619";
}
.ic-angle-left:before {
  content: "\e60a";
}
.ic-search-plus:before {
  content: "\eaa6";
}
.ic-link:before {
  content: "\e621";
}
.ic-th-list:before {
  content: "\e739";
}
.ic-info-circle:before {
  content: "\e831";
}
.ic-write:before {
  content: "\e62a";
}
.ic-quote-left:before {
  content: "\e844";
}
.ic-quote-right:before {
  content: "\e845";
}
.ic-go-back:before {
  content: "\e71c";
}
.ic-convenience:before {
  content: "\e62c";
}
.ic-customer-service:before {
  content: "\e735";
}
.ic-dollar-o:before {
  content: "\e609";
}
.ic-high-quality:before {
  content: "\e617";
}
.ic-images:before {
  content: "\ea89";
}
.ic-credit-card:before {
  content: "\e80c";
}
.ic-truck:before {
  content: "\e8db";
}
.ic-battery-full:before {
  content: "\e7b8";
}
.ic-check-square:before {
  content: "\e7c7";
}
.ic-check-circle:before {
  content: "\e7c9";
}
.ic-edit:before {
  content: "\e7eb";
}
.ic-laptop:before {
  content: "\e83c";
}
.ic-cart-plus:before {
  content: "\e7c8";
}
.ic-minus:before {
  content: "\e85b";
}
.ic-plus:before {
  content: "\e884";
}
.ic-circle-down:before {
  content: "\ee04";
}
.ic-radio-checked:before {
  content: "\e607";
}
.ic-radio:before {
  content: "\e608";
}
.ic-about-us:before {
  content: "\e654";
}
.ic-help:before {
  content: "\e606";
}
.ic-chevron-circle-right:before {
  content: "\e7c6";
}
.ic-guide:before {
  content: "\e7e2";
}
.ic-circle-right:before {
  content: "\e7d7";
}
.ic-quick-link:before {
  content: "\e63f";
}
.ic-info:before {
  content: "\e689";
}
.ic-angle-up:before {
  content: "\e605";
}
.ic-email:before {
  content: "\e60d";
}
.ic-contact:before {
  content: "\e604";
}
.ic-menu-bar:before {
  content: "\e625";
}
.ic-arrow-down:before {
  content: "\e601";
}
.ic-home:before {
  content: "\e603";
}
.ic-angle-right:before {
  content: "\e65c";
}
.ic-angle-down:before {
  content: "\e600";
}
.ic-ShoppingCart:before {
  content: "\e63d";
}
.ic-Search:before {
  content: "\e624";
}
.ic-add-cart:before {
  content: "\e61e";
}
.ic-Language:before {
  content: "\e659";
}
.ic-PaymentSafe:before {
  content: "\e60f";
}
.ic-Warranty:before {
  content: "\e615";
}
.ic-MoneyBack:before {
  content: "\e602";
}
.ic-FastShipping:before {
  content: "\e77e";
}
.payment-american_express,
.payment-cards-icon,
.payment-discover,
.payment-mastercard,
.payment-nzpost,
.payment-paypal,
.payment-paypal_credit,
.payment-paypal_icon,
.payment-securedbypaypal,
.payment-visa {
  display: inline-block;
  background-image: url("../Images/payment.png");
  background-repeat: no-repeat;
  background-size: 315px 230px;
}
.payment-american_express {
  width: 66px;
  height: 42px;
  background-position: -1px -145px;
}
.payment-cards-icon {
  width: 281px;
  height: 34px;
  background-position: -1px -69px;
}
.payment-discover {
  width: 66px;
  height: 42px;
  background-position: -67px -145px;
}
.payment-mastercard {
  width: 66px;
  height: 42px;
  background-position: -133px -145px;
}
.payment-nzpost {
  width: 181px;
  height: 42px;
  background-position: -1px -103px;
}
.payment-paypal {
  width: 52px;
  height: 42px;
  background-position: -263px -145px;
}
.payment-paypal_credit {
  width: 64px;
  height: 42px;
  background-position: -199px -145px;
}
.payment-paypal_icon {
  width: 313px;
  height: 68px;
  background-position: -1px -1px;
}
.payment-securedbypaypal {
  width: 117px;
  height: 42px;
  background-position: -182px -103px;
}
.payment-visa {
  width: 59px;
  height: 42px;
  background-position: -1px -187px;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bWmT.ttf) format('truetype');
}
:root {
  --theme-color: #5bb112;
  --theme-color-rgb: 91, 177, 18;
  --hover-color: #0055d4;
  --btn-hover-color: #45870e;
  --p-color: #787878;
  --red: #e6055b;
  --green: #77bf4a;
  --gray: #777;
  --yellow: #fff3cd;
  --black: #232323;
  --transition-duration: 0.3s;
  --border-radius: 4px;
  --border-color: #d6d6d6;
  --border: 1px solid var(--border-color);
  --background-color: #f1f1f1;
  --background-color2: #f7f7f7;
  --box-shadow: 0 0 20px 2px;
  --footer-text-color: #a8a8a8;
}
.red {
  color: var(--red);
}
.green {
  color: var(--green);
}
.gray {
  color: var(--gray);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  color: var(--black);
  line-height: 1.5;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-family: 'Roboto', sans-serif;
}
a {
  text-decoration: none;
  transition-duration: var(--transition-duration);
  color: var(--black);
}
a:hover,
a.active {
  color: var(--theme-color);
}
p {
  margin-bottom: 1em;
  color: var(--black);
}
p a {
  text-decoration: underline;
}
p:has(.badge) {
  position: relative;
  padding-left: 1.8em;
}
p .badge {
  width: 1.5em;
  height: 1.5em;
  counter-increment: no;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  position: absolute;
  left: -0.2em;
  border-radius: 50%;
  background-color: var(--theme-color);
  font-size: 0.85em;
  transform: translateY(0.35em);
}
p .badge::before {
  content: counter(no);
  color: white;
  text-align: center;
}
p strong,
p b,
p i,
p u,
p em {
  font-style: normal;
  font-weight: 500;
}
ul {
  margin: 0;
  padding-left: 0;
}
ul li {
  list-style: none;
}
ol:not(.breadcrumb) {
  padding-left: 2.1em;
  counter-reset: no;
}
ol:not(.breadcrumb) > li {
  list-style: none;
  counter-increment: no;
  position: relative;
  margin: 10px 0;
}
ol:not(.breadcrumb) > li::before {
  content: counter(no);
  position: absolute;
  top: 0;
  left: -30px;
  width: 1.5625em;
  line-height: 1.5625em;
  background-color: var(--green);
  color: white;
  border-radius: 50%;
  text-align: center;
}
ol:not(.breadcrumb) ul {
  padding-left: 15px;
}
ol:not(.breadcrumb) ul > li {
  list-style: disc;
  margin: 10px 0;
}
img {
  max-width: 100%;
}
.breadcrumb {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.breadcrumb .breadcrumb-item {
  padding-left: 0.5rem;
  list-style: none;
}
.breadcrumb .breadcrumb-item::before {
  content: '/';
  float: left;
  padding-right: 0.5rem;
}
.breadcrumb .breadcrumb-item:first-child {
  padding-left: 0;
}
.breadcrumb .breadcrumb-item:first-child::before {
  content: none;
}
.breadcrumb .breadcrumb-item.active {
  color: var(--theme-color);
}
input,
textarea {
  outline: none;
  font-family: inherit;
  transition-duration: var(--transition-duration);
}
input:focus,
textarea:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
button {
  box-shadow: none;
  color: white;
  transition-duration: var(--transition-duration);
  border: none;
  border-radius: var(--border-radius);
  cursor: pointer;
}
i,
i::before {
  transition-duration: var(--transition-duration);
}
b {
  font-weight: 500;
}
header {
  margin-bottom: 1.2rem;
  box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.1);
}
header .top-alert {
  padding: 0.5em 0;
  margin-bottom: 0;
  font-weight: 500;
}
@media (max-width: 768px) {
  header .top-alert {
    text-align: center;
  }
}
header .bar {
  background-color: var(--black);
}
header .bar ul {
  display: flex;
  align-items: center;
  justify-content: end;
}
header .bar ul li a {
  display: flex;
  align-items: center;
  color: white;
  line-height: 22px;
  padding: 11px 8px;
}
header .bar ul li a i {
  margin-right: 3px;
}
header .bar ul li a:hover,
header .bar ul li a.active {
  color: var(--theme-color);
}
header .bar ul li:first-child {
  color: white;
  margin-right: auto;
}
header .content {
  padding: 20px 0;
}
header .content .row {
  align-items: center;
  justify-content: space-between;
}
header .content .row .search {
  position: relative;
}
@media (max-width: 1200px) {
  header .content .row .search {
    order: 3;
    margin-top: 15px;
  }
}
header .content .row .search input {
  width: 100%;
  border: var(--border);
  border-radius: var(--border-radius);
  height: 45px;
  padding: 5px 120px 5px 15px;
  transition-duration: var(--transition-duration);
  letter-spacing: 0.8px;
  color: #777;
}
header .content .row .search input::placeholder {
  color: #a5a5a5;
}
header .content .row .search button {
  border-radius: var(--border-radius);
  transition: var(--transition-duration);
  cursor: pointer;
  background-color: var(--theme-color);
  color: white;
  border: 1px solid var(--theme-color);
  position: absolute;
  top: 0;
  right: 0.75rem;
  bottom: 0;
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
  padding: 10px 30px;
}
header .content .row .search button,
header .content .row .search button * {
  transition: var(--transition-duration);
}
header .content .row .search button * {
  background-color: transparent;
  border: none;
}
header .content .row .search button:has(input) {
  padding: 0;
  padding-right: 0 !important;
}
header .content .row .search button:has(input) input {
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  padding-right: 1.7em;
}
header .content .row .search button:hover {
  background-color: var(--btn-hover-color);
  color: white;
  border: 1px solid var(--btn-hover-color);
}
header .content .row .cart {
  display: flex;
}
@media (max-width: 1200px) {
  header .content .row .cart {
    order: 2;
  }
}
header .content .row .cart button {
  border-radius: var(--border-radius);
  transition: var(--transition-duration);
  cursor: pointer;
  background-color: var(--theme-color);
  color: white;
  border: 1px solid var(--theme-color);
  text-align: center;
  margin-left: auto;
  position: relative;
  width: 45px;
  aspect-ratio: 1;
}
header .content .row .cart button,
header .content .row .cart button * {
  transition: var(--transition-duration);
}
header .content .row .cart button * {
  background-color: transparent;
  border: none;
}
header .content .row .cart button:has(input) {
  padding: 0;
  padding-right: 0 !important;
}
header .content .row .cart button:has(input) input {
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  padding-right: 1.7em;
}
header .content .row .cart button:hover {
  background-color: var(--btn-hover-color);
  color: white;
  border: 1px solid var(--btn-hover-color);
}
header .content .row .cart button div {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.1em 0.3em;
  min-width: 18px;
  transform: translate(45%, -50%);
  background-color: var(--red);
  color: white;
  font-size: 13px;
  border-radius: 1em;
  text-align: center;
}
header .content .row .cart button i {
  font-size: 20px;
}
header button.toggle-menu {
  font-size: 22px;
  background-color: transparent;
  color: var(--gray);
  text-align: left;
}
header button.toggle-menu:hover {
  color: var(--theme-color);
}
header .nav {
  color: var(--gray);
  border-top: 2px solid rgba(0, 0, 0, 0.04);
  padding: 8px 0;
}
header .nav > nav {
  position: relative;
  z-index: 1000;
}
header .nav > nav > label {
  line-height: 40px;
}
header .nav > nav > ul {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #fff;
}
header .nav > nav > ul > li {
  transition-duration: var(--transition-duration);
  margin-right: 1px;
}
header .nav > nav > ul > li > a {
  font-weight: 500;
  color: var(--gray);
  font-size: 15px;
}
header .nav > nav > ul > li > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  color: var(--gray);
  font-size: 16px;
  position: relative;
  height: 45px;
}
header .nav > nav > ul > li > div a {
  padding-right: 5px;
}
header .nav > nav > ul > li a i {
  font-size: 20px;
  white-space: nowrap;
}
header .nav > nav > ul > li .sub-nav {
  visibility: hidden;
  transform: translateY(40px);
  opacity: 0;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: white;
  font-size: 14px;
  transition-duration: var(--transition-duration);
  border-top: 0;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  padding: 10px;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
}
@media (max-width: 1200px) {
  header .nav > nav > ul > li .sub-nav {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: unset;
    box-shadow: unset;
    padding-top: 0;
    display: none;
  }
  header .nav > nav > ul > li .sub-nav a {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }
}
header .nav > nav > ul > li .sub-nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1200px) {
  header .nav > nav > ul > li .sub-nav ul {
    grid-template-columns: 1fr;
  }
}
header .nav > nav > ul > li .sub-nav ul li {
  margin-bottom: 3px;
}
header .nav > nav > ul > li .sub-nav ul li b {
  display: flex;
  align-items: center;
}
header .nav > nav > ul > li .sub-nav a {
  transition-duration: 0s;
  border-radius: var(--border-radius);
  line-height: 35px;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
header .nav > nav > ul > li .sub-nav a i {
  transition-duration: 0s;
}
header .nav > nav > ul > li .sub-nav a.active,
header .nav > nav > ul > li .sub-nav a:hover {
  background-color: var(--theme-color);
  color: white !important;
}
header .nav > nav > ul > li .sub-nav.not-full {
  left: auto;
  width: auto;
}
header .nav > nav > ul > li .sub-nav.not-full ul {
  grid-template-columns: 1fr;
}
header .nav > nav > ul > li > a.active a,
header .nav > nav > ul > li > a:hover a,
header .nav > nav > ul > li > div.active a,
header .nav > nav > ul > li > div:hover a,
header .nav > nav > ul > li > a.active i,
header .nav > nav > ul > li > a:hover i,
header .nav > nav > ul > li > div.active i,
header .nav > nav > ul > li > div:hover i {
  color: var(--theme-color);
}
header .nav > nav > ul li:hover .sub-nav {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
header .nav > nav > ul > li:hover > div i {
  transform: rotate(180deg);
}
header .nav > nav > ul > li:first-child:hover > a i,
header .nav > nav > ul > li:last-child:hover > a i {
  transform: rotate(360deg);
}
header .nav > nav > ul > li:first-child a,
header .nav > nav > ul > li:last-child a {
  color: white;
  background-color: var(--theme-color);
  border-radius: var(--border-radius);
  font-weight: 500;
}
header .nav > nav > ul > li:first-child a div,
header .nav > nav > ul > li:last-child a div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.24);
  color: white;
}
header .nav > nav > ul > li:first-child a span,
header .nav > nav > ul > li:last-child a span {
  padding: 0 10px;
}
header .nav > nav > ul > li:first-child a:hover i,
header .nav > nav > ul > li:last-child a:hover i {
  color: white !important;
}
header .nav > nav > ul > li:last-child {
  margin-left: auto;
}
header .nav a {
  padding: 5px 20px;
  display: flex;
  align-items: center;
  height: 100%;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  header .nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: #00000080;
    padding: 0;
    opacity: 0;
  }
  header .nav > nav {
    margin: 0;
    padding: 0.75rem;
    position: absolute;
    height: 100%;
    background-color: #fff;
    width: 330px;
    overflow: auto;
    transform: translateX(-100%);
    transition-duration: var(--transition-duration);
  }
  header .nav > nav > ul {
    flex-direction: column;
    align-items: start;
  }
  header .nav > nav > ul > li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: var(--border);
    flex-wrap: wrap;
  }
  header .nav > nav > ul > li > div {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  header .nav > nav > ul > li:last-child {
    margin-left: 0;
  }
  header .nav.active {
    z-index: 1000;
    opacity: 1;
  }
  header .nav.active > nav {
    transform: translateX(0);
  }
}
.autocomplete {
  position: absolute;
  z-index: 1001;
  width: calc(100% - 1.5rem);
  background-color: #fff;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  border-top-color: transparent;
  overflow: hidden;
  transition-duration: var(--transition-duration);
  height: 0;
}
.autocomplete li {
  line-height: 2.4;
  cursor: pointer;
  transition-duration: var(--transition-duration);
  padding: 0 10px;
  min-height: 0;
}
.autocomplete li:hover {
  background-color: var(--theme-color);
}
.autocomplete li:hover span {
  color: white !important;
}
.autocomplete.active {
  border: var(--border);
  height: auto;
}
footer {
  margin-top: 5rem;
  padding: 0 0 3rem 0;
  background-color: var(--black);
  color: var(--footer-text-color);
}
footer .service {
  padding: 2em 0;
  background-color: var(--theme-color);
  margin-top: 2em;
}
footer .service ul {
  display: flex;
  flex-wrap: wrap;
}
footer .service ul li {
  width: 100%;
  display: inline-block;
}
@media (min-width: 576px) {
  footer .service ul li {
    width: 100%;
  }
}
@media (min-width: 768px) {
  footer .service ul li {
    width: 50%;
  }
}
@media (min-width: 992px) {
  footer .service ul li {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  footer .service ul li {
    width: 25%;
  }
}
@media (min-width: 1400px) {
  footer .service ul li {
    width: 25%;
  }
}
footer .service ul li a {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
footer .service ul li a div b {
  color: white;
}
footer .service ul li a div div {
  margin-top: 10px;
  color: white;
}
footer .service ul li a i {
  font-size: 40px;
  margin-right: 20px;
  color: white;
}
footer .service ul li:first-child:hover i {
  transform: translateX(15px);
}
footer .service ul li:nth-child(2):hover i {
  transform: rotate(-180deg);
}
footer .service ul li:nth-child(3):hover i {
  transform: rotateY(180deg);
}
footer .service ul li:nth-child(4):hover i {
  transform: scale(1.2);
}
footer > nav {
  padding-top: 3em !important;
}
footer > nav div {
  text-transform: uppercase;
  margin: 15px 0;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  color: var(--theme-color);
  letter-spacing: 1.5px;
}
footer > nav a {
  font-size: 14px;
  display: flex;
  align-items: center;
  line-height: 2.5;
  color: var(--footer-text-color);
}
footer > nav a i {
  position: relative;
  right: -0.5em;
}
footer > nav a:hover i,
footer > nav a.active i {
  right: -30px;
}
footer .bar div {
  text-align: center;
  font-size: 13px;
}
footer .bar .pay-img {
  margin-bottom: 1.4rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
footer .bar .pay-img > * {
  margin: 0.3rem 0;
}
footer .bar .copyright a {
  color: var(--footer-text-color);
  text-decoration: underline;
}
.btn {
  border-radius: var(--border-radius);
}
.btn,
.btn * {
  transition: var(--transition-duration);
}
.btn * {
  background-color: transparent;
  border: none;
}
.btn:has(input) {
  padding: 0;
  padding-right: 0 !important;
}
.btn:has(input) input {
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  padding-right: 1.7em;
}
.btn.primary {
  border-radius: var(--border-radius);
  transition: var(--transition-duration);
  cursor: pointer;
  background-color: var(--theme-color);
  color: white;
  border: 1px solid var(--theme-color);
}
.btn.primary,
.btn.primary * {
  transition: var(--transition-duration);
}
.btn.primary * {
  background-color: transparent;
  border: none;
}
.btn.primary:has(input) {
  padding: 0;
  padding-right: 0 !important;
}
.btn.primary:has(input) input {
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  padding-right: 1.7em;
}
.btn.primary:hover {
  background-color: var(--btn-hover-color);
  color: white;
  border: 1px solid var(--btn-hover-color);
}
.btn.plain {
  border-radius: var(--border-radius);
  transition: var(--transition-duration);
  cursor: pointer;
  background-color: white;
  color: var(--gray);
  border: 1px solid var(--border-color);
}
.btn.plain:hover {
  background-color: var(--theme-color);
  color: white;
  border: 1px solid var(--border-color);
}
.container {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 576px) {
  .container {
    max-width: 600px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 770px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 920px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1250px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.row > * {
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}
.d-none {
  display: none;
}
.d-inline {
  display: inline;
}
.d-inline-block {
  display: inline-block;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
}
.d-inline-flex {
  display: inline-flex;
}
@media (min-width: 576px) {
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .d-sm-none {
    display: none;
  }
  .d-sm-inline {
    display: inline;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-flex {
    display: flex;
  }
  .d-sm-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 768px) {
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .d-md-none {
    display: none;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-block {
    display: block;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 992px) {
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .d-lg-none {
    display: none;
  }
  .d-lg-inline {
    display: inline;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-flex {
    display: flex;
  }
  .d-lg-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 1200px) {
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .d-xl-none {
    display: none;
  }
  .d-xl-inline {
    display: inline;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-flex {
    display: flex;
  }
  .d-xl-inline-flex {
    display: inline-flex;
  }
}
.discount {
  display: block;
  background-color: #ff06;
  text-align: center;
  color: #3c763d;
  padding: 0.3em 2.5em;
  position: relative;
  font-style: normal;
  font-weight: 500;
}
.discount span,
.discount i {
  font-weight: bold;
  font-size: 18px;
}
.discount .ic-close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.proNote {
  margin-top: 1em;
  border-radius: var(--border-radius);
  padding: 1em;
  border-left: 5px solid var(--theme-color);
  background-color: rgba(var(--theme-color-rgb), 0.1);
}
.proNote > b {
  display: block;
  margin-bottom: 0.5em;
}
.proNote p {
  color: var(--black);
}
.proNote p b {
  color: var(--theme-color);
  cursor: pointer;
  text-decoration: underline;
}
.proNote p b:hover {
  color: var(--hover-color);
}
.error {
  font-size: 13px;
  color: var(--red);
  width: 100%;
}
.powerbank {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.powerbank:hover {
  color: var(--theme-color);
}
.slider-for .zoomImg {
  cursor: zoom-in;
}
.slider-for [data-zoom] {
  display: table-cell;
  vertical-align: middle;
}
.slider-for [data-zoom] img {
  width: 100%;
}
.slider-nav {
  padding: 0 2.5rem;
  margin: 10px 0 15px;
}
.slider-nav .slick-track {
  margin-left: -2px;
}
.slider-nav .slick-slide {
  margin: 1px 3px;
  border: var(--border);
  cursor: pointer;
  outline: none;
  max-height: 100%;
  width: 100%;
  overflow: hidden;
}
.slider-nav .slick-slide .item {
  display: table-cell;
  vertical-align: middle;
}
.slider-nav .slick-slide img {
  max-height: 100%;
  width: 100%;
}
.slider-nav .slick-current {
  border-color: var(--theme-color);
  outline: var(--theme-color) solid 1px;
}
.slider-nav .slick-arrow {
  background-color: #fff !important;
  width: 38px;
  height: 38px;
  border: none;
  padding: 0;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.slider-nav .slick-arrow i {
  margin-right: 0;
}
.slider-nav .slick-arrow:not(.slick-disabled) {
  color: #323232 !important;
}
.slider-nav .slick-arrow:not(.slick-disabled):hover {
  color: var(--theme-color) !important;
}
.product-preview {
  padding: 20px 20px;
  border-radius: var(--border-radius);
  border: var(--border);
  margin-bottom: 20px;
}
.product-preview > img {
  display: block;
  margin: 15px auto;
}
.shipping-table {
  border-right: var(--border);
  border-bottom: var(--border);
  width: 100%;
}
@media (max-width: 767px) {
  .shipping-table thead {
    display: none;
  }
}
.shipping-table th {
  white-space: nowrap;
  text-align: left;
  background-color: var(--background-color2);
}
.shipping-table th,
.shipping-table td {
  border-left: var(--border);
  border-top: var(--border);
  padding: 10px;
}
.shipping-table .ShippingCountry {
  color: var(--theme-color);
  font-weight: 500;
}
.shipping-table .ShippingFee {
  color: var(--red);
  font-weight: 500;
}
@media (max-width: 768px) {
  .shipping-table {
    border-right: none;
    border-bottom: none;
  }
  .shipping-table tr {
    display: block;
    margin-bottom: 1em;
    border-right: var(--border);
    border-bottom: var(--border);
  }
  .shipping-table td {
    display: flex;
    font-size: 12px;
  }
  .shipping-table td div {
    width: calc(100% - 175px);
  }
  .shipping-table td:last-child {
    border-bottom: var(--border);
  }
  .shipping-table td:before {
    content: attr(data-label);
    width: 175px;
    font-weight: bold;
  }
}
#payment table {
  width: 100%;
  border-right: var(--border);
  border-bottom: var(--border);
}
@media (max-width: 767px) {
  #payment table thead {
    display: none;
  }
}
#payment table th {
  white-space: nowrap;
  text-align: left;
  background-color: var(--background-color2);
}
#payment table th,
#payment table td {
  border-left: var(--border);
  border-top: var(--border);
  padding: 10px;
}
#payment table tbody tr:last-child {
  font-size: 14px;
  line-height: 1.5;
}
#payment table .note b {
  color: var(--red);
}
#payment table .note p {
  color: var(--theme-color);
}
h1 {
  font-size: 22px;
  font-weight: bold;
  margin: 15px 0;
}
.product-detail {
  margin-bottom: 1.5em;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
.product-detail .view {
  border-radius: var(--border-radius);
  border: var(--border);
  padding: 15px;
  margin-bottom: 2em;
  width: 100%;
  display: inline-block;
  position: sticky;
  top: 10px;
}
@media (min-width: 576px) {
  .product-detail .view {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .product-detail .view {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .product-detail .view {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .product-detail .view {
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .product-detail .view {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .product-detail .view {
    position: initial;
  }
}
.product-detail .view > a {
  display: block;
  margin: 100px auto 30px auto;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.product-detail .view > img {
  display: block;
  margin: 1.5em auto 1em auto;
}
.product-detail .view > span {
  display: block;
  border-radius: var(--border-radius);
  border: var(--border);
  font-size: 14px;
  background-color: var(--yellow);
  color: var(--gray);
  padding: 1em;
  margin-top: 1.5em;
  margin-bottom: 0;
}
.product-detail .info {
  width: 100%;
  display: inline-block;
}
@media (min-width: 576px) {
  .product-detail .info {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .product-detail .info {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .product-detail .info {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .product-detail .info {
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .product-detail .info {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .product-detail .info {
    padding-left: 2%;
  }
}
.product-detail .info p {
  color: var(--black);
}
.product-detail .details li {
  display: flex;
  border-radius: var(--border-radius);
  padding: 6px;
  font-size: 14px;
}
.product-detail .details li span:first-child {
  font-weight: 500;
  display: inline-block;
  min-width: 220px;
}
@media (max-width: 1000px) {
  .product-detail .details li span:first-child {
    min-width: 130px;
  }
}
.product-detail .details li:nth-child(2n-1) {
  background-color: #f9f9f9;
}
.product-detail .details #instock-1,
.product-detail .details #instock-2,
.product-detail .details #instock-3,
.product-detail .details #instock-4,
.product-detail .details #instock-5 {
  display: inline-block;
  padding: 5px 10px;
  background-color: var(--theme-color);
  color: white;
  border-radius: var(--border-radius);
}
.product-detail .rating-box {
  font-size: 14px;
  margin: 0.5em 0;
}
.product-detail .rating-box > div {
  display: inline-block;
}
.product-detail .rating-box .rating-star {
  display: inline-block;
  position: relative;
}
.product-detail .rating-box .rating-star .star,
.product-detail .rating-box .rating-star .empty {
  display: flex;
}
.product-detail .rating-box .rating-star .star i,
.product-detail .rating-box .rating-star .empty i {
  margin-right: 3px;
}
.product-detail .rating-box .rating-star .star {
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  color: #FFA41C;
}
.product-detail .rating-box .rating-star .empty {
  color: gray;
}
.product-detail .rating-box .reviews {
  color: var(--gray);
}
.product-detail .rating-box .reviews:hover {
  color: var(--theme-color);
}
.product-detail .price-box {
  margin-top: 0.5rem;
}
.product-detail .price-box .PPrice del {
  color: var(--red);
  font-weight: bold;
  display: block;
  margin-bottom: 0.3125rem;
  font-size: 1.3rem;
}
.product-detail .price-box .PPrice .price-text {
  color: var(--red);
  font-weight: bold;
  font-size: 2rem;
}
.product-detail .price-box .PPrice .shipping-text {
  white-space: nowrap;
  color: #888;
  margin-left: 5px;
  cursor: pointer;
  transition-duration: var(--transition-duration);
}
.product-detail .price-box .PPrice .shipping-text:hover {
  color: var(--hover-color);
}
.product-detail .price-box form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0.5em;
}
.product-detail .price-box form .add-qty {
  display: inline-flex;
  margin: 15px 0;
  border: var(--border);
  border-radius: var(--border-radius);
  margin-right: 20px;
}
.product-detail .price-box form .add-qty button {
  border-radius: unset;
  height: 40px;
  width: 45px;
}
.product-detail .price-box form .add-qty > input {
  text-align: center;
  border: none;
  outline: none;
  width: 50px;
  border-left: var(--border);
  border-right: var(--border);
  font-size: 17px;
}
.product-detail .price-box form .add-qty .btn-dec,
.product-detail .price-box form .add-qty .btn-inc {
  background-color: transparent;
  color: var(--gray);
}
.product-detail .price-box form .add-qty .btn-dec:hover,
.product-detail .price-box form .add-qty .btn-inc:hover {
  color: var(--theme-color);
  background-color: var(--background-color2);
}
.product-detail .price-box form .addcart-btn {
  padding: 0 2em;
  font-size: 16px;
  line-height: 45px;
  font-weight: bold;
  border-radius: var(--border-radius);
  transition: var(--transition-duration);
  cursor: pointer;
  background-color: var(--theme-color);
  color: white;
  border: 1px solid var(--theme-color);
}
.product-detail .price-box form .addcart-btn,
.product-detail .price-box form .addcart-btn * {
  transition: var(--transition-duration);
}
.product-detail .price-box form .addcart-btn * {
  background-color: transparent;
  border: none;
}
.product-detail .price-box form .addcart-btn:has(input) {
  padding: 0;
  padding-right: 0 !important;
}
.product-detail .price-box form .addcart-btn:has(input) input {
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  padding-right: 1.7em;
}
.product-detail .price-box form .addcart-btn:hover {
  background-color: var(--btn-hover-color);
  color: white;
  border: 1px solid var(--btn-hover-color);
}
.product-detail .price-box form .addcart-btn i {
  margin-right: 5px;
}
#maincontent .content {
  margin-top: 20px;
}
#maincontent .content .tabs-title {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--theme-color);
  margin-top: 4em;
  margin-bottom: 2.5em;
  padding-left: 8px;
}
#maincontent .content .tabs-title div {
  line-height: 2.6;
  padding: 0 3em;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  font-size: 15px;
  position: relative;
  transition-duration: var(--transition-duration);
  border-radius: 15px 15px 0 0;
}
#maincontent .content .tabs-title div::before,
#maincontent .content .tabs-title div::after {
  content: '';
  position: absolute;
  bottom: 0.25px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  box-shadow: 0 0 0 40px white;
  transition: box-shadow var(--transition-duration);
}
#maincontent .content .tabs-title div::before {
  left: -20px;
  clip-path: inset(50% -10px 0 50%);
}
#maincontent .content .tabs-title div::after {
  right: -20px;
  clip-path: inset(50% 50% 0 -10px);
}
#maincontent .content .tabs-title div:hover {
  color: var(--theme-color);
}
#maincontent .content .tabs-title div.active {
  background-color: var(--theme-color);
  color: white;
}
#maincontent .content .tabs-title div.active::before,
#maincontent .content .tabs-title div.active::after {
  box-shadow: 0 0 0 40px var(--theme-color);
  z-index: 2;
}
@media (max-width: 992px) {
  #maincontent .content .tabs-title {
    padding-left: 0;
  }
  #maincontent .content .tabs-title div {
    width: 100%;
    font-size: 14px;
    border-radius: var(--border-radius);
    background-color: var(--background-color2);
    border-bottom: var(--border);
  }
  #maincontent .content .tabs-title div::before,
  #maincontent .content .tabs-title div::after {
    display: none;
  }
}
.tab-title {
  padding: 10px 12px;
  background-color: var(--background-color2);
  font-weight: bold;
  color: var(--black);
  margin-bottom: 1em;
  margin-top: 3em;
  border-radius: var(--border-radius);
  font-size: 15px;
}
.tab-title i {
  margin-right: 10px;
  color: var(--theme-color);
}
.description .feature {
  margin: 20px 0;
}
.description .feature p {
  line-height: 1.7;
}
.description .why-title {
  font-weight: bold;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--theme-color);
  margin-top: 2em;
}
.description .why-title::before {
  content: '';
  height: 2px;
  width: 20%;
  margin-right: 7px;
  background-color: var(--theme-color);
}
.description .why-title::after {
  content: '';
  height: 2px;
  width: 20%;
  margin-left: 7px;
  background-color: var(--theme-color);
}
.description .why {
  margin-top: 3em;
  display: grid;
  gap: 1.5em;
  grid-template-areas: 'a b b' 'a c c';
}
.description .why > div {
  background-color: var(--background-color2);
  border-radius: var(--border-radius);
  overflow: hidden;
}
.description .why > div p {
  padding: 1.5em 2em;
  margin-bottom: 0;
}
.description .why > div:nth-child(1) {
  grid-area: a;
}
.description .why > div:nth-child(2) {
  grid-area: b;
  display: flex;
}
.description .why > div:nth-child(2) img {
  max-width: 30%;
  height: auto;
}
.description .why > div:nth-child(3) {
  grid-area: c;
  display: flex;
}
.description .why > div:nth-child(3) img {
  max-width: 30%;
}
@media (max-width: 1200px) {
  .description .why {
    grid-template-areas: 'a' 'b' 'c';
  }
  .description .why > div:nth-child(1) {
    display: flex;
  }
  .description .why > div:nth-child(1) img {
    max-width: 30%;
  }
}
@media (max-width: 768px) {
  .description .why > div {
    display: flex;
    flex-direction: column;
  }
  .description .why > div img {
    max-width: 100% !important;
  }
  .description .why > div:nth-child(2) {
    flex-direction: column-reverse;
  }
}
.description #you-tube {
  width: 50%;
  float: left;
  clear: both;
  margin: 0 20px 10px 0;
  border-radius: var(--border-radius);
  overflow: hidden;
}
@media (max-width: 765px) {
  .description #you-tube {
    width: 100%;
  }
}
.description #you-tube iframe {
  width: 100%;
  aspect-ratio: 1.5;
}
.description .productpicsbox img {
  width: 100%;
}
.compatibility {
  border-radius: var(--border-radius);
}
.compatibility .feedback,
.compatibility .disclaimer {
  margin-top: 1em;
  border-radius: var(--border-radius);
  padding: 1em;
  border-left: 5px solid var(--theme-color);
  background-color: rgba(var(--theme-color-rgb), 0.1);
}
.compatibility .feedback > b,
.compatibility .disclaimer > b {
  display: block;
  margin-bottom: 0.5em;
}
.compatibility .feedback p,
.compatibility .disclaimer p {
  color: var(--black);
}
.compatibility .feedback p b,
.compatibility .disclaimer p b {
  color: var(--theme-color);
  cursor: pointer;
  text-decoration: underline;
}
.compatibility .feedback p b:hover,
.compatibility .disclaimer p b:hover {
  color: var(--hover-color);
}
.compatibility #numbers ul,
.compatibility #models ul {
  display: flex;
  flex-wrap: wrap;
}
.compatibility #numbers ul li,
.compatibility #models ul li {
  line-height: 3;
  border-bottom: 1px dotted #eee;
  font-size: 13px;
  padding: 0 1em;
  width: 50%;
  display: inline-block;
}
@media (min-width: 576px) {
  .compatibility #numbers ul li,
  .compatibility #models ul li {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .compatibility #numbers ul li,
  .compatibility #models ul li {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .compatibility #numbers ul li,
  .compatibility #models ul li {
    width: 33%;
  }
}
@media (min-width: 1200px) {
  .compatibility #numbers ul li,
  .compatibility #models ul li {
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .compatibility #numbers ul li,
  .compatibility #models ul li {
    width: 25%;
  }
}
.shipping-payment .note span:first-child {
  color: var(--red);
}
.shipping-payment .note span:last-child {
  color: var(--theme-color);
}
.faqs .warranty b {
  display: block;
}
.faqs .faq-item .faq {
  font-weight: 500;
  line-height: 2;
  font-size: 16px;
}
.faqs .faq-item .faq i {
  margin-right: 10px;
  font-size: 19px;
}
.faqs .faq-item ol {
  margin-top: 0.6em;
  margin-bottom: 2.5em;
}
.faqs .faq-item p {
  color: var(--black);
  line-height: 2;
  margin-bottom: 2.5em;
}
.faqs .faq-item p i {
  font-size: 20px;
  color: var(--theme-color);
  margin-right: 5px;
}
.product {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition-duration: var(--transition-duration);
  border: 1px solid #e5e5e5;
  border-radius: var(--border-radius);
  min-height: 280px;
  margin: 10px;
  position: relative;
}
.product > * {
  text-align: center;
}
.product img {
  transition-duration: var(--transition-duration);
  padding: 20px;
  width: 150px;
}
.product img:hover {
  transform: scale(1.1);
}
.product h4 {
  font-size: 15px;
  padding: 10px;
  font-weight: 500;
}
.product b {
  color: var(--gray);
  font-weight: normal;
  font-size: 13px;
}
.product:hover {
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
  color: var(--theme-color);
}
.product:before {
  content: 'hot';
  color: white;
  position: absolute;
  left: 5px;
  top: 5px;
  padding: 2px 5px;
  background-color: var(--red);
  font-size: 12px;
  border-radius: var(--border-radius);
}
#hot-sell,
#recomend,
#review {
  padding-top: 4em;
}
#hot-sell h2,
#recomend h2,
#review h2 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: var(--black);
  padding: 15px;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.6px;
  background: var(--background-color2);
  border-radius: var(--border-radius);
  margin-bottom: 30px;
}
#hot-sell h2::before,
#recomend h2::before,
#review h2::before {
  content: '';
  position: absolute;
  left: -4px;
  top: -1px;
  bottom: -1px;
  width: 6%;
  background-color: var(--theme-color);
  z-index: -1;
  border-radius: var(--border-radius);
}
#hot-list i {
  margin: 0;
  font-size: 18px;
}
#hot-list .slick-prev {
  left: -8px;
}
#hot-list .slick-next {
  right: -8px;
}
#hot-list .slick-arrow {
  border-radius: var(--border-radius);
  transition: var(--transition-duration);
  cursor: pointer;
  background-color: var(--theme-color);
  color: white;
  border: 1px solid var(--theme-color);
  border: none;
  border-radius: 50%;
}
#hot-list .slick-arrow,
#hot-list .slick-arrow * {
  transition: var(--transition-duration);
}
#hot-list .slick-arrow * {
  background-color: transparent;
  border: none;
}
#hot-list .slick-arrow:has(input) {
  padding: 0;
  padding-right: 0 !important;
}
#hot-list .slick-arrow:has(input) input {
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  padding-right: 1.7em;
}
#hot-list .slick-arrow:hover {
  background-color: var(--btn-hover-color);
  color: white;
  border: 1px solid var(--btn-hover-color);
}
#hot-list .slick-dots button {
  font-size: 0;
}
#recomend a {
  display: inline-block;
  padding: 7px 1rem;
  border: var(--border);
  border-radius: var(--border-radius);
  margin: 0 7px 10px 0;
}
#recomend a:hover {
  background-color: var(--theme-color);
  color: white;
  border-color: var(--theme-color);
}
.fancybox-slide--iframe .fancybox-content {
  max-width: 742px;
  max-height: 570px;
}
#battery-link-request > div:not(:last-child) {
  margin-bottom: 1em;
}
#battery-link-request label {
  font-size: 14px;
  color: var(--gray);
  display: block;
  margin-bottom: 1em;
}
#battery-link-request .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gray);
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#battery-link-request input.btn-primary {
  width: 100%;
  padding: 0.8em 0;
  border-radius: var(--border-radius);
  transition: var(--transition-duration);
  cursor: pointer;
  background-color: var(--theme-color);
  color: white;
  border: 1px solid var(--theme-color);
}
#battery-link-request input.btn-primary,
#battery-link-request input.btn-primary * {
  transition: var(--transition-duration);
}
#battery-link-request input.btn-primary * {
  background-color: transparent;
  border: none;
}
#battery-link-request input.btn-primary:has(input) {
  padding: 0;
  padding-right: 0 !important;
}
#battery-link-request input.btn-primary:has(input) input {
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  padding-right: 1.7em;
}
#battery-link-request input.btn-primary:hover {
  background-color: var(--btn-hover-color);
  color: white;
  border: 1px solid var(--btn-hover-color);
}
.proNote {
  margin-top: 1em;
  border-radius: var(--border-radius);
  padding: 1em;
  border-left: 5px solid var(--theme-color);
  background-color: rgba(var(--theme-color-rgb), 0.1);
}
.proNote > b {
  display: block;
  margin-bottom: 0.5em;
}
.proNote span {
  display: block;
}
.proNote p {
  color: var(--black);
}
.proNote p b {
  color: var(--theme-color);
  cursor: pointer;
  text-decoration: underline;
}
.proNote p b:hover {
  color: var(--hover-color);
}
/* HTML: <div class="loader"></div> */
.loader {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
  border: 1px solid var(--theme-color);
  color: white;
  padding: 5px 5px;
  width: fit-content;
  font-size: 20px;
  background: linear-gradient(90deg, var(--theme-color) 50%, #0000 0) right / 200% 100%;
  animation: l21 2s infinite linear;
  border-radius: 5px;
}
.loader::after {
  content: "";
  display: block;
  width: 5px;
  height: 16px;
  border: 1px solid var(--theme-color);
  position: absolute;
  left: -5px;
  top: calc(50% - 8px);
  border-radius: 2px 0 0 2px;
  background-color: var(--theme-color);
}
.loader::before {
  content: "ETA: 3-5 business days";
  color: #0000;
  padding: 0 5px;
  background: inherit;
  background-image: linear-gradient(90deg, #fff 50%, #000 0);
  -webkit-background-clip: text;
  background-clip: text;
}
@keyframes l21 {
  100% {
    background-position: left;
  }
}
.local-stock {
  margin-bottom: 1em;
  border-radius: var(--border-radius);
  padding: 0.5em 1em;
  background-color: var(--theme-color);
  color: white;
  font-weight: 500;
}
.plug-type {
  display: flex;
  margin-top: 0.5em;
}
.plug-type li {
  border: 2px solid var(--theme-color);
  margin-right: 1em;
  border-radius: var(--border-radius);
  font-weight: bold;
  padding: 0.3em 0.8em;
  cursor: pointer;
  color: var(--theme-color);
  transition-duration: var(--transition-duration);
}
.plug-type li:hover,
.plug-type li.active {
  background-color: var(--theme-color);
  color: white;
}
.shipping-to {
  display: flex;
  align-items: center;
}
.shipping-to .deliver-to {
  display: flex;
  flex-direction: column;
  padding: 10px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  z-index: -999;
  position: absolute;
  background-color: white;
  width: 200px;
  opacity: 0;
}
.shipping-to .deliver-to.active {
  opacity: 1;
  z-index: 999;
}
.shipping-to .deliver-to input {
  border: var(--border);
  border-radius: 5px;
  line-height: 20px;
  padding: 5px 10px;
  width: 100%;
  margin-bottom: 10px;
}
.shipping-to .deliver-to ul {
  display: flex;
  flex-direction: column;
  max-height: 200px;
  overflow-y: auto;
  width: 100%;
}
.shipping-to .deliver-to ul li {
  cursor: pointer;
  transition-duration: 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shipping-to .deliver-to ul li:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.shipping-to .country-name {
  border: var(--border);
  border-radius: 5px;
  padding: 5px 10px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
:root {
  --wxc-borderblackcolor: rgba(0, 0, 0, 0.1);
  --wxc-borderradius: 4px;
  --wxc-drakyellow: #ffc439;
  --wxc-lightgray: #fafafc;
  --wxc-black: #333333;
  --wxc-red: #ff0000;
  --wxc-white: #ffffff;
  --wxc-lightblack: rgba(0, 0, 0, 0.5);
}
#review {
  background: var(--wxc-lightgray);
  padding: 20px;
  border-radius: var(--wxc-borderradius);
  border: 1px solid var(--wxc-borderblackcolor);
}
#review .panel-Review {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--wxc-borderblackcolor);
}
#review .panel-Review:last-child {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
#review .panel-Review .divBuyer {
  font-size: 16px;
  color: var(--wxc-black);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}
#review .panel-Review .divBuyer span {
  font-size: 14px;
}
#review .panel-Review .divRating {
  height: 20px;
  max-width: 100%;
  display: block;
  object-fit: contain;
  margin-bottom: 16px;
}
#review .panel-Review .lbViewText {
  font-size: 14px;
  color: var(--wxc-black);
  line-height: 1.7;
  margin-bottom: 16px;
}
#review .panel-Review .divShare {
  display: flex;
  align-items: center;
  grid-gap: 8px;
}
#review .panel-Review .divShare a img {
  width: 18px;
  display: block;
  opacity: 0.5;
  transition: ease-in-out 0.2s;
}
#review .panel-Review .divShare a:hover img {
  opacity: 1;
}
#review .panel-Review .divReviewBody {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  grid-gap: 10px;
}
#review .panel-Review .divReviewBody svg {
  width: 16px;
  min-width: 16px;
  display: block;
}
#review .panel-Review .divReviewBody .divReply0 {
  padding-top: 20px;
  font-size: 14px;
  color: var(--wxc-black);
  line-height: 1.7;
}
#review .panel-Review .divReviewBody .divReply0 .div-ReDate {
  font-weight: 600;
}
.adapter-list {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  grid-gap: 20px;
}
.adapter-list .adapter {
  display: flex;
  align-items: center;
  padding: 20px;
  background: var(--wxc-lightgray);
  grid-gap: 20px;
  border-radius: var(--wxc-borderradius);
  border: 1px solid var(--wxc-borderblackcolor);
  overflow: hidden;
}
.adapter-list .adapter img {
  width: 40%;
  max-width: 100%;
  object-fit: contain;
  mix-blend-mode: darken;
  transition: ease-in-out 0.5s;
}
.adapter-list .adapter div {
  width: calc(100% - 40% - 20px);
}
.adapter-list .adapter div h3 {
  font-size: 16px;
  color: var(--wxc-black);
  padding: 0 0 10px 0;
  font-weight: bold;
}
.adapter-list .adapter div ul {
  list-style-type: none;
  padding-bottom: 20px;
}
.adapter-list .adapter div ul li span {
  font-size: 14px;
  color: var(--wxc-lightblack);
}
.adapter-list .adapter div ul li span:last-child {
  font-weight: 500;
  color: var(--wxc-black);
}
.adapter-list .adapter div button {
  padding: 6px 20px;
  background: var(--wxc-drakyellow);
  color: var(--wxc-black);
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: var(--wxc-borderradius);
  transition: ease-in-out 0.2s;
}
.adapter-list .adapter div button:hover {
  background: var(--wxc-red);
  color: var(--wxc-white);
  box-shadow: 0 0 6px var(--wxc-black);
}
.adapter-list .adapter:hover img {
  transform: scale(1.05);
}
.specification-title {
  font-size: 14px;
  margin: 6px 0;
}
.specification {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.specification li {
  border: 2px solid #dfe2e1;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px;
  cursor: pointer;
}
.specification li img {
  height: 82px;
  max-width: 100%;
  display: block;
  margin-bottom: 5px;
}
.specification li > div {
  font-size: 13px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  gap: 10px;
}
.specification li.active {
  border-color: var(--theme-color);
}
.specification li.active div {
  color: var(--theme-color);
}
/*# sourceMappingURL=product.css.map */