/*
Theme Name: Mobex Child
Theme URI: http://www.enovathemes.com/mobex
Template: mobex
Author: Felipe Mendoza
Author URI: http://www.enovathemes.com
Description: Mobex - Auto Parts Woocommerce WordPress Theme
Tags: one-column,two-columns,right-sidebar,editor-style,featured-images,post-formats,translation-ready
Version: 0.1
Updated: 2025-09-07 04:19:03

*/


/* ***************************************** */
/* Seccion para ocultar la moneda y montos */
/* ***************************************** */

#alg_currency_selector{
  display: none !important;
}

/* Oculta rango de precios general del producto */
.summary .price {
  display: none !important;
}

/* Asegura que el precio de variación seleccionado SÍ se muestre */
.woocommerce-variation-price .price {
  display: block !important;
}


/* ***************************************** */
/* Seccion para cambiar de color el inventario */
/* ***************************************** */
 
/* Stock en verde */
.custom-stock.in-stock {
  color: green;
  font-weight: bold;
  font-size:16px;
}

/* Sin stock en rojo */
.custom-stock.out-of-stock {
  color: red;
  font-weight: bold;
  font-size:16px;
}


.single-product-vehicles tr.vehicle-tr {
    cursor: pointer; /* Cursor tipo mano */
}

.single-product-vehicles tr.vehicle-tr td {
    cursor: pointer; /* Asegura que los TDs tambin tengan cursor de mano */
}

/* ***************************************** */
/* Ocultar categoras y etiquetas (bloque completo) */
/* ***************************************** */
.product_meta,
.woocommerce-product-meta {
  display: none !important;
}

/* ***************************************** */
/* Ocultar wishlist y compare (enlaces y texto) */
/* ***************************************** */
.wishlist-toggle,
.wishlist-title,
.compare-toggle,
.compare-title {
  display: none !important;
}

/* ***************************************** */
/* Ocultar bloque de compartir en redes */
/* ***************************************** */
#post-social-share,
.post-social-share,
.post-social-share .social-links,
.post-social-share .et-social-links {
  display: none !important;
}

/* ***************************************** */
/* Ocultar peso y dimensiones en la ficha del producto */
/* ***************************************** */

.woocommerce-product-attributes-item--weight,
.woocommerce-product-attributes-item--dimensions {
  display: none !important;
}

/* Ocultar peso y dimensiones en el carrito y checkout */
td.product-weight, th.product-weight,
td.product-dimensions, th.product-dimensions {
  display: none !important;
}

/**********************************/


/* Ocultar SKU y precio en autocompletado Mobex */
.search-results.active .product-sku,
.search-results.active .product-price {
    display: none !important;
}

/**************************************/
/* Ocultar precios en el listado de productos */
#loop-products .price {
  display: none !important;
}


/*********************************************/

.related-products,
.related.products {
    display: none !important;
}

/*************************************************/

.history-products-wrapper,
.history-products {
    display: none !important;
}

/************************************/
/* Ocultar botn "Seleccionar opciones" */
.product_type_variable.add_to_cart_button {
    display: none !important;
}
