/**
* 2023 Anvanto
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
*
*  @author    Anvanto <anvantoco@gmail.com>
*  @copyright 2023 Anvanto
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
.an_productpage-slider-nav:not(.slick-vertical) .slick-track,
.an_productpage-slider-main .slick-track {
    display: flex;
}
.an_productpage-slider-nav .slick-track .slick-slide,
.an_productpage-slider-main .slick-track .slick-slide {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.anproductvideogallery-video {
    background: #000;
}
.anproductvideogallery-video iframe {
    max-width: 100%;
}
.anproductvideogallery-video-thumb {
    background: #000;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.anproductvideogallery-video-thumb-play {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.5);
    cursor: pointer;
}
.anproductvideogallery-video-thumb-play path {
    transition: opacity .1s;
}
.anproductvideogallery-video-thumb-play:hover path {
    opacity: 1;
}
.anproductvideogallery-video video {
    max-width: 100%;
    height: auto;
}