/*/////////////////////////////////////////////////////////*/
/*////////////////////// COLORES /////////////////////////*/
/*///////////////////////////////////////////////////////*/

/*///////////////////////// GAMA //////////////////////////*/
:root {

	--color-texto-light-01: rgb(233, 231, 228);
}
/*///////////////////////// ELEMENTOS ESTRUCTURALES //////////////////////////*/
/************************ FONDOS ***************************/

/*Fondo de la página*/
body {
		background-color: rgb(250, 249, 248);
	}
/*Contenedor principal*/
#base1024 {
		background-color: rgba(0, 0, 0, 0);
	}
/*Cabecera*/
#baseCabecera {
	}
#cabecera {
		background-color: rgba(255, 255, 255, 0);
	}
/*Pie*/
#pie {
		background-color: rgb(30, 30, 27);
	}
/*Contenedor secundario*/
#base {
		background-color: rgba(0, 0, 0, 0);
	}
/*Izquierda*/
#izda {
	}
/*Centro*/
#contenido {
		background-color: rgba(255, 255, 255, 0);
	}
/*Derecha*/
#derecha{
	}
/*Fondo de formularios, de la seccion 'buscador avanzado', de los filtros centrales, del paginador en listados de productos, de los precios y, en general, otros fondos accesorios */
fieldset,div.cajaBuscadorProductosAvanzadoHome, div.filtrosPrincipales, div.filtrosDinamicos, table.visualizacion td.muestra, table.gama th, table.gama_arbol th, #navePestanyas ul, #divDropshipping, div.filtro, .filaComentarios, li.bloquePrecio, .contentstyle .ficha div.precio, #configurador h5, div.precio, .presioProducto > div {
		background-color: rgba(255, 255, 255, 0);
	}
/*Fondo datos de facturacion (mis datos) */
#datosDireccionFacturacion {
		background-color: rgba(255, 255, 255, 0);
	border-color: rgba(255, 255, 255, 0);
	}
/*///////////////////// TEXTOS COMUNES //////////////////////////*/
/*Texto general*/ 
body, .descripcionListado, .resumenProducto  p, address, .cajaCompra02, .formCompra label, .cajaCompra01, .tablaCesta tfoot td strong, .miniTexto, .cajaCompra01 p, .tablaCesta .numeroBig, .tablaCesta td, .fecha, input.css-checkbox[type="radio"] + label.labelradio, td.datosProducto .referencia, td.datosProducto .codigo_barras, td.datosProducto ul li, table.tablaCesta tr.importeTotalaPagar td span.importe_Total, ul.descargas li span.descripcion, .datosCliente, .otrosdatosCliente, #listaProveedores a, #fichaProveedor td, li.bloquePrecio, .contentstyle .ficha div.precio, p.rastroMigas, p.rastroMigas a, .tit_total, .iva {
	}
/*Texto destacado*/ 
.celdaProducto strong, .rastroMigas strong, table.visualizacion td.muestra span strong, .otrosdatosCliente strong, div.datosPresentacion dt, #fichaProveedor strong, div.opinion div.usuario > strong, li.bloquePrecio span.precioPrincipal, a.textosProducto:link, a.textosProducto:visited, div.precioPrincipal, #precio2 strong, #configurador h5, .pvpTotal, .autor > strong, .tags > strong, .financiacion strong, .enfasiscolor, ._carrusel_informes p strong, div.megaeditor strong {
	}
/*Titulos general*/ 
#contenido h1, .contenedor h1, #contenido h2, .contenedor h2, #contenido h3, #contenido .seccion, table.ficha h4, table.ficha .paddingBottom h4, .resumenProducto .lnkProducto01 h4, div.resumenProducto .listado h4, .opinion strong, .tituloListado, .tituloComunicado, table.resumenProducto td h4, #contenido #bloque.bloqueBlog h4, #bloque.bloqueBlog #listaBlog li h4 a, #comentar_comunicado_div h5.subtitulo, div.noticias #enviar_amigo_div h5.subtitulo, h5.subtitulo, table.ficha h6, td.datosProducto .nombreProducto, #paso03 .cajaFormaPago h3 label, #contenido #paso03 h3, #contenido #paso01 h4, .nombreCliente, .sector, table.gama th, table.ficha h6, .datosProducto h6, h3 a.titular_novedades_ofertas, div.cajasIzda h3, .cajaBuscador h3, .cajaBuscadorProductosAvanzado h3, dl.camposDinamicos dt, #configurador h4 {
	}
/*Texto seleccionado*/
	::selection, ::-moz-selection {
	color:rgb(255, 255, 255);
}
		::selection, ::-moz-selection {
	background-color: rgba(255, 255, 255, 0);
}
	
/*Texto general*/
h2#descripcion {
	}
/************************ ENLACES NORMALES ***************************/
/*Enlaces general*/ 
a, #titLoginTop a.lnkCerrar, #cabecera #menuTop a, #bloque #listaBlog li a:link, #bloque #listaBlog li a:visited, a.textosProducto:hover, #cabecera_compartir_enlace a:hover, #capaLoginTop.activo div#formLoginTop ul.enlace li a:hover {
		color:rgb(188, 29, 74);
	}
div.navePestanyas ul > li > a.activo, div.navePestanyas ul > li > a.activo:hover, [class^="cabecera_carrusel_productos_"] li.selected a {
		border-color: rgb(188, 29, 74);
	}
.bx-wrapper .bx-pager.bx-default-pager a.active, .swiper-pagination-bullet-active {
  		background-color: rgb(188, 29, 74);
	}
#centro #contenido table.tablaNavegaCompra a.lnkSiguiente:link, #centro #contenido table.tablaNavegaCompra a.lnkSiguiente, #bloque #listaBlog li a:hover {
		color:rgb(188, 29, 74);
	}
#centro #contenido table.tablaNavegaCompra a.lnkAnterior:link, #centro #contenido table.tablaNavegaCompra a.lnkAnterior{
		color:rgb(188, 29, 74);
	}
/*Enlaces general OVER*/ 
a:hover, #titLoginTop a.lnkCerrar:hover, #cabecera #menuTop a:hover {
		color:rgb(32, 32, 32);
	}
#centro #contenido table.tablaNavegaCompra a.lnkAnterior:hover, #centro #contenido table.tablaNavegaCompra a.lnkSiguiente:hover{
		color:rgb(32, 32, 32);
		text-decoration:underline;	
}
/*Boton Ir arriba*/
.scrollup{
			background-color: rgb(188, 29, 74);
	}
/************************ ENLACES TIPO ETIQUETA ***************************/
.familiasRelacionadas a, .nube_tags > a {
			background-color: rgb(233, 231, 228);
	}
.familiasRelacionadas a:hover, .nube_tags > a:hover {
			background-color: rgb(188, 29, 74);
	}

/*///////////////////// ELEMENTOS COMUNES //////////////////////////*/

/************************ AVISO INICIAL ***************************/
.texto_pie_auxiliar {
			}
#texto_pie_auxiliar a {
	}
/************************ AVISO COOKIES ***************************/
.bloquear_entorno {
	}
.aviso_cookies #informacion_cookies, .aviso_cookies #mas_informacion_cookies {
		}
.aviso_cookies .contenido_cookies {
	}
#mas_informacion_cookies h2, #informacion_cookies h2 {
	}
#aviso_cookies button.botonPrincipal {
			}
#aviso_cookies button.botonPrincipal:hover {
			}
#aviso_cookies a {
    }
#aviso_cookies a:hover {
	}
/************************ FANCYS ***************************/
#jquery_background, #jquery-overlay, .fancybox-overlay, .bloquear_entorno {
	}
#jquery_alert {
		background-color: rgb(255, 255, 255);
		}
#solicitar_info_div h3, #enviar_amigo_div h3, #valorar_producto_div h3, #solicitar_aviso_stock_div h3, #comentar_comunicado_div h3, #nuevoProducto > div {
		}
/************************ CARRUSELES DE PRODUCTOS***************************/
/*Elementos de navegacion*/
.bx-prev, .bx-next {
		background-color: rgb(188, 29, 74);
		}
.bx-prev:hover, .bx-next:hover, .bx-prev:active, .bx-next:active {
		background-color: rgb(32, 32, 32);
		}
.bx-wrapper .bx-pager.bx-default-pager a {
		background-color: rgb(198, 200, 205);
	}
.bx-wrapper .bx-pager.bx-default-pager a:hover {
	}
.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
		background-color: rgb(188, 29, 74);
	}
/*Pestanyas*/
[class^="cabecera_carrusel_productos_"] {
		background-color: rgb(244, 246, 246);
	}
[class^="cabecera_carrusel_productos_"] li a {
			}
[class^="cabecera_carrusel_productos_"] li a:hover {
			}
[class^="cabecera_carrusel_productos_"] li.selected a {
			}
/************************ CARRUSEL DE BANNERS ***************************/
.contenedor-responsive > iframe {
	}

/*Menu superior*/
#menuTop {
	}
/*Titulo buscador*/
.cajaBuscador h3, .cajaBuscadorProductosAvanzado h3 {
	}
/*Fondo buscador*/
.cajaBuscador form, .cajaBuscadorProductosAvanzado form {
	}
/*label buscador*/
div.buscadorAvanzado label, div.buscadorAvanzadoHomeLeft label, div.buscadorAvanzadoHomeRight label, .cajaPVP .camposformHomePequenyo, #div_buscador_clientes > label  {
	}
.buscadorAvanzado .camposformHomeMediano, div.cajaBuscador input.camposformHomeMediano, .cajaBuscadorProductosAvanzado input, .cajaBuscadorProductosAvanzado select, #div_buscador_clientes select {
				color: rgb(204, 204, 204);
	}

/*Titulo catalogo*/
div.cajasIzda h3.tituloCatalogo {
	}
/*Fondo catalogo*/
div.cajasIzda .menu {
	}
/*Titulo contenedor*/
.cajaBuscador h3, .cajaBuscadorProductosAvanzado h3, .cajaBuscadorProductosAvanzadoHome h3, div.cajasIzda h3 {
	}
/*Fondo contenedor*/
div.cajasIzda   {
	}
/*Separadores*/
#izda, #derecha, #pie {
	}
#pie {
	}
/*Bullets contenedores*/
div.cajasIzda .icoh2_izda {
	}

/************************ TITULO h1 ***************************/
/* H1*/
#contenido h1, .contenedor h1 {
	}
/*Fondo y borde títulos H1*/
#contenido h1 {
		    
}
/************************ TITULO h2 ***************************/
/* H2*/
#contenido h2, .contenedor h2 {
	}
/*Fondo y borde títulos H2*/
#contenido h2 {
		    
}
/************************ TITULO h3 ***************************/
/* H3*/
#contenido h3 {
	}
/*Fondo y borde títulos H3*/
#contenido h3 {
		}
/************************ TITULO SECCION ***************************/
/*seccion*/
#contenido .seccion {
	}
/*Fondo y borde títulos seccion*/
#contenido .seccion {
		}

/*Bullets titulos*/
.bullet_h2, .bullet_h3, .bullet_seccion {
	}

#centro #contenido a.lnkBotonRojo:link, #centro #contenido a.lnkBotonRojo {
	}
#paso05 h3#paso5_h3 {
	}
div.campoCodigo input.boton {
	}
/*Enlace comprar*/
a.botonComprar:link, a.botonComprar:visited, .botonVer > a:link, .botonVer > a:visited {
		background-color: rgb(160, 16, 57);
		}
/*Enlace comprar OVER*/
a.botonComprar:hover, .botonVer > a:hover {
		}
/*Enlace reserva*/
a.botonReservar:link, a.botonReservar:visited {
		}
/*Enlace reserva OVER*/
a.botonReservar:hover {
		}

/************************ CONTENIDOS ADICIONALES EN FICHA DE PRODUCTO ***************************/
div.navePestanyas a {
		}
div.navePestanyas a:hover {
		background-color: rgba(0, 0, 0, 0);
			color: rgb(188, 29, 74);
	}

div.navePestanyas a.activo, div.navePestanyas a.activo:hover {
			color: rgba(0, 0, 0, 0);
		}
/************************ FICHA DE PRODUCTO ***************************/
/*Referencia*/
div.datosFicha p.referencia {
	}
/*Nombre*/
#contenido h1#nombreProducto {
	}
/*Descripcion*/
#contenido h2#descripcion {
	}
////////////* Bloque tallas y colores *///////////
div.modelo {
		background-color: rgba(0, 0, 0, 0);
			}
.aviso_talla_agotada {
		}
div.variaciones div {
			}
div.variaciones a {
	}
div.variaciones a:hover, div.variaciones a.activo:hover, div#color.variaciones div:hover, div.variaciones div.activo:hover, div#talla.variaciones div.imagen_talla_agotada.activo:hover, div#talla.variaciones div.imagen_talla_agotada:hover {
	}
div.variaciones a.activo, div.variaciones div.activo, div#talla.variaciones div.imagen_talla_agotada.activo {
	}
div#talla.variaciones div.imagen_talla_agotada {
			}
div.variaciones div.activo, div#talla.variaciones div.imagen_talla_agotada.activo {
    		}
div.variaciones div:hover, div#color.variaciones div:hover, div.variaciones div.activo:hover, div#talla.variaciones div.imagen_talla_agotada.activo:hover, div#talla.variaciones div.imagen_talla_agotada:hover {
    }

/*Bloque precios*/
#cuadroPrecio {
				}
.ficha div.precioPrincipal strong {
	}
/*Borde imagenes*/
#foto_principal {
		border-color: rgba(255, 255, 255, 0.3);
	}
div.noticias img, .fotoParrillaFicha div.recorte2, div.fotoParrilla a:link, div.fotoParrilla a {
	}
div.noticias img, .fotoParrillaFicha div.recorte2:hover, div.fotoParrilla a:link, div.fotoParrilla a:visited {
	}
/*Botones herramientas*/
div.herramientas a {
		}
div.herramientas a:hover {
		}

/*///////////////////// PROCESO DE COMPRA //////////////////////////*/

/*///////////////////// MI CESTA //////////////////////////*/
/*Titulos principales*/
#paso01 h2#paso1_h2, #paso02 h2#paso2_h2, #paso03 h2#paso3_h2, #paso04 h2#paso4_h2, #paso05 h2#paso5_h2, #paso05 h3#paso5_h3 {
			}
/*Textos tabla*/
table.tablaCesta.cestaPrincipal, table.tablaCesta.cestaPrincipal td, .tablaCesta.cestaPrincipal tfoot td strong, table.tablaCesta.cestaPrincipal tr.importeTotalaPagar td span.importe_Total, div.agencias input.css-checkbox[type="radio"] + label.labelradio, table.tablaCesta.cestaPrincipal label.labelcheck, a.producto span span, a.producto span span.nombreproductocesta, #datosVersionMovil, div.tablaCesta.cestaPrincipal_totales, div.importeTotalaPagar {
	}
/*Fondo tabla*/
.tablaCesta td, .tablaResumen tbody td, td.filtro, table.ficha tr.filaComentarios, .tablaResumen tbody td, [id^="div_item_"], [id^="div_pendiente_"] {
	}
/*Borde tabla*/
.tablaCesta td, .tablaResumen tbody td, [id^="div_item_"], [id^="div_pendiente_"] {
	}
/*Fondo cabecera tabla*/
.tablaCesta th, .tablaForm td.celdaTitForm, .tablaResumen th, table.gama th {
		}
/*Nombre producto*/
a.producto span span.nombreproductocesta {
	}
/*Referencia producto*/
a.producto span span.referenciacesta {
	}


/*Fondo destacado tabla*/
.tablaCesta .filaCalculos td, table.tablaCesta tr.importeTotal td {
		background-color: rgb(244, 246, 246);
	}
/*Fondo pie tabla*/
.tablaCesta tfoot td {
		color: rgba(0, 0, 0, 0);
	}

/*Campo cantidad y botones de auentar y reducir*/
.formCompra input.campoCantidad, .formListacompra input.campoCantidad {
			}
.anyadir, .quitar {
				border-color: rgb(62, 63, 63);
	}
.anyadir:hover, .quitar:hover {
				border-color: rgb(30, 30, 27);
	}

/*Mensaje 'Logística gratis'*/
.tablaCesta tfoot td .cuadroLogistica {
		color: rgb(255, 255, 255);
			background-color: rgb(32, 32, 32);
	}
.tablaCesta tfoot td .cuadroLogistica > strong {
		color: rgb(255, 255, 255);
	}
/*Título fila 'Logística'*/
.tituloTarifa {
	}
/*Fondo fila 'Logística'*/
div.logistica {
		background-color: rgba(0, 0, 0, 0);
	}
/*Textos fila 'Logística'*/
div.agencias input.css-checkbox[type="radio"] + label.labelradio, div.agencias input.css-checkbox[type="radio"] + label.labelradio, .tablaCesta tfoot td .labelradio > strong {
		color: rgb(32, 32, 32);
	}
/*label 'Logística'*/
div.logistica label {
	}
/*Campos 'Logística'*/
.formCompra div.logistica .calculoGastos select, .formCompra div.logistica .calculoGastos input[type="text"] {
			}
/*Boton 'Logística'*/
table.tablaCesta div.logistica input.botonform {
		color: rgb(244, 246, 246);
			background-color: rgb(30, 30, 27);
	}
table.tablaCesta div.logistica input.botonform:hover {
		}

/*Fondo destacado de agencia en fila 'Logística'*/
.agenciaSeleccionada {
		background-color: rgb(233, 231, 228);
	}
/*Texto destacado de agencia en fila 'Logística'*/
div.agencias .agenciaSeleccionada input.css-checkbox[type="radio"] + label.labelradio {
		color: rgb(38, 38, 38);
	}
/*Caja de agencia en fila 'Logística'*/
.agencias {
		background-color: rgba(0, 0, 0, 0);
			border-color: rgb(38, 38, 38);
	}
.nombreAgencia {
		border-color: rgb(38, 38, 38);
	}

/*Textos filas totales*/
 .importeTotal.importeSubTotal td, .tablaCesta .filaCalculos td, table.tablaCesta tr.importeTotalaPagar td, table.tablaCesta tfoot tr.importeTotalaPagar td span.importe_Total, div.importeTotalaPagar .precio03, table.tablaCesta tfoot tr.importeTotalaPagar td {
		color: rgb(32, 32, 32);
	}
