/*
Theme Name:   Bw GiftXtore Child
Theme URI:    https://bw-giftxtore.bzotech.com/intro/
Author:       The BZOTech
Author URI:   #
Description:  GiftXtore is a clean beautiful WordPress theme for selling Jewelry Diamond, Jewelry Gemstone, Fashion Jewelry, Earrings, Necklace and so on.
Template:     bw-giftxtore
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: jewelry wordpress theme, jewelry store wordpress theme, wordpress jewelry theme, wordpress jewelry shop theme, jewelry store woocommerce theme, elementor theme, woocommerce theme, wordpress theme
Text Domain: bw-giftxtore-child
*/

/* Hide the quick-view / cart hover overlay */
/* .products .product .product-action,
.products .product .product-hover,
.products .product .loop-product-action,
.products .product .bzotech-product-action,
.products .product .group-btn {
    display: none !important;
} */

/* Hide GiftXtore hover wishlist button */
/* .product-extra-link {
    display: none !important;
} */

/* WhatsApp button wrapper */
.products .product {
    position: relative;
}

.custom-wa-wrap {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    pointer-events: none;
}

.products .product:hover .custom-wa-wrap {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
}

.custom-wa-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #25D366;
    color: #fff !important;
    text-decoration: none !important;
    padding: 8px 13px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 3px 10px rgba(0,0,0,0.25);
    line-height: 1;
}

.custom-wa-btn:hover {
    background: #1ebe5d;
    color: #fff !important;
}
div#stones_type_listing figure.elementor-image-box-img
 {
    width: 120px;
    height: 120px;
}
.home7-slider-cates .swiper-wrapper{
	justify-content: center;
}

