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