/* 
Theme Name: Hello Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: 
Author: MeysamWeb
Author URI: https://github.com/meysamWeb.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-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
*/

.eael-single-product-images .product_image_slider__thumbs {
	width: unset !important;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
	background-color: unset !important;
}

.elementor-widget-video .elementor-wrapper iframe, .elementor-widget-video .elementor-wrapper video {
	background-color: unset !important;
}

.elementor-24 .elementor-element.elementor-element-3d1d604 .elementor-wrapper .elementor-video{
-o-object-fit: unset;
    object-fit: unset;
}

/* show second image */
.mw-product-hover-media {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 0;
    border-radius: inherit;
}

.mw-product-hover-media img {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.3s ease, transform 0.35s ease;
}

.mw-product-hover-media .mw-product-image-hover {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    z-index: 2;
}

.mw-product-hover-media.mw-has-hover-image:hover .mw-product-image-hover {
    opacity: 1;
}

.mw-product-hover-media.mw-has-hover-image:hover .mw-product-image-main {
    opacity: 0;
    transform: scale(1.03);
}

@media (hover: none) {
    .mw-product-hover-media .mw-product-image-hover {
        display: none;
    }

    .mw-product-hover-media.mw-has-hover-image:hover .mw-product-image-main {
        opacity: 1;
        transform: none;
    }
}