/* stylelint-disable */
/* CSS Document */
.zm-viewer {
  position: absolute;
  display: none;
  overflow: hidden;
  background: url(loading.gif) no-repeat center center;
  cursor: crosshair;
  z-index: 9999;
}

.zm-handler {
  position: absolute !important;
  display: none;
  overflow: hidden;
  cursor: crosshair;
  border: none !important;
}

.zm-handlerarea {
  background: url(lens.png);
  opacity: 0.9;
  position: relative;
}

.zm-description {
  position: absolute;
  bottom: 6px;
  left: 6px;
  right: 6px;
  background-color: #eee;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  padding: 4px;
}

.followViewer,
.standardViewer {
  border: 2px solid #fefefe;
  border: 4px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

/* stylelint-enable */
/* stylelint-disable */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

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

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

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow::before,
.mfp-arrow::after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow::after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow::before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

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

.mfp-arrow-left::after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left::before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

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

.mfp-arrow-right::after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right::before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

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

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

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

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

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

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

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

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

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
        * Remove all paddings around the image on small screen
        */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure::after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* stylelint-enable */
/* Controls */
.iconic-woothumbs-wishlist-buttons a, .iconic-woothumbs-fullscreen, .iconic-woothumbs-thumbnails__play-overlay, .iconic-woothumbs-play, .iconic-woothumbs-zoom-prev,
.iconic-woothumbs-zoom-next, .iconic-woothumbs-images__arrow {
  cursor: pointer;
  outline: none;
  text-decoration: none !important;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}

.iconic-woothumbs-wishlist-buttons a:focus, .iconic-woothumbs-fullscreen:focus, .iconic-woothumbs-thumbnails__play-overlay:focus, .iconic-woothumbs-play:focus, .iconic-woothumbs-zoom-prev:focus,
.iconic-woothumbs-zoom-next:focus, .iconic-woothumbs-images__arrow:focus, .iconic-woothumbs-wishlist-buttons a:active, .iconic-woothumbs-fullscreen:active, .iconic-woothumbs-thumbnails__play-overlay:active, .iconic-woothumbs-play:active, .iconic-woothumbs-zoom-prev:active,
.iconic-woothumbs-zoom-next:active, .iconic-woothumbs-images__arrow:active {
  outline: none;
}

.iconic-woothumbs-wishlist-buttons a svg, .iconic-woothumbs-fullscreen svg, .iconic-woothumbs-thumbnails__play-overlay svg, .iconic-woothumbs-play svg, .iconic-woothumbs-zoom-prev svg,
.iconic-woothumbs-zoom-next svg, .iconic-woothumbs-images__arrow svg {
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  height: 18px;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  width: 18px;
}

.iconic-woothumbs-zoom-prev,
.iconic-woothumbs-zoom-next, .iconic-woothumbs-images__arrow {
  position: absolute;
  bottom: 0;
  height: 58%;
  top: 21%;
  width: 40px;
  z-index: 100;
}

.iconic-woothumbs-zoom-prev svg,
.iconic-woothumbs-zoom-next svg, .iconic-woothumbs-images__arrow svg {
  margin-top: -9px;
  position: absolute;
  top: 50%;
}

.iconic-woothumbs-zoom-prev, .iconic-woothumbs-images__arrow--prev {
  left: 0;
}

.iconic-woothumbs-zoom-prev svg, .iconic-woothumbs-images__arrow--prev svg {
  left: 0;
  margin-left: 10px;
}

.iconic-woothumbs-zoom-prev:hover svg, .iconic-woothumbs-images__arrow--prev:hover svg {
  margin-left: 7px;
}

.iconic-woothumbs-zoom-next, .iconic-woothumbs-images__arrow--next {
  right: 0;
}

.iconic-woothumbs-zoom-next svg, .iconic-woothumbs-images__arrow--next svg {
  margin-right: 10px;
  right: 0;
}

.iconic-woothumbs-zoom-next:hover svg, .iconic-woothumbs-images__arrow--next:hover svg {
  margin-right: 7px;
}

/* Clearfix */
.jckcf {
  display: block;
}

.jckcf::after {
  clear: both;
  content: ".";
  display: block;
  height: 1px;
  visibility: hidden;
}

.iconic-woothumbs-thumbnails::after, .iconic-woothumbs-thumbnails-wrap::after {
  content: "";
  clear: both;
  display: table;
}

/* Temporary image container */
.iconic-woothumbs-temp {
  position: absolute;
  height: 0;
  left: -99999px;
  opacity: 0;
  top: 0;
  width: 0;
}

.zm-viewer {
  z-index: 10100;
}

.zm-viewer img {
  background-color: #fff;
  max-width: none !important;
}

.zm-viewer.shapecircular {
  border-radius: 100%;
}

body.admin-bar.theme-betheme .zm-viewer, body.admin-bar.theme-shopkeeper .zm-viewer, body.admin-bar.theme-salient .zm-viewer {
  margin-top: -32px;
}

.zm-handler {
  direction: ltr !important;
}

.zm-handlerarea {
  background: #000;
  opacity: 0.6 !important;
}

.iconic-woothumbs-zoom-enabled .iconic-woothumbs-images__image {
  cursor: crosshair;
}

.iconic-woothumbs-zoom-controls .iconic-woothumbs-play,
.iconic-woothumbs-zoom-controls .iconic-woothumbs-fullscreen {
  opacity: 1;
}

/* Overlay */
.iconic-woothumbs-loading-overlay {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10001;
  opacity: 0;
}

.iconic-woothumbs-js-loaded .iconic-woothumbs-loading-overlay {
  opacity: 1 !important;
}

.iconic-woothumbs-loading-overlay svg {
  bottom: 0;
  left: 0;
  height: 32px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
}

.iconic-woothumbs-loading-overlay--inner {
  border-radius: 50%;
  height: 40px;
  left: 12px;
  opacity: 1 !important;
  position: absolute;
  top: 12px;
  width: 40px;
}

.iconic-woothumbs-images__slide .iconic-woothumbs-loading-overlay--inner, .pswp__item .iconic-woothumbs-loading-overlay--inner {
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
}

.iconic-woothumbs-remove-on-js-load {
  left: 0;
  display: block;
  position: absolute;
  top: 0;
}

/* Modify for PhotoSwipe themes */
.pswp__item .iconic-woothumbs-loading-overlay {
  background-color: var(--pswp-bg);
}

.pswp__item .iconic-woothumbs-loading-overlay path {
  fill: var(--pswp-icon-color);
}

/* Style overlays when JS is enabled */
.woocommerce-js .iconic-woothumbs-all-images-wrap .iconic-woothumbs-images-wrap,
.woocommerce-js .iconic-woothumbs-all-images-wrap .iconic-woothumbs-thumbnails-wrap {
  opacity: 1;
  -webkit-transition: opacity 100ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 100ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.woocommerce-js .iconic-woothumbs-all-images-wrap.iconic-woothumbs-loading .iconic-woothumbs-images-wrap,
.woocommerce-js .iconic-woothumbs-all-images-wrap.iconic-woothumbs-loading .iconic-woothumbs-thumbnails-wrap {
  opacity: 0;
}

/* In slider mode, hide WooThumbs completely until initialization happens, to avoid a flash of embeds. */
.iconic-woothumbs-all-images-wrap.iconic-woothumbs-all-images-wrap--layout-slider.iconic-woothumbs-js-loaded .iconic-woothumbs-images {
  visibility: hidden;
}

.iconic-woothumbs-all-images-wrap.iconic-woothumbs-all-images-wrap--layout-slider .iconic-woothumbs-thumbnails {
  visibility: hidden;
}

.iconic-woothumbs-all-images-wrap.iconic-woothumbs-all-images-wrap--layout-slider .iconic-woothumbs-thumbnails-wrap--vertical .iconic-woothumbs-thumbnails {
  display: none;
}

.iconic-woothumbs-all-images-wrap.iconic-woothumbs-all-images-wrap--layout-slider .iconic-woothumbs-images.slick-initialized {
  visibility: visible;
}

.iconic-woothumbs-all-images-wrap.iconic-woothumbs-all-images-wrap--layout-slider.iconic-woothumbs-gallery-loaded .iconic-woothumbs-thumbnails.slick-initialized,
.iconic-woothumbs-all-images-wrap.iconic-woothumbs-all-images-wrap--layout-slider.iconic-woothumbs-gallery-loaded .iconic-woothumbs-thumbnails-wrap--stacked .iconic-woothumbs-thumbnails {
  display: block;
  visibility: visible;
}

/* Overall images wrap */
.iconic-woothumbs-all-images-wrap {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

.iconic-woothumbs-all-images-wrap a:focus,
.iconic-woothumbs-all-images-wrap button:focus {
  outline: none !important;
}

.iconic-woothumbs-all-images-wrap .slick-list {
  margin: 0;
  overflow-x: hidden;
  -webkit-transition: height 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.iconic-woothumbs-all-images-wrap .slick-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

.iconic-woothumbs-all-images-wrap .slick-vertical .slick-slide {
  border: none;
}

.iconic-woothumbs-all-images-wrap.iconic-woothumbs-all-images-wrap--block-align-default {
  float: none;
  width: 100%;
}

.iconic-woothumbs-all-images-wrap.iconic-woothumbs-all-images-wrap--block-align-left {
  float: left;
}

.iconic-woothumbs-all-images-wrap.iconic-woothumbs-all-images-wrap--block-align-right {
  float: right;
}

.wp-block-columns .iconic-woothumbs-all-images-wrap.iconic-woothumbs-all-images-wrap--block-align-default, .wp-block-columns .iconic-woothumbs-all-images-wrap.iconic-woothumbs-all-images-wrap--block-align-left, .wp-block-columns .iconic-woothumbs-all-images-wrap.iconic-woothumbs-all-images-wrap--block-align-right {
  width: 100% !important;
}

/* Main Slider */
.iconic-woothumbs-images-wrap {
  position: relative;
}

.iconic-woothumbs-images__arrow.slick-disabled {
  opacity: 0;
}

.iconic-woothumbs-images__slide {
  border: none !important;
  line-height: 1 !important;
  outline: none;
  position: relative;
}

.iconic-woothumbs-images__slide:first-of-type {
  display: block !important;
}

.iconic-woothumbs-all-images-wrap--layout-slider .iconic-woothumbs-images__slide {
  display: none;
}

.iconic-woothumbs-images.slick-initialized .iconic-woothumbs-images__slide {
  display: block !important;
}

.iconic-woothumbs-images__image {
  border-radius: 0;
  display: block;
  height: auto;
  line-height: 1 !important;
  margin: 0 !important;
  outline: none;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
}

.iconic-woothumbs-images--click_anywhere .iconic-woothumbs-images__image {
  cursor: pointer;
}

.iconic-woothumbs-images__image-mask {
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.iconic-woothumbs-controls-mask {
  bottom: 0;
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  z-index: 5;
}

.iconic-woothumbs-controls-mask--zoom {
  cursor: crosshair;
}

/* Thumbnail Slider */
.iconic-woothumbs-thumbnails-wrap {
  overflow: hidden;
  opacity: 1;
  position: relative;
  -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.iconic-woothumbs-thumbnails-wrap--hidden {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}

.iconic-woothumbs-thumbnails .slick-track {
  margin: 0;
}

.iconic-woothumbs-thumbnails__slide {
  border: none !important;
  cursor: pointer;
  display: none !important;
  float: left;
  min-height: 1px;
  min-width: 1px;
  max-width: 100%;
  outline: none;
  overflow: hidden;
  -webkit-transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

.iconic-woothumbs-thumbnails__slide:hover {
  opacity: 0.75;
}

.iconic-woothumbs-thumbnails__slide--active:hover, .iconic-woothumbs-thumbnails__slide--active {
  opacity: 1;
}

.iconic-woothumbs-thumbnails__slide:first-of-type {
  display: block !important;
}

.iconic-woothumbs-thumbnails.slick-initialized .iconic-woothumbs-thumbnails__slide, .iconic-woothumbs-thumbnails-wrap--stacked .iconic-woothumbs-thumbnails .iconic-woothumbs-thumbnails__slide {
  display: block !important;
}

.iconic-woothumbs-thumbnails__image-wrapper {
  overflow: hidden;
  position: relative;
}

.iconic-woothumbs-thumbnails__image-wrapper img {
  z-index: 1;
}

.iconic-woothumbs-thumbnails__image-wrapper::after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.iconic-woothumbs-thumbnails__image-wrapper::before {
  content: "";
  bottom: 1px;
  left: 1px;
  position: absolute;
  right: 1px;
  top: 1px;
}

.iconic-woothumbs-thumbnails__image-wrapper::before, .iconic-woothumbs-thumbnails__image-wrapper::after {
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 2;
}

.iconic-woothumbs-thumbnails__slide--active .iconic-woothumbs-thumbnails__image-wrapper::after, .iconic-woothumbs-thumbnails__slide--active .iconic-woothumbs-thumbnails__image-wrapper::before {
  opacity: 1;
}

.iconic-woothumbs-thumbnails__image {
  border-radius: 0;
  display: block;
  height: auto;
  image-rendering: inherit;
  margin: 0 !important;
  width: 100%;
}

.iconic-woothumbs-thumbnails__control {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  outline: none;
  position: absolute;
  text-align: center;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: background-color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.iconic-woothumbs-thumbnails__control--left, .iconic-woothumbs-thumbnails__control--right {
  bottom: 0;
  height: 40%;
  margin: auto 0 !important;
  top: 0;
  width: 16px;
}

.iconic-woothumbs-thumbnails__control--left {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  left: 0;
}

.iconic-woothumbs-thumbnails__control--right {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  right: 0;
}

.iconic-woothumbs-thumbnails__control--up, .iconic-woothumbs-thumbnails__control--down {
  height: 14px;
  left: 1px;
  right: 0;
  margin: auto;
  width: 40%;
}

.iconic-woothumbs-thumbnails__control--up {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  top: 0;
}

.iconic-woothumbs-thumbnails__control--down {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  bottom: 0;
}

.iconic-woothumbs-thumbnails__control:active, .iconic-woothumbs-thumbnails__control:focus {
  outline: none;
}

.iconic-woothumbs-thumbnails__control svg {
  height: 40%;
  max-height: 16px;
  max-width: 16px;
  width: 40%;
}

.iconic-woothumbs-thumbnails-wrap--sliding .iconic-woothumbs-thumbnails__control {
  display: none;
}

.iconic-woothumbs-thumbnails-wrap--horizontal .iconic-woothumbs-thumbnails__control svg {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.iconic-woothumbs-thumbnails-wrap--horizontal .iconic-woothumbs-thumbnails__control--left svg {
  left: 4px;
}

.iconic-woothumbs-thumbnails-wrap--horizontal .iconic-woothumbs-thumbnails__control--right svg {
  left: inherit;
  right: 4px;
}

.iconic-woothumbs-thumbnails-wrap--vertical .iconic-woothumbs-thumbnails__control--up svg, .iconic-woothumbs-thumbnails-wrap--vertical .iconic-woothumbs-thumbnails__control--down svg {
  vertical-align: 6px;
}

/* Position Modifiers */
.iconic-woothumbs-all-images-wrap--thumbnails-left .iconic-woothumbs-images-wrap,
.iconic-woothumbs-all-images-wrap--thumbnails-left .iconic-woothumbs-thumbnails-wrap,
.iconic-woothumbs-all-images-wrap--thumbnails-right .iconic-woothumbs-images-wrap,
.iconic-woothumbs-all-images-wrap--thumbnails-right .iconic-woothumbs-thumbnails-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.iconic-woothumbs-all-images-wrap--thumbnails-left:not(.iconic-woothumbs-all-images-wrap--layout-stacked) .iconic-woothumbs-images-wrap {
  float: right;
}

.iconic-woothumbs-all-images-wrap--thumbnails-right:not(.iconic-woothumbs-all-images-wrap--layout-stacked) .iconic-woothumbs-images-wrap {
  float: left;
}

.iconic-woothumbs-all-images-wrap--thumbnails-left .iconic-woothumbs-thumbnails-wrap {
  float: left;
}

.iconic-woothumbs-all-images-wrap--thumbnails-right .iconic-woothumbs-thumbnails-wrap {
  float: right;
}

/* Controls within Zoom */
/* Icon Styles/Visibility */
.iconic-woothumbs-all-images-wrap--layout-stacked.iconic-woothumbs-hover-icons .iconic-woothumbs-images__slide:hover .iconic-woothumbs-play,
.iconic-woothumbs-all-images-wrap--layout-stacked.iconic-woothumbs-hover-icons .iconic-woothumbs-images__slide:hover .iconic-woothumbs-fullscreen,
.iconic-woothumbs-all-images-wrap--layout-stacked.iconic-woothumbs-hover-icons .iconic-woothumbs-images__slide:hover .iconic-woothumbs-images__arrow:not(.slick-disabled),
.iconic-woothumbs-all-images-wrap--layout-stacked.iconic-woothumbs-hover-icons .iconic-woothumbs-images__slide:hover .plyr__controls,
.iconic-woothumbs-all-images-wrap--layout-stacked.iconic-woothumbs-hover-icons .iconic-woothumbs-images__slide:hover .slick-dots,
.iconic-woothumbs-all-images-wrap--layout-slider.iconic-woothumbs-hover-icons .iconic-woothumbs-images-wrap:hover .iconic-woothumbs-play,
.iconic-woothumbs-all-images-wrap--layout-slider.iconic-woothumbs-hover-icons .iconic-woothumbs-images-wrap:hover .iconic-woothumbs-fullscreen,
.iconic-woothumbs-all-images-wrap--layout-slider.iconic-woothumbs-hover-icons .iconic-woothumbs-images-wrap:hover .iconic-woothumbs-images__arrow:not(.slick-disabled),
.iconic-woothumbs-all-images-wrap--layout-slider.iconic-woothumbs-hover-icons .iconic-woothumbs-images-wrap:hover .plyr__controls,
.iconic-woothumbs-all-images-wrap--layout-slider.iconic-woothumbs-hover-icons .iconic-woothumbs-images-wrap:hover .slick-dots {
  opacity: 1;
}

.iconic-woothumbs-all-images-wrap--layout-stacked.iconic-woothumbs-hover-icons .iconic-woothumbs-images__slide .iconic-woothumbs-play,
.iconic-woothumbs-all-images-wrap--layout-stacked.iconic-woothumbs-hover-icons .iconic-woothumbs-images__slide .iconic-woothumbs-fullscreen,
.iconic-woothumbs-all-images-wrap--layout-stacked.iconic-woothumbs-hover-icons .iconic-woothumbs-images__slide .iconic-woothumbs-images__arrow:not(.slick-disabled),
.iconic-woothumbs-all-images-wrap--layout-stacked.iconic-woothumbs-hover-icons .iconic-woothumbs-images__slide .plyr__controls,
.iconic-woothumbs-all-images-wrap--layout-stacked.iconic-woothumbs-hover-icons .iconic-woothumbs-images__slide .slick-dots,
.iconic-woothumbs-all-images-wrap--layout-slider.iconic-woothumbs-hover-icons .iconic-woothumbs-images-wrap .iconic-woothumbs-play,
.iconic-woothumbs-all-images-wrap--layout-slider.iconic-woothumbs-hover-icons .iconic-woothumbs-images-wrap .iconic-woothumbs-fullscreen,
.iconic-woothumbs-all-images-wrap--layout-slider.iconic-woothumbs-hover-icons .iconic-woothumbs-images-wrap .iconic-woothumbs-images__arrow:not(.slick-disabled),
.iconic-woothumbs-all-images-wrap--layout-slider.iconic-woothumbs-hover-icons .iconic-woothumbs-images-wrap .plyr__controls,
.iconic-woothumbs-all-images-wrap--layout-slider.iconic-woothumbs-hover-icons .iconic-woothumbs-images-wrap .slick-dots {
  opacity: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.iconic-woothumbs-all-images-wrap--layout-stacked.iconic-woothumbs-hover-icons .iconic-woothumbs-images__slide .iconic-woothumbs-wishlist-buttons,
.iconic-woothumbs-all-images-wrap--layout-slider.iconic-woothumbs-hover-icons .iconic-woothumbs-images-wrap .iconic-woothumbs-wishlist-buttons {
  opacity: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.iconic-woothumbs-all-images-wrap--layout-stacked .iconic-woothumbs-images__slide:first-of-type:hover .iconic-woothumbs-wishlist-buttons {
  opacity: 1;
}

.iconic-woothumbs-all-images-wrap--layout-slider .iconic-woothumbs-images-wrap:hover .iconic-woothumbs-wishlist-buttons {
  opacity: 1;
}

.iconic-woothumbs-all-images-wrap--layout-slider:not(.iconic-woothumbs-hover-icons) .iconic-woothumbs-play,
.iconic-woothumbs-all-images-wrap--layout-slider:not(.iconic-woothumbs-hover-icons) .iconic-woothumbs-fullscreen,
.iconic-woothumbs-all-images-wrap--layout-slider:not(.iconic-woothumbs-hover-icons) .iconic-woothumbs-images__arrow:not(.slick-disabled),
.iconic-woothumbs-all-images-wrap--layout-slider:not(.iconic-woothumbs-hover-icons) .plyr__controls,
.iconic-woothumbs-all-images-wrap--layout-slider:not(.iconic-woothumbs-hover-icons) .slick-dots,
.iconic-woothumbs-all-images-wrap--layout-slider:not(.iconic-woothumbs-hover-icons) .iconic-woothumbs-wishlist-buttons {
  opacity: 0 !important;
}

.iconic-woothumbs-all-images-wrap--layout-slider:not(.iconic-woothumbs-hover-icons).iconic-woothumbs-all-images-wrap--show-ui .iconic-woothumbs-play,
.iconic-woothumbs-all-images-wrap--layout-slider:not(.iconic-woothumbs-hover-icons).iconic-woothumbs-all-images-wrap--show-ui .iconic-woothumbs-fullscreen,
.iconic-woothumbs-all-images-wrap--layout-slider:not(.iconic-woothumbs-hover-icons).iconic-woothumbs-all-images-wrap--show-ui .iconic-woothumbs-images__arrow:not(.slick-disabled),
.iconic-woothumbs-all-images-wrap--layout-slider:not(.iconic-woothumbs-hover-icons).iconic-woothumbs-all-images-wrap--show-ui .plyr__controls,
.iconic-woothumbs-all-images-wrap--layout-slider:not(.iconic-woothumbs-hover-icons).iconic-woothumbs-all-images-wrap--show-ui .slick-dots,
.iconic-woothumbs-all-images-wrap--layout-slider:not(.iconic-woothumbs-hover-icons).iconic-woothumbs-all-images-wrap--show-ui .iconic-woothumbs-wishlist-buttons {
  opacity: 1 !important;
}

/* RTL */
.iconic-woothumbs-all-images-wrap--layout-stacked .iconic-woothumbs-images__slide {
  position: relative;
}

/* Stacked Layout Grids */
/* See asssets/css/dynamic-styles.css.php for width related properties. */
.iconic-woothumbs-images--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.iconic-woothumbs-images--grid-four .iconic-woothumbs-images__slide {
  -webkit-box-ordinal-group: 101;
      -ms-flex-order: 100;
          order: 100;
}

.iconic-woothumbs-images--grid-four .iconic-woothumbs-images__slide:nth-of-type(1) {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.iconic-woothumbs-images--grid-four .iconic-woothumbs-images__slide:nth-of-type(2) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.iconic-woothumbs-images--grid-four .iconic-woothumbs-images__slide:nth-of-type(3) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.iconic-woothumbs-images--grid-four .iconic-woothumbs-images__slide:nth-of-type(4) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.iconic-woothumbs-images--grid-five .iconic-woothumbs-images__slide {
  -webkit-box-ordinal-group: 101;
      -ms-flex-order: 100;
          order: 100;
}

.iconic-woothumbs-images--grid-five .iconic-woothumbs-images__slide:nth-of-type(1) {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.iconic-woothumbs-images--grid-five .iconic-woothumbs-images__slide:nth-of-type(2) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.iconic-woothumbs-images--grid-five .iconic-woothumbs-images__slide:nth-of-type(3) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.iconic-woothumbs-thumbnails-wrap--stacked {
  overflow: hidden;
}

.iconic-woothumbs-thumbnails-wrap--stacked .iconic-woothumbs-thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.iconic-woothumbs-thumbnails-wrap--stacked .iconic-woothumbs-thumbnails__slide {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.iconic-woothumbs-all-images-wrap .slick-dots,
.iconic-woothumbs-zoom-bullets .slick-dots {
  bottom: inherit;
  left: 0;
  line-height: 1.25 !important;
  margin: 0 auto;
  max-width: 65%;
  padding: 0 !important;
  position: absolute;
  right: 0;
  text-align: center;
  -webkit-transform: none;
          transform: none;
  top: 9px;
  z-index: 100;
}

.iconic-woothumbs-all-images-wrap .slick-dots li,
.iconic-woothumbs-zoom-bullets .slick-dots li {
  display: inline-block;
  list-style: none none outside;
  margin: 0 3px;
  vertical-align: middle;
  width: 10px;
}

.iconic-woothumbs-all-images-wrap .slick-dots li:only-child,
.iconic-woothumbs-zoom-bullets .slick-dots li:only-child {
  display: none;
}

.iconic-woothumbs-all-images-wrap .slick-dots li button,
.iconic-woothumbs-zoom-bullets .slick-dots li button {
  background: none;
  border: none;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  height: 10px;
  margin: 0;
  min-height: 0;
  outline: none;
  overflow: hidden;
  padding: 0;
  text-indent: 250%;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  width: 10px;
  white-space: nowrap;
}

.iconic-woothumbs-all-images-wrap .slick-dots li button:hover,
.iconic-woothumbs-zoom-bullets .slick-dots li button:hover {
  opacity: 0.6;
}

.iconic-woothumbs-all-images-wrap .slick-dots li.slick-active,
.iconic-woothumbs-zoom-bullets .slick-dots li.slick-active {
  width: 30px;
}

.iconic-woothumbs-all-images-wrap .slick-dots li.slick-active button,
.iconic-woothumbs-zoom-bullets .slick-dots li.slick-active button {
  border-radius: 68px;
  cursor: default;
  width: 30px;
}

.iconic-woothumbs-all-images-wrap .slick-dots li.slick-active button:hover,
.iconic-woothumbs-zoom-bullets .slick-dots li.slick-active button:hover {
  opacity: 1;
}

.iconic-woothumbs-play {
  opacity: 0;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 120;
}

.iconic-woothumbs-js-loaded.iconic-woothumbs-all-images-wrap:not(.iconic-woothumbs-hover-icons) .iconic-woothumbs-play {
  opacity: 1;
}

.iconic-woothumbs-thumbnails__play-overlay {
  border-radius: 4px;
  bottom: 0;
  height: 40%;
  left: 0;
  margin: auto !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  z-index: 20;
}

.iconic-woothumbs-thumbnails__play-overlay svg {
  height: 60%;
  left: 50%;
  max-height: 18px;
  max-width: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
}

.iconic-woothumbs-fullscreen {
  bottom: 12px;
  opacity: 0;
  position: absolute;
  right: 12px;
  z-index: 120;
}

.iconic-woothumbs-js-loaded.iconic-woothumbs-all-images-wrap:not(.iconic-woothumbs-hover-icons) .iconic-woothumbs-fullscreen {
  opacity: 1;
}

.iconic-woothumbs-images-wrap--media-playing .iconic-woothumbs-fullscreen {
  display: none;
}

.iconic-woothumbs-fullscreen-video-wrapper {
  left: 10%;
  margin: 0 auto !important;
  max-height: calc(100vh - 120px);
  max-width: calc(150vh - 120px);
  overflow: hidden;
  position: absolute;
  right: 10% !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

.iconic-woothumbs-fullscreen-video-wrapper--wide {
  max-height: calc(100vh - 120px);
  max-width: calc(150vh - 120px);
}

.iconic-woothumbs-fullscreen-video-wrapper--tall {
  max-height: calc(100vh - 80px);
  max-width: calc(75vh - 120px);
}

.iconic-woothumbs-fullscreen-video-wrapper--square {
  max-height: calc(100vh - 120px);
  max-width: calc(100vh - 120px);
}

.iconic-woothumbs-fullscreen-video-wrapper .iconic-woothumbs-responsive-media {
  position: static !important;
}

/* Ensure MP4 videos fill the slide container */
video.iconic-woothumbs-plyr {
  -o-object-fit: cover;
     object-fit: cover;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  max-width: calc(100% + 2px);
  margin: -1px;
}

/* Cater for standard embeds not handled by Plyr */
.iconic-woothumbs-responsive-media.iconic-woothumbs-standard-embed {
  background: #000;
  height: 0;
  padding: 0 0 56.25%;
  position: relative;
}

.iconic-woothumbs-responsive-media.iconic-woothumbs-standard-embed iframe,
.iconic-woothumbs-responsive-media.iconic-woothumbs-standard-embed object,
.iconic-woothumbs-responsive-media.iconic-woothumbs-standard-embed embed,
.iconic-woothumbs-responsive-media.iconic-woothumbs-standard-embed video {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.iconic-woothumbs-responsive-media.iconic-woothumbs-standard-embed video {
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  right: 0;
}

/* Hide iframe/video embeds until Plyr is ready */
.iconic-woothumbs-responsive-media:not(.iconic-woothumbs-standard-embed) iframe,
.iconic-woothumbs-responsive-media:not(.iconic-woothumbs-standard-embed) video,
.plyr {
  opacity: 0;
}

.iconic-woothumbs-plyr-ready .iconic-woothumbs-responsive-media:not(.iconic-woothumbs-standard-embed) iframe,
.iconic-woothumbs-plyr-ready .iconic-woothumbs-responsive-media:not(.iconic-woothumbs-standard-embed) video,
.iconic-woothumbs-plyr-ready .plyr {
  opacity: 1;
}

.iconic-woothumbs-all-images-wrap--layout-stacked .iconic-woothumbs-images__slide .iconic-woothumbs-wishlist-buttons ~ .plyr,
.iconic-woothumbs-all-images-wrap--layout-stacked .iconic-woothumbs-images__slide .iconic-woothumbs-play ~ .plyr,
.iconic-woothumbs-all-images-wrap--layout-stacked .iconic-woothumbs-images__slide .iconic-woothumbs-wishlist-buttons ~ .iconic-woothumbs-responsive-media,
.iconic-woothumbs-all-images-wrap--layout-stacked .iconic-woothumbs-images__slide .iconic-woothumbs-play ~ .iconic-woothumbs-responsive-media {
  opacity: 0;
}

.iconic-woothumbs-all-images-wrap--layout-stacked:not(.iconic-woothumbs-hover-icons) .iconic-woothumbs-images__slide.iconic-woothumbs-plyr-ready .iconic-woothumbs-wishlist-buttons,
.iconic-woothumbs-all-images-wrap--layout-stacked:not(.iconic-woothumbs-hover-icons) .iconic-woothumbs-images__slide.iconic-woothumbs-plyr-ready .iconic-woothumbs-play {
  opacity: 1;
}

/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
/* DO NOT EDIT THIS FILE - MAKE CHANGES IN photoswipe-custom.css */
.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color);
}

/*
	  Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
  */
.pswp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--pswp-root-z-index);
  display: none;
  -ms-touch-action: none;
      touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
	(it may be focused initially) */
.pswp:focus {
  outline: 0;
}

.pswp * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
  display: block;
}

.pswp,
.pswp__bg {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
  background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
  overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
  width: auto;
  height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__item {
  /* z-index for fade transition */
  z-index: 1;
  overflow: hidden;
}

.pswp__hidden {
  display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}

.pswp__content > * {
  pointer-events: auto;
}

/*

	PhotoSwipe UI

  */
/*
	  Error message appears when image is not loaded
	  (JS option errorMsg controls markup)
  */
.pswp__error-msg-container {
  display: grid;
}

.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color);
}

/*
  class pswp__hide-on-close is applied to elements that
  should hide (for example fade out) when PhotoSwipe is closed
  and show (for example fade in) when PhotoSwipe is opened
   */
.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  -webkit-transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10; /* always overlap slide content */
  pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.85;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  -webkit-transition: none;
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
  outline: 0;
}

/*
	  div element that matches size of large image,
	  large image loads on top of it,
	  used when msrc is not provided
  */
div.pswp__img--placeholder,
.pswp__img--with-bg {
  background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 10;
  /* allow events to pass through top bar itself */
  pointer-events: none !important;
}

.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}

/*

	Close button

  */
.pswp__button--close {
  margin-right: 6px;
}

/*

	Arrow buttons

  */
.pswp__button--arrow {
  position: absolute;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0;
}

.pswp__button--arrow--next {
  right: 0;
}

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

/*

	Zoom button

  */
.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}

/*

	Loading indicator

  */
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -webkit-animation: pswp-clockwise 600ms linear infinite;
          animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@-webkit-keyframes pswp-clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes pswp-clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*

	"1 of 10" counter

  */
.pswp__counter {
  height: 30px;
  margin: 15px 0 0 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}

.iconic-woothumbs-pswp {
  /* CSS Variables */
  --pswp-root-z-index: 100000;
  --pswp-icon-stroke-width: 2px;
  --pswp-bg: #111;
  --pswp-placeholder-bg: #111;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-error-text-color: #fff;
  position: fixed !important;
  z-index: var(--pswp-root-z-index) !important;
  /* General */
  /* Caption */
  /* Error message */
  /* Media Embeds */
  /* Icons */
}

.woothumbs-fullscreen-theme--light .iconic-woothumbs-pswp {
  --pswp-bg: #fff;
  --pswp-placeholder-bg: #fff;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(0, 0, 0, 0.9);
  --pswp-icon-color: #111;
  --pswp-icon-color-secondary: #fafafa;
  --pswp-icon-stroke-color: #fafafa;
  --pswp-error-text-color: #111;
}

.iconic-woothumbs-pswp * {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.iconic-woothumbs-pswp .pswp__container,
.iconic-woothumbs-pswp .pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
}

.iconic-woothumbs-pswp .pswp__top-bar,
.iconic-woothumbs-pswp .pswp__caption {
  background-color: transparent !important;
}

.iconic-woothumbs-pswp div.pswp__bg {
  background-color: var(--pswp-bg) !important;
  opacity: 1 !important;
}

.iconic-woothumbs-pswp .pswp__item {
  opacity: inherit !important;
}

.iconic-woothumbs-pswp .pswp__preloader {
  margin-right: auto !important;
}

.iconic-woothumbs-pswp .pswp__counter {
  margin: 15px 0 0 20px !important;
}

.iconic-woothumbs-pswp .pswp__caption {
  color: var(--pswp-preloader-color-secondary);
  border-radius: 4px;
  bottom: 0;
  font-size: 14px;
  left: 50%;
  padding: 8px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.iconic-woothumbs-pswp .pswp__error-msg a {
  text-decoration: underline;
}

.iconic-woothumbs-pswp .iconic-woothumbs-responsive-media {
  display: block;
}

.iconic-woothumbs-pswp .iconic-woothumbs-responsive-media > * {
  z-index: 20;
}

.iconic-woothumbs-pswp .iconic-woothumbs-play {
  display: none;
}

.iconic-woothumbs-pswp .pswp__button--close svg {
  vertical-align: 2px;
}

.iconic-woothumbs-pswp .pswp__icn-shadow {
  display: none;
}

.iconic-woothumbs-pswp .pswp__button {
  background: none !important;
  border: none !important;
  float: none !important;
  display: inline-block !important;
}

.iconic-woothumbs-pswp .pswp__button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.iconic-woothumbs-pswp .pswp__icn {
  color: var(--pswp-icon-color-secondary);
  fill: none;
  left: inherit;
  right: 9px;
  stroke: var(--pswp-icon-color);
  position: absolute;
  -webkit-transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.iconic-woothumbs-pswp .pswp__icn,
.iconic-woothumbs-pswp .pswp__button--arrow .pswp__icn {
  height: 18px;
  width: 18px;
}

.iconic-woothumbs-pswp .pswp__button--arrow {
  position: absolute;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.iconic-woothumbs-pswp .pswp__button--arrow .pswp__icn {
  margin-top: -8px;
  width: 40px;
}

.iconic-woothumbs-pswp .pswp__button--arrow--prev .pswp__icn {
  left: 9px;
  right: inherit;
  -webkit-transform: none;
          transform: none;
}

.iconic-woothumbs-pswp .pswp__button--arrow--next .pswp__icn {
  right: 9px;
  -webkit-transform: none;
          transform: none;
}

.iconic-woothumbs-pswp .pswp__button--arrow--prev:hover .pswp__icn {
  left: 11px;
}

.iconic-woothumbs-pswp .pswp__button--arrow--next:hover .pswp__icn {
  right: 11px;
}

.iconic-woothumbs-pswp.pswp--touch .pswp__button--arrow {
  visibility: visible;
}

.tooltipster-default {
  background: #333;
  border-radius: 4px;
  border: none;
  color: #fff;
}

.tooltipster-default .tooltipster-content {
  font-family: inherit;
  font-size: 12px;
  line-height: 16px;
  padding: 8px 10px;
}

.plyr .plyr__controls .plyr__tooltip {
  background: #333;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  padding: 8px 10px;
  -webkit-transform: none;
          transform: none;
  -webkit-transform-origin: none;
          transform-origin: none;
  -webkit-transition: opacity 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease;
}

.plyr .plyr__controls .plyr__tooltip::before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #333;
  bottom: -7px;
}

.plyr .plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: -6px;
  -webkit-transform: none;
          transform: none;
  -webkit-transform-origin: none;
          transform-origin: none;
}

.plyr .plyr__controls > .plyr__control:first-child .plyr__tooltip::before, .plyr .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 14px;
}

.plyr .plyr__controls > .plyr__control:last-child .plyr__tooltip {
  right: -6px;
  -webkit-transform: none;
          transform: none;
  -webkit-transform-origin: none;
          transform-origin: none;
}

.plyr .plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  right: 14px;
}

.plyr .plyr__controls .plyr__progress .plyr__tooltip {
  margin-left: -22px;
}

.iconic-woothumbs-wishlist-buttons {
  right: 12px;
  position: absolute;
  top: 12px;
  z-index: 120;
}

.iconic-woothumbs-all-images-wrap--has-product-media .iconic-woothumbs-wishlist-buttons, .iconic-woothumbs-has-product-media .iconic-woothumbs-zoom-controls .iconic-woothumbs-wishlist-buttons {
  top: 42px;
}

.iconic-woothumbs-all-images-wrap--layout-stacked .iconic-woothumbs-images-wrap > .iconic-woothumbs-wishlist-buttons, .iconic-woothumbs-all-images-wrap--layout-stacked .iconic-woothumbs-images__slide:not(:first-of-type) .iconic-woothumbs-wishlist-buttons, .pswp__item .iconic-woothumbs-wishlist-buttons {
  display: none;
}

.iconic-woothumbs-wishlist-buttons a {
  display: block;
}

.iconic-woothumbs-wishlist-buttons .iconic-woothumbs-wishlist-buttons__browse {
  display: none;
  opacity: 1;
}

.iconic-woothumbs-wishlist-buttons--added .iconic-woothumbs-wishlist-buttons__add {
  display: none;
}

.iconic-woothumbs-wishlist-buttons--added .iconic-woothumbs-wishlist-buttons__browse {
  display: block;
}

.iconic-woothumbs-caption {
  background: #333;
  clear: both;
  color: #fff;
  display: block;
  padding: 8px 15px;
  text-align: center;
}

/* Root Plyr element */
.plyr {
  z-index: 10;
  /* Dynamic settings based colours are set in assets/frontend/css/dynamic-styles.php */
  /* These colours are manually set to match WC core toolTipster styles */
  --plyr-menu-background: #333;
  --plyr-menu-color: #fff;
  --plyr-menu-item-arrow-color: #fff;
  --plyr-tooltip-background: #333;
  --plyr-tooltip-color: #fff;
  --plyr-tooltip-radius: 4px;
  --plyr-tooltip-padding: 8px 10px;
  --plyr-control-spacing: 18px;
  min-width: inherit;
}

.plyr .fluid-width-video-wrapper {
  padding-top: 0 !important;
}

/* Videos */
.plyr__video-wrapper,
.plyr--video {
  background: none !important;
  width: 100%;
}

.plyr__video-embed {
  position: relative;
}

/* Video Controls */
.plyr--video .plyr__controls {
  background: none;
  padding: 12px;
  z-index: 10;
}

.plyr--video .plyr__controls .plyr__control,
.plyr--video .plyr__controls .plyr__control:hover {
  background: none !important;
  color: unset !important;
}

.plyr--video .plyr__controls .plyr__control svg,
.plyr--video .plyr__controls .plyr__control:hover svg {
  background: none !important;
  color: unset !important;
}

.plyr--video .plyr__controls .plyr__control {
  border: none;
  letter-spacing: inherit;
  margin: 0;
  min-height: inherit;
  text-transform: inherit;
  padding: 0;
}

.plyr--video .plyr__controls input[type=range] {
  min-height: inherit !important;
}

.plyr--video .plyr__controls input[type=range]::-moz-range-track {
  box-shadow: none !important;
}

.plyr--video .plyr__controls input[type=range]::-webkit-slider-runnable-track {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* Overlaid Play Control */
.plyr__control.plyr__control--overlaid {
  border: none;
  border-radius: 100%;
  padding: 18px;
  position: absolute;
}

.plyr__control.plyr__control--overlaid svg, .plyr__control.plyr__control--overlaid:hover svg {
  background: none !important;
  color: unset !important;
}

.plyr__control.plyr__control--overlaid svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 5%;
}

/* Poster */
div.plyr__poster {
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster,
.plyr--vimeo.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster,
.plyr--html5.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: block;
  opacity: 1;
}

/* Modify Plyr controls visibility */
.plyr__controls__item.plyr__control:not(.plyr__control--overlaid),
.plyr__controls__item.plyr__progress__container,
.plyr__controls__item.plyr__volume {
  visibility: hidden;
}

.plyr--playing .plyr__controls__item.plyr__control:not(.plyr__control--overlaid),
.plyr--playing .plyr__controls__item.plyr__progress__container,
.plyr--playing .plyr__controls__item.plyr__volume {
  visibility: visible;
}

/* RTL modifications */
[dir=rtl] .iconic-woothumbs-thumbnails-wrap .slick-slider .slick-track,
[dir=rtl] .iconic-woothumbs-thumbnails-wrap .slick-slider .slick-list {
  direction: rtl;
}

[dir=rtl] .iconic-woothumbs-thumbnails-wrap .slick-slide {
  float: right;
}

[dir=rtl] .iconic-woothumbs-temp {
  right: auto;
  left: -99999px;
}

/* Avada */
.avada-single-product-gallery-wrapper {
  width: 500px;
}