#productInfo, .bottom-line-div-product{
    z-index: 11;
}
.index14{
    z-index: 14;
}
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none; 
}

.pswp img {
  max-width: none; 
}

.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); 
}

.pswp--open {
  display: block; 
}

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

.pswp--zoomed-in .pswp__img {
  cursor: grab; 
}

.pswp--dragging .pswp__img {
  cursor: grabbing; 
}

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; 
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; 
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; 
}

.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; 
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); 
}

.pswp__bg {
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); 
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; 
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; 
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; 
  background-color: #ccc;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; 
}

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; 
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; 
}

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; 
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; 
}

.pswp__button {
  position: relative; 
  opacity: 1;
}
.pswp__button:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
}

.pswp__button--arrow--left .icon,
.pswp__button--arrow--right .icon {
  width: 13px;
  height: 13px;
  margin: 8px; 
}

.pswp__button[disabled] {
  opacity: 0;
  pointer-events: none; 
}

.pswp__ui {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 30px;
  left: 0;
  right: 0;
  transform: translateY(0);
  transition: transform 0.25s 0.6s; 
}
  .pswp__ui .btn {
    margin: 15px; 
  }

.pswp__ui--hidden {
  transform: translateY(150%);
  transition: transform 0.25s; 
}

.btn--body {
  border: 1px solid #e8e8e1;
  background-color: white;
  color: black; 
}
  .btn--body:hover, .btn--body:active {
    border: 1px solid #e8e8e1;
    background-color: white;
    color: black; 
  }
.btn {
  line-height: 1.42;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  display: inline-block;
  padding: 11px 20px;
  margin: 0;
  width: auto;
  min-width: 90px;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  color: white;
  /*background: #111111; */
}
.btn--circle {
  padding: 15px;
  border-radius: 50%;
  min-width: 0;
  line-height: 1; 
}
  .btn--circle .icon {
    width: 20px;
    height: 20px; 
    pointer-events: none;
  }
  .btn--circle:before, .btn--circle:after {
    content: none;
    background: none;
    width: auto; 
  }
  .btn--circle.btn--large .icon {
    width: 30px;
    height: 30px; 
  }
  .btn--circle.btn--large {
    padding: 15px 20px; 
  }
  
  
  .pswp__top-bar{
      display: none;
  }
  .pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
    opacity: 1;
  }
  .pswp__button--arrow--left, .pswp__button--arrow--right, .pswp__button--close {
      height: 71px;
      color: #000;
  }
  .icon-close path {
        fill: none !important;
        stroke-width: 3px;
        stroke: currentColor !important;
        stroke-linecap: miter;
        stroke-linejoin: miter;
  }

/*
.360-spin{animation:360-spin 1s infinite linear}
@keyframes 360-spin{
    0%{transform:rotate(0deg)}
    100%{transform:rotate(359deg)}
}*/
.anhorn-pos {
    position: absolute;
    left: 0;
    top: -107px;
}
.product-link-block .img-fluid{
    max-height: calc(100vh - 80px);
}
.animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.spin{animation:spin 0.5s infinite linear}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.spin-out{animation:spinout 1s 1 linear}@keyframes spinout{0%{transform:rotate(0deg) scale(1);}100%{transform:rotate(359deg) scale(0);}}
.spin-in{animation:spinin 1s 1 linear}@keyframes spinin{0%{transform:rotate(359deg) scale(0);}100%{transform:rotate(0deg) scale(1);}}
.animate-left{position:relative;animation:animateleft 1s}@keyframes animateleft{from{left:-100%;} to{left:0;}}
.animate-right{position:relative;animation:animateright 1s}@keyframes animateright{from{right:-100%;} to{right:0;}}
.animate-left-out{position:relative;animation:animateleftout 1s}@keyframes animateleftout{from{left:0;} to{left:100%;}}
.animate-right-out{position:relative;animation:animaterightout 1s}@keyframes animaterightout{from{right:0;} to{right:100%;}}