.related.products {
    display: none;
}
/* Tipografía del carrito */
.woocommerce-cart .product-name,
.woocommerce-cart .woocommerce-Price-amount,
.woocommerce-cart .product-subtotal,
.woocommerce-cart label,
.woocommerce-cart td,
.woocommerce-cart th {
    color: #000 !important;
    font-size: 16px;
}

/* Alinear tabla y totales */
.woocommerce-cart .cart-collaterals {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.woocommerce-cart .cart_totals {
    flex: 1;
    min-width: 300px;
    max-width: 450px;
}

.woocommerce-cart .woocommerce {
    width: 100%;
    box-sizing: border-box;
}

/* Mejorar botones */
.woocommerce-cart .button {
    background-color: #6a1b9a; /* Morado (cambiable) */
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    cursor: pointer;
}

.woocommerce-cart .button:hover {
    background-color: #4a148c;
}

/* Evita texto desbordado */
.woocommerce-cart table.cart td.product-name {
    word-break: break-word;
}
/* Asegúrate de que los títulos tengan la primera letra en mayúsculas y el resto en minúsculas */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    text-transform: capitalize !important;
}
/* Cambiar tipografía y tamaño del título */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: normal;  /* Cambia esto a "bold" si quieres el título en negrita */
}

/* Título de los productos */
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    font-family: 'Raleway', sans-serif !important;
    font-size: 13px !important;
    font-weight: normal !important;
}

/* Precio de los productos */
.woocommerce ul.products li.product span.price {
    font-family: 'Raleway', sans-serif !important;
    font-size: 13px !important;
    font-weight: normal !important;
}

/* Botón "Añadir al carrito" */
.woocommerce ul.products li.product .button {
    font-family: 'Raleway', sans-serif !important;
    font-size: 10px !important;
    font-weight: normal !important;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    font-family: 'Raleway', sans-serif !important;
    font-size: 13px !important;
    color: #000000 !important;
    font-weight: 400 !important;
    background: none !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    line-height: 1 !important;
    vertical-align: baseline !important;
    display: inline !important;
    pos
	}
body.woocommerce-cart table.cart td.product-name a {
    writing-mode: horizontal-tb !important;
    transform: none !important;
    display: inline-block !important;
    white-space: normal !important;
    text-align: left !important;
    font-size: 16px !important;
    line-height: 1.4em !important;
    font-family: 'Raleway', sans-serif !important;
    color: #000000 !important;
}
/* Ocultar el texto de "Mostrando" */
.woocommerce-result-count {
    display: none !important;
}

/* Ocultar el selector de "Orden predeterminado" */
.woocommerce-ordering {
    display: none !important;
}
/* Ocultar la paginación de Elementor */
.woocommerce-page .elementor-pagination {
    display: none !important;
}

