<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.wp-singular.single .product.mwpfv-product-class .woocommerce-product-gallery__wrapper {
    display: none;
}
body.wp-singular.single .product.mwpfv-product-class .product-thumbnails {
    display: none;
}
.slick-prev:before, .slick-next:before {
    color: #09529b !important;
}
div.mwpfv-product-class {
    overflow: inherit !important;
}
section.slider-nav .slick-list .slick-track .slick-slide div, 
section.slider-feature .slick-list .slick-track .slick-slide div {
    cursor: pointer;
}
.video_gallery .video_icon_img {
    background-position: 10px 8px !important;
    height: 80px;
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 1;
    background-size: 60px !important;
}
.video_gallery {
    position: relative;
}
section.mwpfv_feature_video.slider {
    margin-bottom: 25px;
}
.slick-slide.slick-current.slick-active .video-js {
    margin-bottom: 10px;
}
.slick-list { 
    margin: 0 -5px;
}
.slick-slide&gt;div {
    padding: 0 5px;
}
@media only screen and (max-width: 760px) {
    .images.mwpfv_top_image_video {
        width: 100% !important;
    }
    .video_gallery img {
        width: 100%;
    }
}
</pre></body></html>