#listadoPresupuestosPendientes .btn-primary {
    padding: 0.3rem 0.6rem;
    font-size: 0.7rem;
}

#listadoPresupuestosPendientes {
    visibility: hidden;
}

#listadoPresupuestosPendientes a {
    margin-right: 10px;
}

#module-imaxopc-detallepresupuestopendiente #order-products td p:last-child {
    margin: 0;
}

#module-imaxopc-detallepresupuestopendiente #order-products td p {
    margin-bottom: 4px;
    text-align: center;
}

#module-imaxopc-detallepresupuestopendiente #order-products .row > div {
    float: left;
}

#module-imaxopc-detallepresupuestopendiente #order-products .row > div:first-child {
    width: 95px;
    max-width: 95px;
    margin-left: 5px;
    margin-right: 5px;
}

#module-imaxopc-detallepresupuestopendiente #order-products .row > div:last-child {
    width: calc(100% - 105px);
    max-width: calc(100% - 105px);
    padding: 0;
}

#addresses.page-addresses .addresses-footer{
    margin-bottom: 1rem;
}

#authentication .register-form hr {
    float: left;
    width: 100%;
}

#authentication label[for="ps_emailsubscription_newsletter"] {
    width: 95%;
    vertical-align: middle;
    text-align: left;
}

#authentication .direccionOculta {
    display: none;
}