.orange35-zoom .zoomWrapper{
    margin: 0 auto;
    position: relative;
}

.product-image,
{
    position: relative;
    display: block;
    border: 1px solid #ededed;
}

.product-image:hover {
    border-color: #3399cc;
}

.product-img-box .product-name h1 {
    border: 0;
}
.product-img-box .product-image {
    margin-bottom: 10px;
}
.product-img-box .product-image img {
    max-width: 100%;
    max-height: 750px;
    margin: 0px auto;
}

@media only screen and (max-width: 479px) {
    .product-img-box .product-image img {
        max-height: 450px;
    }
}
.product-image-gallery {
    position: relative;
}
.product-image-gallery .gallery-image {
    display: none;
}
.product-image-gallery .gallery-image.visible {
    display: block;
}
.product-image-gallery .gallery-image.visible.hidden {
    visibility: hidden;
}
.product-image-gallery:before, .product-image-gallery:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}
.product-image-gallery:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2;
}
.product-image-gallery:after {
    background-image: url("../images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}
.product-image-gallery.loading {
    position: relative;
}
.product-image-gallery.loading:before, .product-image-gallery.loading:after {
    display: block;
}

.product-image-thumbs{
    display: table;
}

.product-image-thumbs li {
    box-sizing: content-box;
    display: table-cell;
    vertical-align: middle;
}
.product-image-thumbs li:first-child {
    margin-left: -1px;
}
.product-image-thumbs a.thumb-link {
    box-sizing: content-box;
    display: inline-block;
    width: 75px !important;
    border: 1px solid transparent;
}

.product-image-thumbs a:hover {
    border-color: #c7c7c7;
}

.zoomContainer{
    z-index:2;
}

.swipe-image-thumbs-container {
    position: absolute;
    display: block;
    float: right;
    right: 0;
    text-align: center;
    margin: 45px;
    bottom: 0;
    top: 40px;
    width: 18%;
    height: 85%;
    overflow: auto;
    z-index: 100600;
    border: 1px #CCCCCC solid;
    background-color: rgba(0, 0, 0, 0.3);
}

#swipe-image-thumbs{
    display: inline-block;
    text-align: center;
}

#swipe-image-thumbs li {
    opacity: 0.7;
    margin: 4px;
}

#swipe-image-thumbs li.active {
    opacity: 1;
}

#swipe-image-thumbs li a {
    border: 1px solid #CCCCCC;
}
.swipe-image-thumbs-container.pswp__ui--idle{
    display: none;
}
.options-box{
    display: inline-table;
    float: left;
    margin: 10px;
}
.options-box li{
    text-align: left;
}