/*Precios columna 'Total'*/
.tablaCesta td.precio02, .tablaCesta tfoot .precio02, table.tablaCesta tfoot tr.importeTotalaPagar td span.importe_Total, #datosVersionMovil .precio02, .importeTotal.importeSubTotal > div:last-child, div.filaCalculos .precio02, div.precio02.importe_Dropshipping, div.importeTotalaPagar .precio03 {
		color: rgb(32, 32, 32);
	}

/*Importe total*/
table.tablaCesta tfoot tr.importeTotalaPagar td span.importe_Total, div.importeTotalaPagar .precio03, table.tablaCesta tfoot tr.importeTotalaPagar td {
		color: rgb(30, 30, 27);
	}

/*Boton 'Volver'*/
.procesoCompra a.lnkBotonRojo:link, .procesoCompra a.lnkBotonRojo {
		} 
/*Boton 'Volver' (over)*/
.procesoCompra a.lnkBotonRojo:hover {
		} 

/*///////////////////// MIS DATOS (PASO 1) //////////////////////////*/
/*Bloques de formularios*/
#paso02 .cajaCompra01, #paso02 .cajaCompra02 {
		}
/*Subtitulos*/
#contenido .cajaCompra01 > h3, #contenido .cajaCompra02 > h3 {
		color: rgb(35, 29, 29);
	}
/*Texto parrafos*/
.cajaCompra01 p, .cajaCompra02 p {
	}
/*Bloque 'Ya tengo cuenta'*/
#paso02 .cajaCompra01 {
		}
/*Subtitulos*/
#contenido .cajaCompra01 > h3 {
	}
/*Texto parrafos*/
.cajaCompra01 p {
	}
/*Bloque 'No tengo cuenta'*/
#paso02 .cajaCompra02 {
		}
/*Subtitulos*/
#contenido .cajaCompra02 > h3 {
	}
/*Texto parrafos*/
.cajaCompra02 p {
	}
/*Bloque 'Mis datos' (autenticado)*/
#paso02 .cajaCompra02.unaColumnaLogeado {
		}


/*Titulos formularios*/
.celdaTitForm {
			}
/*label formularios*/
.tablaForm td, #paso02 label.labelcheck, #paso02 label.labelradio, .recibir_newsletter, .cajaCompra01 label {
	}
/*campos formularios*/
#paso02 .formCompra input:not([type="button"]), #paso02 .formCompra textarea, #paso02 .formCompra select {
			}
/*Botón 'ENTRAR'*/
#paso02 .cajaCompra01 input.botonform {
			}
#paso02 .cajaCompra01 input.botonform:hover {
			}
/*Fondos*/
#datosDireccionFacturacion {
	}
#divDropshipping {
	}

/*///////////////////// FORMA DE PAGO (PASO 2) //////////////////////////*/
/*Titulo cesta resumen*/
#paso03 #contenido h4 {
	}

/*Titulos*/
#paso03 .cajaFormaPago h3 label.labelradio, #contenido #paso03 h3, #paso03 .cajaFormaPago label.labelradio {
	}
/*Texto parrafos*/
#paso03 .cajaFormaPago p {
		color: rgb(32, 32, 32);
	}
/*Bloque*/
#paso03 .cajaFormaPago {
		}
/*///////////////////// RESUMEN (PASO 3) //////////////////////////*/
/*Titulos*/
#contenido #paso04 h3 {
			}
/*Texto parrafos*/
div.cajaResumen {
			}
/*Textos destacados*/
#contenido #paso04 h4, #paso04 .cajaResumen table.tablaDatosPersonales strong, #paso04 .cajaResumen table.tablaDatosPersonales th, div.infoSaldoGenerado strong {
		color: rgb(62, 63, 63);
	}
/*Bloque*/
#paso03 .cajaFormaPago {
		}
/*///////////////////// PASO FINAL //////////////////////////*/
/*Bloque*/
div.cajaFinal {
		}
/*Titulos*/
.cajaFinal > p, #identificadorPedido, #identificadorPedido span.destacado {
	}
/*Bloque 'Identificador de pedido'*/
#identificadorPedido {
			}
#identificadorPedido span.destacado {
	}

/*Form titulo*/
legend {
	}
/*Fondo de formularios centrales */
fieldset {
	}
/*label*/ 
label, input[type="radio"].css-checkbox + label.labelradio, input[type="radio"].css-checkbox:checked + label.labelradio, #datosIdentificacion td, #datosDireccionFacturacion td, #datosFacturacion td, #table_dir_envio td, #paso03 .cajaFormaPago h3 label.labelradio, #paso03 .cajaFormaPago label.labelradio {
	}

/*Texto interior, fondo y borde, en campos de texto*/ 
input, select, input.campoTexto, div#contenido form select, div#contenido form textarea, div.cajaBuscador input, div.cajaBuscadorProductosAvanzado input, input.camposformHome, .formCompra input:focus, div.formulario input, div.formulario textarea, textarea, div#buscadorTop form input.camposformHomeMediano, input.camposformHomePequenyo, select.camposformHome, #formLoginTop input.campoLT, select, textarea, input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"] {
			}



/* Borde parrilla marcas */
.contenedor-marcas, .capa-logo  {
	}
/* Texto parrilla marcas */
.capa-logo a {
		background-color: rgba(255, 255, 255, 0);
			color: rgb(30, 30, 27);
	}
.capa-logo a:hover {
		background-color: rgba(255, 255, 255, 0);
			color: rgb(160, 16, 57);
	}




table.ficha .celdaDescripcion, table.ficha td.opinion {
	}
table.ficha tr.filaComentarios {
	}


/*Botón ampliar*/ 
a.lnkMas {
	}
/*Botón sobre ampliar*/ 
a.lnkMas:hover {
	}

/* Fondo código promocional */ 
#codigoPromocional {
	}
/* Fondo código club */ 
#codigoClub {
	}

/* Calendario */ 
table#calendario td.finde {
	}
table#calendario td.evento {
	}
/*///////////////////// CABECERA //////////////////////////*/

/***************** Menú auxiliar **********************/

#menuTop ul {
		background-color: rgba(255, 255, 255, 0);
	padding: 5px 10px;
		    
}
/*Enlace top*/ 
#cabecera  #menuTop a {
		color:rgb(232, 234, 237);
	}
/*Enlace top OVER*/ 
#cabecera #menuTop a:hover {
	}
/***************** Usuarios registrados **********************/ 
#capaLoginTop {
		}
#titLoginTop a#atitLoginTop {
		}
#titLoginTop a#atitLoginTop:hover {
	}
#formLoginTop a {
	}
#formLoginTop a:hover {
	}
#formLoginTop label {
	}
#formLoginTop input.campoLT {
			}
#formLoginTop .boton-capalogin input.boton {
		}
#formLoginTop .boton-capalogin input.boton:hover {
		}

/***************** Cesta de la compra **********************/ 

/* Info y acceso usuario */ 
#user {
	}
#botones a {
	}
#botones a:hover {
	}
/* Cesta de la compra */ 
#cesta a {
		}
/* Cesta de la compra (over) */
#cesta a:hover {
		}
/* Fondo cesta */ 
#cestaTop {
	}
/* Fondo cesta (activo) */ 
#cestaTop.activo {
		}
/* Cesta de la compra (activo) */ 
#cestaTop #cesta.activo > a, #cestaTop #cesta.activo, #cestaTop.activo #cesta a, #cestaTop.activo #cesta a:hover, #cestaTop.activo #cesta a {
		}
/*Botón cesta*/ 
.botonRevisarCesta {
	}
/*///////////////////// CONTENIDO COLUMNAS //////////////////////////*/

/********************** FIltro lateral *************************/
/*Titulo modulo*/ 
div.cajasIzda.filtroProductos h3.tituloCatalogo {
	color: rgb(244, 246, 246);
			background-color: rgba(0, 0, 0, 0);
	} 
/*Fondo modulo*/ 
.basefiltros, .botones_filtros_laterales {
	}
/*Divisorias entre módulos*/ 
#izda .conjuntofiltro {
	}

/*Textos modulo*/ 
div.cajasIzda ul.listaFiltro li label a {
		color: rgb(35, 29, 29);
	}
div.cajasIzda ul.listaFiltro li label a:hover {
	}

/*Titulo filtros*/ 
.tituloFiltro > a {
		color: rgb(244, 246, 246);
	}
.tituloFiltro > a:hover {
	}

/*Filtro Rango de precio*/ 
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
		}
.ui-widget-header {
	}
.ui-widget-content {
	}
.ui-widget-content {
	}
/*Filtro TALLAS*/ 
div.cajasIzda ul#ul_filtrado_tallas.listaFiltro li label a {
	}
#ul_filtrado_tallas label {
		}
div.cajasIzda ul#ul_filtrado_tallas.listaFiltro li label a:hover {
	}
#ul_filtrado_tallas label:hover {
		}
#ul_filtrado_tallas input.css-checkbox[type="checkbox"]:checked + label.labelcheck {
		}
#ul_filtrado_tallas input.css-checkbox[type="checkbox"]:checked + label.labelcheck a {
	}
/*Filtro COLORES*/ 
#ul_filtrado_colores label {
	}
#ul_filtrado_colores label:hover {
	}
#ul_filtrado_colores input[type="checkbox"].css-checkbox:checked + label.labelcheck {
	}
/*Boton RESET*/ 
#botonResetFiltrar {
	color: rgb(188, 29, 74);
			background-color: rgb(255, 255, 255);
	} 
#botonResetFiltrar:hover {
	color: rgb(30, 30, 27);
			background-color: rgb(255, 255, 255);
	} 
/*Boton FILTRAR*/ 
#botonFiltrar {
	color: rgb(255, 255, 255);
			background-color: rgb(188, 29, 74);
	} 
#botonFiltrar:hover {
		background-color: rgb(30, 30, 27);
	} 

/*///////////////////// CONTENIDO CENTRAL //////////////////////////*/

/********************** Buscador *************************/ 

div#buscadorTop {
		}
div#buscadorTop form input.camposformHomeMediano {
			}

/********************** Autocompletar *************************/ 
.ac_results {
			}
.ac_odd {
	}
.ac_over {
		}



/************************* Rastro de migas *****************************/
/*Texto migas*/ 
p.rastroMigas, p.rastroMigas a, p.rastroMigas a:link, p.rastroMigas a:visited {
	}
p.rastroMigas {
		}
#centro p.rastroMigas a:hover {
	}
.rastroMigas strong, .rastroMigas span a span {
	}
/*Rastro de migas resultados*/ 
.MigasResultado {
		color:rgb(188, 29, 74);
	}
/************************* Iconos para compartir url *****************************/

a .fa.fa-facebook-f {
	}
a:hover .fa.fa-facebook-f {
	}
a .fa.fa-twitter {
	}
a:hover .fa.fa-twitter {
	}
a .fa.fa-pinterest {
	}
a:hover .fa.fa-pinterest {
	}
a .fa.fa-copy {
	}
a:hover .fa.fa-copy {
	}
/*///////////////////// LISTADO PRODUCTOS //////////////////////////*/

/************************* Parrilla de familias *****************************/ 

/* Fondo parrilla familias */
table.tablaCategorias {
		background-color: rgba(255, 255, 255, 0);
	}

/* Título parrilla familias */
table.gama th {
		}
/* Borde parrilla familias */
table.tablaCategorias td  {
	}
/* Texto enlace */
.tablaCategorias a.textoParrilla, .tablaCategorias a.textoParrilla02 {
		}
/* Texto enlace (hover) */
.tablaCategorias a:hover.textoParrilla, .tablaCategorias a:hover.textoParrilla02 {
		background-color: rgba(0, 0, 0, 0);
			color: rgb(255, 255, 255);
	}

/* Filtro abecerdario */
.contenedor_abecedario div {
		}
.contenedor_abecedario div:hover {
		background-color: rgb(160, 16, 57);
		}
.show_letra.activa, .contenedor_abecedario div.show_letra.activa:hover {
		background-color: rgb(160, 16, 57);
		}

.sticky_imagen.first{
	top:0px;
	left:0px;
}
.sticky_imagen.second{
	top:0px;
	right:0px;
}
.sticky_imagen.third{
	bottom:0px;
	left:0px;
}
.sticky_imagen.fourth{
	bottom:0px;
	right:0px;
}

/************************* Paginador *****************************/ 

div.filtrosPrincipales {
		background-color: rgba(0, 0, 0, 0);
			border-bottom:1px solid rgba(0, 0, 0, 0);
			border-top:1px solid rgba(0, 0, 0, 0);
	}
table.visualizacion td.muestra {
		background-color: rgba(0, 0, 0, 0);
			color: rgb(250, 249, 248);
	}
table.visualizacion td.muestra span strong {
	}
table.visualizacion td.muestra {
		border-bottom:1px solid rgba(0, 0, 0, 0);
			border-top:1px solid rgba(0, 0, 0, 0);
	}
/************************* Estados de producto *****************************/ 

/*En stock*/ 
.disponible {
		}
/*Agotado*/ 
.agotado {
		}
/*En reposicion*/ 
.en_reposicion {
		}
/*En liquidacion*/ 
.parcialmentedisponible {
		}
/************************* Texto OFERTA sobre la imagen  *****************************/ 

.sticky_oferta {
			}
/************************* % Descuento sobre la imagen  *****************************/ 

.sticky_descuento {
			}
/************************* Icono LISTA DE DESEOS sobre la imagen  *****************************/ 

.sticky_wish {
		}
/************************* Bloque de precios *****************************/ 

/*Textos bloque*/ 
li.bloquePrecio, ul.filas li.bloquePrecio, ul.columnas li.bloquePrecio, li.bloquePrecio span.precioPrincipal, .ficha div.precio, .ficha div.precio strong, .precio01 p, .pvpTotal, .tit_total, .iva, .contentstyle .ficha div.precio {
	}
/*Precio principal*/ 
li.bloquePrecio span.precioPrincipal, div.precioPrincipal, .ficha div.precioPrincipal strong, .pvpTotal {
	}
/*Fondo bloque*/ 
li.bloquePrecio, ul.filas li.bloquePrecio, ul.columnas li.bloquePrecio, .contentstyle .ficha div.precio, .presioProducto > div {
		background-color: rgba(0, 0, 0, 0);
			}


/*Textos bloque oferta*/ 
li.precioOferta, ul.filas li.precioOferta, ul.columnas li.precioOferta, li.precioOferta span.precioPrincipal, .ficha div.precioOferta, .ficha div.precioOferta strong, .contentstyle .ficha div.precio.precioOferta {
	}
/*Precio oferta principal*/ 
li.bloquePrecio.precioOferta span.precioPrincipal, .ficha .precio.precioOferta div.precioPrincipal strong {
	}
/*Fondo bloque oferta*/ 
li.precioOferta, ul.filas li.precioOferta, ul.columnas li.precioOferta, .ficha div.precioOferta {
	}
/* Porcentaje precio anterior */
.porcentaje_precio_anterior, li.bloquePrecio span.porcentaje_precio_anterior {
		}
/************************* Cantidad *****************************/ 
/* Campo cantidad */
.decrement-unit, .increment-unit, input.campoCantidadListado, input.campoCantidadFicha {
			}

/* Botones para aumentar o reducir cantidad */
.decrement-unit, .increment-unit {
			}
.decrement-unit:hover, .increment-unit:hover {
			}
/* Texto unidades */
form.cantidadListado span, form.cantidad span {
	}
/************************* Cantidad (en ficha) *****************************/ 
/* Campo cantidad */
.capaCompra .decrement-unit, .capaCompra .increment-unit, input.campoCantidadFicha {
			}

/* Botones para aumentar o reducir cantidad */
.capaCompra .decrement-unit, .capaCompra .increment-unit, .datos_variacion .decrement-unit, .datos_variacion .increment-unit {
		background-color: rgba(255, 255, 255, 0);
			}
.capaCompra .decrement-unit:hover, .capaCompra .increment-unit:hover, .datos_variacion .decrement-unit:hover, .datos_variacion .increment-unit:hover {
			}
/* Texto unidades */
form.cantidad span {
	}

/*Fecha contenido*/
#bloque.fecha, .cajasIzda .bloque .bloque .feha, .fechaOpinion, .cajasIzda dl .feha {
	}
.tablaCesta .precio02 {
	}
.Envase, .Envase2 {
	}

/*Precio destacado*/ 
table.tablaListaProductos01 .enfasis {
	}
/* Precio club (Ficha producto) */ 
#divPreciosClub_Ficha {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}
/* Precio club (Listado productos) */ 
div.PreciosClub_Listado {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}
/*BOTONES*/ 
.cajaBuscador input.botonform, .cajaBuscadorProductosAvanzado input.botonform, .boton, .cajasIzda p.botones a.boton, .cajasIzda input.botonform,  .botonRevisarCesta, .formCompra input.botonform, div.formulario input.boton, div.formulario input.boton02, #capaCesta .lnkRevisarCesta,  #capaCesta .lnkRevisarCesta:hover, div#buscadorTop form input.botonform, .cajaBuscadorProductosAvanzadoHome input.botonform, div.filtroProductos input.botonform, #botonVerde a, ul.datosAcceso li .botonform, td.pagoRecibo .boton, #formLoginTop input.boton, .accesoUsuarios.bloque-registrate input.botonform, #centro #contenido div.tablaNavegaCompra a.lnkBotonVerde.destacado, #centro a.lnkBotonVerde.destacado, .botonVer > a {
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
		}
.cajaBuscador input.botonform:hover, .cajaBuscadorProductosAvanzado input.botonform:hover, .boton:hover, .cajasIzda p.botones a.boton:hover, .cajasIzda input.botonform:hover,  .botonRevisarCesta:hover, .formCompra input.botonform:hover, div.formulario input.boton:hover, div.formulario input.boton02:hover, #capaCesta .lnkRevisarCesta:hover,  #capaCesta .lnkRevisarCesta:hover, div#buscadorTop form input.botonform:hover, .cajaBuscadorProductosAvanzadoHome input.botonform:hover, div.filtroProductos input.botonform:hover, #botonVerde a:hover, ul.datosAcceso li .botonform:hover, td.pagoRecibo .boton:hover, #formLoginTop input.boton:hover, .accesoUsuarios.bloque-registrate input.botonform:hover, .botonVer > a:hover {
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
		}

.botonSeguir > a, .cajasIzda input.botonform.botonsecundario, #boton_buscar, .botonsecundario {
		}
