/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.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
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 */


/* CUSTOM ON-HOVER IMAGE */
.woocommerce ul.products li.product a img { 
    /* FORMAT ALL IMAGES TO FILL EQUIVALENT SPACE,
    to remove jitter on replacement */
    /* height: 150px;
    width: 150px; */
    border-radius: 10px 10px 0px 0px;
    object-fit: cover;
    padding: 0;
    margin: 0 auto;
}
.woocommerce ul.products li.product a img:nth-of-type(2) {
    display: none;
}
.woocommerce ul.products li.product a:hover img:nth-of-type(2) {
    display: block
}
.woocommerce ul.products li.product a:hover img:nth-of-type(1) {
    display: none;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    width: 90%;
    background: var( --e-global-color-b64d6ee );
    color: white;
}
li.product.type-product {
    transition: top ease 0.5s !important;
    top: 0px;
}
li.product.type-product:hover {
    top:-10px;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
    background-color: black;
}

a.button.yith-wcqv-button {
    /* display: none !important; */
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    display: none !important;
    background: black;
    font-size: 25px;
}

.type-product:hover a.button.yith-wcqv-button {
 display: block !important;

}