/* Product Zoomer */
.fullscreen .slider-init .zoomer .zoomer-controls-bottom {
    bottom: 75px;
}

.fullscreen .slider-init .zoomer.zoomer-gallery .zoomer-controls .zoomer-next,
.fullscreen .slider-init .zoomer.zoomer-gallery .zoomer-controls .zoomer-previous{
    display: none;
}

.fullscreen .slider-init .zoomer .zoomer-image {
    max-width: 1000px;
    width: auto;
    margin-left: 50%;
    position: absolute;
    top: calc(50% - 400px);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
}

/* fullscreen */
.fullscreen{
    max-height: 0;
    text-align: center;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);

    /* helper - ease-slow */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.fullscreen.loaded{
    visibility: visible;
    max-height: 1500px;
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.fullscreen-product-slider > .fscrren img{
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 100% !important;
    max-height: inherit !important;
    cursor:grab;

}
.fullscreen-product-slider > .fscrren .img-wrapper{
    position: relative;
    width: 100vw;
    height: 100vh;
}

.fullscreen-product-slider > .close {
    position: absolute;
    top: 0;
}

.fullscreen .close{
    padding: 11px;
    color: #414254;
    cursor: pointer;
    position: relative;
    z-index: 150;
    margin-top: 20px;
    right: 50px;
    font-size: 40px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.fullscreen .close .icon:before {
    content: url("../../../../_static/images/dexyco_v2021/close.svg");
    display: block;
    width: 25px;
    height: 25px;
}

.fullscreen .slider-navigation-absolute .slider-prev,
.fullscreen .slider-navigation-absolute .slider-next{
    background-color: transparent;
    color: #000000;
    font-size: 75px;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.fullscreen .slider-navigation-absolute .slider-prev{
    left: 5%;
}

.fullscreen .slider-navigation-absolute .slider-next{
    right: 5%;
}

/*.fullscreen .slider-navigation-absolute .slider-prev i:before{*/
/*    content: url("../../../../_static/images/dexyco_v2021/paginacija_arrow.svg");*/
/*    display: inline-block;*/
/*    width: 7px;*/
/*    height: 4px;*/
/*}*/

/*.fullscreen .slider-navigation-absolute .slider-next i:before{*/
/*    content: url("../../../../_static/images/dexyco_v2021/paginacija_arrow.svg");*/
/*    display: inline-block;*/
/*    width: 7px;*/
/*    height: 4px;*/
/*}*/

.fullscreen .slick-list {
    margin: 0 auto;
    width: 100%;
}

.product-images-thumbs-vertical-fullscreen {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 100px;
    min-height:300px;
    z-index:9999;
}

.product-images-thumbs-vertical-fullscreen .item{
    margin:5px 0;
    cursor: pointer;
}

/* Zoom btn */
.fullscreen-product-slider > .zoom-btn-wrapper {
    padding: 11px;
    z-index: 150;
    margin-top: 20px;
    right: 50px;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: max-content;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.fullscreen-product-slider > .zoom-btn-wrapper .icon {
    background: #ffffff;
    margin: 0 5px;
    line-height: 40px;
    border-radius: 5px;
    width: 50px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}
