.wmg-fancybox {
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.7411764706);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  opacity: 0;
  transition: opacity 1s;
}
.wmg-fancybox .wmg-fancybox__wrapper {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.wmg-fancybox .wmg-fancybox__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.wmg-fancybox .wmg-fancybox__header .wmg-header__items {
  background: #000;
  padding: 15px 25px;
  display: flex;
  justify-content: right;
  align-items: center;
  flex-direction: row-reverse;
  gap: 30px;
}
.wmg-fancybox .wmg-fancybox__header .wmg-header__items .wmg-header__item {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.wmg-fancybox .wmg-fancybox__header .wmg-header__items .wmg-header__item svg:hover {
  opacity: 0.6;
}
.wmg-fancybox .wmg-fancybox__header .wmg-header__items .wmg-header__item svg path {
  stroke: #fff;
}
.wmg-fancybox .wmg-fancybox__header .wmg-header__items .wmg-header__item svg circle {
  stroke: #fff;
}
.wmg-fancybox .wmg-fancybox__header .wmg-header__items .wmg-header__item .wmg-header__item-lvl2 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.wmg-fancybox .wmg-fancybox__header .wmg-header__items .wmg-header__item .wmg-header__item-lvl2 > div {
  height: 15px;
}
.wmg-fancybox .wmg-fancybox__progressbar {
  display: block;
  height: 1px;
  background: white;
}
.wmg-fancybox .wmg-fancybox__progressbar.progressbar-item .progressbar-item__progress {
  position: absolute;
  z-index: 2;
  background: #f2dc29;
  height: 1px;
  top: 0;
  left: 0;
  width: 0;
}
.wmg-fancybox .wmg-fancybox__content {
  position: relative;
  height: 100%;
}
.wmg-fancybox .wmg-fancybox__content #slick-fancy-big .slick-active {
  transition: all 0.5s;
}
.wmg-fancybox .wmg-fancybox__content #slick-fancy-big .slick-fancy-custom-prev {
  left: 20px;
}
.wmg-fancybox .wmg-fancybox__content #slick-fancy-big .slick-fancy-custom-prev svg {
  transform: rotate(180deg);
}
.wmg-fancybox .wmg-fancybox__content #slick-fancy-big .slick-fancy-custom-next {
  right: 20px;
}
.wmg-fancybox .wmg-fancybox__content #slick-fancy-big .slick-fancy-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  background: #000;
  border: none;
  top: calc(50% - 23px);
}
.wmg-fancybox .wmg-fancybox__content #slick-fancy-big .slick-fancy-custom:hover {
  opacity: 0.8;
}
.wmg-fancybox .wmg-fancybox__content .slick-fancy-big__item {
  display: flex;
  justify-content: center;
  height: auto;
}
.wmg-fancybox .wmg-fancybox__content .slick-fancy-big__item-wrapper {
  display: flex;
  justify-content: center;
  max-height: calc(100vh - 300px);
}
.wmg-fancybox .wmg-fancybox__footer {
  height: 140px;
  width: 100vw;
  box-shadow: 0 0 25px 0px #2d2d2d;
  background: #ededed;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  justify-content: center;
}
.wmg-fancybox .wmg-fancybox__footer .slick-fancy-nav__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.wmg-fancybox .wmg-fancybox__footer .slick-fancy-nav__item:hover {
  transform: scale(0.95);
  transition: transform 0.2s;
}
.wmg-fancybox .wmg-fancybox__footer .slick-fancy-nav__item-wrapper {
  cursor: pointer;
  width: 100px;
}

.fancy-zoom {
  display: none;
  height: 200px;
  width: 200px;
  background: red;
  position: absolute;
  border: 1px solid #000;
  background-size: auto;
  background-size: 200%;
  border-radius: 100%;
}

/*# sourceMappingURL=fancy.css.map */
