.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    margin: 0;
}
.product-gallery,
.product-thumbnails .col {
    padding-bottom: 0 !important;
}
.product-gallery-slider img,
.product-thumbnails img {
    width: 100%;
}
.product-thumbnails {
    padding-top: 0;
}
.product-thumbnails a {
    background-color: #fff;
    border: 1px solid transparent;
    display: block;
    overflow: hidden;
    transform: translateY(0);
}
.product-thumbnails .is-nav-selected a,
.product-thumbnails a:hover {
    border-color: rgba(0, 0, 0, 0.2);
}
.product-thumbnails img {
    backface-visibility: hidden;
    margin-bottom: -5px;
    opacity: 0.5;
    transition:
        transform 0.6s,
        opacity 0.6s;
}
.product-thumbnails .is-nav-selected a img,
.product-thumbnails a:hover img {
    border-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
    transform: translateY(-5px);
}
.vertical-thumbnails .row-slider:not(.flickity-enabled) {
    opacity: 0;
}
.row.row-small {
    max-width: 1262.5px;
}
@media screen and (min-width: 850px) {
    .vertical-thumbnails {
        overflow-x: hidden;
        overflow-y: auto;
    }
    .vertical-thumbnails .col {
        left: 0 !important;
        margin-left: 1px;
        max-width: 100% !important;
        min-height: 0 !important;
        padding: 0 0 15px !important;
        position: relative !important;
        right: 0 !important;
        width: 95% !important;
    }
    .vertical-thumbnails .flickity-slider,
    .vertical-thumbnails .flickity-viewport {
        height: auto !important;
        overflow: visible !important;
        transform: none !important;
    }
    .large-2 {
        max-width: 16.444447% !important;
    }
    .product-gallery .row-small:not(.row-collapse) {
        margin-bottom: 0;
        margin-left: -10px;
        margin-right: -10px;
    }
}
.woocommerce-product-gallery__trigger {
    display: none;
}
@media (max-width:849px){
    .product-gallery > .row-small > .col{
        padding-left: 0;
        padding-right: 0;
    }
}