/* --- CÓDIGO REFORZADO PARA FORZAR ANCHO COMPLETO EN MÓVILES --- */
@media (max-width: 767px) {

  /* El selector original que había funcionado. */
  .elementor-products-grid ul.products {
    max-width: 100% !important;
  }

  /* Un selector más general para el contenedor del widget.
     Esto debería funcionar incluso si el tema o Elementor se actualiza. */
  .elementor-widget-woocommerce-products .elementor-widget-container {
    max-width: 100% !important;
    width: 100% !important;
  }

  /* Aseguramos que los productos dentro ocupen una sola columna. */
  .woocommerce ul.products[class*="columns-"] li.product {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
}

/* Selector de idioma alineado a la derecha */
.country-selector {
  right: 12px !important; /* Distancia desde el borde derecho */
}

/* --- Ocultar el mensaje de stock en las páginas de producto --- */

p.stock {
  display: none !important;
}

.baimara-checkout-checkboxes .form-row {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.woocommerce ul.products li.product img {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.woocommerce ul.products li.product img {
    margin-bottom: 10px !important; /* Ajusta este valor para el espacio deseado */
    padding-bottom: 0 !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link {
    margin-bottom: 10px !important; /* Lo mismo aquí */
    padding-bottom: 0 !important;
}
@media (max-width: 768px) {
  .woocommerce ul.products li.product .price {
    letter-spacing: 1.5px !important;
  }
}

.wc_payment_method .payment_box::before {
    display: none !important;
}
.wc_payment_method .payment_box {
    display: none !important;
}
/* Ocultar botón amarillo de PayPal de WooCommerce */
.payment_method_paypal .paypal-button,
.payment_method_paypal .button.paypal-button,
.woocommerce-checkout .paypal-button,
.woocommerce-checkout .wc-paypal-gateway-button {
  display: none !important;
}
.baimara-checkout-checkboxes .form-row {
  display: flex !important;
  align-items: center !important;
  gap: 0.5em; /* espacio entre checkbox y texto */
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.baimara-checkout-checkboxes input[type="checkbox"] {
  margin: 4 !important;
  position: relative !important;
  top: 0 !important;
  left: 4 !important;
}
/* Aplicar Raleway y color gris a todo dentro de .country-selector */
.country-selector, 
.country-selector * {
  font-family: 'Raleway', sans-serif !important;
  font-size: 18px !important;
  color: #333333 !important; /* Gris oscuro */
  font-weight: normal !important;
}

/* Bandera */
.country-selector img {
  width: 20px !important;
  height: auto !important;
  margin-right: 8px; /* margen a la derecha de la bandera */
  margin-left: 8px;  /* margen a la izquierda para que no quede pegada al borde */
}

/* Enlaces del idioma */
.country-selector a {
  text-decoration: none !important;
  color: #333333 !important; /* Gris oscuro */
  font-weight: normal !important;
}

/* Contenedor principal */
.country-selector {
  position: fixed !important;
  bottom: 16px; /* distancia desde abajo */
  left: 20px;   /* distancia desde la izquierda */
  z-index: 9999;
  background-color: #f1f1f1; /* fondo gris claro */
  padding: 8px 12px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  max-width: max-content; /* Ajusta el ancho al contenido */
  white-space: nowrap; /* Evita que el texto se divida en varias líneas */
}

@media(max-width:767px){
	/* Contenedor principal */
.country-selector {
  position: fixed !important;
  bottom: 16px; 
  left: 20px;  
}
}

/* Menú desplegable */
.country-selector ul {
  position: absolute;
  bottom: 100%; /* Menú hacia arriba */
  left: 0;
  z-index: 999;
  background: white;
  padding: 5px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  display: none; /* Oculto por defecto */
}

/* Mostrar menú al hacer hover o clic */
.country-selector:hover ul,
.country-selector.open ul {
  display: block;
}

/* Enlaces dentro del menú */
.country-selector ul li a {
  padding: 5px 12px;
  display: block;
  color: #333333 !important;
  font-weight: normal !important;
  text-decoration: none !important;
}
/* Menú desplegable */
.country-selector ul {
  position: absolute;
  bottom: 100%; /* Menú hacia arriba */
  left: 0;
  z-index: 9999;
  background-color: #f1f1f1 !important; /* mismo gris que el contenedor */
  padding: 8px 12px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  display: none; /* Oculto por defecto */
  width: 100%; /* Que ocupe todo el ancho del contenedor */
  box-sizing: border-box; /* Para que el padding no afecte el ancho */
}

/* Elementos de la lista del menú */
.country-selector ul li a {
  padding: 8px 12px;
  display: block;
  color: #333333 !important;
  font-weight: normal !important;
  text-decoration: none !important;
  width: 100%;
  box-sizing: border-box;
}

/* Mostrar menú al hacer hover o clic */
.country-selector:hover ul,
.country-selector.open ul {
  display: block;
}
@media (max-width: 600px) {
  /* Botón principal (Español) */
  #weglot-language-es {
    font-size: 12px !important;
    padding: 2px 6px !important;
  }

  /* Bandera dentro del botón principal */
  #weglot-language-es img {
    width: 14px !important;
    margin-right: 2px !important;
  }

  /* Opciones desplegables */
  .country-selector ul li a {
    padding: 4px 6px !important;
    font-size: 12px !important;
  }

  /* Bandera dentro del menú desplegable */
  .country-selector ul li a img {
    width: 14px !important;
    margin-right: 2px !
.new-in-carousel + .woocommerce-message {
  display: none !important;
}
	}
	.woocommerce-product-gallery__wrapper .flex-control-thumbs li {
  margin-right: 10px; /* Ajustá a lo que necesites */
}
.woocommerce-product-gallery__wrapper .flex-control-thumbs li:last-child {
  margin-right: 0;
}
.single-product .paypal-button-container {
    display: none !important;
}
.telefono-numero {
    font-size: 14px !important;
}


	
	

	