.user-account p {
    margin-bottom: 0.5rem;
}
.bg-light-gray {
    background: #eee;
}
.fs-7 {
    font-size: 12px;
}
.text-black {
    color: #000;
}
.text-dark-gray {
    color: #666;
}
#menu_tuoidati .top-bar-section a:hover {
    background: #fff;
    color: #000;
}
#modifica_email input, #modifica_password input, #editaddress input, #editaddress select, #bonifico input, #rma select, #rma input {
    display: block;
    width: 100%;
    margin: 10px 0;
    border: none;
    box-shadow: none;
    height: 40px;
    padding: 5px 10px;
    font-size: 14px;
}
#userMenu {
    display: none;
}
.show {
    display: block !important;
}
.list-unstyled .current {
    background: #fff;
}
.list-unstyled .current a {
    color: #000;
}
.errors, #login-error-box {
    background: #f28f8f;
    border-radius: 3px;
    padding: 7px 10px;
    text-align: left;
    color: #fff;
}
.succes {
    background: #8cd47e;
    border-radius: 3px;
    padding: 7px 10px;
    text-align: left;
    color: #fff;
}
#close-errors, #close-success {
    float: right;
    cursor: pointer;
}

@media screen and (min-width: 992px) {
    .fs-lg-6 {
        font-size: 1rem;
    }
}