.fotorama-stretch,
.fotorama-focus-overlay::after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.fotorama-grabbing-cursor,
.fotorama__grabbing * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage::before,
.fotorama__nav::before,
.fotorama__stage::after,
.fotorama__nav::after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
    transform: translateZ(0);
}

.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
    outline: 0;
}

.fotorama-focus-overlay::after {
    border-radius: inherit;
    background-color: #006bb4;
    content: '';
}

.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
    transform: none !important;
}

.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
    transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    transition-duration: 0ms;
    transition-property: transform, width;
}

.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
    user-select: none;
}

.fotorama-select,
.fotorama__select {
    user-select: text;
}

.fotorama-empty-bg {
    background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}

.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
    margin: auto;
    padding: 0;
}

.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
    *display: inline;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    *zoom: 1;
    -moz-box-orient: vertical;
}

.fotorama-content-box,
.fotorama__nav__frame {
    box-sizing: content-box;
}

.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
    box-sizing: border-box;
}

.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
    position: absolute;
    top: -99999px;
    left: -99999px;
    z-index: -1000;
}

.fotorama-visible {
    position: relative;
    top: auto;
    left: auto;
    z-index: auto;
    opacity: 1;
}

.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.transitionDuration {
    transition-duration: 333ms;
}

.transitionDurationZero {
    transition-duration: 0ms;
}

.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
    background-image: url('gallery.png');
    background-repeat: no-repeat;
}

@media print {
    .fotorama-print-background,
    .fotorama-sprite,
    .fotorama__thumb-border,
    .fotorama__fullscreen .fotorama__zoom-out,
    .fotorama__fullscreen .fotorama__zoom-in,
    .fotorama__arr .fotorama__arr__arr,
    .fotorama__fullscreen-icon,
    .fotorama__video-play,
    .fotorama__thumb--icon,
    .fotorama__video-close {
        background: none !important;
    }
}

.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
    box-shadow: none;
}

.fotorama__fullscreen-icon:focus::after,
.fotorama__zoom-out:focus::after,
.fotorama__zoom-in:focus::after,
.fotorama__arr:focus::after,
.fotorama__stage__shaft:focus::after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb::after,
.fotorama__nav__frame--dot:focus .fotorama__dot::after {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    z-index: 1000;
    border-radius: inherit;
    box-shadow: 0 0 3px 1px #68a8e0;
    content: '';
}

.fotorama__nav__frame--thumb:focus .fotorama__thumb::after,
.fotorama__nav__frame--dot:focus .fotorama__thumb::after,
.fotorama__nav__frame--thumb:focus .fotorama__dot::after,
.fotorama__nav__frame--dot:focus .fotorama__dot::after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.fotorama__nav__frame--thumb:focus
    .fotorama__thumb.fotorama_vertical_ratio::after,
.fotorama__nav__frame--dot:focus
    .fotorama__thumb.fotorama_vertical_ratio::after {
    right: 2px;
    left: 2px;
}

.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
    overflow: inherit;
}

.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb::after {
    left: 1px;
}

.fotorama__nav__frame:nth-child(2):focus
    .fotorama__thumb.fotorama_vertical_ratio::after {
    top: 1px;
}

.fotorama__nav__frame:last-child:focus .fotorama__thumb::after {
    right: 1px;
}

.fotorama__nav__frame:last-child:focus
    .fotorama__thumb.fotorama_vertical_ratio::after {
    bottom: 1px;
}

.fotorama__thumb__arr {
    box-shadow: none;
}

.fotorama--fullscreen {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 1000 !important;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    background: #fff;
}

.fotorama--fullscreen .fotorama__wrap {
    max-width: 100% !important;
}

.fotorama__fullscreen {
    position: relative;
    overflow: hidden;
}

.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    cursor: pointer;
}

.fotorama__fullscreen .fotorama__zoom-out {
    top: 80px;
    background-position: 0 -80px !important;
}

.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
    display: none;
}

.fotorama__fullscreen .fotorama__zoom-in {
    top: 0;
    background-position: 0 0 !important;
}

.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
    display: none;
}