.botonSeguir > a:hover, .cajasIzda input.botonform.botonsecundario:hover, #boton_buscar:hover, .botonsecundario:hover {
		}
/*Boton buscador*/
.cajaBuscador input.botonform, .cajaBuscadorProductosAvanzado input.botonform, .boton02, div.filtroProductos input.botonform, .botonesFiltrosCentro .botonform {
		background-color: rgba(0, 0, 0, 0);
			color: rgb(38, 38, 38);
	} 

.cajaBuscador input.botonform:hover, .cajaBuscadorProductosAvanzado input.botonform:hover, .boton02, div.filtroProductos input.botonform:hover, .botonesFiltrosCentro .botonform:hover {
		background-color: rgb(38, 38, 38);
			color: rgb(255, 255, 255);
	}
/*Boton buscador cabecera*/
div#buscadorTop form input.botonform {
		color: rgb(35, 29, 29);
			background-color: rgba(255, 255, 255, 0.3);
	}
div#buscadorTop form input.botonform:hover {
		color: rgb(255, 255, 255);
			background-color: rgb(188, 29, 74);
	}
/*Boton 'Iniciar pedido'*/
#centro #contenido div.tablaNavegaCompra a.lnkBotonVerde.destacado, #centro #contenido a.lnkBotonVerde.destacado {
		background-color: rgb(188, 29, 74);
		} 
/*Boton 'Iniciar pedido' (over)*/
#centro #contenido div.tablaNavegaCompra a.lnkBotonVerde.destacado:hover, #centro #contenido a.lnkBotonVerde.destacado:hover {
		} 
/*Boton 'Revisar cesta'*/
#botonVerde a {
		} 
/*Boton 'Revisar cesta' (over)*/
#botonVerde a:hover {
		} 

/*Titulo contenedor - Titulo modulo*/ 
div.cajasIzda h3, .cajaBuscador h3, .cajaBuscadorProductosAvanzado h3  {
	}
/*Texto titulo buscador*/ 
.cajaBuscador h3, .cajaBuscadorProductosAvanzado h3 {
	}
/*Texto titulo catalogo*/ 
div.cajasIzda  h3.tituloCatalogo {
	}

/*Enlace catalogo*/ 
.menu a {
	}
/*Enlace catalogo OVER*/ 
.menu a:hover {
	}
.menu a.secundario:hover {
	}

/*Enlace destacado*/ 
table.tablaListaProductos01 td.celdaProducto a {
	}
/*Enlace destacado OVER*/ 
table.tablaListaProductos01 td.celdaProducto a:hover {
	}
/*Enlace discreto */ 
.cajasIzda .bloque .bloque .titular, .cajasIzda dl .titular {
	}
div.cajasIzda a.bloque:hover .titular {
	}
div.cajasIzda a.bloque:hover {
		background-color:rgb(188, 29, 74);
	}


#capaCesta .parafoProductos {
	}

/*Enlace celda producto*/ 
a.fotoProducto:link, a.fotoProducto:visited {
		border-color: rgba(0, 0, 0, 0);
	}
a.fotoProducto:hover {
	}

/*Enlace nombre producto*/ 
a.textosProducto:link, a.textosProducto:visited {
	}
a.textosProducto:hover {
	}

/*Contenedor al añadir a cesta y reservas*/ 
ul.estadoCompra li.conestado, div.estadoCompra {
		}
ul.mini.estadoCompra, ul.columnas.estadoCompra, ul.filas.estadoCompra {
		}
ul.estadoReserva li.conestado, div.estadoReserva {
		}
ul.mini.estadoReserva, ul.columnas.estadoReserva, ul.filas.estadoReserva {
		}


/* Pie */ 
address, #pie p.condiciones {
		color: rgb(151, 146, 145);
	}
#pie a:link, #pie a:visited {
		color: rgb(151, 146, 145);
	}
#pie a:hover {
		color: rgb(255, 255, 255);
	}
table.textosCondiciones {
	}
#pie p.condiciones {
	}
#pie p.condiciones a:link, #pie p.condiciones a:visited {
	}
#pie p.condiciones a:hover {
	}
/*///////////////////// CARRUSEL //////////////////////////*/
/* Fondo carrusel */
.carrusel {
	}
/* Fondo carrusel */ 
.textoSlide {
	}
/* Fondo carrusel paginador */ 
.pagination {
	}
/* texto carrusel */
.textoSlide a,  .textoSlide h1, .textoSlide p {
	}
/* Enlace paginador carrusel */
.pagination a, .pagination a:visited, .pagination a.selected {
	}
/* Enlace (over) paginador carrusel */
.pagination a:hover, .pagination a.selected {
	}

/*///////////////////// MENU CATALOGO //////////////////////////*/
/* 1 nivel (colores) */
.menu a.principal {
			}
.menu a.principal:hover {
		}
.menu a.activo, .menu a.activo:hover {
		}

/* 2 nivel (colores) */
.menu a.secundario {
			}
.menu a.secundario:hover {
		}
.menu ul li ul a.activo, .menu ul li ul a.activo:hover {
		}

/* 3 nivel (colores) */
.menu a.terciario, .menu a.cuaternario, .menu a.quinario, .menu a.sextario {
			}
.menu a.terciario:hover, .menu a.cuaternario:hover, .menu a.quinario:hover,.menu a.sextario:hover {
		}
.menu ul li ul li ul a.activo, .menu ul li ul li ul a.activo:hover {
		}


/* 1 nivel (imagen catálogo) */
.menu a.catalogo_1_nivel {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}
.menu a.catalogo_1_nivel:hover {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}
.menu a.activo.catalogo_1_nivel, .menu a.activo.catalogo_1_nivel:hover {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}

/* 2 nivel (imagen catálogo) */
.menu a.catalogo_2_nivel {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}
.menu a.catalogo_2_nivel:hover {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}
.menu a.activo.catalogo_2_nivel, .menu a.activo.catalogo_2_nivel:hover {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}

/* Privado (imagen catálogo) */
.menu a.catalogo_privado {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}
.menu a.catalogo_privado:hover {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}
.menu a.activo.catalogo_privado, .menu a.activo.catalogo_privado:hover {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}


/* 1 nivel (imagen cms) */
.menu a.cms_1_nivel {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}
.menu a.cms_1_nivel:hover {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}
.menu a.activo.cms_1_nivel, .menu a.activo.cms_1_nivel:hover {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}

/* 2 nivel (imagen cms) */
.menu a.cms_2_nivel {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}
.menu a.cms_2_nivel:hover {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}
.menu a.activo.cms_2_nivel, .menu a.activo.cms_2_nivel:hover {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}


/* Privado (imagen cms) */
.menu a.cms_privado {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}
.menu a.cms_privado:hover {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}
.menu a.activo.cms_privado, .menu a.activo.cms_privado:hover {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}


/* Menú desplegable (normal) */
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
		background-color: rgba(255, 255, 255, 0);
			color: rgb(255, 255, 255);
	}
/* Menú desplegable (over) */
.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.selected {
		background-color: rgb(244, 246, 246);
			color: rgb(30, 30, 27);
	}

/* Menú desplegable (fondo) */
.ddsmoothmenu, #mega-menu {
		background-color: rgba(255, 255, 255, 0) !important;
	}
/* Menú desplegable (fondo separador) */
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited, .ddsmoothmenu ul li a:hover {
		border-right-color: rgba(0, 0, 0, 0);
	}
.ddsmoothmenu ul li ul li a {
		border-bottom-color: rgba(0, 0, 0, 0);
	}
/* Menú desplegable (activo) */
.ddsmoothmenu ul li a.itemActual {
		}
/* Menú desplegable 2nivel */
#submenu2 li a, #submenu2 li a.selected {
		background-color: rgb(255, 255, 255);
			color: rgb(30, 30, 27);
	}
/* Menú desplegable 2nivel (over) */
#submenu2 li a:hover, #submenu2 li a.selected:hover {
		background-color: #;
			color: #;
	}
/************************* MENU DESPLEGABLE (VERSION MOVIL) *****************************/ 
/* BOTON */
#mobnav-btn-cms, #mobnav-btn-prod {
		}
/* Menú desplegable 1 nivel */
.ddsmoothmenu.nav_menu_movil_productos ul li a:link, .ddsmoothmenu.nav_menu_movil_productos ul li a:visited, .ddsmoothmenu.nav_menu_movil_cms ul li a:link, .ddsmoothmenu.nav_menu_movil_cms ul li a:visited {
		background-color: rgba(0, 0, 0, 0);
			color: rgb(30, 30, 27);
			border-bottom: 1px solid rgb(198, 200, 205);
	}
/* Menú desplegable 1 nivel (over) */
.ddsmoothmenu.nav_menu_movil_productos ul li a:hover, .ddsmoothmenu.nav_menu_movil_productos ul li a.selected, .ddsmoothmenu.nav_menu_movil_cms ul li a:hover, .ddsmoothmenu.nav_menu_movil_cms ul li a.selected {
		}
/* Menú desplegable 2 nivel */
.ddsmoothmenu.nav_menu_movil_productos #submenu2 li a, .ddsmoothmenu.nav_menu_movil_productos #submenu2 li a.selected, .ddsmoothmenu.nav_menu_movil_cms #submenu2 li a, .ddsmoothmenu.nav_menu_movil_cms #submenu2 li a.selected {
			color: rgb(62, 63, 63);
		}
/* Menú desplegable 2 nivel (over) */
.ddsmoothmenu.nav_menu_movil_productos #submenu2 li a:hover, .ddsmoothmenu.nav_menu_movil_productos #submenu2 li a.selected:hover, .ddsmoothmenu.nav_menu_movil_cms #submenu2 li a:hover, .ddsmoothmenu.nav_menu_movil_cms #submenu2 li a.selected:hover {
		}
/* Anchura minima en el menu desplegable*/

.min_width_deplegable{
	min-width:300px;
}

/************************* Area privada *****************************/ 
/* Area menú  */
#menuAreaPrivada {
		}
/* Menú (normal) */
#menuTabs li a {
			}
/* Menú (over) */
#menuTabs li a:hover {
				background-color: rgb(160, 16, 57);
	}
/* Menú (activo) */
#menuTabs li.activo a, #menuTabs li.activo a:hover {
				background-color: rgb(160, 16, 57);
	}
/* Tiulos principales area privada*/
#contenido #areaPrivada h2 {
			}
/* Boton principal area privada (normal)*/
#areaPersonal a.botonComprar, #areaPersonal input.botonComprar {
		}
/* Boton principal area privada (over)*/
#areaPersonal a.botonComprar:hover, #areaPersonal input.botonComprar:hover {
			background-color: rgb(160, 16, 57);
	}
/*//////////////////////////////////////////////////////////*/
/*////////////////// TEXTO MENU SUPERIOR ///////////////////////*/
/*//////////////////////////////////////////////////////////*/

#base-mensajeCabecera{
	height: 38px;
	background-color: rgb(30, 30, 27);
	color: rgb(255, 255, 255);
	font-size: 13px;
}
#base-mensajeCabecera a{
	color: rgb(255, 255, 255);
}
	/*//////////////////////////////////////////////////////////*/
/*////////////////// IMAGENES MÓDULOS ///////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*///////////// imagenES MÓDULOS (FAMILIAS) ////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*////////////////////// IMAGENES //////////////////////////*/
/*//////////////////////////////////////////////////////////*/

body {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}
#baseCabecera {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}
#cabecera {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}
/*Contenedor principal*/
#antebase {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}
/*Contenedor secundario*/
#base {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}
#pie{
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}
/*Titulo buscador*/
.cajaBuscador h3{
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}
/*Fondo buscador*/
.cajaBuscador {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}
/*Titulo buscador productos avanzado*/
.cajaBuscadorProductosAvanzado h3{
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}
/*Fondo buscador productos avanzado*/
.cajaBuscadorProductosAvanzado {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}
/*Titulo catalogo*/
div.cajasIzda h3.tituloCatalogo {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}

/*Titulo contenedor*/
div.cajasIzda h3 {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}
/*Botones*/
.cajaBuscador input.botonform, .cajaBuscadorProductosAvanzado input.botonform, topSubnave input.boton, div.formulario input.boton, .boton02, .cajasIzda input.botonform, div.filtroProductos input.botonform, .botonesFiltrosCentro .botonform {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}

/*Fondo cesta*/
#capaCesta {
				background-image: url('/cms/site_0003/ficherosPlantilla/ico_cesta.png');
						background-repeat: repeat;
						background-position: top left;
						background-attachment: scroll;
			}
#capaCesta .parafoProductos {
	background-color: transparent;
	padding-bottom: 10px;	
}
/*Fondo botón revisar cesta*/
.botonRevisarCesta {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}
/*Enlace comprar*/
a.botonComprar:link, a.botonComprar:visited {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}
/*Enlace comprar OVER*/
a.botonComprar:hover {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}
/*Enlace reserva*/
a.botonReservar:link, a.botonReservar:visited {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}
/*Enlace reserva OVER*/
a.botonReservar:hover {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}
/*Fondo logeado (usuarios registrados)*/
#cajaLogeado {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}
/*Fondo no logeado (usuarios registrados)*/
#cajaNoLogeado {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}
/*Fondo boletín*/
#cajaBoletin {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}
/*Fondo oferta*/
li.precioOferta, .ficha div.precioOferta {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}
/*Fondo precio*/ 
li.precioOferta, .ficha div.precioOferta {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}

/*imagen fondo H1*/
#contenido h1 {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}
/*imagen fondo H2*/
#contenido h2 {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}
/*imagen fondo H3*/
#contenido h3 {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}
/*imagen fondo seccion*/
#contenido .seccion {
				background-image: none;
			background-repeat: repeat;			background-position: left top;
						background-attachment: scroll;
			}

@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, .filtro input, .filtro select, .tablaFiltros select, div.formulario input, div.formulario select, div.formulario textarea  {
	font-family: Arial, Helvetica, Sans-serif;
}

/*///////////////////// CSS DINÁMICO : Estilo Base //////////////////////////*/

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
   ESTRUCTURA
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#base1024 {
    width: 100%;
    background-image: url(/UserFiles/images/stain02.svg), url(/UserFiles/images/stain01.svg);
    background-repeat: no-repeat, no-repeat;
    background-size: 400px, 300px;
    background-position: -200px calc(100% - 700px), calc(100% + 50px) 50px;
}
#base1024::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(/UserFiles/images/bg_gotas02.svg);
    width: 250px;
    height: 300px;
    display: block;
    z-index: -1;
    left: 51%;home
    transform: translateX(-50%) rotate(110deg);
    top: 90px;
    background-position: center;
}
#base {
  padding-inline: 2%;
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 30px;
}
#centro {
  width: 100%;
  padding-left: 0;
  margin: 0 auto;
  text-align: left;
  float: none;
}
#centro.dobleColumna, #centro.tripleColumna {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
   MODS
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, .filtro input, .filtro select, .tablaFiltros select, div.formulario input, div.formulario select, div.formulario textarea {
    font-family: "Montserrat", sans-serif;
}
#jquery-overlay {
    background-color: rgb(0, 61, 59) !important;
    opacity: .8 !important;
}
::selection {
    background-color: #231D1D;
    color: #fff;
}
.scrollup {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    bottom: 20px;
    opacity: 1;
    right: 20px;
    height: 50px;
    width: 50px;
    font-size: 18px;
    border: 3px solid #fff;
}
#dhtmltooltip {
    z-index: 999999;
}
a, a:focus, a:active {
    text-decoration: none !important;
}
p.rastroMigas {
    text-transform: uppercase;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/UserFiles/images/bg_breadcrumb02.svg);
    background-size: cover;
    padding: 15px 0;
    max-width: 440px;
    margin-inline: auto;
    min-height: 45px;
}
.rastroMigas span a span, .rastroMigas strong {
    font-weight: 400;
}
#contenido h1 {
    text-align: center;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 42px;
    line-height: 1.3;
    margin-top: 20px;
    margin-bottom: 20px;
}
#contenido h1:not(#body_cms_home #contenido h1) {
    display: flex;
    justify-content: center;
}
#contenido h1::after {
    content: "";
    display: flex;
    width: 20px;
    height: 20px;
    background-image: url(/UserFiles/images/adorno.svg);
    background-repeat: no-repeat;
    margin-top: 10px;
    transform: translateX(-5px);
}
#body_cms_home #contenido h1::after{
    display: none;
}
#contenido h1 span {
    font-family: "Playfair Display", serif;
    font-style: italic;
}
#contenido h2 {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 25px;
}
div.megaeditor p, div.megaeditor li {
    font-size: 16px;
    margin-bottom: 10px;
}
strong {
    font-weight: 600;
    color: #231D1D;
}
.disponible, .agotado {
    font-weight: 500;
}
iframe {
    border: 2px solid #f5f5f0;
    background-color: #fff;
    padding: 15px;
}
/*----------------------------------- FORMULARIOS ------------------------------------*/
label.labelcheck {
    background-image: url(/UserFiles/images/ico_checkbox.svg);
    background-size: 16px;
}
.filtro input, .filtro select, .tablaFiltros select, div.formulario input, div.formulario select, div.formulario textarea {
    font-size: 14px;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
div.formulario input.boton, ul.datosAcceso li .botonform {
    padding: 10px 25px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
     background-color: #231D1D;
    padding: 10px 15px;
    color: #fff;
}
div.formulario input.botonform {
     background-color: #231D1D;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    padding: 12px 15px;
    text-transform: uppercase;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
   CONTENIDO
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#body_cms #centro {
    max-width: 1280px;
}
.sticky_oferta {
    font-size: 12px;
    color: #fff;
    background-color: #DD0100;
    padding: 7px 12px 7px 5px;
    line-height: 120%;
    transform: rotate(-90deg);
    width: 90px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    text-align: right;
}
.sticky_oferta::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
    border-right: 15px solid transparent;
}
.bloque-total, ._sec_bloque-total {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
/*----------------------------------- SOBRE NOSOTROS ------------------------------------*/
#equipo {
    display: flex;
    column-gap: 60px;
    flex-wrap: wrap;
    row-gap: 20px;
}
#equipo strong {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 18px;
}
/* HOME
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#body_cms_home p.rastroMigas, #body_cms_home #cabecera_compartir_enlace {
  display:none;
}
#body_cms_home #base {
    overflow: visible;
}
#body_cms_home #contenido h3 {
    text-align: center;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 42px;
    line-height: 1.3;
    width: 100%;
    margin: 20px auto;
    left: 0;
}
#body_cms_home #contenido h3 a {
    font-family: "Playfair Display", serif;
    color: #231D1D;
}
/*---------------------------------------------- VENTAJAS  -----------------------------------------------*/
#centro section.ventajas div.megaeditor {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    max-width: 1280px;
    margin: 60px auto;
    gap: 60px;
}
#centro section.ventajas div.megaeditor > div {
    text-align: center;
    padding-top: 60px;
    background-repeat: no-repeat;
    background-position: center top;
}
#centro section.ventajas div.megaeditor > div p {
    margin-bottom: 10px;
    font-size: 18px;
}
#centro section.ventajas div.megaeditor > div strong {
    font-family: "Playfair Display", serif;
    font-size: 30px;
}
#vent_variedad {
    background-size: 48px;
    background-image: url(/UserFiles/images/ico_variedad.svg);
}
#vent_tienda{
    background-size: 48px;
    background-image: url(/UserFiles/images/ico_tienda.svg);
}
#vent_envios {
    background-size: 50px;
    background-image: url(/UserFiles/images/ico_envios.svg);
}
/*---------------------------------------------- CURSOS Y EVENTOS  -----------------------------------------------*/
#body_cms_home #centro, #body_cms_home #base {
  overflow: visible;
}
section._comunicados {
    background-color: #F0EEEB;
    padding: 10px 40px 50px;
}
section._comunicados div.noticias {
    max-width: 1280px;
    margin: 0 auto;
}
section._comunicados #bloque ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
    row-gap: 0;
    column-gap: 40px;
    width: 100%;
}
section._comunicados #bloque li {
    border-bottom: none;
}
section._comunicados #bloque li a {
    padding: 30px;
    border: 5px solid transparent;
    border-radius: 20px;
}
section._comunicados #bloque li a:hover {
    border: 5px solid #faf9f8;
    background-color: transparent;
}
section._comunicados div.noticias li img {
    max-width: 180px;
    float: left;
    margin-right: 30px;
   padding: 15px
}
section._comunicados span.tituloListado {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 24px;
    margin: 5px 0;
    line-height: 1.2;
}
section._comunicados .descripcionListado {
    font-size: 16px;
}

