/* Han AvMarket 1.2.3 - WooCommerce native product gallery fix */
.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper{
    max-width:none!important;
}
.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image{
    max-width:none!important;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs img{cursor:pointer}
.single-product .woocommerce-product-gallery .flex-control-thumbs img.flex-active{opacity:1!important}
