/* 
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 */


@media screen and (min-width: 768px){
    .grid-items-button-wrapper,
    .wishlist-icon,
    .view-item-icon{
        opacity: 0;
        -webkit-transition: all 0.7s ease-out;
        -moz-transition: all 0.7s ease-out;
        -o-transition: all 0.7s ease-out;
        transition: all 0.7s ease-out;
    }

    .grid-items-button-wrapper {
        bottom: 0px;
    }
    .product-grid-item:hover .wishlist-icon,
    .product-grid-item:hover .view-item-icon {
        opacity: 1;
    }
    
    .product-grid-item:hover .grid-items-button-wrapper {
        opacity: 1;
        bottom: 20px!important;
    }
}

.yith-wcwl-wishlistexistsbrowse a {
    display: block;
    text-align: center;
}

.woocommerce-Price-amount.amount,
.elementor-menu-cart__subtotal {
    display: none;
}

.elementor-menu-cart__product-price span.quantity:after {
    content: 'UNITS ADDED';
    display: inline-block;
    font-size: 74%;
    vertical-align: text-bottom;
}

.elementor-menu-cart__main {
    z-index: 2;
}

.elementor-menu-cart__container.elementor-lightbox {
    background-color: rgba(0, 0, 0, 0)!important;
}

.elementor-menu-cart__container.elementor-lightbox::after {
    content: '';
    display: block;
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .45);
}

.elementor-menu-cart__products.woocommerce-mini-cart.cart.woocommerce-cart-form__contents::-webkit-scrollbar-button {
    display: none;
}


.shopengine-template .woocommerce-notices-wrapper {
    max-width: none!important;
}

.woocommerce-message {
    border-top-color: #d9d6cd!important;
}
.woocommerce-message::before {
    color: #d9d6cd!important;
}
.elementor-widget-woocommerce-cart .woocommerce table.cart th.product-price, 
.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-price,
.elementor-widget-woocommerce-cart .woocommerce table.cart th.product-subtotal, 
.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-subtotal {
    display: none;
} 


.qib-button-wrapper .quantity input.input-text.qty.text {
    padding: 20px 12px 19px!important;
}


.no-brand .hide-when-no-brand {
    display: none;
}


.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #F5F3EF!important; 
}

.single-product:not(.product-category-rhythm) .floating-thumbnail {
    display: none;
}

/* .single-product .elementor-widget-woocommerce-product-images {
    min-width: 100%;
}

.single-product .woocommerce-product-gallery__image a img {
    max-height: 70vh;
    width: auto !important;
    margin: 0 auto;
} */