/*---------------------------------------------- BANNERS HOME  -----------------------------------------------*/
#centro section.sec-banner {
max-width: 1250px;
margin: 0 auto 30px;
}
.banner-grande, .banner-grande-responsive {
text-align: center;
}
.banner-grande img, .banner-grande-responsive img {
  margin: 0 auto;
  max-width: 100%;
  height: auto !important;
}
.banners-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 40px;
  justify-items: stretch;
  align-items: stretch;
  text-align: center;
}
.banners-col img {
  margin: 0 auto;
}
/*---------------------------------------------- CARRUSEL D.O.  -----------------------------------------------*/
.marcas.parrilla .bx-viewport {
  width: calc(100% - 40px) !important;
}
[id^="contenido_slider_"] .carrusel_flechas {
  top: 50%;
  width: 100%;
  z-index: 9;
  pointer-events: none;
  transform: translateY(-50%);
}
[id^=contenido_slider_] .carrusel_flechas li.flecha_izq {
    float: left;
}
[id^=contenido_slider_] .carrusel_flechas li.flecha_der {
    float: right;
}
[id^=contenido_slider_] .bx-next, [id^=contenido_slider_] .bx-prev {
    -webkit-border-radius: 40px;
    border-radius: 40px;
    -moz-border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    pointer-events: initial;
}
.marcas.parrilla .bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #f5f5f0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #fff;
  width: calc(100% - 40px);
  margin-left: 20px;
  padding-inline: 40px;
}
#body_cms_home #contenido h3:hover, #body_cms_home #contenido h3 a:hover {
  color: #a00f39;
}
/*---------------------------------------------- CARRUSEL PRODUCTOS  -----------------------------------------------*/
[id^="contenido_slider"] [class^="baseTabla"] .bx-viewport {
  overflow: visible;
  height: 670px !important;
}
[id^="contenido_slider_"] ul.carrusel_flechas li:last-child {
  float: right;
}
[id^="contenido_slider_"] ul.carrusel_flechas li:first-child {
  float: left;
}
.slide ul.mini {
  padding: 20px 30px;
  margin-inline: 10px;
  width: calc(100% - 40px);
}
.bx-wrapper .bx-pager-link.active {
  width: 30px !important;
}
/*---------------------------------------------- PRESENTACION  -----------------------------------------------*/
#centro section.presentacion {
    max-width: 1024px;
    margin-inline: auto;
}
#centro section.presentacion p {
    font-size: 18px;
    text-align: center;
    line-height: 1.8;
}
/* MARCAS
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.contenedor_abecedario {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
#centro .contenedor_abecedario div {
  width: 30px;
  margin: 0;
  width: 30px;
  height: 30px;
  float: none;
  background-color: #f0eeeb;
  color: #928E8E;
  display: flex;
  justify-content: center;
  font-size: 11px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-weight: 600;
}
div[id^="div_letras_parrilla_"] {
  border: none;
}
.capa-logo img {
  mix-blend-mode: darken;
}
.marcas.parrilla .contenedor-marcas {
  flex-wrap: wrap;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}
.marcas.parrilla .contenedor-marcas > div {
  padding: 0 !important;
  width: 200px;
}
.marcas.parrilla .contenedor-marcas > div a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.marcas.parrilla .contenedor-marcas > div a img {
-moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.marcas.parrilla .contenedor-marcas > div a:hover img {
  transform: scale(1.2);
-moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* LISTDOS DE PRODUCTOS
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#imagenFamilia {
  margin-bottom: 20px;
  max-height: 400px;
  overflow: hidden;
}
#imagenFamilia.ilustracion > img, .imagen_cabecera_cms img {
  max-width: initial;
  width: 100%;
}
#descripcionFamilia, #descripcionMarca {
    max-width: 1200px;
    margin: 40px auto;
    background-color: #fff;
    padding: 10px 40px 20px;
    border-radius: 20px;
    border: 2px solid #f5f5f0;
}
#descripcionFamilia h2, #descripcionMarca h2 {
    text-align: center;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 1.3;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #231D1D;
    font-style: italic;
}
#descripcionFamilia p, #descripcionMarca  p {
    font-size: 16px;
}
/*  PARRILLAS -------------------------------------------------------------------*/
[id^="parrilla_imagenes_familias_"] {
    margin-inline: auto;
}
table.gama th {
    display: none;
}
table.tablaCategorias tr {
    display: inline;
}
table.tablaCategorias td {
    display: inline-block;
    width: 18% !important;
    text-align: left;
    margin: 10px;
    border: none;
position: relative;
overflow: hidden;
}
table.tablaCategorias td:empty {
    display: none;
}

.tablaCategorias a, .tablaCategorias a * {
-webkit-transition: all 0.3s ease;                  
-moz-transition: all 0.3s ease;                 
-o-transition: all 0.3s ease;   
-ms-transition: all 0.3s ease;          
transition: all 0.3s ease;
}
.tablaCategorias a.imagenParrilla {

overflow: hidden;
}
.tablaCategorias a.imagenParrilla > img {
max-width: 100%;
filter: grayscale(90%);
opacity: 0.3;

-webkit-border-radius: 10px;
-webkit-border-top-right-radius: 0;
-moz-border-radius: 10px;
-moz-border-radius-topright: 0;
border-radius: 10px;
border-top-right-radius: 0;
}
.tablaCategorias a.imagenParrilla:hover > img {
filter: grayscale(0%);
opacity: 1;
}

.tablaCategorias a.imagenParrilla + a.textoParrilla {
display: inline-block;
background: rgba(255, 255, 255, .3);
padding: 5px 10px;
position: absolute;
top: 35%;
pointer-events: none;
text-align: center;

 font-family: "Playfair Display", serif;
    font-size: 17px;
    font-weight: 500;
    color: #8C8888;
    min-height: 60px;
width: 100%;
line-height: 1;

  display: flex;
    justify-content: center;
    align-items: center;

box-shadow: rgba(50, 50, 93, 0) 0px 13px 7px -5px, rgba(0, 0, 0, 0) 0px 8px 6px -8px;

}

.tablaCategorias a.imagenParrilla:hover + a.textoParrilla {
    font-size: 19px;
    font-weight: 500;
    color: #423E3E;
top: 30%;
text-align: center;
    min-height: 80px;
background: rgba(255, 255, 255, .95);
box-shadow: rgba(50, 50, 93, 0.15) 0px 13px 27px -5px, rgba(0, 0, 0, 0.2) 0px 8px 16px -8px;
}
/*
.tablaCategorias a.textoParrilla, .tablaCategorias a.textoParrilla02 {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    background-color: #f0eeeb;
    color: #8C8888;
    min-height: 80px;
    justify-content: center;
    align-items: center;
    padding-inline: 20px;
    background-repeat: no-repeat;
    background-size: 0;
    background-position: calc(100% - 7px) 7px;
    -webkit-border-radius: 10px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 10px;
    -moz-border-top-right-radius: 0;
    border-radius: 10px;
    border-top-right-radius: 0;
}
.tablaCategorias a:hover.textoParrilla, .tablaCategorias a:hover.textoParrilla02 {
    transform: translateY(-10px);
    background-image: url(/UserFiles/images/adorno.svg);
    background-size: 24px;
    background-color: #fff;
    color: #231d1d;
    -webkit-box-shadow: 10px 10px 20px rgba(75, 5, 24, .15);
    -moz-box-shadow: 10px 10px 20px rgba(75, 5, 24, .15);
    box-shadow: 10px 10px 20px rgb(76 5 24 / 15%);
}
*/
/*  FILTROS -------------------------------------------------------------------*/
.cajasIzda.filtroProductos h3 {
    display: none;
    cursor: pointer;
}
.cajasIzda.filtroProductos {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    margin-bottom: 30px;
    border: 2px solid #f5f5f0;
    background-color: #fff;
}
div.cajasIzda h3[id^="h3_filtro_productos"] {
    display: none;
}
.basefiltros {
    display: flex;
    gap: 40px;
    align-items: center;
}
.basefiltros:empty {
    display: none;
}
#div_filtrado_oferta, #div_filtrado_reservados, #div_filtrado_stock {
    display: block !important;
}
#centro .conjuntofiltro, #centro div.filtrosPrincipales .filtro {
    display: block;
    margin: 0;
}
#botonFiltrar, #botonResetFiltrar {
    width: auto;
}
#botonResetFiltrar {
    border: none;
}
.tituloFiltro>a:link, .tituloFiltro>a:visited {
    min-height: initial;
}
#ul_filtrado_colores input.css-checkbox[type="checkbox"] + label.labelcheck span {
    text-indent: -9999px;
}
#ul_filtrado_familias label.labelcheck, #ul_filtrado_marcas label.labelcheck, #ul_filtrado_tipos label.labelcheck, ul[id^="ul_valores"] label.labelcheck {
    background-image: url(/UserFiles/images/ico_checkbox.svg);
    background-size: 16px;
}
.botones_filtros_laterales {
    padding-top: 0;
    margin-bottom: 0;
}
.botones_filtros_laterales .botonform.botonsecundario {
    padding: 0;
    background-color: transparent;
    color: #ff080a;
    text-transform: inherit;
    font-size: 14px;
    /*background-repeat: no-repeat;
    background-position: right 2px;
    background-image: url(/UserFiles/images/ico-delete.svg);
    padding-right: 23px;
    background-size: 20px auto;*/
}
.botones_filtros_laterales .botonform.botonsecundario:hover {
    text-decoration: underline;
    background-color: transparent;
}
div.cajasIzda .filtoUnico label a {
    color: #231d1d;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}
.conjuntofiltro > div:last-child:not(#div_filtrado_oferta, #div_filtrado_reservados, #div_filtrado_stock) {
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 15px 20px;
    z-index: 999999;
    -webkit-box-shadow: 10px 10px 20px rgba(75, 5, 24, .15);
    -moz-box-shadow: 10px 10px 20px rgba(75, 5, 24, .15);
    box-shadow: 10px 10px 20px rgb(76 5 24 / 15%);
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    min-width: 230px;
}
#div_filtrado_precios {
    width: 250px;
    text-align: center;
}
.ui-widget-content {
    margin-top: 20px;
}
.ui-slider-horizontal {
    height: 5px;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.5em;
}
/* abrir/cerrar */
div.cajasIzda div.tituloFiltro {
    margin: 0;
}
div.cajasIzda div.tituloFiltro a {
    font-size: 13px;
    font-weight: 600;
    color: #231d1d;
    padding-top: 2px;
    padding-right: 15px;
    background-repeat: no-repeat;
    background-position: right center;
}
div.cajasIzda div.tituloFiltro.no_visible a {
background-image: url("/UserFiles/images/arrow_down.png");
}
div.cajasIzda div.tituloFiltro.visible a {
background-image: url("/UserFiles/images/arrow_up.png");
}
div.cajasIzda div.tituloFiltro.visible, div.cajasIzda div.tituloFiltro.no_visible {
background-image: none;
}
div.cajasIzda ul.listaFiltro li.padre:first-child {
    border: none;
}
div.cajasIzda ul.listaFiltro li.padre + li.padre {
    margin-top: 7px !important;
}
div.cajasIzda ul.listaFiltro li{
    padding-top: 5px;
    margin-bottom: 0 !important;
    padding-bottom: 5px;
}
div.cajasIzda ul.listaFiltro li.padre label > a {
    color: #231d1d;
}
div.cajasIzda ul.listaFiltro li label a {
    font-size: 14px;
    color: #231d1d;
}
.filtro_lateral li a span {
	display: none;
}
#ul_filtrado_familias, #ul_filtrado_marcas, #ul_filtrado_tipos, ul[id^="ul_valores"] {
    max-height: 300px;
    overflow: auto;
    padding-right: 30px;
}
.vertodosFiltro > span#ver_mas_ul_filtrado_familias::after, .vertodosFiltro > span#ver_menos_ul_filtrado_familias::before {
	content: "";
}
div.cajasIzda a.vertodosFiltro {
    font-size: 12px;
    text-align: right;
}
/*  VISTAS Y PAGINADOR -------------------------------------------------------------------*/
table.visualizacion tr {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
table.visualizacion tr:last-child {
  justify-content: space-between;
}
table.visualizacion td {
  display: block;
  padding-inline: 0
}
table.visualizacion td.muestra span strong {
  font-weight: 400;
}
#td_productos_orden {
  padding-right: 0;
  text-align: center;
}
#td_productos_vistas {
  padding-left: 0;
  display: none;
}
#td_productos_orden select.filtro {
  font-size: 14px;
  background-color: transparent;
}
.paginas > span {
    display: flex;
    gap: 5px;
    align-items: center;
    background-color: #F0EEEB;
    padding: 5px 10px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}
.camposformHome.numprod {
  font-size: 12px;
  padding: 7px 10px;
}
table.visualizacion td img {
    max-width: 16px;
    margin: 0;
}
table.visualizacion td.muestra img {
    margin-left: 0;
}
.paginas>span>a {
    width: 24px;
    margin: 0;
    height: 24px;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.paginas>span>a:hover {
    background-color: #fff;
}
span.paginasnumeradas {
    gap: 5px;
    align-items: center;
}
.paginasnumeradas a {
    color: #231d1d;
    font-weight: 600;
    height: 24px;
    width: 24px;
    margin: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 0;
    align-items: center;
}
.paginasnumeradas a:hover {
    background-color: #fff;
    text-decoration: none;
}
.paginasnumeradas a.paginaActual {
    background-color: #231d1d;
    color: #fff;
}
/* LISTADO PRODUCTOS ----------------------------------------------------------------------------------------------------------- 
---------------------------------------------------------------------------------------------------------------------------*/
a.marginBotones {
    margin: 0;
    width: auto;
    border: 1px solid #8C8888;
    height: inherit;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #231D1D;
    display: flex;
    padding: 8px 15px;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}
a.marginBotones img {
    display: none;
}
.marginBotones::after {
    content: "Imprimible productos";
}
#body_productos_listado #contenido {
    padding: 0 0 40px;
}
#product_list_informe_productos, #body_productos_listado  [id^="product_list_"], #body_productos_detalle  [id^="product_list_"], #product_list_buscador {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  row-gap: 60px;
  column-gap: 40px;
  width: 100%;
  padding-bottom: 20px;
}
#product_list_informe_productos ul.mini, #body_productos_listado .baseTablaMini ul.mini, #body_productos_detalle .baseTablaMini ul.mini, #product_list_buscador ul.mini {
  width: 100%;
}
.imgNovedad {
  max-width: 48px !important;
}
.sticky_imagen.second {
  top: -38px !important;
}
ul.mini {
  width: 24%;
  padding: 20px 30px;
  margin-bottom: 0;
  margin-top: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  border: 2px solid #f5f5f0;
  background-color: #fff;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
  background-repeat: no-repeat;
    background-position: calc(100% - 10px) 10px;
  /*background-image: url(/UserFiles/images/adorno.svg);*/
    background-size: 0;
    overflow: visible;
}
ul.mini:hover:not(ul.mini.estadoCompra, ul.mini.estadoReserva) {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-box-shadow: 10px 10px 20px rgba(75,5,24,.15);
  -moz-box-shadow: 10px 10px 20px rgba(75,5,24,.15);
  box-shadow: 10px 10px 20px rgb(76 5 24 / 15%);
  border-color: #fff;
  /*background-image: url(/UserFiles/images/adorno.svg);*/
  background-size: 40px auto;
}
ul.mini.estadoCompra, ul.mini.estadoReserva {
    border: none #444 !important;
    padding: 30px;
}
ul.mini.estadoCompra li:first-child, ul.mini.estadoReserva li:first-child {
    margin: inherit;
}
ul.mini.estadoCompra li, ul.mini.estadoReserva li {
    margin: 0;
}
ul.estadoCompra li.conestado, ul.estadoReserva li.conestado {
    background-color: #F0EEEB;
    color: #969292;
    font-size: 10px;
    padding: 4px 15px;
    position: absolute;
    top: -24px;
    font-weight: 600;
    left: 30px;
}
ul.estadoCompra li.conestado::before, div.estadoCompra::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #a00f39;
    vertical-align: middle;
    margin-right: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
ul.estadoReserva li.conestado::before, div.estadoReserva::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #00C9C2;
    vertical-align: middle;
    margin-right: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
