/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* #region -- VideoJS -- */
.single-product .woocommerce-product-gallery__image .rsfv-video {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    border: 1px solid #eeeeee;
}
.single-product .video-js .vjs-big-play-button {
	font-size: 24px;
    line-height: 60px;
    height: 50px;
    width: 50px;
    position: absolute;
    top: calc(50% - 25px) !important;
    left: calc(50% - 25px) !important;
    padding: 30px;
    margin: 0;
    cursor: pointer;
    opacity: 1;
    border: 2px solid #fff;
    background-color: rgb(40 45 52 / 70%);
    border-radius: 99px;
    transition: all 0.4s;
}
.single-product .rsfv-shortcode-wrapper .video-js .vjs-big-play-button {
	font-size: 15px !important;	
    line-height: 36px;
    height: 30px;
    width: 30px;
	padding: 15px;
	left: 25px !important;
}
.single-product .video-js .vjs-control {
	outline: none !important;
}
/* #endregion */

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}