/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-elementor
Description: Hello Elementor Child is a child theme of Hello Elementor, created for Yangi site
Author: Mike Zino
Author URI: https://yangi.co.il
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Add your custom styles after this line */

@media only screen and (max-width: 768px) {
    .wp-block-woocommerce-cart.alignwide {
        display: contents;
    }
    
    .wc-block-components-sidebar-layout {
        flex-direction: column !important;
    }
    
    .wc-block-components-sidebar-layout .wc-block-components-main {
    
        width: 100% !important;
    }
    
    .wc-block-components-sidebar {
        width: 100% !important;
    }
}


.plyr__poster {
  pointer-events: none !important;
  opacity: 0 !important;
}