div.estadoCompra, div.estadoReserva {
    background-color: #F0EEEB;
    color: #969292;
    font-size: 10px;
    padding: 4px 15px;
    position: absolute;
    top: -50px;
    font-weight: 600;
    right: 20px;
}
ul.mini li.li_mini {
  height: 340px;
  overflow: visible;
}
ul.mini:hover li.li_mini {
  overflow: visible;
}
ul.mini li.li_mini a.fotoProducto::before {
    background-image: url(/UserFiles/images/stain03.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    content:"";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left:50%;
    top: 50%;
    opacity: 0;
}

ul.mini:hover li.li_mini a.fotoProducto::before {
    background-image: url(/UserFiles/images/stain03.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
    height: 100%;
    opacity: 1;
    left:0;
    top: 0;
}
[class^="sticky_imagen"] {
  z-index: 99;
}
.botonWishListFicha, .enlace_cabecera_wishlist {
    width: 30px;
    height: 30px;
}
.botonWishListFicha.si, .enlace_cabecera_wishlist.si, .botonWishListFicha.no, .enlace_cabecera_wishlist.no {
    background-size: 24px auto;
}
a.fotoProducto {
  height: 100%;
}
a.fotoProducto:hover, a.fotoProducto:link, a.fotoProducto:visited {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.fotoProducto>img, .mini.productoDestacado>img {
    height: 100%;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
ul.mini:hover a.fotoProducto > img {
  transform: scale(1.1);
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
ul.mini .nombreProducto {
    font-size: 20px;
    font-weight: 500;
    height: 50px;
    overflow: hidden;
    text-align: center;
}
.img-container img {
  mix-blend-mode: darken;
}
span.restoDatosProductoDes a:link {
    color: #8C8888;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 15px;
}
a.textosProducto {
    font-family: "Playfair Display", serif;
}
li.bloquePrecio span.precioPrincipal {
    font-size: 20px;
    font-weight: 600;
}
li.bloquePrecio>span {
    font-size: 10px;
}
.fotoProducto>img, .mini.productoDestacado>img {
    mix-blend-mode: darken;
}
form.cantidadListado span {
    display: none;
}
ul.mini li.cantidad {
  float: left;
  margin-top: 0;
  margin-left: 7px;
}
input.campoCantidadListado {
  height: 40px;
}
ul.mini li.bloquePrecio {
    float: right;
    padding-top: 0;
    overflow: visible;
}
li.bloquePrecio>span.descuento_unico {
    position: absolute;
    bottom: -20px;
    right: 0;
}
.ficha div.precioPrincipal strong {
    font-weight: 600;
    margin-top: 5px;
}
li.bloquePrecio > span.descuentos {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #F0EEEB;
  color: #8C8888;
  padding: 4px 15px;
  font-weight: 400;
}
span.descuentos {
    background-color: #F0EEEB;
    color: #8C8888;
}
ul.mini li.botondeCompra {
    overflow: visible;
    min-height: initial;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}
li a.botonComprar, li a.botonComprar:link, li a.botonComprar:visited {
    font-size: 0;
    text-indent: -9999em;
    width: 54px;
    height: 54px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-image: url(/UserFiles/images/shopping-bag.svg);
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
}
li a.botonReservar, li a.botonReservar:link, li a.botonReservar:visited {
    font-size: 0;
    text-indent: -9999em;
    width: 54px;
    height: 54px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-image: url(/UserFiles/images/ico_reserva.svg);
    background-position: center;
    background-size: 26px;
    background-repeat: no-repeat;
    padding: 8px;
}
li a.botonComprar:hover, li a.botonReservar:hover {
    background-position: 18px center;
    background-size: 26px;
    text-indent: 0;
    font-size: 12px;
line-height: 1.2;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    padding: 0 25px 0 45px;
}
li a.botonReservar:hover {
    background-position: 22px center;
    background-size: 22px;
}
li.bloquePrecio>span.consulta {
    font-size: 18px;
    font-weight: 600;
}
/* CONTACTO
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#body_contacto #contenido {
    max-width: 728px;
    margin: 0 auto;
}

/* LOGIN
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

div.formulario#recordar_contrasenya {
max-width: 900px;
  margin: 0 auto;
padding: 0 20px;
}

/* REGISTRO
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
div.formulario.registro {
max-width: 900px;
  margin: 0 auto;
padding: 0 20px;
}




/* FANCY COMPRA
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#alertaJquery > div#titpedidoProcesando {
  background-color: #00C9C2;
}
table#alertaJquery td.datosalertaLargaJquery {
  text-align: center;
}
#jquery_background {
    opacity: 0.8 !important;
}
#jquery_alert {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
#nuevoProducto>div {
    background-image: none;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 50px 15px 25px;
    text-transform: uppercase;
    text-align: center;
}
.cerrar_fancy {
    border-left: none;
    height: 49px;
}
table#nuevoProducto td {
    display: inline-block;
    vertical-align: top;
}
table#nuevoProducto {
    margin: 0;
    border-bottom: none;
    width: 100%;
}
td.datosProducto .nombreProducto {
    font-weight: 600;
}
table#nuevoProducto td.imagenProducto {
    padding-left: 10px;
    width: 35%;
    text-align: center;
}
table#nuevoProducto td.datosProducto {
    width: 65%;
}
.tit_total {
    display: none;
}
.presioProducto>div {
    padding-top: 0;
    padding-bottom: 0;
}
.pvpTotal {
    font-weight: 600;
}
table#nuevoProducto td.presioProducto {
    padding-right: 10px;
    min-width: 150px;
    width: 100%;
}
table#navegacion {
    margin: 10px auto 20px;
    width: 90%;
}
.botonVer > a {
    padding: 10px 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.botonSeguir > a {
    border: 1px solid #8C8888;
    background-color: transparent;
    color: #231D1D;
    padding: 9px 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.botonSeguir>a:hover {
    background-color: #231d1d;
}
/* FICHA
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#productos_hermanos {
    max-width: 600px;
    margin: 20px auto 0;
}
.producto_anterior, .producto_siguiente {
  width: 49%;
}
.producto_anterior a, .producto_siguiente a {
  line-height: 1.2;
}
#body_productos_detalle #base {
  overflow: visible;
}
#body_productos_detalle #ajaxcontentarea {
  max-width: 1440px;
  margin-inline: auto;
}
#contenido_textos_avanzados_apilados, #contenido_textos_avanzados_pestanyas {
    margin-top: 0;
    margin-bottom: 30px;
}
.contentstyle {
  padding-top: 40px;
}
#logomarca a {
  display: block;
  background-color: #faf9f8;
}
#logomarca img {
  mix-blend-mode: multiply;
  max-height: 100px;
}
div.imagen {
  width: 60%;
  position: sticky;
  top: 155px;
}
div.datosFicha, div.imagen {
  float: none;
  vertical-align: top;
  display: inline-block;
}
#div_slider_fotos.vertical {
  max-width: 120px;
}
#fotos.vertical {
  margin-right: 0;
  width: 100%;
}
.fotoParrillaFicha div.recorte2 {
    background-color: #FAF9F8;
    background-repeat: no-repeat;
    background-image: url(/UserFiles/images/stain01.svg);
    background-size: contain;
    background-position: center;
    height: 120px;
}
.recorte2 > img, #div_slider_fotos .bx-wrapper .fotoParrillaFicha img {
    mix-blend-mode: darken;
}
div.fotoParrillaFicha {
    margin-right: 0 !important;
    background-color: #FAF9F8;
}
#foto_principal {
    padding: 0;
    background-color: #FAF9F8;
    background-repeat: no-repeat;
    background-image: url(/UserFiles/images/stain03.svg);
    background-size: contain;
    background-position: center;
}
img.fotoPrincipal {
    mix-blend-mode: darken;
}
div.datosFicha {
  width: 39%;
  margin-bottom: 20px;
  border-radius: 20px;
/*  background-color: #F5F5F0;
  padding: 20px 40px;*/
}
.botonWishList {
    margin-top: -10px;
}
#contenido h1#nombreProducto {
    margin-top: 0;
    justify-content: flex-start !important;
    margin-bottom: 10px;
    line-height: 1.2;
}
#contenido h1#nombreProducto::after {
  display: none;
}
#contenido h2#descripcion {
    font-size: 18px;
    margin: 0 0 10px;
    text-align: left;
    color: rgb(35, 29, 29);
}
#body_productos_detalle #contenido #div__descripcion_corta h3 {
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    font-family: "Montserrat", sans-serif;
    color: rgb(140, 136, 136);
}
#contenido div.descripcionLarga h4 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 0 5px;
}
#div__descripcion_corta {
  font-size: 16px;
}
#div__descripcion_corta ul li {
  margin-bottom: 5px;
}
.plazoEntrega {
  display: none;
}
span.textosPrecios {
    margin-bottom: 5px;
}
#descuento-tramos ul {
    display: block;
}
.tramo-descuento {
    display: inline-block;
    background-color: #F0EEEB;
    padding: 5px 10px 10px;
    margin-left: 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.porcentaje_precio_anterior {
    background-color: #DD0100;
    padding: 3px 3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.precio_anterior {
    color: #DD0100;
    text-decoration: line-through;
    font-weight: 500;
}
#descuento-tramos span.textosPrecios {
    display: block;
    padding: 5px 0;
    background-color: transparent;
    color: #8c8888;
}
#descuento-tramos div.preciosUnidad {
    font-size: 18px;
    display: inline-block;
    padding: 5px;
    margin: 0;
    background-color: transparent;
    color: #231D1D;
    font-weight: 600;
}
#descuento-tramos .tramo-descuento-oferta {
    background-color: #DD0100;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
form.cantidad {
  margin-bottom: 0;
  margin-top: 5px;
}
.decrement-unit, .increment-unit {
    height: 40px;
    font-size: 18px;
}
input.campoCantidadFicha {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    height: 40px;
}
#caja_listas_compra, #mostrar_listas_compra {
    width: 210px;
}
#mostrar, #mostrar_divisas, #mostrar_listas_compra {
    font-size: 12px;
    border: 1px solid #F0EFEC;
}
#caja ul, #caja_divisas ul, #caja_listas_compra ul {
    font-size: 12px
}
#caja, #caja_divisas, #caja_listas_compra {
    border-color: #F0EFEC;
}
a.listas_compra, a.listas_compra:visited {
    border-color: #F0EFEC;
}
a.idioma, a.idioma:visited, a.listas_compra, a.listas_compra:visited {
    padding: 10px 10px;
}
a.listas_compra:hover {
    color: #231D1D;
    background-color: #F0EFEC;
    padding: 10px;
}
.contentstyle .ficha a.botonComprar {
    padding: 15px 30px 15px 60px;
    font-weight: 600;
    border-radius: 100px;
    background-image: url(/UserFiles/images/shopping-bag.svg);
    background-position: 26px center;
    background-size: 30px;
    background-repeat: no-repeat;
}
.contentstyle .ficha a.botonReservar {
    padding: 15px 30px 15px 53px;
    font-weight: 500;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-image: url(/UserFiles/images/ico_reserva.svg);
    background-position: 26px center;
    background-size: 26px;
    background-repeat: no-repeat;
}
#div_form_anyadir_a_cesta {
    margin-bottom: 40px;
}
.fichaMarca {
  margin-bottom: 20px;
  display: none;
}
.datosProducto .fichaMarca h6 {
    margin-top: 0;
}
#campos-dinamicos {
    background-color: #fff;
    border: 2px solid #f5f5f0;
    padding: 20px 25px 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}
dl.camposDinamicos dt {
    font-weight: 600;
    font-size: 12px;
}
dl.camposDinamicos dd {
  font-size: 14px;
  float: none;
  display: inline-block;
  margin-right: 10px;
}
.fichaMarca p {
    font-size: 14px;
    margin: 0;
}
#div__descripcion_corta h2 {
 text-align: left;
}
#contenido div.descripcionLarga h2, #contenido div.descripcionTecnica h2 {
  text-align: left;
  font-size: 18px;
  margin: 0;
}
div#contenido_textos_avanzados_pestanyas_movil.movil .boton.activo {
    background-color: transparent;
    padding-inline: 0;
    color: #231D1D;
    font-weight: 600;
}
#div_textos_avanzados_pestanyas_descripcion_larga_movil {
    margin-bottom: 20px;
}
div#contenido_textos_avanzados_pestanyas_movil.movil .boton {
    border-bottom: 2px solid #F0EEEB;
    padding: 5px 15px;
    background-position: 96% center;
    text-transform: uppercase;
    background-color: #F0EEEB;
    font-weight: 500;
    color: #231D1D;
    margin-bottom: 2px;
}
.datosProducto h6, .datosFicha h6 {
    margin-top: 10px;
    font-weight: 600;
    margin-bottom: 3px;
    font-size: 14px;
    text-transform: uppercase;
    color: #231D1D;
}
.pestanyaCliente {
    font-size: 14px;
}
#contenido div.datosFicha h2 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 18px;
  margin-top: 15px;
  line-height: 1.3;
}
#contenido div.datosFicha h2 + p {
  margin-top: 0;
}
div.navePestanyas ul > li > a {
  font-weight: 500;
  border-color: #e9e7e4;
}
div.navePestanyas ul > li > a:hover {
  color: #303335;;
}
#div_textos_avanzados_pestanyas_descripcion_tecnica ul, #div_textos_avanzados_pestanyas_descripcion_tecnica_movil ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    gap: 10px;
}
#div_textos_avanzados_pestanyas_descripcion_tecnica ul li, #div_textos_avanzados_pestanyas_descripcion_tecnica_movil ul li {
    display: flex;
}
#div_textos_avanzados_pestanyas_descripcion_tecnica ul li strong, #div_textos_avanzados_pestanyas_descripcion_tecnica_movil ul li strong {
    display: block;
    min-width: 170px;
    font-weight: 500;
    color: #231d1d;
    font-size: 14px;
}
#body_productos_detalle div.herramientas {
    border-top: none;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
div.herramientas a {
  display: flex;
  font-size: 13px;
  white-space: pre;
  padding: 0;
}
.herramientas a > img {
    max-width: 24px !important;
    margin: 0;
    align-self: center;
}
div.herramientas a span {
  padding: 5px;
}

