.negrita{
    font-weight: 600;
}

#ruta{
    margin: 15px auto;
    text-transform: uppercase;
}

.arrows a,.arrows span{
    height: 25px;
    color: #d0280b;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrows li:last-child a,.arrows li:last-child span{
    font-weight: 600;
}

.arrows li:nth-child(1n+2){
    padding-left: 25px;
    position: relative;
}

.arrows li:nth-child(1n+2) a::before{
    width: 25px;
    height: 25px;
    content: '\f0da';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 22px;
    color: #d0280b; 
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrows li:nth-child(1n+2) span::before{
    width: 25px;
    height: 25px;
    content: '\f0da';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 22px;
    color: #d0280b; 
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.categoria,.categoria_contenedor_foto,.categoria_foto,.categoria_nombre{
    height: 150px;
}

.categoria{
    margin: 5px 0;
    border-radius: 3px;
    border: 2px solid #d0280b;
    background-color: #FFF;
    position: relative;
    overflow: hidden;
}

.categoria_nombre{
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,.7);
}

.categoria_nombre h3{
    text-align: center;
}

.categoria a{
    color: #d0280b;
}

.tituloCategoria{
    font-size: 18px;
    color: #d0280b;
}

.producto{
    min-height: 320px;
    margin-bottom: 20px;
    border: 1px solid;
    padding: 10px;
    border-radius: 3px;
}

.producto_foto,.hover_foto_producto{
    height: 150px;
    position: relative;
}

.contenedor_hover_foto_producto{
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.circulo_masInfo{
    width: 80px;
    height: 80px;
    font-weight: 600;
    text-align: center;
    color: #FFF;
    background-color: #d0280b;
    text-transform: uppercase;
    border-radius: 50%;
    opacity: 0;
    transition: all 1s ease-in-out;
}

.producto:hover .circulo_masInfo{
    opacity: 1;
}

.info_articulo,.precio_articulo{
    margin: 5px 0;
}

.info_articulo{
    padding: 0 5px;
    color: #000;
}

.info_articulo h3{
    font-size: 16px;
}

.precio_articulo{
    font-size: 25px;
    color: #d0280b;
    padding-left: 5px; 
}

.precio_articulo span{
    font-size:16px;
}

.cantidad{
    width: 35px;
    height: 35px;
    text-align: center;
}

.cajaCantidad i{
    font-size: 18px;
    cursor: pointer;
}

.carrito{
    height: 45px;
    padding: 0 5px;
    color: #FFF;
    text-transform: uppercase;
    border-radius: 3px;
    background-color: #d0280b;
    cursor: pointer;
}

#carritoVacio.contenido,#carritoLleno.contenido,#cuentas.contenido,#crearCuenta.contenido,#registro.contenido,#recuperarCuenta.contenido,#nuevaDireccion.contenido,#miCuenta.contenido,#misDirecciones.contenido,#misPedidos.contenido,#pedidoFinalizado.contenido{
  
}

#carritoVacio #mensaje{
    padding: 10px;
    margin: 25px  0;
    border-radius: 3px;
    background-color: rgba(111, 0, 0, 0.5);
}

#carritoVacio #mensaje i{
    font-size: 30px;
    margin-bottom: 10px;
    color: #e3e33f;
}

.cabecera_carrito span,.cajaTotal{
    color: #FFF;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 5px;
    margin: 5px 0;
    background-color: #d0280b;
    font-size: 9px;
}

.articulo_carrito{
    height: 125px;
    padding: 5px;
    margin: 2px 0;
    background-color: #CCC;
    border-radius: 3px;
}

.botonCantidad .cantidad{
    width: 45px;
    height: 45px;
    margin-right: 5px;
    border-radius: 3px;
    border: 1px solid #000;
}

.totalPrecio{
    margin-bottom: 20px; 
}

.dentroTotal{
    font-weight: 600;
    margin: 0 3%;
}

.dentroTotalPrecio{
    height: 80px;
    color: #FFF;
    padding: 5px;
    border-radius: 3px;
    background-color: #d0280b;
}

.precioTotalPedido{
    font-size: 35px;
    font-weight: 600;
}

#seguirComprando,#finalizarCompra{
    height: 50px;
    padding: 0 10px;
    text-transform: uppercase;
    border-radius: 3px;
    background-color: #d0280b;
    display: flex;
    justify-content: center;
    align-items: center;
}

#seguirComprando a,#finalizarCompra a{
    font-size: 18px;
    color: #FFF;
}

#carritoVacio .boton{
    height: 60px;
    padding: 0 10px;
    text-transform: uppercase;
    color: #FFF;
    background-color: #d0280b;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imagenesCarrito{
    height: 125px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}



.tiendaProductosCargando{
    font-size: 80px;
    color: #d0280b;
}

.tiendaFiltro{
    color: #d0280b;
    font-size: 22px;
    
}

.tiendaFiltroValores{
    padding: 10px 0;
}

.tiendaFiltroValor{
    padding: 10px 0;
}

.tienda_filtro_valor{
    margin-right: 10px;
}
/*******************************************/
/*              MINI CARRITO               */
/*******************************************/
#listaCarrito{
	display:none;
	position:absolute;
	width:320px;
	right: -12px;
	top: 2px;
	border-top:30px solid transparent;
	max-height: 350px;
	overflow: auto;
	border-radius: 6px;
	-moz-border-radius:6px;
	-webkit-border-radius: 6px;
}

