#menu .iconoCarritoCompra{

    font-size: 1.6rem;
    margin-left: 0.8rem;

}

#noExistenProductos .iconoCarritoCompra{
    font-size: 5rem;
    margin-bottom: 20px;
}

#noExistenProductos hr{
    margin: 0px 9rem;
}

#carrito {
    margin-bottom: 2rem;
}

#resumenPedido{
    border: 1px solid #d1d1d1;
    padding: 18px;
    border-radius: 10px;
}

#resumenPedido .calcularEnvio{
    text-decoration: underline;
    color: #945D5E!important;
}

#resumenPedido .total{
    color: #945D5E!important;
}

.cardProductoCarrito{
    padding: 10px 0px;
}


/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 575px) {

    #menu .iconoCarritoCompra{

        font-size: 1.2rem;
        text-align: left;
        margin-top: 0.8rem;
        margin-left:0;
    }

    #resumenPedido{
        margin-top: 30px;
    }

    #botonesMovilesConfirmarOrden{
        -webkit-box-shadow: 0px -4px 9px -4px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px -4px 9px -4px rgba(0,0,0,0.75);
        box-shadow: 0px -4px 9px -4px rgba(0,0,0,0.75);
    }

    #botonesMovilesConfirmarOrden button{
		font-size: 1.5rem;
	}
	
	#botonesMovilesConfirmarOrden .total{
		background-color: #FFF;
		border-color: #F0F0F0;
	}

	#botonesMovilesConfirmarOrden .total button{
		border-radius: 0!important;
		border-color: #FFF;
		text-align: center!important;
		padding: 8px!important;
        width: 100%;
        font-size: 1.3rem!important;
	}

	#botonesMovilesConfirmarOrden .confirmar{
        background-color: #218838;
        padding:0;
	}

	#botonesMovilesConfirmarOrden .confirmar a{
		padding: 8px!important;
		width: 100%;
        text-align: center;
        font-size: 1.3rem;
    }
    
    .compraSegura{
        padding: 35px;
        border-radius: 20px;
    }

}

/* Medium devices (tablets, 768px and up)*/
@media (max-width: 767px) and (min-width: 576px) {

    #menu .iconoCarritoCompra{

        font-size: 1.2rem;
        text-align: left;
        margin-top: 0.8rem;
        margin-left:0;
    }

    #resumenPedido{
        margin-top: 30px;
    }

    #botonesMovilesConfirmarOrden{
        -webkit-box-shadow: 0px -4px 9px -4px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px -4px 9px -4px rgba(0,0,0,0.75);
        box-shadow: 0px -4px 9px -4px rgba(0,0,0,0.75);
    }

    #botonesMovilesConfirmarOrden button{
		font-size: 1.5rem;
	}
	
	#botonesMovilesConfirmarOrden .total{
		background-color: #FFF;
		border-color: #F0F0F0;
	}

	#botonesMovilesConfirmarOrden .total button{
		border-radius: 0!important;
		border-color: #FFF;
		text-align: center!important;
		padding: 8px!important;
        width: 100%;
        font-size: 1.3rem!important;
	}

	#botonesMovilesConfirmarOrden .confirmar{
        background-color: #218838;
        padding:0;
	}

	#botonesMovilesConfirmarOrden .confirmar a{
		padding:12px!important;
		width: 100%;
        text-align: center;
        font-size: 1.3rem;
	}

    .compraSegura{
        padding: 40px;
        border-radius: 20px;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (max-width: 991px) and (min-width: 768px) {

    #menu .iconoCarritoCompra{

        font-size: 1.2rem;
        text-align: left;
        margin-top: 0.8rem;
        margin-left:0;
    }

    #resumenPedido{
        margin-top: 30px;
    }

    #botonesMovilesConfirmarOrden{
        -webkit-box-shadow: 0px -4px 9px -4px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px -4px 9px -4px rgba(0,0,0,0.75);
        box-shadow: 0px -4px 9px -4px rgba(0,0,0,0.75);
    }

    #botonesMovilesConfirmarOrden button{
		font-size: 1rem;
	}
	
	#botonesMovilesConfirmarOrden .total{
		background-color: #FFF;
		border-color: #F0F0F0;
	}

	#botonesMovilesConfirmarOrden .total button{
		border-radius: 0!important;
		border-color: #FFF;
		text-align: center!important;
		padding: 8px!important;
        width: 100%;
        font-size: 1.3rem!important;
	}

	#botonesMovilesConfirmarOrden .confirmar{
        background-color: #218838;
        padding:0;
	}

	#botonesMovilesConfirmarOrden .confirmar a{
		padding: 12px!important;
		width: 100%;
        text-align: center;
        font-size: 1.3rem;
    }
    
    .compraSegura{
        padding: 70px;
        border-radius: 20px;
    }

}

/* Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 1199px) and (min-width: 992px) {

    #resumenPedido{
        -webkit-box-shadow: 3px 4px 7px -1px rgba(0,0,0,0.75);
        -moz-box-shadow: 3px 4px 7px -1px rgba(0,0,0,0.75);
        box-shadow: 3px 4px 7px -1px rgba(0,0,0,0.75);
    }

}

@media (min-width: 1200px){

    #resumenPedido{
        -webkit-box-shadow: 3px 4px 7px -1px rgba(0,0,0,0.75);
        -moz-box-shadow: 3px 4px 7px -1px rgba(0,0,0,0.75);
        box-shadow: 3px 4px 7px -1px rgba(0,0,0,0.75);
    }
    
}