#comentar_comunicado_div h3, #enviar_amigo_div h3, #solicitar_aviso_stock_div h3, #solicitar_info_div h3, #valorar_producto_div h3 {
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}
#solicitar_info_div h3 div.formulario form label, #solicitar_info_div div.formulario form label, #enviar_amigo_div div.formulario form label {
  clear: both;
  float: none;
  width: 100%;
  margin-right: 0;
  font-size: 12px;
  text-align: left;
  padding-top: 0;
  display: block;
}
div#solicitar_info_div legend {
    display: none;
}
div.formulario p, div.noticias div.formulario p {
    font-size: 14px;
}
.formulario fieldset {
    margin: 0;
    padding: 0;
}
legend {
    color: #231D1D;
    font-size: 12px;
    padding-right: 0;
    padding-left: 0;
    font-weight: 600;
    padding-bottom: 10px;
}
#captcha {
  margin-top: 0;
  margin-bottom: 0;
}
#body_productos_detalle #contenido h3 {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 1.3;
  margin-top: 20px;
  margin-bottom: 20px;
}
/*///////////////////// CSS DINÁMICO : Cabecera y pie //////////////////////////*/

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
   CABECERA
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#baseCabecera {
  background: rgb(160,16,57);
  background: -moz-radial-gradient(circle, rgba(160,16,57,1) 50%, rgba(72,4,23,1) 100%);
  background: -webkit-radial-gradient(circle, rgba(160,16,57,1) 50%, rgba(72,4,23,1) 100%);
  background: radial-gradient(circle, rgba(160,16,57,1) 50%, rgba(72,4,23,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a01039",endColorstr="#480417",GradientType=1); 
}
#cabecera {
  width: 100%;
  margin: 0 auto;
    background-repeat: no-repeat;
    background-position: -155px -183px, calc(100% + 400px) -150px;
    background-size: 1200px, 1000px;
    background-image: url(/UserFiles/images/bg_top02.png), url(/UserFiles/images/bg_top02.png);
}
/* MENSAJE CABECERA 
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#carrusel_cab_fl_izq {
    left: 50%;
    margin-left: -300px;
    margin-top: 3px;
}
#carrusel_cab_fl_der {
    right: 50%;
    margin-right: -300px;
    margin-top: 3px;
}

div.logo {
    width: 220px;
    right: initial !important;
    left: 50%;
    transform: translateX(-50%);
}
#img_logo {
    max-width: 100%;
}

/* BUSCADOR TOP
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#formulario_buscar_superior {
  display: flex;
  align-items: center;
}
#buscadorTop {
   background-color: #fff;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    padding: 2px 10px 2px 20px;
    border: none;
  width: 30%;
  left: 40px;
}
#buscadorTop form input.camposformHomeMediano {
  border: none;
  width: calc(100% - 30px);
  padding-inline: 0;
}
#buscadorTop form input.botonform {
    color: rgb(255, 255, 255);
    background-color: transparent;
    font-size: 0;
    border: none;
    background-image: url(/UserFiles/images/ico_search.svg);
    background-repeat: no-repeat;
    background-size: 28px;
    width: 28px;
    height: 24px;
    background-position: center center;
}
/* USUARIOS REGISTRADOS 
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#capaLoginTop {
  background: transparent;
}
#capaLoginTop.activo div#titLoginTop {
    background-color: #F0EEEB;
}
#titLoginTop a {
  display: inline-block;
  padding: 15px 10px 10px 45px;
  font-size: 0;
  text-transform: inherit;
  color: #171514;
  background-image: url(/UserFiles/images/ico_user.svg);
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: 15px 1px;
  min-height: 30px;
  text-transform: uppercase;
  font-weight: 700;
}
#capaLoginTop.activo #titLoginTop a {
    font-size: 16px;
    background-position: 16px 9px;
    padding: 10px 15px 10px 50px;
    text-transform: inherit;
    font-weight: 500;
    background-size: 26px auto;
    background-image: url(/UserFiles/images/ico_user01.svg);
}
#capaLoginTop.activo {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 10px 10px 20px rgba(0,0,0,.15);
  -moz-box-shadow: 10px 10px 20px rgba(0,0,0,.15);
  box-shadow: 10px 10px 20px rgba(0,0,0,.15);
  top: 0 !important;
  background-color: #fff;
    z-index: 99999;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
#titLoginTop a.lnkCerrar {
    display: inline-block;
    padding: 0 10px 5px 5px !important;
    font-size: 0 !important;
    background-image: url(/UserFiles/images/ico_cerrar.svg);
    background-repeat: no-repeat;
    width: 24px;
    background-size: 30px auto;
    background-position: left center;
}
#formLoginTop form {
  padding: 0 20px 10px;
}
#formLoginTop div {
  width: 100%;
  margin-bottom: 5px;
}
#formLoginTop label {
  font-size: 13px;
  color: #808080;
}
#formLoginTop input.boton {
  font-size: 13px;
  background-color: #1e120d;
  font-weight: 600;
}
#formLoginTop a#registrousuarios, #formLoginTop a#recordarContrasenya {
  font-size: 12px;
}
#capaLoginTop.activo #titLoginTop a.lnkCerrar {
    background-image: url(/UserFiles/images/ico_cerrar02.svg);
    width: 57px;
    height: 40px;
}
#capaLoginTop.activo div#formLoginTop ul.enlace {
    margin: 10px 17px 0 0;
}
#capaLoginTop.activo div#formLoginTop ul.enlace li a {
  font-size: 14px;
  display: block;
  padding: 2px 0;
  color: #2d2d2d;
}
#capaLoginTop.activo div#formLoginTop ul.enlace li a span {
    background-color: #F0EEEB;
    display: flex;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 22px;
    height: 22px;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    font-weight: 500;
}
#capaLoginTop.activo div#formLoginTop ul.enlace li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#capaLoginTop.activo div#formLoginTop ul.enlace li a span::before, #capaLoginTop.activo div#formLoginTop ul.enlace li a span::after {
    content: "";
}
/* CESTA 
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#cestaTop {
  position: relative;
  float: right;
  padding-inline: 0;
}
#botones, #registro.cestaRegistro.loginregistro {
  display: none;
}
#cesta a span::before, #cesta a span::after {
  display: none;
}
#cesta, #loginTop {
  font-size: 14px;
  width: auto;
  background: transparent;
}
#user {
  display: none;
}
.espaciosesion {
  display: none;
}
/**/
#loginTop {
  float: left;
  margin-right: 10px;
  color: #2b2825;
}
#loginTop a {
  text-transform: uppercase;
  font-size: 11px;
  display: inline-block;
}
#cestaTop #cesta.activo {
  background-color: transparent;
}
#cesta a, #cestaTop #cesta.activo a {
  background-image: url("/UserFiles/images/shopping-bag.svg");
  padding: 0 0 6px 24px;
  background-size: 28px auto;
  background-position: left bottom;
}
#cesta a:hover, #cestaTop #cesta.activo a:hover {
  background-image: url("/UserFiles/images/shopping-bag.svg");
}
#cesta a span:first-child {
  display: none;
}
#cesta a span span {
  display: none;
}
#cesta a span {
  display: flex;
  background-color: #00C9C2;
  color: #fff;
  border-radius: 20px;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  padding: 3px 8px;
  line-height: 1;
}
/* MENU AUXILIAR 
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.icomenuTop {
    display: none;
}
#menuTop ul {
    z-index: -1;
}

/* MENU DESPLEGABLE 
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.ddsmoothmenu ul {
    text-align: center;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
    display: block;
    padding: 11px 15px !important;
    font-size: 17px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
}
.ddsmoothmenu > ul > li > a {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-top-left-radius: 6px;
    -moz-border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.downarrowclass {
    display: none;
}
.ddsmoothmenu > ul > li > a:link, .ddsmoothmenu > ul > li > a:visited {
    background-image: url(/UserFiles/images/adorno.svg);
    background-size: 0;
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) 5px;
}
.ddsmoothmenu > ul > li:hover > a, .ddsmoothmenu > ul > li > a:hover {
    background-image: url(/UserFiles/images/adorno.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) 5px;
}
/*------------------------------------------------- 2nivel -------------------------------------------------*/
.ddsmoothmenu ul li ul {
    -webkit-box-shadow: 10px 10px 20px rgba(75, 5, 24, .15);
    -moz-box-shadow: 10px 10px 20px rgba(75, 5, 24, .15);
    box-shadow: 10px 10px 20px rgb(76 5 24 / 15%);
    padding-bottom: 10px;
    border-bottom: 3px solid #a00f39;
    background-color: #fff;
}
.ddsmoothmenu ul li ul li a, .ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited {
    padding: 7px 20px !important;
}
.ddsmoothmenu ul li ul li:hover a, .ddsmoothmenu ul li ul li a:hover {
    text-decoration: none;
    padding-left: 25px !important;
}
/*------------------------------------------------- 2nivel Marcas-------------------------------------------------*/
.ddsmoothmenu ul li ul#submenu2_marcas {
  width: 920px !important;
  text-align: left;
  right: 0 !important;
  left: initial !important;
  column-count: 4;
 overflow: hidden !important;
}
.ddsmoothmenu ul li ul#submenu2_marcas li a {
    color: #231D1D;
    text-align: left !important;
    width: 100%;
}
.ddsmoothmenu ul li ul#submenu2_marcas li {
  min-width: 240px;
}
/*------------------------------------------------- 3nivel -------------------------------------------------*/
.ddsmoothmenu ul li ul li {
    text-align: left;
}
.ddsmoothmenu ul li ul li:hover a, .ddsmoothmenu ul li ul li a:hover {
    text-decoration: none;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
   PIE
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#pie {
    padding-top: 30px;
    position: relative;
}
#pie a:hover {
    text-decoration: none;
}
#pie::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    z-index: 0;
    background-image: url(/UserFiles/images/bg_pie.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    overflow: visible;
    background-blend-mode: multiply;
    background-color: #1E1E1B;
}
#pie::after {
    content: "";
    position: absolute;
    display: block;
    width: 300px;
    height: 400px;
    z-index: -1;
    background-repeat: no-repeat;
    background-image: url(/UserFiles/images/bg_gotas01.svg);
    top: -175px;
    left: -60px;
    background-size: contain;
}
address {
    margin: 0;
    padding: 0;
}
#pieA {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    max-width: 1380px;
    margin: 40px auto;
    gap: 40px;
}
#pie div.cajasIzda, #menuTop, #pie #pieA p.condiciones {
    margin-top: 40px;
}
/*------------------------------------------------- MENU CORPORATIVO --------------------------------------------------*/
#corporativo {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    gap: 10px;
    font-size: 14px;
    z-index: 999;
    grid-column: span 2;
}
#corporativo a {
    display: block;
    background-repeat: no-repeat;
    padding-left: 20px;
}
#corporativo a#logopie {
    padding: 0;
}
#corporativo a#direccion {
    background-image: url(/UserFiles/images/ico_mark.svg);
    background-size: 12px;
    background-position: left 2px;
}
#corporativo a#telefono {
    background-image: url(/UserFiles/images/ico_phone.svg);
    background-size: 15px;
    background-position: -1px 2px;
}
#corporativo a#correo {
    background-image: url(/UserFiles/images/ico_email.svg);
    background-size: 15px;
    background-position: -1px 2px;
}
#horarios {
    background-image: url(/UserFiles/images/ico_horario.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: -1px 4px;
}
/*------------------------------------------------- MENU CATEGORIAS --------------------------------------------------*/
#pie div.cajasIzda {
    background-color: transparent;
    text-align: left;
    z-index: 999;
}
#div_arbol_familias_productos_91::before {
    content: "CATEGORÍAS";
    font-weight: 700;
    display: block;
    text-align: left;
    margin-bottom: 15px;
    color: #fff;
    letter-spacing: 2px;
    margin-left: 4px;
}
.menu ul li a {
  text-transform: uppercase;
  font-size: 14px;
}
#pie a.principal:hover {
  background-color: transparent;
}
.icoMenu, img[class*=filtro_toggle_] {
    display: none;
}
#pie a.principal:link, #pie a.principal:visited {
    padding: 5px 0;
}
#pie .menu a.principal {
    border-bottom: none;
    font-weight: 500;
}
#pie div.submenu {
    display: none !important;
}
/*------------------------------------------------- MENU AUXILIAR --------------------------------------------------*/
#menuTop {
    opacity: 0;
}
.show {
    opacity: 1!important;
}
#menuTop::before {
    content: "MÁS INFO";
    font-weight: 700;
    display: block;
    text-align: left;
    margin-bottom: 15px;
    color: #fff;
    letter-spacing: 2px;
}
#menuTop {
    padding: 0;
    z-index: 999;
}
#menuTop ul {
    position: relative;
    top: initial !important;
    right: initial !important;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    gap: 10px;
    padding: 0;
    margin: 0;
    z-index: -1;
}
#menuTop ul li {
    text-align: left;
}
#menuTop ul li a:hover {
    color: #fff;
}
#menuTop ul li a:link, #menuTop ul li a:visited {
    padding: 10px 0;
    font-weight: 500;
}
/*------------------------------------------------- MENU LEGAL --------------------------------------------------*/
#pie #pieA p.condiciones::before {
    content: "LEGAL";
    font-weight: 700;
    display: block;
    text-align: left;
    margin-bottom: 15px;
    color: #fff;
    letter-spacing: 2px;
    font-size: 12px;
}
#pie #pieA p.condiciones {
    padding: 0;
    display: flex;
    flex-direction: column;
    text-align: left;
    font-size: 0;
    text-transform: uppercase;
    z-index: 999;
}
#pie #pieA p.condiciones a {
    font-size: 14px;
    padding: 5px 0px;
    font-weight: 500;
}
#pieB {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
#whatsapp {
    position: fixed;
    left: 20px;
    bottom: 20px;
}
#resenas {
  mix-blend-mode: darken;
  text-align: center;
  padding: 40px 0;
  display: block;
}
#resenas img {
    max-width: 280px;
  height: auto !important;
}
#pie #pieA a::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 1px;
    background-color: #979291;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#pie #pieA a:hover::before {
    width: 10px;
    background-color: #fff;
    margin-right: 2px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#pie #pieA #corporativo a::before, #pie #pieA #corporativo a:hover::before {
    display: none;
}
table.textosCondiciones {
    max-width: 1380px;
    margin: 0 auto;
}
#pie td.firmaPie p.condiciones {
    text-align: left;
}
#pie td.tiemposPie p.condiciones {
    text-align: right;
}
#pie p.condiciones {
    font-size: 12px;
    padding: 80px 0;
}
/*///////////////////// CSS DINÁMICO : Proceso de compra y área privada //////////////////////////*/

/* PROCESO DE COMPRA
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#areaCompra #centro {
    max-width: 1280px;
}
#paso01 h2#paso1_h2, #paso02 h2#paso2_h2, #paso03 h2#paso3_h2, #paso04 h2#paso4_h2, #paso05 h2#paso5_h2, #paso05 h3#paso5_h3 {
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

/******/
div.paypal-button.paypal-button-context-iframe.paypal-button-label-pay.paypal-button-size-responsive.paypal-button-layout-horizontal, 
div.paypal-button.paypal-button-context-iframe.paypal-button-label-pay.paypal-button-size-responsive.paypal-button-layout-horizontal div.zoid-outlet{
  height: 90px!important;
}

/* MI CESTA
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.tablaCesta th {
    background-color: #e9e7e400;
    color: #8c8888;
    font-size: 11px;
    font-weight: 600;
    padding: 16px 10px;
    font-family: "Montserrat", sans-serif;
    border-top: 2px solid #E9E7E4;
    border-bottom: 2px solid #E9E7E4;
}
th.columnaProducto {
    text-align: center;
    padding-left: 10px;
}
.tablaCesta tbody td {
    padding: 15px 10px;
    border-bottom: 2px solid #F0EEEB;
    font-size: 14px;
    font-weight: 500;
}
.tablaCesta tbody tr.activo td {
    background-color: #dcf0f0;
}
.tablaCesta tbody td.celdaProducto a {
    display: flex;
    align-items: center;
    gap: 15px;
}
.imgProducto {
    max-width: 128px;
    margin: 0;
}
.imgProducto+span, a.producto+span {
    width: initial;
}
a.producto span span.nombreproductocesta {
    font-size: 18px;
}
table.tablaCesta tr.importeTotalaPagar td {
    border: 0;
    margin: 0;
    text-align: right;
    font-size: 16px;
    font-weight: 600;
}
.cuadroLogistica .precio02, .tablaCesta .precio02, .tablaCesta .precio03 {
    font-weight: 600;
    color: #231d1d !important;
}
table.tablaCesta tr.importeTotalaPagar td span.importe_Total {
    font-weight: 600;
}
.tablaCesta tfoot td {
    padding-bottom: 20px;
    padding-top: 20px;
}
.tablaCesta .filaCalculos td, table.tablaCesta tr.importeTotal td {
    border-bottom: 2px solid #F0EEEB;
}
table.tablaCesta tr.importeTotal td.precio01 {
    font-weight: 600;
}
#centro #contenido a.lnkBotonRojo:link, #centro #contenido a.lnkBotonRojo {
    border: 1px solid #8C8888;
    background-color: transparent;
    color: #231D1D;
    padding: 9px 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-transform: uppercase;
    font-weight: 500;
}
#centro #contenido a.lnkBotonRojo:hover {
    background-color: #231d1d;
    color: #fff !important;
}
#centro #contenido div.tablaNavegaCompra a.lnkBotonVerde.destacado, #centro a.lnkBotonVerde.destacado {
    font-weight: 500;
    padding: 20px 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}
/* MIS DATOS - PASO 2
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#paso02 .cajaCompra01.dosColumnas {
  width: 35%;
}
.tablaForm td, #datosFacturacion td {
    padding: 8px;
}
.celdaTitForm {
    border-bottom: none;
    color: #231d1d;
    font-size: 14px;
    padding-top: 20px;
}
.tablaForm td {
    font-size: 14px;
}
.formCompra input.campoInactivo {
    background-color: #F0EEEB;
}
select#dir_envio_id2 {
    max-width: 100%;
}
.formCompra input, .formCompra select, .formCompra textarea {
    padding: 10px;
    font-size: 16px;
}
/* RESUMEN - PASO 4
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#paso04 table.tablaCesta.cestaPrincipal_totales {
    margin-bottom: 0;
}
#contenido #paso04 h3 {
    margin-top: 60px;
}
#contenido #paso04 h3 {
    font-size: 16px;
    padding: 15px 40px;
    font-weight: 600;
    text-transform: uppercase;
}
div.cajaResumen {
    border: 2px solid #f5f5f0;
    padding: 10px 40px 30px;
    -webkit-border-bottom-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-bottom-left-radius: 30px;
    -moz-border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
#contenido .cajaResumen h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #231d1d;
}
.cajaResumen table.tablaDatosPersonales th {
    font-size: 16px;
    padding: 15px 0;
    text-transform: uppercase;
    color: #231d1d;
    font-weight: 600;
}
.cajaResumen table.tablaDatosPersonales strong {
    color: #8c8888;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 400;
}
.cajaResumen table.tablaDatosPersonales td {
    font-size: 16px;
    padding: 6px;
    color: #231d1d;
    font-weight: 500;
}
.capaCondiciones {
    float: right;
}
input[type=checkbox].css-checkbox+label.labelcheck {
    font-size: 14px;
}
.modificar a.lnkSize {
    font-size: 13px;
}
a.lnkBotonRojo span {
    display: none;
}
/* AREA PRIVADA
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#areaPersonal #antebase::before {
  content: "Área privada";
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 100px;
  color: #F0EEEB;
  font-style: italic;
  line-height: 1.2;
  position: fixed;
  writing-mode:  vertical-lr;
  z-index: -1;
  top: 40px;
  white-space: nowrap;
}
#areaPersonal #base {
  max-width: 1280px;
}
#areaPersonal div.overflow {
  overflow: auto;
}
/* MENU
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#menuTabs {
    text-align: center;
    padding: 0 0 20px;
}
#menuTabs li {
    margin: 0 2px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#menuTabs li a {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#menuTabs li.activo, #menuTabs li.activo:hover {
    border: 1px solid #00c9c2;
    background-color: transparent;
}
#menuTabs li.activo a, #menuTabs li.activo a:hover {
    border-width: 0;
    border-style: none;
    font-weight: 600;
}
/* GENERICOS
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.filtro_areaprivada {
    background-color: transparent;
    padding: 0;
}
div.paginador {
    background-color: transparent;
}
#areaPrivada div.paginador>a:hover, body#areaMapaWeb div.paginador>a:hover {
    background-color: #F0EEEB;
    color: #231D1D;
}
#areaPrivada .resultado_por_pagina {
    width: auto;
}
#areaPrivada .paginador>a, body#areaMapaWeb .paginador>a {
    border: 1px solid #F0EEEB;
}
#areaPersonal a.botonComprar, #areaPersonal input.botonComprar {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-weight: 500;
    padding-inline: 30px;
    font-size: 12px;
}
.botonRevisarCesta, .botonform, .cajaCompra01 input.botonform, .tablaResumen input.botonform {
    background-color: #231D1D;
    padding: 10px 15px;
    font-weight: 500;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.botonera_areaprivada .botonsecundario {
    border: 1px solid #8C8888;
    background-color: transparent;
    color: #231D1D;
    padding: 9px 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-weight: 500;
}
.botonera_areaprivada .botonsecundario:hover {
    border: 1px solid #8C8888;
    background-color: #231D1D;
    color: #fff;
    text-decoration: none;
}
.mensaje-areaprivada {
    border: 2px solid #F0EEEB;
    padding: 20px;
    margin-bottom: 20px;
}
/* MIS DATOS
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#areaPrivada .celdaTitForm {
    background-color: transparent;
    color: #231D1D;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding-inline: 0;
}
fieldset.areaprivada {
    border-top: none;
    padding: 0;
}
/* MIS FACTURAS
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.tablaFacturas tr:hover {
    background-color: initial;
}
.tablaFacturas th {
    background-color: #e9e7e400;
    color: #8c8888;
    font-size: 11px;
    font-weight: 600;
    padding: 16px 10px;
    font-family: "Montserrat", sans-serif;
    border-top: 2px solid #E9E7E4;
}
.tablaFacturas td {
    border-top: 3px solid #e9e7e4;
    background-color: #F0EEEB;
    font-weight: 500;
    color: #8C8888;
    padding: 10px 7px;
}
.tablaFacturas td.importeFactura {
    background-color: #e9e7e4;
    color: #231D1D;
    font-weight: 600;
}
table.tablaRecibos td {
    border: 1px solid #E9E7E4;
    color: #8C8888;
}
.tablaFacturas tr.tr_recibos td {
    padding-top: 0;
}
.tablaFacturas tr.tr_recibos td table.tablaRecibos td {
    padding: 7px;
}
/* MIS PEDIDOS
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
table.misPedidos th:first-child {
    width: 80px;
}
.separador01.precioPedido {
    background-color: #F0EEEB !important;
    font-weight: 600;
    color: #231D1D;
}
table.misPedidos th {
    background-color: #e9e7e400;
    color: #8c8888;
    font-size: 11px;
    font-weight: 600;
    padding: 16px 10px;
    font-family: "Montserrat", sans-serif;
    border-top: 2px solid #E9E7E4;
    border-bottom: 2px solid #E9E7E4;
}
table.misPedidos td {
    padding: 10px;
    border-bottom: 2px solid #F0EEEB;
    font-size: 14px;
    font-weight: 500;
    color: #8C8888;
}
table.misPedidos td img {
    mix-blend-mode: darken;
}
table.misPedidos td:last-child a {
    border: 2px solid #a00f39;
    display: flex;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    padding: 8px;
    justify-content: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    max-width: 160px;
    margin: 0 auto;
    white-space: nowrap;
}
table.misPedidos td:last-child a:hover {
    border: 2px solid #a00f39;
    text-decoration: none;
    background-color: #a00f39;
    color: #fff;
}
/* IMPORTAR PEDIDOS
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.texto_descripcion.mi_lista_deseos {
    display: none;
}
#areaPrivada div.formulario.listacompra {
    float: none;
    text-align: center;
    margin: 30px auto;
}
#areaPrivada div.formulario.listacompra .campos>li {
    text-align: left;
}
/* LISTA DE LA COMPRA
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.tablaRecibos.tablaGenerica th, table.listaEdicion th {
    background-color: #e9e7e400;
    color: #8c8888;
    font-size: 11px;
    font-weight: 600;
    padding: 16px 10px;
    font-family: "Montserrat", sans-serif;
    border-top: 2px solid #E9E7E4;
    border-bottom: 2px solid #E9E7E4;
}
.tablaRecibos.tablaGenerica td, table.listaEdicion td {
    padding: 10px;
    border-bottom: 2px solid #F0EEEB;
    font-size: 14px;
    font-weight: 500;
    color: #8C8888;
}
/* LISTA DESEOS
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
table.listaEdicion {
    border-bottom: none;
}
table.listaEdicion td {
    padding: 10px 7px;
    border-bottom: 2px solid #F0EEEB;
}
.imgProducto {
    mix-blend-mode: darken;
}
a.producto span span.nombreproductolista {
    font-size: 16px;
    color: #231d1d;
    font-weight: 600;
}
.formCompra input.campoCantidad, .formListacompra input.campoCantidad {
    background-color: transparent;
}
.anyadir, .quitar {
    border: none;
}
.botonEliminar {
    padding: 10px 15px;
    font-weight: 500;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
ul#otraslistas {
    float: left;
}
#areaPrivada p.aPedido {
    margin-top: 0;
    margin-bottom: 15px;
}
table.listaEdicion td.subtotal {
    background-color: #F0EEEB;
    font-weight: 500;
    font-weight: 600;
    color: #231D1D;
}
table.listaEdicion td.total {
    font-weight: 600;
    font-size: 18px;
    color: #231d1d;
    border: none;
}
ul#otraslistas.campos>li:last-child {
    margin-bottom: 10px;
    vertical-align: top;
    margin-top: 7px;
}
/*///////////////////// CSS DINÁMICO : Popup Mejor Precio //////////////////////////*/