#menuCarrito{
	position:relative;
	font-size:14px;
}

#menuCarrito:hover #listaCarrito{
	display:flex;
	z-index: 1000;
}

#menuCarrito i{
    font-size: 22px;
}

#num_carrito{
    font-size: 18px;
    font-weight: 600;
    color: #d0280b;
    margin: 0 5px;
    width: 25px;
    height: 25px;
    background-color: #FFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.listaCarritoProducto{
	padding:10px;
	line-height:20px;
	color:white;
	background-color:rgba(76, 76, 76, 0.9);

}
.listaCarritoProducto:first-of-type{
	border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
}
.listaCarritoProducto .foto{
	width:30%;
	float:left;
}
.listaCarritoProducto .foto img{
	width:100%;
}

.listaCarritoProducto .nombre{
	width:60%;
	float:right;
}

.listaCarritoProducto .precio{
	width: 100%;
	float: left;
	margin-top: 10px;
}

#resultadoListaCompra{
	padding:10px;
	line-height:20px;
	color:white;
	background-color:rgba(76, 76, 76, 0.9);
}

#resultadoListaCompra .boton{
    height: 40px;
    margin: 5px 0;
    padding: 0 5px;
    background-color: #d0280b;
    border-radius: 3px;
}

#resultadoListaCompra .boton a{
    color: #FFF;
    text-transform: uppercase;
}

#resultadoListaCompra #subtotal span{
    font-size: 22px;
}

/*LogIn*/

#logIn{
    padding: 100px 0;
}

#logIn h3{
    text-transform: uppercase;
    color: #d0280b;
}

#logIn>div{
    margin: 15px 0;
}

.letraPequena{
    margin: 5px 0;
    padding: 0;
}

form button{
    padding: 0 10px;
    text-transform: uppercase;
    color: #FFF;
    background-color: #d0280b;
    border: none;
    border-radius: 3px;
}

/*Fin LogIn*/

/*Cuentas*/

#cuentas form button{
    margin: 15px auto;
}

/*Fin Cuentas*/

/*Recuperar*/

.tituloCategoria,#recuperarCuenta h3{
    text-align: center;
}

#recuperarCuenta form{
    margin: 20px auto;
}

/*Fin Recuperar*/

/*Pedido Finalizado*/

.tituloCategoria{
    margin: 10px 0;
}

#direcciones{
    padding: 10px 5px;
    margin: 15px 0;
}

#observaciones{
    padding: 20px auto;
}

#direccion_envio,#direccion_facturacion{
    margin: 10px 0;
}

#metodosPago{
    padding: 0 5px;
}

#addDireccion{
    margin: 5px auto;
}

#formasPago{
    margin: 10px 0;
    display: flex;
}

#envio,#metodosPagoTotal{
    margin: 5px 0;
}

#metodosPagoTotal>div>div>div{
    height: 50px;
    padding: 5px;
    margin: 5px 0;
    color: #FFF;
    background-color: #d0280b;
    border-radius: 3px;
}

#metodosPagoTotal #precioTCP>div{
    background-color: #000;
}

#formasPago button{
    margin: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#formasPago button:hover{
    cursor: pointer;
}

/*Fin Pedido Finalizado*/

/*Ficha Producto*/

#cajaDatos{
    padding: 10px 5px;
    background-color: #CCC;
    border-radius: 3px;
}

#cajaDatos h2{
    text-align: center;
}

#cajaDatos table{
    width: 100%;
}

.lateral_producto{
    margin: 15px 0;
}

#botonArticuloCarro{
    margin: 15px auto;
}

/*Fin Ficha Producto*/

#contenedorPedidos,#contenedorDirecciones{
    min-height: 150px;
    padding: 10px;
    border-radius: 3px;
    border: 2px solid #000;
}

/*Mi Cuenta*/

#menuCuenta{
    margin: 15px 0;
}

#menuCuenta li{
    height: 40px;
    padding: 0 10px;
    background-color: #000;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#menuCuenta li.activa{
    background-color: #d0280b;
}

#menuCuenta a{
    color: #FFF;
}

/*Fin Mi Cuenta*/

/*Mis Direcciones*/

#misDirecciones button{
    margin: 10px 0;
    padding: 0 5px;
    color: #FFF;
    text-transform: uppercase;
    background-color: #d0280b;
    border: none;
    border-radius: 3px;
}

.midireccion{
    padding: 10px 5px;
    border-radius: 3px;
    background-color: #CCC;
}

.campoDireccion{
    margin: 3px 0;
}

.midireccion button{
    margin: 10px 0;
}

.tablaPedidos{
    border-collapse: collapse;
}

.tablaPedidos th,.tablaPedidos td{
    padding:10px;
    border:1px solid #444;
}

.tablaPedidos th{
    background: #999999;
}

.tablaPedidos td.textoCentrado{
    text-align: center;
}

.tablaPedidos td.textoDerecha{
    text-align: right;
}

.articuloSinStock{
    color:#d0280b;
    font-size: 18px;
}

/*Fin Mis Direcciones*/

/*Mis Pedidos*/



/*Fin Mis Pedidos*/
@media only screen and (min-width: 768px){
    .cabecera_carrito span,.cajaTotal{
        font-size:16px;
    }
}