.fotorama__fullscreen .fotorama__video-close {
    display: none;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
    display: none;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
    display: block;
}

.fotorama__zoom-in,
.fotorama__zoom-out {
    display: none;
}

.fotorama {
    min-width: 1px;
    overflow: hidden;
}

.fotorama__wrap {
    position: relative;
    z-index: 0;
    direction: ltr;
    -webkit-text-size-adjust: 100%;
}

.fotorama__wrap--rtl .fotorama__stage__frame {
    direction: rtl;
}

.fotorama__stage,
.fotorama__nav {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

.fotorama__wrap--pan-y {
    -ms-touch-action: pan-y;
}

.fotorama__stage__shaft {
    position: relative;
}

.fotorama__wrap .fotorama__pointer {
    cursor: pointer;
}

.fotorama__wrap--slide .fotorama__stage__frame {
    opacity: 1 !important;
}

.fotorama__stage__frame {
    overflow: hidden;
}

.fotorama__stage__frame.fotorama__active {
    z-index: 8;
}

.fotorama__wrap--fade .fotorama__stage__frame {
    display: none;
}

.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
    top: 0;
    left: 0;
    display: block;
}

.fotorama__wrap--fade .fotorama__fade-front {
    z-index: 8;
}

.fotorama__wrap--fade .fotorama__fade-rear {
    z-index: 7;
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
    z-index: 9;
}

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
    display: none;
}

.fotorama__img {
    max-width: inherit;
    border: none !important;
    opacity: 0;
}

.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
    opacity: 1;
}

.fotorama__img--full {
    display: none;
}

.fotorama__nav {
    z-index: 5;
    display: none;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
}

.fotorama__nav__shaft {
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
}

.fotorama__nav__frame {
    position: relative;
}

.fotorama__nav--dots {
    display: block;
    text-align: center;
}

.fotorama__nav--dots .fotorama__nav__frame {
    width: 18px;
    height: 30px;
}

.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
    display: none;
}

.fotorama__nav--thumbs {
    display: block;
}

.fotorama__nav--thumbs .fotorama__nav__frame {
    padding-left: 0 !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
    padding-right: 0 !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
    display: none;
}

.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
    width: 0;
    height: 0;
    border-width: 3px;
}

.fotorama__nav__frame.fotorama__active .fotorama__nav__frame::after {
    top: -3px;
    left: -3px;
    padding: 3px;
}

.fotorama__nav__frame:focus {
    box-shadow: none;
}

.fotorama__nav__frame:focus ::after {
    top: -1px;
    left: -1px;
    padding: 1px;
}

.fotorama__dot {
    position: relative;
    top: 12px;
    left: 6px;
    display: block;
    border: 1px solid #858585;
    border-radius: 6px;
}

.fotorama__thumb {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #ebebeb;
}

.fotorama__nav__frame:focus .fotorama__thumb {
    z-index: 2;
}

.fotorama__thumb-border {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background-image: linear-gradient(
        to bottom right,
        rgba(255, 255, 255, 0.25),
        rgba(64, 64, 64, 0.1)
    );
    backface-visibility: hidden;
}

.fotorama__caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 12;
    color: #000;
    font-size: 14px;
    line-height: 1.5;
}

.fotorama__caption a {
    border-color: rgba(0, 0, 0, 0.005);
    border-bottom: 1px solid;
    color: #000;
    text-decoration: none;
}

.fotorama__caption a:hover {
    border-color: rgba(0, 0, 0, 0.005);
    color: #000;
}

.fotorama__wrap--rtl .fotorama__caption {
    right: 0;
    left: auto;
}

.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
    display: none;
}

.fotorama__caption__wrap {
    padding: 5px 10px;
    background-color: #fff;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.fotorama__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.fotorama__wrap--css3 .fotorama__spinner {
    animation: spinner 24s infinite linear;
}

.fotorama__wrap--css3 .fotorama__html {
    transition-timing-function: linear;
    transition-duration: 0.3s;
    transition-property: opacity;
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
    opacity: 0;
}

.fotorama__select {
    cursor: auto;
}

