#JSgalleryProductMobile{
    margin: 0 0 30px 0;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    width: 100%;    
    max-width: 100%;    
}
#JSgalleryProductMobile img{
    width: 100%;    
    max-width: 100%;    
}

#JSthumblist{
    max-width: 481px;
    max-height: 108px;
    padding-left: 7px;
    /*overflow: hidden;*/
}
#JSthumblist .item{
    display: inline-block;
}
#JSthumblist .owl-nav{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 99999999;
    height: 1px;
    margin-top: -13px;
}
#JSthumblist .owl-nav [class*=owl-]{
    display: block !important;
    /* position: absolute; */
    position: absolute;
    background: #cfd4d5;
    font-family: pccom;
    font-size: 0;
    /* padding: 3px 8px; */
    text-indent: -99999px;
    /* top: -28px; */
    color: #fff;
    height: 23px;
    width: 23px;
    text-align: center;
    line-height: 10px;
    font-weight: bold;
    opacity: .9;
    border-radius: 20px;
}
#JSthumblist .owl-nav [class*=owl-]:hover{
    background: #9d9d9d;
}
#JSthumblist .owl-nav .owl-prev{
    left: -10px;
}
#JSthumblist .owl-nav .owl-next{
    right: -11px;
}

#JSthumblist .owl-nav .owl-next::after{
    content:"\f105";
}
#JSthumblist .owl-nav .owl-prev::after{
    content:"\f104";
}
#JSthumblist .owl-nav .owl-next::after,
#JSthumblist .owl-nav .owl-prev::after{
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    left: 0;
    font-size: 22px;
    top: -10px;
    text-align: center;
    display: block;
    font-weight: bold;
    text-indent: 0;
    position: relative;
}

.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}


.gallery-product{
    text-align: center;
}
.gallery-product .zoomWrapper{
    position: relative;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    right: 0;
    width: auto !important;
}
.gallery-product img{
    left: 0;
}

.gallery-product .ghostGallery{
    max-width: 100%;
    height: auto;
    display: block;
    z-index: 0;
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
}
.gallery-product #JSzoom {
    max-width: 100% !important;
    object-fit: contain;
    height: 100% !important;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    right: 0;
    margin: 0 auto;
}

#JSthumblist{
    margin-left: 0px;
    margin-right: 0;
    margin-top: 13px;
    margin-bottom: 16px;
}

#JSthumblist a{
    width: 56px;
    height: 56px;
    display: inline-block;
    margin-right: 10px;
    border: 2px solid #e8e8e8;
}
#JSthumblist img{
    width: 100%;    
    max-width: 100%;
    object-fit: contain;
    height: 100%;
}



.fancybox-overlay{
    z-index: 9999998 !important;
}

.fancybox-opened,
#fancybox-buttons,
#fancybox-thumbs{
    z-index: 9999999 !important;
}
fancybox-buttons{
    display: none !important;
}
#fancybox-thumbs ul{
    width: 100% !important;
    left: 0 !important;
    text-align: center;    
}
#fancybox-thumbs ul li{
    display: inline-block !important;
    float: none !important;
}