@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next,
.swiper-rtl + .swiper-buttons .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-rtl + .swiper-buttons .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev,
.swiper-rtl + .swiper-buttons .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-rtl + .swiper-buttons .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.sl-anime {
  --seconds: 0.5s;
}
.sl-anime.slideshow__subtitle {
  --seconds: 0.8s;
}
.sl-anime.slideshow__button,
.sl-anime.slideshow__description {
  --seconds: 1.1s;
}
.menu-toggle {
  cursor: pointer;
  margin-right: 1.25rem;
  font-size: 1.5625rem;
  border: none;
  background: 0 0;
  padding: initial;
}
.main-header {
  position: relative;
  --grid-gutter: 12px;
}
.main-mn {
  display: flex;
  flex-wrap: wrap;
  align-items: center !important;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.main-mn > li:not(:last-child) {
  margin-right: var(--nv_pd_left);
}
.main-mn .mn-i {
  position: relative;
  list-style: none;
}
.main-mn .mn-i.breakline {
  opacity: 0;
  pointer-events: none;
}
.main-mn .mn-i.breakline a {
  margin-bottom: 0.375rem;
  padding-top: 0;
  padding-bottom: 0;
}
.mn-i > a {
  display: block;
  position: relative;
}
.mn-i .t-bold {
  font-weight: 600;
}
.mn-i.title_lv1:not(:first-child) {
  margin-top: 1rem;
}
.i-megamn .mn-i.title_lv1 > a {
  color: #333;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
  padding-top: 0;
  padding-bottom: 0;
}
.mn-i[data-block="standard"] .sub-mn {
  padding: 1rem 0.625rem 1.25rem;
  overflow: visible;
}
.mn-i[data-block="standard"] .sub-mn a {
  padding: 0.375rem 0;
}
.mn-i[data-block="standard_collumn"] .mn-i.title_lv1 {
  margin-top: 0.625rem;
}
.mn-i[data-block="standard_collumn"] .mn-i.title_lv1 > .sub-mn {
  padding-top: 0.5rem !important;
}
.main-mn .special_link {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  text-align: right;
  display: none;
  position: relative;
}
@media screen and (min-width: 992px) {
  .main-mn .special_link {
    display: inline-block;
  }
}
.main-mn .special_link a {
  display: inline-block;
  text-transform: none;
  padding: 0.8125rem 0;
  line-height: 1;
  border-radius: 0.3125rem;
  color: var(--color_special_link);
  background-color: var(--bg_color, transparnet);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-mn .special_link a:not(:last-child) {
  margin-right: var(--nv_pd_left);
}
.main-mn .special_link a:hover {
  background-color: var(--bg_color_hv, transparnet);
}
.main-mn .special_link a i {
  margin-right: 0.625rem;
  font-size: 1.5rem;
  line-height: 0;
  vertical-align: middle;
}
.main-mn .special_link a:after,
.main-mn .special_link a:before {
  display: none;
}
.main-mn .special_link p {
  margin-bottom: 0;
}
.main-mn > .mn-i {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.main-mn > .mn-i > a {
  display: flex;
  align-items: center !important;
  position: relative;
  padding: 0.8125rem 0;
  line-height: 1;
}
.main-mn > .mn-i > a > i {
  font-size: 1.5rem;
  padding-right: 0.4375rem;
}
.mn-i[data-block="standard"] .sub-mn .mn-i {
  padding-left: 0.78125rem;
  padding-right: 0.78125rem;
}
.mn-i[data-block="standard"] .sub-mn .sub-mn {
  top: -0.625rem;
  left: calc(100% + 10px);
}
.mn-i[data-block="standard"] .sub-mn .drop_to_left .sub-mn {
  left: calc(-100% - 30px);
}
.mn-lv1.mn-i:not(:hover) > .sub-mn {
  visibility: hidden;
  opacity: 0;
  transform: translateY(2rem);
}
.mn-lv1.mn-i.show-submn > .sub-mn {
  visibility: visible;
  opacity: 1;
  transform: translateY(15px);
}
.sub-mn {
  list-style: none;
  position: absolute;
  top: 100%;
  left: calc(var(--nv_pd_left) * -1);
  min-width: 14.375rem;
  background-color: #fff;
  font-size: 0.875rem;
  line-height: 1.5;
  transition: all 0.3s ease;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
}
.sub-mn > .lazyload[data-include],
.sub-mn > .lazyloading[data-include] {
  position: relative;
  min-height: 12.5rem;
}
.sub-mn > .lazyload[data-include]:after {
  content: "";
  background-image: var(--imglazy);
  width: 100%;
  height: 100%;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  transition: all 0.15s;
  animation: kt-lz 1.5s infinite;
}
.sub-mn > .lazyloaded[data-include]:after {
  opacity: 0 !important;
  pointer-events: none !important;
}
.mn-scroll {
  overflow: auto;
  max-height: 70vh;
}
.mn-scroll::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
  visibility: hidden;
}
.mn-scroll::-webkit-scrollbar-thumb {
  background-color: #9e9e9e;
  visibility: hidden;
}
.mn-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  visibility: hidden;
}
.mn-scroll:hover::-webkit-scrollbar,
.mn-scroll:hover::-webkit-scrollbar-thumb,
.mn-scroll:hover::-webkit-scrollbar-track {
  visibility: visible;
}
@media only screen and (max-width: 991px) {
  .mn-scroll {
    max-height: none;
  }
}
.i-megamn {
  padding: 0;
}
.mn-lv2s > div {
  padding: var(--grid-gutter);
}
.mega-linklist {
  padding: 5px var(--grid-gutter);
}
.i-megamn .sub-mn .sub-mn > .mn-i > a {
  padding: 0;
}
.mn-i .mn-i > a {
  position: relative;
  color: #777;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.label-menu {
  --bg-color: #a6c76c;
  font-size: 0.625rem;
  color: #fff;
  background-color: var(--bg-color);
  padding: 0.1875rem 0.3125rem;
  border-radius: 0.0625rem;
  position: absolute;
  display: inline-block;
  line-height: 1;
  right: 0;
  top: 0;
}
.label-menu span {
  position: relative;
}
.label-menu span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -0.3125rem;
  left: -0.125rem;
  border-top: 0.3125rem solid var(--bg-color);
  border-right: 0.625rem solid transparent;
}
.mn-i .mn-i a > span {
  position: relative;
  display: inline-block;
  max-width: calc(100% - 1.5625rem);
}
.mn-i .mn-i a > span span.label-menu {
  position: static;
  transform: translate(6px, -2px);
  width: 0;
  padding: 0;
  white-space: nowrap;
}
.mn-i .mn-i a > span span.label-menu span {
  position: relative;
  padding: 0.1875rem 0.3125rem;
  display: inline-block;
  background-color: var(--bg-color);
  border-radius: 0.1875rem;
}
.mn-i .mn-i a > span span.label-menu span:after {
  display: none;
}
.mn-has-child::after {
  content: "";
  height: 15px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  z-index: 1;
}
.mn-has-child > a:first-child::after {
  content: "\f078";
  display: inline-block;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 0.6875rem;
  padding-left: 0.5rem;
  min-width: 1.25rem;
  line-height: 1;
}
.mn-i:not(.i-megamn) .sub-mn .mn-has-child > a {
  padding-right: 1.375rem;
}
.mn-i:not(.i-megamn) .sub-mn .mn-has-child > a::after {
  content: "\f054";
  position: absolute;
  right: 0.3125rem;
  top: 50%;
  line-height: 0;
  color: inherit;
}
.mn-lv1.mn-i:not(.i-megamn) .sub-mn .mn-i:not(:hover) > .sub-mn {
  visibility: hidden;
  opacity: 0;
  transform: translateX(1rem);
}
.mn-lv1.mn-i:not(.i-megamn) .sub-mn .mn-i.show-submn > .sub-mn {
  visibility: visible;
  opacity: 1;
  transform: none;
}
.i-megamn .sub-mn .sub-mn {
  position: static;
  width: auto;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.i-megamn .sub-mn {
  max-width: var(--mcontainer);
}
.mn-i span.img_ft {
  width: 3.75rem;
  height: 3.75rem;
  text-align: center;
  background-color: #f7f7f7;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #e0e0e0;
  border-radius: 3.75rem;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 3.75rem;
  margin-right: 1.25rem;
  vertical-align: middle;
  color: #bdbdbd;
  background-size: cover;
}
.mn-i span.img_ft[style] {
  color: transparent;
}
div#shopify-section-kt_mega_mn-vertical > .menu-vertical {
  position: fixed;
  background-color: #fff;
  width: 15.625rem;
  z-index: 1111;
}
div#shopify-section-kt_mega_mn-vertical:after {
  position: fixed;
  background-color: rgb(0 0 0 / 40%);
  left: 0;
  right: 0;
  top: 0;
  content: "";
  bottom: 0;
  z-index: 1110;
  backdrop-filter: blur(20px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s all;
}
div#shopify-section-kt_mega_mn-vertical:not(.on-edit) > .menu-vertical {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
div#shopify-section-kt_mega_mn-vertical.on-edit:after {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.menu-vertical {
  --grid-gutter: 12px;
}
.menu-vertical li {
  position: relative;
}
.menu-vertical > li {
  padding: 0 1rem;
}
.menu-vertical .--title {
  padding: 18px 2px 18px;
  margin: 0;
  text-transform: capitalize;
  font-size: 18px;
  font-family: Poppins, sans-serif;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #222;
  display: block;
  border: thin solid #ebebeb;
}
.menu-vertical .mn-lv1 > a {
  color: var(--text);
  display: block;
  padding: 0.875rem 0 0.9375rem 0.25rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: -0.025em;
  text-transform: none;
  min-height: 2.75rem;
}
.menu-vertical a:not(.btn) {
  display: block;
  position: relative;
  text-decoration: none;
}
.menu-vertical a:not(.btn):focus {
  outline: 0 !important;
}
.menu-vertical .i-megamn.--vt {
  position: static;
}
.i-megamn.--vt .mn-lv1.mn-i:not(:hover) > .sub-mn {
  transform: translateX(1.25rem);
}
.i-megamn.--vt .mn-lv1.mn-i.show-submn > .sub-mn {
  transform: translateX(0);
}
.i-megamn.--vt .sub-mn > .lazyload lazypreload[data-include],
.i-megamn.--vt .sub-mn > .lazyload lazypreloading[data-include] {
  position: relative;
  min-height: 23.75rem;
}
.i-megamn.--vt .sub-mn > .lazyload lazypreload[data-include]:after {
  content: "";
  background-image: var(--imglazy);
  width: 100%;
  height: 100%;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  transition: all 0.15s;
  animation: kt-lz 1.5s infinite;
}
.i-megamn.--vt .sub-mn > .lazyload lazypreloaded[data-include]:after {
  opacity: 0 !important;
  pointer-events: none !important;
}
.menu-vertical .i-megamn.--vt > a::before {
  display: none !important;
}
.menu-vertical .i-megamn.--vt > a::after {
  display: block;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 1;
  font-size: 0.75rem;
  margin-top: -0.375rem;
}
.menu-vertical .i-megamn.--vt.animated-background {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  background: linear-gradient(to right, #f5f5f5 8%, #eee 18%, #f5f5f5 33%);
}
.menu-vertical .i-megamn.--vt:not(:hover) {
  background: 0 0;
}
.menu-vertical .i-megamn.--vt .sub-mn {
  top: -1px;
  left: 100% !important;
  background-size: auto;
  background-position: top right;
  max-width: calc(var(--mcontainer) * 0.75 + var(--bs-gutter-x));
}
.menu-vertical li > a span:not(.tip) {
  position: relative;
}
.menu-vertical li > a strong {
  font-weight: 600;
}
.menu-vertical > li {
  width: 100%;
}
.menu-vertical > li > a {
  display: block;
  color: inherit;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  border: thin solid #ebebeb;
  border-top: none;
  padding: 0.5625rem 1.1875rem;
  width: 100%;
}
.menu-vertical > li:last-child > a {
  border-bottom-width: 0 !important;
}
.menu-vertical > li.item-lead > a {
  color: #333;
  font-weight: 500;
  background-color: #f9f9f9;
}
.menu-vertical > li + li {
  margin-left: 0;
}
.menu-vertical .i-megamn .mn-i.title_lv1 > a {
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  padding: 0 !important;
  margin-bottom: 0;
}
.menu-vertical .i-megamn .mn-i.title_lv1 > a:hover {
  color: var(--bs-primary);
}
.menu-vertical .title_lv1:not(:first-child) {
  margin-top: 1rem;
}
.menu-vertical .dropdown-item-lead a {
  font-weight: 600;
}
.menu-vertical ul + .menu-title {
  margin-top: 0.75rem;
}
.menu-vertical .mn-lv1 > a i {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  padding-left: 0.125rem;
  font-size: 1.25rem;
  color: inherit;
  margin: -0.1875rem 0.5625rem 0 -0.125rem;
}
.menu-vertical .menu-col {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.menu-vertical .menu-col li > a {
  padding-left: 0;
  padding-right: 0;
}
.menu-vertical li.active > a,
.menu-vertical li.show > a,
.menu-vertical li:hover > a {
  color: var(--bs-primary);
}
.categories-sticky .side-nav {
  top: 1.25rem;
  left: -5rem;
  background-color: #fff;
  box-shadow: 0.3125rem 0.3125rem 2.5rem 0 rgb(0 0 0 / 10%);
}
.categories-sticky .menu-vertical > li {
  padding: 0;
}
.categories-sticky .menu-vertical .mn-lv1 > a {
  font-size: 0;
  min-height: 0;
  padding: 2.15625rem 1.34375rem;
  text-align: center;
  border: none;
}
.categories-sticky .menu-vertical .mn-lv1 > a > i {
  font-size: 1.6875rem;
  padding: 0;
  margin: 0;
  color: #666;
}
.categories-sticky .menu-vertical .mn-lv1 > a:hover > i {
  color: var(--bs-primary);
}
.categories-sticky .menu-vertical .i-megamn.--vt > a::after {
  display: none;
}
.categories-sticky .menu-vertical .mn-lv1 > a > i.d-icon-t-shirt1 {
  font-size: 2.125rem;
}
.categories-sticky .menu-vertical .mn-lv1:not(:last-child) > a > i:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2.5rem;
  height: 1px;
  left: 1.25rem;
  background-color: #eee;
}
.header-center,
.header-left,
.header-right {
  display: flex;
  align-items: center;
}
.header-left {
  flex: 1;
}
.header-right {
  margin-left: auto;
}
.logo {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.logo svg {
  width: 100%;
}
.logo h1.h2 {
  margin: 0;
}
.min-height {
  min-height: auto;
  padding-top: 0.15625rem;
  padding-bottom: 0.15625rem;
  transition: min-height 0.3s ease;
}
@media (min-width: 992px) {
  .min-height {
    min-height: 5.625rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.kt--drop-i {
  position: relative;
}
.kt--drop-in {
  position: absolute;
  left: 0;
  top: 100%;
  width: auto;
  max-width: 80vw;
  display: inline-block;
  margin-bottom: 0;
  z-index: 100;
  background: var(--bg);
  visibility: inherit;
  opacity: 1;
  transform: translateY(0.625rem);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.4s linear 0s;
  box-shadow: 0 10px 30px 2px rgba(0, 0, 0, 0.2);
}
.kt--drop-i:hover {
  z-index: 2;
}
.kt--drop-i::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 0.6875rem;
}
@media (hover: hover) {
  .kt--drop-i:not(:hover) .kt--drop-in:not(.inline) {
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
  }
}
@media (hover: none) {
  .kt--drop-i:not(.show) .kt--drop-in:not(.inline) {
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
  }
}
.kt--drop-in.inline {
  transform: none;
  box-shadow: none;
  top: 50%;
  transform: translateY(-50%);
}
.kt--drop-i:not(.show) .kt--drop-in.inline {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.kt--drop-i.show .kt--drop-in.inline {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.kt--drop-i.block-search::after {
  content: "";
  position: fixed;
  width: 100%;
  height: 9.375rem;
  left: 0;
}
.kt--drop-i.block-search:not(:hover)::after {
  visibility: hidden;
}
.icon-count {
  position: relative;
  display: inline-block;
}
.control-inner > div:not(.mobile-block) {
  display: inline-block;
  white-space: normal;
  position: relative;
}
.control-inner > div .icon-link,
.control-inner > div .menu-toggle {
  display: block;
  padding-right: 0.4375rem;
  padding-left: 0.4375rem;
  font-size: 1.875rem;
  text-align: center;
  position: relative;
  color: var(--text);
  cursor: pointer;
}
.control-inner > div .icon-link:hover,
.control-inner > div .icon-link:hover .title,
.control-inner > div .menu-toggle:hover {
  color: var(--text_hv);
}
.control-inner > div.block-call .icon-link {
  padding-left: 0;
}
.control-inner > div.block-compare .icon-link {
  font-size: 2rem;
}
.control-inner > div.block-account .icon-link {
  font-size: 1.6875rem;
}
.control-inner > div.block-wishlist .icon-link {
  font-size: 1.875rem;
}
@media (min-width: 576px) {
  .control-inner > div .icon-link,
  .control-inner > div .menu-toggle {
    padding-right: 1.09375rem;
    padding-left: 1.09375rem;
  }
}
.control-inner > div .menu-toggle {
  padding-right: 0.625rem;
  padding-left: 0;
}
.control-inner > div.block-minicart .icon-link {
  padding-right: 0;
}
.control-inner > div .icon-link .count {
  font-weight: 600;
  display: inline-block;
  border-radius: 5.625rem;
  line-height: 0.9375rem;
  text-align: center;
  color: #fff;
  width: 0.9375rem;
  height: 0.9375rem;
  font-size: 0.625rem;
}
@media (min-width: 768px) {
  .control-inner > div .icon-link .count {
    line-height: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}
.control-inner .icon-count {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.control-inner .title {
  margin-bottom: 0.3125rem;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.027em;
}
.box-search {
  position: relative;
}
.box-search .search {
  color: #999;
  margin: 0;
  border: none;
  padding: 0.59375rem 0.625rem;
  background-color: transparent;
  transition: padding 0.5s cubic-bezier(0.47, -0.66, 0.18, 1.46);
}
.box-search .button-search {
  padding: 0.5rem 0.8125rem;
  font-size: 1.625rem;
  line-height: 1;
}
.box-search .show-icon .button-search {
  background-color: transparent;
  border-color: transparent;
}
.box-search .show-icon .kt--drop-title {
  cursor: pointer;
  display: inline-block;
}
.box-search .show-icon .kt--drop-title i {
  font-size: 1.25rem;
  color: var(--text);
}
.box-search .show-icon-text .kt--drop-title {
  cursor: pointer;
}
.box-search .show-icon-text .kt--drop-title i {
  font-size: 1.25rem;
  padding-right: 0.0625rem;
}
.box-search .button-search i {
  position: relative;
  margin: 0 !important;
}
.box-search .searchDrop {
  flex: 0 0 8.25rem;
  max-width: 8.25rem;
  padding-right: 0;
  margin: 0;
  -ms-flex-item-align: center;
  align-self: center;
  z-index: 1;
}
.box-search .searchDrop:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.0625rem;
  height: 1.625rem;
  margin-top: -0.8125rem;
  background-color: #ebebeb;
}
.box-search .searchDrop::after {
  right: 0.625rem;
  font-size: 0.625rem;
  font-weight: 600;
  pointer-events: none;
}
.box-search select.searchCat {
  width: 100%;
  border: none;
  height: 2.5625rem;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  padding: 0 1.25rem 0 0.6875rem;
  font-size: 0.8125rem;
  color: #666;
  font-weight: 400;
  letter-spacing: 0;
}
.box-search select option {
  font-size: 0.8125rem;
  padding: 0.0625rem 0.1875rem;
}
.box-search .li--s-drop {
  width: 100%;
}
.box-search .li--s-drop:not(.kt--drop-in) {
  opacity: 0;
  visibility: hidden;
  z-index: -10;
  position: absolute;
  left: 0;
  background-color: #fff;
  transform: translateY(20px);
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s,
    visibility 0s ease 0s;
}
.box-search.loading .li--s-drop {
  padding: 0.9375rem;
}
.box-search.loaded .li--s-drop {
  padding: 0.9375rem;
  border-top: 0.125rem solid #f5f6f9;
  opacity: 1;
  visibility: visible;
  z-index: 10;
  transform: translateY(0);
  box-shadow: rgba(116, 116, 116, 0.05) 0 8px 4px 4px,
    rgba(32, 32, 32, 0.05) 0 16px 8px 8px;
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s,
    visibility 0s ease 0s;
}
.lz-place.pin-search-place:before {
  padding-top: 225px;
  max-width: 768px;
  background-size: 90px 100px, 70% 20px, 44% 20px, 90px 100px, 70% 20px,
    44% 20px;
  background-position: left 0, 110px 10px, 110px 40px, left 120px, 110px 130px,
    110px 160px;
}
.box-search .show-input:not(.loaded) .kt--drop-in {
  box-shadow: none;
}
.box-search .li--s {
  max-height: 420px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0.875rem;
}
.box-search .li--s ul {
  padding-left: 0;
}
.mini-cart .kt--drop-in {
  padding: 1.875rem;
  width: 22.5rem;
  right: 0;
  left: auto;
}
.mini-cart .items__cart-drop {
  padding: 0;
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.mini-cart .empty-text {
  font-size: 0.875rem;
  margin-bottom: 1.5625rem;
  margin-bottom: 0;
  color: #555;
  font-weight: 400;
}
.mini-cart:not(.loading) .spinner-box {
  opacity: 0;
}
.mini-cart.loading .items__cart-drop {
  opacity: 0.5;
  pointer-events: none;
}
.item__cart {
  --bs-gutter-x: 0.9375rem;
}
.item__cart:last-child {
  padding-bottom: 0;
}
.mini-cart .spinner-box {
  position: absolute;
  top: 0.625rem;
  width: 100%;
  left: 0;
}
.image__cart {
  max-width: 6.25rem;
}
.info__cart {
  padding-right: 2.5rem;
}
.mini-cart .item__cart .price {
  display: block;
  font-size: 1rem;
  color: #999;
  letter-spacing: 0.1em;
}
.mini-cart .item__cart .price span {
  color: #222;
  font-weight: 600;
  letter-spacing: normal;
}
.mini-cart .items__cart-drop .info span[class^="UnitPrice-"] {
  font-size: 0.75rem;
}
.mini-cart .items__cart-drop .product-name {
  margin-bottom: 0.5625rem;
  margin-right: 0.625rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.34;
  letter-spacing: -0.35px;
}
.mini-cart .items__cart-drop span.variation {
  font-size: 0.75rem;
  line-height: normal;
  display: inline-block;
  margin-top: 2px;
}
.btn.act-remove {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 1.375rem;
  height: 1.375rem;
  top: 0.5625rem;
  right: 0.9375rem;
  border-radius: 50%;
  background-color: #fff;
  color: #222;
  font-size: 0.75rem;
  border: 1px solid #ccc;
  transition: color 0.3s, border-color 0.3s;
}
.btn.act-remove:hover {
  color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.btn.act-remove i {
  font-size: 0.75rem;
  margin: 0 !important;
}
.mini-cart {
  position: relative;
}
.mini-cart .sub-total {
  color: #666;
  display: flex;
  justify-content: space-between;
}
.mini-cart .sub-total span.cartCost {
  line-height: inherit;
  font-size: 1rem;
}
.mini-cart .group-button .btn-link {
  border-bottom: 2px solid #26c;
  padding: 0.9375rem 0.3125rem 0.3125rem;
  margin-bottom: 1.125rem;
}
.mini-cart .label-for-checkbox {
  font-size: 0.8125rem;
}
.mini-cart.show .mini-cart {
  transform: translateY(5px);
  opacity: 1;
  visibility: inherit;
}
.block-minicart.icon-fixed {
  position: fixed;
  right: 0;
  bottom: 3.125rem;
  font-size: 1.5rem;
  margin-right: 0.9375rem;
  z-index: 1071;
  display: inline-block;
}
body:not(.popIn) .block-minicart.icon-fixed {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.block-minicart.icon-fixed .icon-link {
  width: 3.75rem;
  height: 3.75rem;
  display: inline-block;
  line-height: 1.875rem;
  padding: 0.9375rem 0;
  text-align: center;
  position: relative;
  border-radius: 3.125rem;
  color: #fff;
}
.block-minicart.icon-fixed .icon-link svg.svg-icon {
  width: 1.875rem;
  height: 1.875rem;
}
.block-minicart.icon-fixed .icon-link .count {
  position: absolute;
  right: 0.3125rem;
  top: 0;
  min-width: 1.25rem;
  height: 1.25rem;
  border-radius: 90px !important;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #333;
  display: block;
}

.jdgm-rev-widg__body,
.jdgm-row-actions {
  width: 90% !important;
  margin: auto !important;
}
.Linfo p {
  margin: 0px;
}
.prodShortInf {
  list-style: none;
}
.slideshow__description {
  max-width: 700px;
}
.slideshow__description .d-block {
  margin-bottom: 10px;
}
.collection-btn {
  text-align: center;
  margin: 10px 0px;
}
.myle_main_table,
.prd_main_table {
  border: 1px solid #ccc;
}
.myle_main_table td,
.myle_main_table th,
.prd_main_table td,
.prd_main_table th {
  border: 1px solid #ccc;
  padding: 8px;
}
.content_kt_banner_all_page {
  padding: 10px 0px !important;
}
.cust_wrapper {
  flex-wrap: wrap !important;
  padding: 0px 10px;
}
body [data-slides-per-view="4"]:not(.has-its) .swiper-slide:not([style]) {
  max-width: 23%;
  box-shadow: 0px 0px 10px 0px #ccc;
  margin: 10px;
  padding: 0px;
  border-radius: 6px;
  border: hidden;
  overflow: hidden;
}
.item-card_list.style-01 .category-media {
  background-color: #9fef8b;
}
.mobile-img {
  display: none;
}

.d-qty {
  width: 100%;
  justify-content: space-between !important;
}
.d-quantity {
  width: 38%;
}
.add_to_cart_button {
  width: 58%;
  background: #0b5c65 !important;
  color: #fff !important;
  border: unset !important;
}
.d-quantity .input-qty {
  border: 2px solid #000 !important;
  border-radius: 4px !important;
}
.d-quantity .btn-number:not(:hover) {
  color: #000 !important;
}
.kt-stickyAddCart .add_to_cart_button {
  width: 95%;
  margin-right: 25px;
}
.quantity .btn-number::before,
.quantity .qtyplus::after {
  border-top: 0.15rem solid !important;
}
.faq_sect .faq_question {
  font-weight: 600 !important;
  margin-bottom: 10px !important;
  background: #0c5c65;
  padding: 10px;
  color: #fff;
  border-radius: 4px;
}
.accordion-header {
  background: #0b5c65 !important;
  border-radius: 4px;
}
.accordion-button {
  color: #fff !important;
}
.tabs-width .accordion-button {
  color: #000 !important;
}
.ingredients_li p,
.how_to_use_li p {
  margin-bottom: 3px;
}
.faq_sect {
  margin: 14px 0px;
}
.faq_sect .faq_answer {
  line-height: 24px;
}

/* .item-slide{height: unset !important;} */
.banner_heading {
  line-height: 70px;
}
.slide_i--template--16372173439152__1626252262eb092a50 .imgRatio:before {
  padding-bottom: 494px !important;
}
.mn-lv1 {
  margin-right: 12px !important;
}
.fix-what {
  position: fixed;
  right: 10px;
  bottom: 105px;
  width: 40px;
  height: 40px;
}
.fix-call {
  position: fixed;
  right: 10px;
  bottom: 93px;
  width: 40px;
  height: 40px;
}
.mpage_title {
  text-align: center;
}
.content_template--16372173602992__content {
  margin-top: 25px !important;
}
.mpage_title2 {
  padding: 6px 10px;
  background: #d6ffa9;
  border-radius: 0px 8px 8px 0px;
  font-size: 23px;
  font-weight: 700;
  border-left: 3px solid #0b5c65;
  margin-bottom: 10px;
}
.innerContent {
  margin-bottom: 30px;
}
.main_page {
  width: 80%;
  margin: auto;
}
.mpage_text {
  margin: 0px;
}
.margin-bottom {
  margin-bottom: 30px;
}
.read_btn {
  display: block;
  max-width: max-content;
  margin: auto;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px 30px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s all;
}
.read_btn span {
  margin-left: 10px;
  line-height: 13px;
}
li.grid-item.ly__gr {
  width: 30%;
  box-shadow: 0px 0px 10px #ccc;
  margin: 0px 10px;
  border-radius: 6px;
  padding: 0px;
}
/* Video section css start */
.video-wrapper {
  padding: 50px 0px;
  margin-top: 35px;
}
.video-header a {
  border-bottom: 1px solid;
}
.video-header h1 {
  color: #232323;
  font-size: 1.5rem;
  margin: 0px;
  font-weight: 700;
  text-transform: capitalize;
}
.video-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.video {
  width: 32%;
  border-radius: 10px;
  overflow: hidden;
  margin: 20px 0px;
}
.video h2 {
  font-size: 22px;
  font-weight: 400;
  margin: 0px;
  padding: 20px;
  font-style: italic;
  display: flex;
  align-items: center;
}
.video h2 span {
  width: 32px;
  margin-right: 10px;
  display: inline-block;
}
.video img {
  width: 100%;
}
.video .main-div {
  position: relative;
}
.video-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title {
  padding-bottom: 8px !important;
}
.play-img {
  width: 40px;
  cursor: pointer;
  border: unset;
  padding: unset;
  background: unset;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  /* display: flex; */
  margin: auto;
  height: 40px;
}

.custom_model {
  position: fixed;
  width: 100%;
  height: 100%;
  margin: auto;
  left: 0px;
  top: 0px;
  z-index: 999;
  background: rgb(0 0 0 / 60%);
  overflow: auto;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.custom_model.show_popup {
  display: flex;
}
.custom_model_dialog {
  width: 100%;
}
.custom_model_content {
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 5px 0px #f1f1f1;
  width: 70%;
  margin: auto;
}
.model_close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: -55px;
  top: -40px;
  transition: 0.5s all;
  background: #fff;
  border-radius: 50%;
  padding: 8px;
}
.model_close img {
  width: 100%;
}

h3.faq_question {
  font-size: 15px;
}
.bottom__bar-item {
  flex: 0 0 20% !important;
  max-width: 20% !important;
}
.header .mn-lv1:hover > a,
.header .mn-lv1.show > a,
.header .mn-lv1.active > a,
.header-bottom .mn-lv1:hover > a,
.header-bottom .mn-lv1.show > a,
.header-bottom .mn-lv1.active > a {
  color: #8bc64c !important;
}
.content_product_banner_nHLmPd {
  padding: 20px 0px !important;
  background-color: black !important;
}

/* Why css */

.why-wrap {
  padding: 60px 0px;
}
.why-heading {
  text-align: center;
  margin-bottom: 5px;
  margin-top: 0px;
  font-size: 36px;
}
.why-para {
  text-align: center;
}
.why-box-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.why-box {
  width: 32%;
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 15px;
  transition: 0.5s all;
  position: relative;
  z-index: -9;
  overflow: hidden;
}
.why-box::before {
  content: "";
  position: absolute;
  height: 0%;
  background: #000;
  width: 100%;
  z-index: -9;
  left: 0px;
  top: 0px;
  transition: 0.5s all;
}
.why-box:hover::before {
  height: 100%;
}
.why-box:hover {
  transition: 0.5s all;
  cursor: pointer;
}
.number {
  display: block;
  text-align: right;
  font-size: 40px;
  font-weight: 700;
}
.box-heading {
  font-size: 20px;
  margin-top: -17px;
  margin-bottom: 10px;
}
.why-text {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0px;
}

/* About css */
.about-wrapper {
  background: #000;
}
.about-wrap {
  display: flex;
  color: #fff;
  align-items: center;
  position: relative;
  min-height: 520px;
}
.about-wrap img {
  width: 100%;
}
.about-left,
.about-right {
  position: relative;
  z-index: 2;
}
.about-left .about-heading {
  color: #fff;
  font-size: 38px;
  line-height: 70px;
  margin-bottom: 25px;
}
.about-left a {
  color: #fff;
  padding: 8px 30px;
  border-radius: 6px;
  background: #0b5c65;
  display: block;
  max-width: max-content;
  margin-top: 32px;
  transition: 0.5s all;
}
.about-left a:hover {
  transition: 0.5s all;
  background: #5e8245;
  color: #fff;
}
.inner-about a:hover {
  color: #5e8245;
}
.about-left p {
  font-size: 20px;
  line-height: 28px;
  max-width: 427px;
  font-style: italic;
}

.about-wrap .about-right {
  text-align: left;
  position: absolute;
  right: 0px;
  width: 39%;
}

.about-right h3,
.follow h3 {
  color: #fff;
  border-bottom: 2px solid #fff;
  max-width: max-content;
  padding-bottom: 6px;
  font-size: 30px;
}
.about-left .icon a {
  color: #fff;
  display: inline-block;
  margin-right: 18px;
  padding: 0px 15px 0px 0px;
  background: unset;
  width: 33%;
  margin: 0px;
}
.about-left .icon a img {
  width: 32px;
}
.about-wrapper {
  padding: 60px 0px;
}
.icon {
  display: flex;
  align-items: center;
}
.about-right a {
  color: #fff;
}
.center {
  position: relative;
  /* top: 50%; */
  /* right: 0; */
  /* transform: translateY(-50%) translateX(-20px); */
  /* z-index: 1; */
  left: -9;
  width: 25%;
}

.follow {
  margin-top: 20px;
}
.vertical_text:hover {
  color: #fff;
}
.vertical_text {
  padding: 6px 6px;
  position: fixed;
  z-index: 9;
  right: -143px;
  top: 45%;
  display: flex;
  align-items: center;
  transform: rotate(90deg);
  background: #000;
  border-radius: 0px 0px 4px 4px;
  font-size: 12px;
}
.vertical_text img {
  width: 35px;
  transform: rotate(269deg);
  margin-left: 10px;
}
.accordion-button {
  font-size: 16px !important;
}

.grid-item .product-name {
  overflow: unset !important;
  white-space: unset !important;
  text-overflow: unset !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #000 !important;
  padding: 0px 10px;
}
.product-price,
.ratings-container,
.cta-btn {
  padding: 0px 10px;
}
.product-for {
  margin-bottom: 5px;
  background: #efefef;
  color: #000000;
  line-height: 1.6;
  text-align: center;
}
.content_product_banner_nHLmPd {
  padding: 10px 0px;
}
.page-title {
  font-size: 32px !important;
  letter-spacing: 0px !important;
}
.product-images-info {
  margin-top: 20px;
}
.shopify-payment-button button {
  line-height: 0.5 !important;
  background-color: #0b5c65 !important;
  border: thin solid #0b5c65 !important;
}
.btn-alert,
.btn-primary,
.btn-secondary,
.btn-success {
  background-color: #8bc64c !important;
  border: thin solid #8bc64c !important;
}

/* 🔄 Responsive Fix */
@media only screen and (max-width: 767px) {
  .about-wrap {
    flex-direction: column;
  }

  .about-left,
  .about-right {
    width: 100%;
    text-align: center;
  }

  .center {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 20px;
  }

  .icon {
    justify-content: center;
  }

  .about-right h3 {
    margin-top: 30px;
  }
}
/* .swiper-backface-hidden .swiper-slide{box-shadow: 0px 0px 5px 0px #ccc;
    margin: 10px 2px;
    border-radius: 6px;
    overflow: hidden;} */
.mobile-menu li a {
  color: #000 !important;
}
.nav.nav-pills-mobile .nav-link,
.mmenu-btn {
  color: #000 !important;
}
#offcanvasMenuMb {
  background: #fff !important;
}
.mobile-cats-menu li a {
  color: #000 !important;
}

/* Brnad css */

.brand-wrapper {
  padding: 60px 0px;
}
.brand-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brand-left {
  width: 60%;
}
.brand-right {
  width: 38%;
}
.brand-heading {
  margin: 0px;
  margin-bottom: 20px;
  font-size: 3.4375rem;
  line-height: 1.27273;
  letter-spacing: 0.033125rem;
  font-weight: 700;
}
.barnd-para {
  margin: 0px;
  font-size: 1.125rem;
  line-height: 1.38889;
  letter-spacing: 0.013125rem;
}
.barnd-icon {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.trust-img img {
  width: 100%;
}
.trust-img {
  margin-right: 20px;
  margin-bottom: 0px;
  width: 5%;
}
.trust-text {
  margin: 0px;
  width: 92%;
  line-height: 30px;
}

/* Client Gurantee css */

.gurantee-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gurantee-box {
  width: 23%;
  transition: 0.5s all;
}
.gurantee-box:hover {
  transition: 0.5s all;
  transform: translateY(-10px);
}
.gurantee-box img {
  width: 100%;
}
.gurantee-wrapper {
  padding: 50px 0px;
}
.gurantee-header .gurantee-heading {
  font-size: 30px;
}

/* Customer css */

.customer-wrapper {
  padding: 50px 0px;
}
.customer-header .customer-heading {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 700;
}
.customer-header h6 {
  font-weight: 400;
  line-height: 30px;
  font-size: 18px;
}
.customer-para {
  margin: 0px;
  font-size: 16px;
  margin: auto;
}
.customer-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.customer-box {
  width: 21%;
}
.customer-name {
  text-align: center;
  margin-top: 15px;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0px;
}
.designation {
  text-align: center;
  max-width: max-content;
  margin: auto;
  font-style: italic;
  border-bottom: 1px solid #8bc64c;
  color: #0b5c65;
}
.customer-text {
  text-align: center;
  margin: 0px;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
}
.customer-img {
  border-radius: 50%;
  overflow: auto;
  width: 72%;
  margin: auto;
  box-shadow: 0px 4px 5px 3px #ccc;
}
.customer-header {
  text-align: center;
  margin-bottom: 25px;
}
.grid-item .product-name {
  text-align: center;
  padding-right: 0px !important;
}
.product-price,
.ratings-container {
  justify-content: center;
}
.control-inner > div .icon-link:hover,
.control-inner > div .icon-link:hover .title,
.control-inner > div .menu-toggle:hover {
  color: #8bc64c;
}
.desc_heading {
  font-weight: 600 !important;
}
p.desc_text {
  font-size: 16px;
}
.product-desc-content ul li {
  margin-bottom: 10px;
}
.trust-box .customer-img {
  border: unset;
  overflow: unset;
  width: 40%;
  padding: 14px;
}
.trust-wrapper .customer-header .customer-heading {
  margin-bottom: 5px;
}

.product_hindi_punch_line .punch_line {
  max-width: max-content;
  background: #0b5c65;
  border-radius: 4px;
  color: #fff;
  padding: 0px 10px;
  margin-bottom: 10px;
  font-size: 19px;
  box-shadow: 0px 7px 5px 0px #ccc;
}
.product_punch_line .punch_line {
  font-style: italic;
  font-size: 17px;
  line-height: 27px;
}
p.how_to_p {
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 15px;
}
li.ingredients_li p {
  font-size: 16px;
  font-weight: 300;
}
li.ingredients_li p strong {
  font-weight: 600;
}

.section-title.tt-active-underline:after {
  content: unset !important;
}
.sub-title {
  margin-top: 20px;
}

.grid_product_badge {
  color: #fff;
  background: #000;
  position: absolute;
  top: 10px;
  z-index: 9;
  padding: 4px;
  border-radius: 6px;
  left: 10px;
  font-size: 12px;
  font-weight: 500;
}
.sale_icon_image img {
  width: 16px;
  height: 16px;
}
.sales_badge_div {
  font-weight: 500;
  background: #44cfd3;
  padding: 4px 8px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
  border-radius: 6px;
  color: #000000;
  font-size: 12px;
}
.onsale {
  display: none !important;
}
.product_att_tag {
  padding: 4px 8px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 12px;
  background: #0b5c65;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .about-left .about-heading {
    font-size: 54px;
    line-height: 58px;
  }
  .about-wrap .about-right {
    width: 38%;
  }
  .about-left p {
    font-size: 20px;
    line-height: 25px;
    max-width: 345px;
  }
  .center {
    left: -45px;
  }
  .about-wrapper {
    padding: 60px 0px;
  }
  .about-wrap .about-right {
    width: 47% !important;
  }
}

@media only screen and (max-width: 1060px) {
  .cust-img {
    width: 28%;
  }
  .inner-about p {
    font-size: 14px;
  }
  .about-right h3,
  .follow h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1024px) {
  .about-wrapper {
    padding: 100px 0;
  }
  li.grid-item.ly__gr .add_to_cart {
    min-width: 100% !important;
  }
}
@media (max-width: 991px) {
  body [data-slides-per-view="4"]:not(.has-its) .swiper-slide:not([style]) {
    max-width: 30% !important;
  }
  .why-box {
    width: 48%;
  }
  .about-left p {
    text-align: center;
    max-width: unset;
  }
  .about-wrap {
    flex-direction: column;
    padding: 0px;
  }
  .about-left {
    width: 100%;
  }
  .about-left p {
    text-align: left;
  }
  .about-wrap .about-right {
    position: unset;
    width: 100% !important;
    margin-top: 30px;
  }
  .center {
    position: unset;
    order: -1;
    width: 50%;
    z-index: 9;
  }
  .about-wrapper {
    padding: 40px 0px;
  }
  .add_to_cart_button {
    width: 58%;
    margin: auto;
  }
  .d-quantity {
    width: 45%;
    margin: auto;
    margin-bottom: 10px;
  }
  .d-qty {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  body [data-slides-per-view="4"]:not(.has-its) .swiper-slide:not([style]) {
    max-width: 46% !important;
  }
  .video {
    width: 48%;
    margin: 10px 0;
  }
  .fix-what,
  .fix-call {
    display: none;
  }
  li.grid-item.ly__gr {
    width: 45%;
  }
  .brand-left,
  .brand-right {
    width: 100%;
  }
  .brand-wrap {
    flex-direction: column;
  }
  .brand-left {
    margin-bottom: 5px;
  }
}

@media (max-width: 580px) {
  .bottom__bar .text-label {
    font-size: 11px !important;
  }
  .onsticky #header-ontop .header-components {
    margin-top: unset !important;
  }
  .gurantee-header .gurantee-heading {
    font-size: 22px;
  }
  .designation {
    font-size: 10px;
  }
  .customer-name {
    font-size: 14px;
  }
  .mpage_title {
    font-size: 18px;
  }
  .main_page {
    width: 100%;
  }
  .mpage_title2 {
    font-size: 16px;
  }
  .innerContent {
    margin-bottom: 25px;
  }
  .mpage_image {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .header-logo {
    width: 80%;
    margin: auto;
  }
  .mobile-menu li a {
    font-size: 15px;
  }
  .box-heading {
    margin-top: 0px !important;
  }
  .number {
    float: right;
    position: absolute;
    right: 10px;
    top: 0px;
  }
  .product-images-info {
    margin-top: 6px;
  }
  .product-page .product-images .aspectRatio {
    padding-bottom: 92.857143% !important;
  }
  .swiper-wrapper.load_recent.lazyloaded .d-qty {
    flex-direction: column;
  }
  .swiper-wrapper.load_recent.lazyloaded .btn-dark {
    width: 100% !important;
    margin-top: 10px !important;
  }
  .swiper-wrapper.load_recent.lazyloaded .d-quantity {
    width: 100% !important;
  }
  div#Swiper-template--16372173832368__kt_related-products .d-qty {
    flex-direction: column;
  }
  div#Swiper-template--16372173832368__kt_related-products .btn-dark {
    width: 100% !important;
    margin-top: 10px !important;
  }
  div#Swiper-template--16372173832368__kt_related-products .d-quantity {
    width: 100% !important;
  }
  .product-images {
    padding-top: 0px !important;
  }
  .ratings-container {
    margin-top: 10px;
  }
  .content-summary .d-flex.justify-content-between.align-items-center._mb-2 {
    flex-direction: column;
  }
  li.ingredients_li p {
    font-size: 14px;
  }
  ingredients_li {
    padding: 0px;
  }
  .customer-box {
    width: 47%;
    margin-bottom: 20px;
  }
  .customer-header h6 {
    font-size: 14px;
    line-height: 22px;
  }
  .trust-box {
    width: 100% !important;
  }
  .customer-para {
    font-size: 14px;
    line-height: 22px;
  }
  .gurantee-wrapper,
  .customer-wrapper {
    padding: 30px 0px;
  }
  .customer-header h1 {
    margin-bottom: 8px;
  }
  .product-body,
  .product-price,
  .ratings-container {
    justify-content: center;
  }
  .gurantee-box {
    width: 48%;
  }
  .quantity .input-qty {
    height: 47px;
  }
  .kt-stickyAddCart .add_to_cart_button {
    margin-right: 0px;
    width: 69% !important;
  }
  .kt-stickyAddCart .quantity .input-qty {
    height: 48px !important;
  }
  .kt-stickyAddCart .position-fixed {
    padding-bottom: 0.4rem !important;
  }
  .kt-stickyAddCart .hasqty .btns-wrapper {
    max-width: 54% !important;
  }
  .brand-wrapper {
    padding: 30px 0px;
  }
  .brand-heading {
    font-size: 22px !important;
  }
  .customer-header .customer-heading {
    font-size: 22px;
  }
  .barnd-para,
  .trust-text {
    font-size: 16px;
  }
  .trust-img {
    margin-right: 14px;
  }
  .page-title {
    font-size: 26px !important;
  }
  li.grid-item.ly__gr {
    width: 80%;
    margin: auto;
  }
  /* body [data-slides-per-view="4"]:not(.has-its) .swiper-slide:not([style]){max-width: 80% !important;margin: auto;margin-bottom: 20px;}*/
  body [data-slides-per-view="4"]:not(.has-its) .swiper-slide:not([style]) {
    margin: auto;
    margin-bottom: 20px;
  }

  .grid-item .add_to_cart_button {
    font-size: 12px;
    margin: 0px !important;
  }
  .aspectRatio {
    width: 65%;
    margin: auto;
  }
  .d-qty {
    flex-direction: unset;
  }
  .vertical_text {
    bottom: 58px;
    left: 0px;
    z-index: 999;
    transform: unset;
    top: unset;
    width: 100%;
    border-radius: 0px 4px 0px 0px;
    justify-content: center;
  }
  .vertical_text img {
    transform: unset;
  }
  .mobile-img {
    display: block;
  }
  .desktop-img {
    display: none;
  }
  .why-wrap {
    padding: 30px 0px;
  }
  .why-box {
    width: 100%;
  }
  .read_btn {
    font-size: 16px;
  }
  .about-left .about-heading {
    font-size: 32px;
    line-height: 42px;
  }
  .about-left p {
    font-size: 18px;
    text-align: left;
  }
  .center {
    width: 65%;
  }
  .center {
    margin-top: -44px;
  }
  iframe {
    height: 368px !important;
  }
  .custom_model_content {
    width: 90% !important;
  }
  .video-wrapper {
    padding: 30px 0px 30px;
    margin: 0px;
  }
  .video h2 span {
    width: 24px;
  }
  .video h2 {
    font-size: 18px;
    padding: 10px;
  }
  .model_close {
    right: 0px !important;
  }
  .grid-item .product-name {
    white-space: unset !important;
  }
  .d-quantity {
    margin: 0px !important;
  }
  /*.d-quantity, .add_to_cart_button{width: 48% !important;height: 47px;}*/
  .d-quantity {
    display: none;
  }
  .add_to_cart_button {
    width: 100% !important;
    height: 47px;
  }

  .add-item-jx-text {
    font-size: 16px;
    font-weight: 600;
  }
  .product-price.product-price-onsale ins,
  .product-price .priceVaries {
    font-size: 18px;
  }
  .quantity .btn-number::before {
    width: 16px !important;
  }
  .quantity .qtyplus::after {
    height: 16px !important;
    border-right: 2px solid #000 !important;
  }
  .quantity .input-qty {
    padding: 6px !important;
  }
  .slideshow__description .d-block {
    font-size: 13px;
  }
  .slideshow__subtitle .d-block {
    line-height: 35px;
  }
  .content_kt_banner_all_page {
    padding: 10px 0px !important;
  }
  .breadcrumbs {
    display: block !important;
  }
  .content_30fc4e69-4811-4997-ac38-433fa1dc1e8d {
    padding: 25px 0px !important;
  }
  a.cat-item {
    padding: 0px 20px !important;
  }
}