.fotorama__video {
    position: absolute;
    top: 32px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

@-moz-document url-prefix() {
    .fotorama__active {
        box-shadow: 0 0 0 transparent;
    }
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
    position: absolute;
    cursor: pointer;
}

.fotorama__arr {
    z-index: 900;
}

.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
    z-index: 1000;
}

.fotorama__arr {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
}

.fotorama__arr .fotorama__arr__arr {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.fotorama__arr--prev {
    left: 0;
}

.fotorama__arr--prev .fotorama__arr__arr {
    background-position: -80px -80px;
}

.fotorama__arr--next {
    right: 0;
}

.fotorama__arr--next .fotorama__arr__arr {
    background-position: -160px -80px;
}

.fotorama__arr--disabled {
    *display: none;
    cursor: default;
    opacity: 0.1;
    pointer-events: none;
}

.fotorama__fullscreen-icon {
    top: 0;
    right: 0;
    z-index: 1000;
    display: none;
    width: 80px;
    height: 80px;
    background-position: 0 0;
}

.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
    display: none;
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
    display: inline-block;
    background-position: -80px 0;
}

.fotorama__video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 160px;
    height: 160px;
    background-position: -80px -160px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
    display: none;
}

.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
    display: block;
    opacity: 1;
}

.fotorama__nav__frame .fotorama__video-play {
    width: 80px;
    height: 80px;
    background-position: 0 -240px;
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
    .fotorama__fullscreen-icon {
    opacity: 0;
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
    .fotorama__fullscreen-icon:focus {
    opacity: 1;
}

.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video)
    .fotorama__video-close {
    display: none;
}

.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
    top: 97px;
    right: 93px;
    opacity: 1;
}

.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video)
    .fotorama__video-close {
    display: none;
}

.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
    top: 97px;
    right: 93px;
    opacity: 1;
}

.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video)
    .fotorama__video-close {
    display: none;
}

.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
    top: 97px;
    right: 93px;
    opacity: 1;
}

