.customer-name-block {
    position: absolute;
    right: 20px;
    top: 0px;
}

.logout-link {
    color: #ff0000;
    text-decoration: none;
    font-weight: bold;
    margin-left: 5px;
}

.logout-link:hover {
    text-decoration: underline;
}

#import-cart-popup{
    background-color: white;
    padding: 4em;
}