/**
 * Top navigation.
 */
.top-navigation {
    background-color: #fefefe;
    border-bottom: 1px solid #f5f5f5;
    padding: 2px;
}

.top-navigation a {}

/**
 * Client area.
 */
.client-area-container {
    margin: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.client-image {
    margin-bottom: 20px;
    height: 45%;
    top: 0px;
}

.client-image img {
    max-height: 100%;
    width: auto;
}

.client-text {
    text-align: center;
    bottom: 0px;
}

/**
 * Punchout elements.
 */
.punchout-container {
    margin-bottom: 20px;
}

/**
 * Basket items.
 */
.basket-items-container {
    margin-bottom: 20px;
}

.session-data {
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    color: #353535;
    font-size: 0.8em;
    padding: 5px 10px;
}
