﻿.img-user {
    border-radius: 150px;
}

.container-account {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
}

/* .primary {
    padding-left: 15px;
    padding-right: 15px;
    display:flex;
    flex-direction:column;
} */

.hello-user {
    display:flex;
    flex-direction:row;
}

.user-information {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.row-account {
    display: flex;
    flex-direction: column;
}

.title-section {
    text-align:center;
}

.user-icon-hello {
    margin-bottom:30px;
}



.left-sect-acc {
    width:25%;
}

.right-sect-acc {
    width:70%;
}

#contenedor-tabla-pedidos {
    height:600px;
}



.contenedor-direcciones {
    height:600px;
    overflow-y:scroll;
}

#eliminarDireccion {
    border:none;
    background:none;
    margin-left:50px;
}

.btn-dir-cont {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    width:100%;
}

.menu button{
   border:none;
   background:none;
   font-size:14px;
}

#botones-verpedido-factura {
    width:100%;
    display:flex !important;
    flex-direction:row;
    justify-content:space-between !important;
}

#formContainer {
    display: none;
}
#botones-verpedido-factura a button{
    padding-left:1.5rem;
}

@media(max-width:767px){
    #botones-verpedido-factura a button{
        padding-left:5px;
    }
    #botones-verpedido-factura {
        width:100%;
        display:block !important;
    }
    .btn-dir-cont {
        display:block;
    }
    #eliminarDireccion{
        margin-left: 0;
    }
}