#p-mejor-oferta-boton {
display: none;
}
#body_productos_detalle #p-mejor-oferta-boton {
display: block;
text-align: right;
font-size: 16px;
padding: 10px 0 5px;
color: #000000;
}
.contraoferta a.botonComprar::before {

}
.contraoferta a.botonComprar:link, .contraoferta a.botonComprar:visited {
    font-size: 15px!important;
background: #99c4ea;
text-align: right;
padding: 11px 15px 10px;
}
.contraoferta a.botonComprar:hover {
background: #86b1d6;
}

/* POPUP //////////////////////////// */
#titcontraoferta {
    background-color: #99c4ea;
}
#jquery_alert .fc_nombreProducto {
    color: #333;
    font-size: 22px;
    margin: 15px 0;
font-weight: 300;
}
#jquery_alert .fc_descripcionProducto {
display: none;
}
#jquery_alert .fc_precioActual {
background: url("/cms/site_0001/imagenes_css/imagen_css-21-694150f200afdfe269.png");
}
#jquery_alert .fc_precioActual .pvpTotal {
    color: #243a50;
}
#jquery_alert .fc_precioActual .iva {
    color: rgba(36, 58, 80 .6);
}
#jquery_alert .fc_nota {
    margin: 0;
padding: 15px;
   color: #243a50;
background: #f4f8fc;
border-bottom: 4px solid #f4f8fc;
}
#jquery_alert .fc_datosUser p, 
#jquery_alert .fc_contraoferta {
display: none;
}
#jquery_alert .fc_datosUser p.campoEmail {
display: block;
}

 .fc_precioActual #fc_precio_titulo {
font-size: 18px;
color: #243a50;
}
a.fc_botonPrincipal {
    background-color: #dd7a47;
    color: #fff;
}
a.fc_botonPrincipal:hover {
    background-color: #444;
    color: #fff;
}

/* Ocultar mostar elementos */
#campoComentariosContraoferta {
display: block !important;
}

/* CAMPO ///*/
#comentarios_contraoferta::before {
content:"Dinos dónde has visto el producto a mejor precio";
font-size: 12px;
}
#campoComentariosContraoferta textarea {
width: 100%;
}



/*///////////////////// CSS DINÁMICO : Columna derecha //////////////////////////*/

/*///////////////////// CSS DINÁMICO : Columna derecha //////////////////////////*/
#izda {
  float: none;
  margin: 0;
  padding: 0;
  position: fixed;
  width: 300px !important;
  right: -300px;
  top: 0;
  z-index: 9990;
  height: 100%;
  background-color: #fff;
  overflow: visible;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
-webkit-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
#izda.filtros_dcha {
  float: none !important;
  height: 100%;
  right: 0;
  margin: 0;
  position: fixed;
  top: 0;
  z-index: 99999;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#overlay_dcha {
  height: 100%;
  width: 100%;
  right: 300px;
  cursor: pointer;
  position: fixed;
  top: 0;
  overflow: auto;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0;
  pointer-events: none;
}
#izda.filtros_dcha #overlay_dcha {
  background-color: rgba(0, 0, 0, 0);
  width: calc(100% - 300px);
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 1;
  pointer-events: initial;
  background: rgba(0, 61, 59, 0.8);
  -webkit-box-shadow: inset -10px 0px 20px rgba(0, 0, 0, .05);
  -moz-box-shadow: inset -10px 0px 20px rgba(0, 0, 0, .05);
  box-shadow: inset -10px 0px 20px rgba(0, 0, 0, .05);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  cursor: url("/UserFiles/images/ico_close.png"),auto;
}
div#contenidoIzda {
    overflow: auto;
    height: 100%;
  padding: 20px;
}
#btn_filtros_dcha {
    background-color: #a00f39;
    color: #fff;
    text-decoration: none;
    padding: 12px 10px 20px;
    display: inline-block;
    height: 180px;
    text-align: center;
    position: fixed;
    z-index: 999;
    right: 0;
    top: 35vh;
    font-weight: 600;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    text-transform: uppercase;
    font-size: 12px;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}
#btn_filtros_dcha:hover {
  padding: 12px 10px 20px;
  bottom: 0;
}
#izda.filtros_dcha #btn_filtros_dcha {
    pointer-events: none;
    transform: translateX(-300px) rotate(180deg);
}

#izda div.cajasIzda {
  margin-bottom: 20px !important;
}
#izda div.cajasIzda h3 {
    font-weight: 600;
    font-size: 11px;
    padding: 10px 0;
    text-align: center;
    letter-spacing: 0.05em;
    pointer-events: none;
}
table.tablaListaProductos01 .enfasis {
  display: block;
  font-size: 14px;
  color: #231D1D;
  float: none;
}
.pedido_cliente {
  background-color: transparent;
  margin-top: 10px;
  border: 2px solid #E9E7E4;
}
.datoPedido span {
  font-weight: 600;
}
.importePedido .dato {
  color: #231D1D;
  font-weight: 600;
  font-size: 16px;
}
#cajaLogeado>div {
    padding: 0;
}
#cajaLogeado form img {
    max-width: 30px;
    max-height: 30px;
}
#cajaLogeado div form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
#cajaLogeado form img {
  max-width: 100px;
  max-height: 42px;
}
#cajaLogeado form span {
    color: #231D1D;
    font-weight: 500;
}
#cajaLogeado .botonform {
  background-color: #0DCBC5;
}
table.tablaListaProductos01 span.descuentos {
    font-weight: 500;
    font-size: 11px;
}
.referenciaPedido .dato {
    color: #A00F39;
}
/*///////////////////// CSS DINÁMICO : Gráfico pasos compra //////////////////////////*/

/* GRAFICO PASOS /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.tablaProcesoCompra {
    max-width: 768px;
    margin: 0 auto 20px;
}
.uno.activo > div, .dos.activo > div, .tres.activo > div {
    background-image: none;
    background-color: transparent;
    color: #231d1d;
}
.tablaProcesoCompra td {
    position: relative;
}
.uno > div, .dos > div, .tres > div {
    background-image: none;
    background-color: transparent;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
}
.uno > div::before, .dos > div::before, .tres > div::before {
  width: 40px;
  height: 40px;
  display: flex;
  font-size: 18px;
  margin: 0 auto 10px;
  justify-content: center;
  align-items: center;
  background-color: #F0EEEB;
  color: #979291;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  font-weight: 500;
}
.uno > div::before {
  content: "1";
}
.dos > div::before {
  content: "2";
}
.tres > div::before {
  content: "3";
}
.uno.activo > div::before, .dos.activo > div::before, .tres.activo > div::before {
  background-color: #231d1d;  /* color de fondo del paso activo */
  color: #fff; /* color de texto del paso activo */
}
.tablaProcesoCompra td.activo {
  font-weight: 600;
}
.tablaProcesoCompra td::before {
  content: "";
    height: 5px;
    width: 42%;
    position: absolute;
    top: 35%;
    background-color: #F0EEEB;  /* color de la línea media */
}
.tablaProcesoCompra td.uno::before {
    right: 0;
}
.tablaProcesoCompra td.dos::before {
    width: 100%;
    right: 0;
}
.tablaProcesoCompra td.tres::before {
    left: 0;
}

/*///////////////////// CSS DINÁMICO : Eventos //////////////////////////*/

#body_comunicados_detalle #contenido {
    max-width: 1259px;
    margin: 20px auto;
}
/* EVENTOS LISTADO
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#body_comunicados_eventos #contenido {
    max-width: 768px;
    margin: 0 auto;
}
#body_comunicados_eventos #contenido h2 {
    display: block !important;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 42px;
    line-height: 1.3;
}
#body_comunicados_eventos  .noticias table.visualizacion td {
    margin-inline: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 2px;
    font-size: 12px;
    text-transform: uppercase;
}
#body_comunicados_eventos #bloque li {
    border-bottom: none;
    margin-top: 30px;
    margin-bottom: 30px;
}
#body_comunicados_eventos #bloque li a {
    color: #8C8888;
    padding: 20px;
    background-color: #fff;
    border: 2px solid #f5f5f0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
}
#body_comunicados_eventos #bloque li a:hover {
    border-color: #fff;
    -webkit-box-shadow: 10px 10px 20px rgba(75, 5, 24, .15);
    -moz-box-shadow: 10px 10px 20px rgba(75, 5, 24, .15);
    box-shadow: 10px 10px 20px rgb(76 5 24 / 15%);
}
#body_comunicados_eventos  #bloque li a {
    color: #8C8888;
    padding: 20px;
}
#body_comunicados_eventos  div.noticias li img {
    float: left;
    height: auto;
    padding: 10px;
    margin-right: 25px;
}
#body_comunicados_eventos  div.noticias li img {
    float: left;
    padding: 10px;
    margin-right: 25px;
}
#body_comunicados_eventos  .tituloListado {
    font-size: 24px;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    margin-bottom: 5px;
    margin-top: 5px;
}
#body_comunicados_eventos  .descripcionListado {
    font-size: 16px;
}
/* EVENTOS DETALLE
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
div.noticias {
    font-size: 16px;
}
.detalle #bloque li {
    border-bottom: none;
    margin-bottom: 30px;
}
.detalle .fecha {
    font-size: 14px;
}
#body_comunicados_detalle #contenido h1 {
    display: block !important;
    text-align: left;
    margin-bottom: 5px;
    margin-top: 5px;
}
#body_comunicados_detalle  #contenido h1::after {
    display: none;
}
.noticias.detalle .descripcionListado {
    font-size: 22px;
    color: #231d1d;
}
.imagen-ficha-blog, .imagen-ficha-comunicado {
    width: auto;
    max-width: 35%;
    padding: 15px;
    background-color: #fff;
    float: right;
    margin: 10px 0 20px 40px;
}
div.adicional_noticias {
    margin: 29px 0 10px;
}
div.datosEvento {
    padding-left: 15px;
    padding-top: 15px;
}
div.fechaComunicado {
    font-size: 14px;
    background-color: #fff;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 2px solid #f5f5f0;
}
div.tituloFechaComunicado {
    font-size: 14px;
    font-weight: 600;
    color: #8c8888;
    background-color: #F0EEEB;
    padding: 10px 15px;
}
.ubicacionEvento::before {
    content: "LUGAR";
    display: block;
    color: #231d1d;
    font-weight: 600;
    font-size: 12px;
}
div.fechaInicio::before {
    content: "FECHA INICIO";
    display: block;
    color: #231d1d;
    font-weight: 600;
    font-size: 12px;
}
div.horaEvento::before {
    content: "HORA";
    display: block;
    color: #231d1d;
    font-weight: 600;
    font-size: 12px;
}
div.asistentesEvento::before {
    content: "PAX";
    display: block;
    color: #231d1d;
    font-weight: 600;
    font-size: 12px;
}
div.tagsComunicados, #entrada div.herramientas a.addthis_button, #entrada div.herramientas a.imprimir-com {
    display: none;
}
div.herramientas {
    border-top: none;
}
div.paginador {
    border-bottom: none;
    border-top: 2px solid #f5f5f0;
}
span.titFuente {
    display: none;
}
div.fuenteComunicado span.fuente a {
    text-transform: uppercase;
    background-color: #A00F39;
    color: #fff;
    display: inline-block;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 500;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    margin-bottom: 20px;
}
div.fuenteComunicado span.fuente a:hover {
    background-color: #231D1D;
}
/*///////////////////// CSS DINÁMICO : Contenidos CMS //////////////////////////*/

.cuadro-destacado {
  padding: 20px 30px;
  background-color: #f1efec;
  font-size: 18px;
  width: fit-content;
  margin-bottom: 20px;
  border: 1px solid #e1ded8;
  color: #716d6d;
}
.cuadro-destacado p {
  margin-bottom: 5px;
}
.cuadro-destacado p:last-child {
  margin: 0;
}
/* FANCYS 
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.emergente div.megaeditor, ._sec_emergentes div.megaeditor {
  padding-inline: 30px;
}
#contenido .emergentes h2, #contenido ._sec_emergentes h2 {
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
}
#contenido  .emergentes div.megaeditor h3, #contenido  ._sec_emergentes div.megaeditor h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 20px;
}
/* GASTOS DE ENVÍO 
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#tablagastos {
  margin-bottom: 30px;
}
#tablagastos th {
  padding: 10px 0;
  text-align: right;
  color: #231D1D;
  font-size: 12px;
}
#tablagastos td {
  padding: 10px 5px;
  text-align: right;
  font-size: 14px;
}
#tablagastos tr td:first-child {
  text-align: left;
  padding-left: 10px;
}
#tablagastos tr {
  border-bottom: 1px solid #eae7e3;
}
#tablagastos tbody tr:hover, #tablagastos col:hover {
  background-color: #fff;
}
hr {
  border-top: 3px solid #f0eeeb;
}
/*///////////////////// CSS DINÁMICO : Responsive //////////////////////////*/

div[class^="ddsmoothmenu nav_menu_movil_"] #mobnav-btn-cms, div[class^="ddsmoothmenu nav_menu_movil_"] #mobnav-btn-prod, #mobnav-btn-cms, #mobnav-btn-prod {
  padding: 8px 20px;
  font-size: 26px;
  width: auto;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
     ESTILOS HASTA 1680
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 1680px) {
div#buscadorTop {
  left: 30px;
}
#capaLoginTop {
    right: 110px !important;
}
#cestaTop {
    right: 30px !important;
}
table.tablaCategorias td {
    width: 23% !important;
}
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
     ESTILOS HASTA 1440
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 1440px) {

#campos-dinamicos {
    display: flex;
    gap: 40px;
}
dl.camposDinamicos {
    column-count: 1;
}
table.tablaCategorias td {
  width: 30% !important;
}
#areaPersonal #antebase::before {
  display: none;
}
#pie {
  padding-inline: 4%;
}
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
     ESTILOS HASTA 1280
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 1280px) {

#base {
    padding-inline: 3%;
}
#cabecera {
    background-position: -400px -183px, calc(100% + 600px) -150px;
}
#resenas {
  background-image: none;
}
#base1024 {
  overflow: hidden;
}
#pie {
  overflow: visible;
}
#pieA {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    max-width: 1024px;
}
#pieA::before {
  content: "";
  display: block;
  position: absolute;
  width: 500px;
  height: 400px;
  background-image: url(/UserFiles/images/sacacorchos.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  right: -50px;
   top: -70px;
  z-index: 999;
  pointer-events: none;
}
#corporativo {
    grid-column: span 3;
}
table.textosCondiciones {
    max-width: 1024px;
}
#centro section.ventajas div.megaeditor {
  gap: 40px;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