.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
    opacity: 0 !important;
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
    .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
    .fotorama__fullscreen-icon {
    display: none;
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
    .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
    .fotorama__fullscreen-icon:focus {
    display: block;
}

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
    display: none !important;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows
    .fotorama__fullscreen-icon:not(:focus) {
    -webkit-transform: translate3d(80px, -80px, 0);
    -ms-transform: translate3d(80px, -80px, 0);
    -o-transform: translate3d(80px, -80px, 0);
    transform: translate3d(80px, -80px, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows
    .fotorama__arr--prev:not(:focus) {
    -webkit-transform: translate3d(-120px, 0, 0);
    -ms-transform: translate3d(-120px, 0, 0);
    -o-transform: translate3d(-120px, 0, 0);
    transform: translate3d(-120px, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows
    .fotorama__arr--next:not(:focus) {
    -webkit-transform: translate3d(120px, 0, 0);
    -ms-transform: translate3d(120px, 0, 0);
    -o-transform: translate3d(120px, 0, 0);
    transform: translate3d(120px, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
    -webkit-transform: translate3d(80px, -80px, 0) !important;
    -ms-transform: translate3d(80px, -80px, 0) !important;
    -o-transform: translate3d(80px, -80px, 0) !important;
    transform: translate3d(80px, -80px, 0) !important;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
    -webkit-transform: translate3d(-120px, 0, 0) !important;
    -ms-transform: translate3d(-120px, 0, 0) !important;
    -o-transform: translate3d(-120px, 0, 0) !important;
    transform: translate3d(-120px, 0, 0) !important;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
    -webkit-transform: translate3d(120px, 0, 0) !important;
    -ms-transform: translate3d(120px, 0, 0) !important;
    -o-transform: translate3d(120px, 0, 0) !important;
    transform: translate3d(120px, 0, 0) !important;
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
    transition-duration: 0.3s;
    transition-property: transform, opacity, background-color;
}

.fotorama__stage::before,
.fotorama__nav::before,
.fotorama__stage::after,
.fotorama__nav::after {
    position: absolute;
    z-index: 10;
    display: block;
    text-decoration: none;
    background-repeat: no-repeat;
    content: '';
    pointer-events: none;
}

.fotorama__stage::before,
.fotorama__nav::before {
    top: -10px;
    left: -10px;
}

.fotorama__stage::after,
.fotorama__nav::after {
    right: -10px;
    bottom: -10px;
}

.fotorama__stage.fotorama__shadows--left::before,
.fotorama__nav.fotorama__shadows--left::before,
.fotorama__stage.fotorama__shadows--right::after,
.fotorama__nav.fotorama__shadows--right::after {
    top: 0;
    bottom: 0;
    width: 10px;
    height: auto;
    background-size: 1px 100%, 5px 100%;
}

.fotorama__stage.fotorama__shadows--top::before,
.fotorama__nav.fotorama__shadows--top::before,
.fotorama__stage.fotorama__shadows--bottom::after,
.fotorama__nav.fotorama__shadows--bottom::after {
    right: 0;
    left: 0;
    width: auto;
    height: 10px;
    background-size: 100% 1px, 100% 5px;
}

.fotorama__stage.fotorama__shadows--left::before,
.fotorama__nav.fotorama__shadows--left::before {
    left: 0;
    background-image: linear-gradient(
            transparent,
            rgba(0, 0, 0, 0.2) 25%,
            rgba(0, 0, 0, 0.3) 75%,
            transparent
        ),
        radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
    background-position: 0 0, 0 0;
}

.fotorama__stage.fotorama__shadows--right::after,
.fotorama__nav.fotorama__shadows--right::after {
    right: 0;
    background-image: linear-gradient(
            transparent,
            rgba(0, 0, 0, 0.2) 25%,
            rgba(0, 0, 0, 0.3) 75%,
            transparent
        ),
        radial-gradient(
            farthest-side at 100% 50%,
            rgba(0, 0, 0, 0.4),
            transparent
        );
    background-position: 100% 0, 100% 0;
}

.fotorama__stage.fotorama__shadows--top::before,
.fotorama__nav.fotorama__shadows--top::before {
    top: 0;
    background-image: linear-gradient(
            transparent,
            rgba(0, 0, 0, 0.2) 25%,
            rgba(0, 0, 0, 0.3) 75%,
            transparent
        ),
        radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
    background-position: 0 0, 0 0;
}

.fotorama__stage.fotorama__shadows--bottom::after,
.fotorama__nav.fotorama__shadows--bottom::after {
    bottom: 0;
    background-image: linear-gradient(
            transparent,
            rgba(0, 0, 0, 0.2) 25%,
            rgba(0, 0, 0, 0.3) 75%,
            transparent
        ),
        radial-gradient(
            farthest-side at 50% 100%,
            rgba(0, 0, 0, 0.4),
            transparent
        );
    background-position: 0 100%, 0 100%;
}

.fotorama--fullscreen .fotorama__stage::before,
.fotorama--fullscreen .fotorama__nav::before,
.fotorama__wrap--no-shadows .fotorama__stage::before,
.fotorama__wrap--no-shadows .fotorama__nav::before,
.fotorama__wrap--fade .fotorama__stage::before,
.fotorama--fullscreen .fotorama__stage::after,
.fotorama--fullscreen .fotorama__nav::after,
.fotorama__wrap--no-shadows .fotorama__stage::after,
.fotorama__wrap--no-shadows .fotorama__nav::after,
.fotorama__wrap--fade .fotorama__stage::after {
    display: none;
}

.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translateY(-50%, -50%);
    -o-transform: translateY(-50%, -50%);
    transform: translateY(-50%, -50%);
}

.magnifier-thumb-wrapper {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.magnifier-lens {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 800;
    border: solid 1px #bbb;
    overflow: hidden;
}

.magnify-lens {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    border: solid 1px #bbb;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
}

.magnify-lens .magnifier-large {
    position: absolute;
    z-index: 100;
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    border: none;
}

.magnifier-loader-text {
    margin-top: 10px;
}

.magnifier-preview {
    position: absolute;
    top: 215px;
    bottom: 0;
    left: 58%;
    z-index: 2;
    padding: 0;
    overflow: hidden;
}

.magnifier-preview:not(.hidden) {
    background-color: #fff;
}

.magnifier-preview img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: inherit;
    object-fit: scale-down;
}

.fotorama__stage__frame {
    text-align: center;
}

.fotorama__stage__frame .fotorama__img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    transition-duration: 0.3s;
    transition-property: width, height, top, left;
}

.magnify-opaque {
    opacity: 0.5;
}

.magnify-hidden {
    display: none;
}

.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
}

.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
    width: 100%;
    background-color: white;
}

.fotorama__nav-wrap--vertical
    .fotorama__nav__shaft
    .fotorama__nav__frame--thumb {
    display: block;
    padding-bottom: inherit !important;
}

.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
    display: none;
}

.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: inherit;
    max-height: inherit;
    margin: auto;
}

