
#product-gallery .cell {
    text-align: center;
}
#product-gallery .cell img {
    border: 2px solid #eee;
    display: inline-block;
    width: auto;
    height: auto;
}
#product-gallery .cell a:focus, #product-gallery .cell a:active {
    outline: 0;
}
#product-gallery .cell a.active img {
    border-color: #aaa;
}

#product-gallery.owl-theme .owl-nav {
    position: absolute;
    top: 28px;
    width: 100%;
    margin-top: 0;
}
#product-gallery.owl-carousel .owl-nav button.owl-next, #product-gallery.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    font-size: 38px;
    outline: none;
}
#product-gallery.owl-carousel .owl-nav button.owl-prev {
    left: -20px;
}
#product-gallery.owl-carousel .owl-nav button.owl-next {
    right: -20px;
}
#product-gallery.owl-theme .owl-nav [class*="owl-"]:hover {
    background: none;
    color: #000;
    text-decoration: none;
}

@media (max-width: 750px) {
    .zoomContainer {
        display: none;
    }
}

