.thumbs-position-centered .woocommerce-product-gallery__image {
    transition: opacity .3s ease
}

.thumbs-position-centered .owl-item:not(.center) .woocommerce-product-gallery__image {
    opacity: .4;
    pointer-events: none
}

:is(.thumbs-position-bottom_column,.thumbs-position-bottom_grid,.thumbs-position-bottom_combined) .product-image-wrap {
    position: relative;
    margin-bottom: 4px
}

    :is(.thumbs-position-bottom_column,.thumbs-position-bottom_grid,.thumbs-position-bottom_combined) .product-image-wrap:first-child {
        flex: 1 1 50%;
        max-width: 50%
    }

:is(.thumbs-position-bottom_grid,.thumbs-position-bottom_combined) .woocommerce-product-gallery__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -2px;
    margin-left: -2px
}

:is(.thumbs-position-bottom_grid,.thumbs-position-bottom_combined) .product-image-wrap {
    flex: 1 1 50%;
    /*padding-right: 2px;
    padding-left: 2px;*/
    padding:12px;
    max-width: 50%
}

.thumbs-position-bottom_combined .product-image-wrap:nth-child(3n+4) {
    flex: 1 1 100%;
    max-width: 100%
}

@media (max-width: 768.98px) {
    :is(.thumbs-position-bottom_grid,.thumbs-position-bottom_combined) .woocommerce-product-gallery__wrapper {
        margin-right: 0;
        margin-left: 0
    }
}
