/*
Theme Name:   bebidasencasa pro theme
Theme URI:    https://xstore.8theme.com
Description:  XStore is a multi-purpose theme that offers the ultimate WordPress and WooCommerce synergy, providing a comprehensive, all-in-one solution.
Author:       8theme
Author URI:   https://www.8theme.com
Template:     xstore
Version:      1.0
Text Domain:  xstore-child
Tags: e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, translation-ready, ecommerce, woocommerce, shop, elementor, business, corporate, blog, news, light, dark
*/


.sale .etheme-product-grid-content .price del > .woocommerce-price-suffix {
    display: none !important;
}

.sale .etheme-product-grid-content .price ins > .woocommerce-price-suffix:nth-child(2) {
    display: none !important;
}

.etheme-product-grid .outofstock {
    position: relative !important;
}

/* Difuminar productos agotados dentro del contenedor etheme-product-grid */
.etheme-product-grid .outofstock >.etheme-product-grid-image {
    opacity: 0.8 !important; /* Reduce la visibilidad para un efecto difuminado */
    filter: blur(1.5px) !important; /* Aplica un leve desenfoque */
    pointer-events: none !important; /* Desactiva la interacción (clicks) en los productos agotados */
}

/* Mantener título y precio visibles */
.etheme-product-grid .product.outofstock .etheme-product-grid-content,
.etheme-product-grid .product.outofstock .price {
    opacity: 1 !important;
    filter: none !important; /* No aplicar desenfoque al texto */
}

/* Añadir superposición con texto "Agotado" */
.etheme-product-grid .product.outofstock:after {
    content: "Agotado"; /* Texto que se muestra sobre el producto */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(7, 6, 6, 0.7); /* Fondo oscuro semitransparente */
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    filter: none !important;
}

.woocommerce-LostPassword, .mob-hide {
    display: none !important;
}
.price del .woocommerce-price-suffix:nth-child(2) {
    display: none !important;
}

.price ins .woocommerce-price-suffix:nth-child(2) {
    display: none !important;
}

/* Formulario y registro */
.show-password-input {
    display: none;
}

#afrfb_user_role_field {
    visibility: hidden !important;
}



/* ////////////////////////// RMGRUP BARCELONA  *////////////////////////////////////////////

/* categorias en inicio */

.category-list-item a mark.count {
    display: none !important;
}
mark.count {
    background-color: #ccc;
    display: none;
}

/* ////////////////////////// Whatsapp button  *//////////////////////////////////////////// */


    .joinchat--left .joinchat__button {
        bottom: 70px !important;
    }

    .joinchat__button {
        bottom: 70px !important;
    }


@media (min-width: 768px) {
    .joinchat--left .joinchat__button {
        bottom: 10px !important;
    }

    .joinchat__button {
        bottom: 10px !important;
    }
}

.comment-respond {
    display: none;
}

/* Estilo para el mensaje "Regístrate y ve nuestros precios" */
/* Solo cuando NO estás logueado */
/* .price {
    text-align: center;
    background: #DFD7BC;
    font-weight: bold;
    font-size: 35px;
    padding: 20px;
    border-radius: 6px;
    display: block;
    color: #000;
} */

/* reset icons6 */

.elementor-3133 .elementor-element.elementor-element-6041619 .category-list-item > ul > li > a:before {
    content: '\e904' !important;
    font-family: "xstore-icons" !important;
    font-style: normal;
    font-weight: normal;
}