/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.products .product .product-video-popup {
    display: inline-flex !important;
    position: absolute;
    z-index: 5;
    top: -100% !important;
    background-color: transparent !important;
    box-shadow: none !important;
    right: 10px;
    visibility: visible;
}

.products .product .product-video-popup svg {
    width: 30px;
    height: 30px;
}

.products .product .product-video-popup svg path {
    fill: #fff !important;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    position: absolute !important;
    top: -35px !important;
    right: 0px !important;
    font-size: 28px !important;
    font-weight: bold !important;
    color: #333 !important;
    cursor: pointer !important;
    background: rgba(255, 255, 255, 0.8) !important;
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 1.05 !important;
    text-align: center !important;
    transition: background 0.3s, color 0.3s !important;
    z-index: 1100 !important;
    padding-right: 0 !important;
    min-height: 35px !important;
}

@media (min-width: 991px) {

    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
        top: -47px !important;
        right: -35px !important;
        width: 42px !important;
        height: 35px !important;
        min-height: 42px !important;
    }
}

.woocommerce-product-gallery__wrapper .video-click {
    height: 100%;
    border: 1px solid #a5a5a5;
}

.woocommerce-product-gallery__wrapper .video-click a {
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.woocommerce-product-gallery__wrapper .video-click a span {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 500;
}

.woocommerce-product-gallery__wrapper .video-click .play-icon {
    width: 60px;
    height: 60px;
}