/* 
Theme Name: Site Child
Theme URI: https://www.w3.org/
Description: If i need help please call me +380988998988 or send me mail snouden@protonmail.com or my telegram https://t.me/IIlIIllIIlll
Author: Snouden
Author URI: https://www.w3.org/
Template: site
Version: 1.0
Text Domain: site-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.elementor-menu-cart__container.elementor-lightbox{display:none}
/*@media(max-width: 767px) {
	.mini-cart-open-custom .vi-wcaio-sidebar-cart-content-wrap {
		visibility: visible;
		opacity: 1;
		z-index: 9999;
		display: block;
	}

	.vi-wcaio-sidebar-cart-content-wrap1, .vi-wcaio-sidebar-cart-products-wrap {
		height: unset;
		min-height: unset;
	}
}*/

.cusromfd > div {
    width: 100% !important;
    text-align: center;
}


.container.video-gallery {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 15px;
}

.video-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.video-item {
    max-width: 287px;
    text-align: center;
    flex: 1 1 22%;
}
.video-thumb {
  position: relative;
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.2s ease;
}
.video-thumb:hover {
  transform: scale(1.03);
}
.video-thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.video-title {
    margin-top: 10px;
    font-weight: 600;
    font-size: 1.1em;
    display: block;
    color: inherit;
    text-decoration: none;
    text-align: left;
}
.video-description {
  margin-top: 10px;
  font-size: 0.95em;
  color: #444;
  text-align: left;
}
.mfp-content video {
  max-width: 100%;
  height: 680px;
  margin: 0 auto;
  display: block;
  border-radius: 6px;
}

.mfp-bg {
  background: rgba(0,0,0,0.9);
}
.mfp-container {
  padding: 0 20px;
}
.mfp-content {
  max-width: 900px;
  margin: 40px auto;
}
.mfp-close {
  color: #000 !important;
  font-size: 32px;
  top: -40px;
  right: -10px;
  opacity: 1;
}
.mfp-video-wrapper {
  position: relative;
}
.mfp-video-wrapper .video-description {
  color: #fff;
  margin-top: 15px;
}


.close {
    position: absolute;
    top: -35px;
    right: 0;
    z-index: 2;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}


.mfp-content > div {
    position: relative;
    max-width: max-content;
    margin: 0 auto;
}

@media(max-width: 767px) {
	.video-item {
	    flex: 45%;
	    max-width: unset;
	}	
}

.page-id-9252 e-page-transition.e-page-transition--entered {
    display: none;
}