#cuerpoCarrito {
    width: 100%;
}

#cuerpoCarrito h3 {
    margin: 40px 0px 40px 10%;
    color: #084E9C;
}

.listaProductos {
    display: flex;
    justify-content: center;
}

.tablaProductos {
    width: 80%;
}

.tablaProductos tbody {
    width: 80%;
}

#td td {
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: #084E9C 1px solid;
}

.tablaProductos tbody tr:nth-child(1) {
    width: 30%;
}

.tablaProductos tbody tr:nth-child(2) {
    width: 10%;
}

.tablaProductos tbody tr:nth-child(3) {
    width: 20%;
}

.tablaProductos tbody tr:nth-child(4) {
    width: 20%;
}

.tablaProductos tbody tr:nth-child(5) {
    width: 20%;
}

.tablaTotales {
    display: flex;
    justify-content: flex-end;
    margin: 50px 15%;
    color: #084E9C;
}

.tablaTotales h4 {
    margin-right: 20px;
}

#dir {
    display: flex;
    margin: 20px 0px;
}

#dir h5 {
    margin-right: 20px;
}

#dir input {
    border: #084E9C 1px solid;
    padding: 5px;
    border-radius: 4px;
}

#proceder {
    margin-left: 60%;
}

#proceder button {
    width: 75%;
    border: none;
    background-color: #084E9C;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 30px;
}

#mapa {
    display: flex;
    justify-content: center;
    margin: 40px;
}

#mapa img {
    width: 30%;
    margin-right: 50px;
}

#nohay {
    display: flex;
    justify-content: center;
    width: 100%;
}