#centro section.ventajas div.megaeditor > div strong {
  font-size: 24px;
}
#centro section.ventajas div.megaeditor > div p {
  font-size: 16px;
}
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
     ESTILOS HASTA 1024
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 1024px) {
#base {
  padding-inline: 4%;
}
#contenido h1, #body_cms_home #contenido h3 {
  font-size: 36px;
}
div#buscadorTop {
  left: 20px;
}
div.logo {
  width: 200px;
  top: 15px !important;
}
#body_cms_home section.gal_carrusel {
  margin-top: 36px;
}
#centro section[id^="parrilla_imagenes_familias_"] {
  overflow: auto;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#centro section.ventajas div.megaeditor {
  gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
table.gama {
  margin-bottom: 0;
}
table.tablaCategorias {
  overflow: auto;
}
table.tablaCategorias td {
  width: auto !important;
}
table.tablaCategorias tbody {
  display: flex;
  flex-direction: row;
  overflow: auto;
}
table.tablaCategorias tr {
  display: inline-flex;
}
.tablaCategorias a.imagenParrilla{
  min-width: 230px;
}
.tablaCategorias a.imagenParrilla + a.textoParrilla {
top: 25%;
}
.tablaCategorias a.imagenParrilla:hover + a.textoParrilla {
top: 20%;
}
/*
.tablaCategorias a {
  padding: 5px 10px;
  min-width: 230px;
  font-size: 18px !important;
}
*/
#body_productos_listado [id^="product_list_"], #body_productos_detalle [id^="product_list_"] {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
#pieA {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
#corporativo {
  max-width: 400px;
}
/* CABECERA  /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#cabecera {
  height: 90px !important;
  background-position: -200px -130px, calc(100% + 600px) -150px;
  background-image: url(/UserFiles/images/bg_top02.png), none;
  background-size: 800px, 0;
}
div.logo {
  width: 160px;
  right: initial !important;
  left: 60px;
  transform: none;
  top: 5px !important;
  z-index: 99990;
}
div#buscadorTop {
  width: calc(100% - 40px);
  z-index: 9999;
  top: 70px !important;
  -webkit-box-shadow: 5px 5px 10px rgba(75, 5, 24, .10);
  -moz-box-shadow: 5px 5px 10px rgba(75, 5, 24, .10);
  box-shadow: 5px 5px 10px rgb(76 5 24 / 10%);
 max-width: 400px;
  transform: translateX(-50%);
  left: 50%;
}
input.camposformHomeMediano {
  padding: 12px 8px;
}
#capaLoginTop {
  top: 15px !important;
  z-index: 99990;
  right: 100px !important;
}
#cestaTop {
  top: 6px !important;
  z-index: 99991;
  right: 20px !important;
}

/*///////////////////////////////////////////// MENÚ DESPLEGABLE ///////////////////////////////////////////////////*/
div[class^="ddsmoothmenu nav_menu_movil_"], .ddsmoothmenu {
    top: 5px !important;
}
div[class^="ddsmoothmenu nav_menu_movil_"] ul, .ddsmoothmenu > ul {
   background-color: #fff;
   border-bottom: 3px solid #a00f39;
  -webkit-box-shadow: 10px 10px 20px rgba(75, 5, 24, .15);
    -moz-box-shadow: 10px 10px 20px rgba(75, 5, 24, .15);
    box-shadow: 10px 10px 20px rgb(76 5 24 / 15%);
  max-width: 768px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
}
.ddsmoothmenu ul li ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-bottom: 0;
    border-bottom: none;
}
.ddsmoothmenu ul:hover, .ddsmoothmenu ul li:hover, .ddsmoothmenu ul li a:hover {
  display: block !important;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
    padding: 11px 20px !important;
    font-size: 18px;
}
.ddsmoothmenu ul li a[style], .ddsmoothmenu ul li a[class~="conSubmenu"] {
  pointer-events: none;
}
.ddsmoothmenu ul li, .ddsmoothmenu ul li ul, .ddsmoothmenu ul li ul li a {
  top: inherit !important;
  width: 100% !important;
}
.ddsmoothmenu > ul > li > a:link, .ddsmoothmenu > ul > li > a:visited {
    color: #231d1d;
    text-align: left;
}
.ddsmoothmenu ul:hover, .ddsmoothmenu ul li:hover, .ddsmoothmenu ul li a:hover {
  display: block !important;
}
.ddsmoothmenu ul li ul {
  position: relative;
}
.ddsmoothmenu ul li ul li ul {
  left: 0 !important;
  position: relative;
  width: 100% !important;
}
.ddsmoothmenu ul li ul li a, .ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited {
  padding: 7px 40px !important;
  background-color: #F0EEEB !important;
}
.ddsmoothmenu ul li ul#submenu2_marcas {
  width: 100% !important;
  column-count: 3;
  background-color: #F0EEEB;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.rightarrowclass {
  transform: rotate(90deg);
}

div.cajasIzda h3[id^="h3_filtro_productos"] {
  display: block;
  font-weight: 600;
  font-size: 16px !important;
}
.cajasIzda.filtroProductos {
  justify-content: flex-start;
  flex-direction: column;
  max-width: 600px;
  margin: 0 auto;
}
.cajasIzda.filtroProductos h3::before {
  content: "";
  background-image: url(/UserFiles/images/ico_filtros.svg);
  background-size: cover;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.basefiltros {
  display: none;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
  width: 100%;
}
#centro .conjuntofiltro {
  padding: 10px;
  width: 100%;
  border-bottom: 2px solid #f5f5f0;
}
.conjuntofiltro > div:last-child:not(#div_filtrado_oferta, #div_filtrado_reservados, #div_filtrado_stock) {
    position: relative;
    padding: 5px 20px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-width: 100%;
}
.botones_filtros_laterales {
  display: none;
  width: 100%;
  padding-top: 10px;
  margin-left: auto;
  text-align: right;
}
}
@media only screen and (max-width: 900px) {
#centro section.ventajas div.megaeditor {
  gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
     ESTILOS HASTA 767
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 767px) {

/*///////////////////////////////////////////// PROCESO DE COMPRA ///////////////////////////////////////////////////*/
.uno > div, .dos > div, .tres > div {
font-size: 12px;
}
#paso02 .cajaCompra01.dosColumnas, 
#paso02 .cajaCompra02.dosColumnas {
  width: 100%;
float: none;
}
.tablaForm.zonaDatosIdentificacion td, 
.tablaForm.zonaDatosFacturacion td, 
.tablaForm.zonaDatosEnvio td {
display: block;
  width: 100%!important;
text-align: left!important;
}
.tablaForm.zonaDatosIdentificacion td input, 
.tablaForm.zonaDatosFacturacion td input, .tablaForm.zonaDatosFacturacion td select, 
.tablaForm.zonaDatosEnvio td input, .tablaForm.zonaDatosEnvio td select {
  width: 100%;
}

}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
     ESTILOS HASTA 767
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 767px) {
#base {
    padding-top: 25px;
}
#centro {
  width: 100% !important;
}
section._comunicados #bloque ul {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
section._comunicados div.noticias li img {
    max-width: 130px;
    float: left;
    margin-right: 25px;
    padding: 10px;
}
section._comunicados #bloque li a, section._comunicados #bloque li a:hover {
    padding: 20px 0;
    border: none;
}
/* CABECERA  /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#cabecera {
  height: 90px !important;
  background-position: -200px -130px, calc(100% + 600px) -150px;
  background-image: url(/UserFiles/images/bg_top02.png), none;
  background-size: 800px, 0;
}
div.logo {
  width: 160px;
  right: initial !important;
  left: 60px;
  transform: none;
  top: 5px !important;
  z-index: 99990;
}

input.camposformHomeMediano {
  padding: 12px 8px;
}
#capaLoginTop {
  top: 15px !important;
  z-index: 99990;
  right: 100px !important;
}
#cestaTop {
  top: 6px !important;
  z-index: 99991;
  right: 20px !important;
}
.ddsmoothmenu ul li ul#submenu2_marcas {
  column-count: 3;
}
/* FORMULARIOS  /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#datosDireccionFacturacion, #datosFacturacion {
  float: none;
  width: 100%;
}
div.formulario form label {
  width: 100%;
  font-size: 14px;
  text-align: left;
}
input[type="checkbox"], input[type="radio"] {
  width: auto;
}
#comentarios {
  margin-top: 5px;
}
/* CARRUSEL  /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
section[id*="galeria_imagenes"]{
    padding: 0 0;
}

/*///////////////////////////////////////////// MENÚ DESPLEGABLE ///////////////////////////////////////////////////*/
div[class^="ddsmoothmenu nav_menu_movil_"], .ddsmoothmenu {
    top: 5px !important;
}
div[class^="ddsmoothmenu nav_menu_movil_"] ul, .ddsmoothmenu ul {
   background-color: #fff;
   border-bottom: 3px solid #a00f39;
  -webkit-box-shadow: 10px 10px 20px rgba(75, 5, 24, .15);
    -moz-box-shadow: 10px 10px 20px rgba(75, 5, 24, .15);
    box-shadow: 10px 10px 20px rgb(76 5 24 / 15%);
}
.ddsmoothmenu ul li ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-bottom: 0;
    border-bottom: none;
}
.ddsmoothmenu ul:hover, .ddsmoothmenu ul li:hover, .ddsmoothmenu ul li a:hover {
  display: block !important;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
    padding: 11px 20px !important;
    font-size: 18px;
}
.ddsmoothmenu ul li a[style], .ddsmoothmenu ul li a[class~="conSubmenu"] {
  pointer-events: none;
}
.ddsmoothmenu ul li, .ddsmoothmenu ul li ul, .ddsmoothmenu ul li ul li a {
  top: inherit !important;
  width: 100% !important;
}
.ddsmoothmenu > ul > li > a:link, .ddsmoothmenu > ul > li > a:visited {
    color: #231d1d;
    text-align: left;
}
.ddsmoothmenu ul:hover, .ddsmoothmenu ul li:hover, .ddsmoothmenu ul li a:hover {
  display: block !important;
}
.ddsmoothmenu ul li ul {
  position: relative;
}
.ddsmoothmenu ul li ul li ul {
  left: 0 !important;
  position: relative;
  width: 100% !important;
}
.ddsmoothmenu ul li ul li a, .ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited {
    padding: 7px 40px !important;
    background-color: #F0EEEB !important;
}
.ddsmoothmenu ul li ul#submenu2_marcas {
    width: 100% !important;
}
.rightarrowclass {
  transform: rotate(90deg);
}
/* HOME  /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.banners-col {
/*grid-template-columns: 1fr;*/
grid-gap: 20px;
}

#centro section.sec-banner {
margin: 0 auto 20px;
}

/* LISTADO  /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
div.cajasIzda h3[id^="h3_filtro_productos"] {
  display: block;
  font-weight: 600;
  font-size: 16px !important;
}
.cajasIzda.filtroProductos {
  justify-content: flex-start;
  flex-direction: column;
}
.basefiltros {
  display: none;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
  width: 100%;
}
#centro .conjuntofiltro {
  padding: 10px;
  width: 100%;
  border-bottom: 2px solid #f5f5f0;
}
.conjuntofiltro > div:last-child:not(#div_filtrado_oferta, #div_filtrado_reservados, #div_filtrado_stock) {
    position: relative;
    padding: 5px 20px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-width: 100%;
}
.botones_filtros_laterales {
  display: none;
  width: 100%;
  padding-top: 10px;
  margin-left: auto;
  text-align: right;
}


#body_productos_listado [id^="product_list_"], #body_productos_detalle [id^="product_list_"] {
  column-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
ul.mini {
  padding: 20px 15px 30px;
}
/* FICHA  /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
div.datosFicha, div.imagen {
  width: 100%;
  float: none;
}
#foto_principal {
  height: auto!important;
}
div.imagen {
  position: relative;
  top: 0;
}
#fotos.vertical {
  float: none;
  margin-right: 0;
  width: 100%;
}
#div_slider_fotos+#fotos {
  width: 100%;
}
/* COMPRA  /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.prescindible {
  display: none;
}
#paso02 .cajaCompra02.unaColumna #datosIdentificacion td.campos01, 
#paso02 .cajaCompra02.unaColumna #datosDireccionFacturacion td.campos, #paso02 .cajaCompra02.unaColumna #datosFacturacion td.campos, #paso02 .cajaCompra02.unaColumna #table_dir_envio td.campos {
    width: 100%;
}
.campocantidad input {
  margin-top: 0;
}
/* AREA PRIVADA  /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.mask {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(250, 249, 248, 0)), color-stop(100%, rgba(250, 249, 248, 1)));
}
#menuAreaPrivada #menuTabs {
    padding-bottom: 0;
    margin-top: 20px;
}
/* PIE  /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#pie {
  padding-inline: 6%;
}
#pieA {
    margin: 0 auto 20px;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}
#pieA::before {
  right: -60px;
  top: -130px;
  width: 400px;
}
#pie div.cajasIzda, #menuTop, #pie #pieA p.condiciones {
    margin-top: 20px;
}
#pie p.condiciones {
    padding-top: 40px;
}
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
     ESTILOS HASTA 600
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 600px) {
#base1024 {
    background-size: 400px, 240px;
}
#base {
  padding-inline: 5%;
  background-image: none;
}
#contenido h1, #body_cms_home #contenido h3 {
  font-size: 30px;
  padding: 0;
}
#contenido h2 {
  font-size: 26px;
  padding: 0 0 15px;
  text-align: center;
}
#body_productos_listado h2 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 0;
  padding-bottom: 10px;
}
#contenido .seccion {
    font-size: 21px;
}
#btn_filtros_dcha {
  padding: 12px 10px 14px;
  height: 150px;
  font-size: 10px;
}
/*POPUP COMPRA --------------------*/
#jquery_alert {
    left: 0 !important;
    width: 100%;
    max-width: 100%;
}
#jquery_alert .nombreProducto {
text-align: left;
}
/* CABECERA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#mensajeCabecera {
  padding: 5px 20px;
}
#carrusel_cab_fl_izq {
    left: 0;
    margin-left: initial;
}
#carrusel_cab_fl_der {
    right: 0;
    margin-right: initial;
}
#mensajeCabecera p {
  line-height: 1;
}
div.logo {
  width: 150px;
}
#pestanyas {
display: none;
}
div#buscadorTop {
  left: 20px;
  max-width: 100%;
  transform: initial;
 }
.ddsmoothmenu ul li ul#submenu2_marcas {
  column-count: 2;
}
/* HOME ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#centro section.presentacion p {
    line-height: 1.4;
}
/* LISTADO ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.agotado, .disponible, .disponible_sin_stock, .en_reposicion, .parcialmentedisponible {
    float: none;
    clear: none;
}
#contenido div.descripcionLarga h2, #contenido div.descripcionTecnica h2 {
  padding: 0;
}
/* AREA PRIVADA ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#AP_datosDireccionFactura td, #AP_datosFactura td, #AP_datosIdentificacion td, 
#AP_datosDireccionFactura td.campos, #AP_datosFactura td.campos, #AP_datosIdentificacion td.campos {
text-align: left;
display: block;
width: 100%;
}
#AP_datosDireccionFactura td input, #AP_datosFactura td input, #AP_datosIdentificacion td input, 
#AP_datosDireccionFactura td select, #AP_datosFactura td select, #AP_datosIdentificacion td select,
#AP_datosDireccionFactura td textarea, #AP_datosFactura td textarea, #AP_datosIdentificacion td textarea  {
width: 100%;
}
.botonera_areaprivada a {
display: block;
width: 100%;
text-align: center;
margin-bottom: 10px;
}

/* PROCESO DE COMPRA ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.uno > div, .dos > div, .tres > div {
font-size: 11px;
}

/* FICHA ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.contentstyle {
    padding-top: 0;
}
/* PIE ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#pieA {
    max-width: 400px;
    margin-bottom: 30px;
}
#pieA::before {
  right: -80px;
  top: 200px;
  width: 400px;
}
#pie div.cajasIzda, #menuTop, #pie #pieA p.condiciones {
  grid-column: span 3;
}
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
     ESTILOS HASTA 480
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 480px) {

#cesta a, #cestaTop #cesta.activo a {
    padding: 5px 1px 1px 28px;
}

#base1024::before {
left: 3%;
}



/* LISTADOS  /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/* FICHA  /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#productos_hermanos span.producto-ficha {
  overflow: hidden;
  display: block;
}
#campos-dinamicos {
  gap: 0;
  flex-direction: column;
}
/* AREA PRIVADA  /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.campos.filtrofecha > li {
  width: 100%;
}
.campos.filtrofecha > li input {
  margin: 0;
  width: 100%;
}

/* LISTA DESEOS RESPONSIVE*/
table.listaEdicion  {
display: block;
width: 100%;
overflow-x: scroll;
}


/* PROCESO COMPRA  /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#centro #contenido a.lnkBotonRojo:link, #centro #contenido a.lnkBotonRojo, #centro #contenido div.tablaNavegaCompra a.lnkBotonVerde.destacado, #centro a.lnkBotonVerde.destacado {
  width: 100%;
  display: block;
  margin-bottom: 5px;
  text-align: center;
}
#tablaEntradaUsuarios .login, #tablaEntradaUsuarios .pass {
  width: 100%;
}
#tablaEntradaUsuarios .aceptacion {
  width: 100%;
}

#pieA::before {
  right: -120px;
  top: 240px;
  width: 350px;
}
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
     ESTILOS PARA DISPOSITIVOS TÁCILES
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (pointer: coarse) {
.fotoProductoVarias {
    display: none;
}
#div_slider_fotos+#fotos {
  width: 100%;
}
.tablaCategorias a.textoParrilla, .tablaCategorias a.textoParrilla02, .tablaCategorias a:hover.textoParrilla, .tablaCategorias a:hover.textoParrilla02 {
    transform: translateY(0);
    background-image: url(/UserFiles/images/adorno.svg);
    background-size: 24px;
    background-color: #fff;
    color: #231d1d;
    -webkit-box-shadow: 5px 5px 10px rgba(75, 5, 24, .15);
    -moz-box-shadow: 5px 5px 10px rgba(75, 5, 24, .15);
    box-shadow: 5px 5px 10px rgb(76 5 24 / 15%);
}
a.textoParrilla02:active, a.textoParrilla02:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.contenedor_div:first-child {
    background-color: #F0EEEB;
}
.contenedor_div:nth-child(3) {
    border-top: 2px solid #F0EEEB;
}
}
/*///////////////////// CSS DINÁMICO : MODS //////////////////////////*/

/* MARZO 2025 
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* Filtros de producto */
div.cajasIzda ul.listaFiltro li {
display: block!important;
}
div.cajasIzda a.vertodosFiltro {
display: none;
}