/*Carousel de Productos*/
#categorias .categorias .imagenes .categoria a:hover{
	color:#C9D126;
}


.item-price-destacado, #categorias .categorias .imagenes .categoria a:hover, .item-price span, .precio_destacado_producto, .precio_destacado_producto, .sin_interes {
	color:#153962;
}

.item-price-destacado, #categorias .categorias .imagenes .categoria a:hover, .item-price span, .precio_destacado_producto {
	font-size: 16px;
	font-weight:600;
	text-align: center;
}




.item-price-destacado, #categorias .categorias .imagenes .categoria a:hover, .item-price span, .precio_destacado_producto, .contenedor_listado_productos .item-price{
	font-size: 14px;
	margin: 5px 0 0 0;
	text-align: center;
}
.envio-gratis {
	
	-webkit-box-shadow: 1px 1px 5px -2px rgba(204,204,204,1);
	-moz-box-shadow: 1px 1px 5px -2px rgba(204,204,204,1);
	box-shadow: 1px 1px 5px -2px rgba(204,204,204,1);
	background:#C9D126; 
}

.formas-pago {
	background:#153962; 
}

.codigo_producto {font-family:  var(--fuente);	

}
.info_cuotas{
	text-align: center;
}
.nombre_producto {font-family:  var(--fuente);	
}

.producto_lista .item-price-destacado{
	color:#153962;
}
	
.contenedor_datos_cuotas_modulo_producto {
    margin-top: 10px;
    text-align: center;
}


.resaltado_modulo_producto {
    font-size: 21px;
    display: inline-block;
    font-weight: 600;
    color: #153962;
}

.sin_interes_modulo_producto {
    font-size: 12px;
    color: #2A2828;
    font-weight: 600;
}

.item-price span{
	color:#D42026;	
}