.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
    top: 0;
    left: 0;
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: auto;
    vertical-align: middle;
    cursor: default;
    transition: 0.3s linear;
}

.fotorama--fullscreen
    .fotorama__stage__frame
    .fotorama__img--full.fotorama__img--zoommable {
    max-width: none;
    max-height: none;
    cursor: pointer;
    transition-property: width, height, bottom, right, top, left;
}

.fotorama--fullscreen
    .fotorama__stage__frame
    .fotorama__img--full.fotorama__img--draggable {
    cursor: move;
    transition-property: none;
}

.fotorama--fullscreen .fotorama__stage__frame iframe {
    left: 80px;
    width: calc(100% - 80px * 2);
}

.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1000;
    width: 30px;
    cursor: pointer;
}

.fotorama__nav-wrap--horizontal
    .fotorama__thumb__arr--left
    .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal
    .fotorama__thumb__arr--right
    .fotorama__thumb--icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
    left: 0;
}

.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
    right: 0;
}

.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1000;
    height: 30px;
    cursor: pointer;
}

.fotorama__nav-wrap--vertical
    .fotorama__thumb__arr--left
    .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical
    .fotorama__thumb__arr--right
    .fotorama__thumb--icon {
    width: 30px;
    margin: auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
    top: 0;
}

.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
    bottom: 0;
}

.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
    max-width: 99999px !important;
}

.fotorama__wrap--only-active .fotorama__stage__frame {
    visibility: hidden;
}

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
    visibility: visible;
}

.fotorama__thumb--icon {
    padding-bottom: 30px;
    font-size: 0.001px;
}

.fotorama__thumb__arr--left .fotorama__thumb--icon {
    background-position: -25px -265px;
}

.fotorama__thumb__arr--right .fotorama__thumb--icon {
    background-position: -25px -350px;
}

.magnify-fullimage {
    display: none;
}

.fotorama__arr,
.fotorama__thumb__arr {
    background-color: rgba(255, 255, 255, 0.3);
    transition: background-color 0.3s ease-in-out;
}

.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.fotorama__arr:active,
.fotorama__thumb__arr:active {
    background-color: rgba(213, 213, 213, 0.5);
}

.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
    background-color: rgba(255, 255, 255, 0.3);
    transition: background-color 0.3s ease-in-out;
}

.fotorama__wrap:not(.fotorama__wrap--toggle-arrows)
    .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.fotorama__wrap:not(.fotorama__wrap--toggle-arrows)
    .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
    background-color: rgba(213, 213, 213, 0.5);
}

.fotorama__video-close {
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background-position: -80px 0;
    transform: translate3d(80px, -80px, 0);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

@media all and (max-width: 768px) {
    .fotorama__video-close {
        top: 10px;
        width: 40px;
        height: 40px;
        background-position: -100px -20px;
    }
}

.fotorama__video-close.fotorama-show-control {
    transform: translate3d(0, -10px, 0);
    opacity: 1;
}

.gallery-placeholder__image {
    display: block;
    margin: auto;
}

.fotorama__spinner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: none;
    width: 64px;
    height: 64px;
    margin: auto;
    background-image: url('../../images/loader-1.gif');
}

.fotorama__spinner.fotorama__spinner--show {
    display: block;
}

.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
    display: none !important;
}

.fotorama__stage .fotorama__arr--shown {
    display: block !important;
}

.fotorama__stage .fotorama__arr--hidden {
    display: none !important;
}
