.logo img {
    display: inline;
    padding-bottom: 4px;
    max-height: 100%;
    max-width: 100%;
}

/*Merchandise Style*/
.merchandise-wrapper {
    width: 100%;
    overflow: scroll;
}

.merchandise {
    overflow: scroll;
    width: max-content;
}

.merchandise table {
    width: auto;
    display: inline-block;
    margin-bottom: 15px;
    vertical-align: top;
    float: left
}

.merchandise table td, .merchandise table th {
    border: 1px solid #b6b6b6 !important;
}

.merchandise table th {
    background: #ecf0f5;
}

.ui-tooltip {
    background: #000;
    color: white;
    border: 0;
    border-radius: 0;
    font-size: 12px;
    white-space: pre-wrap;
}

.ui-tooltip-content {
    white-space: pre-wrap;
}

.merchandise .modal-body {
    word-wrap: break-word;
    height: 500px;
    overflow: scroll;
}

.fa-stack[data-count]:after {
    position: absolute;
    right: 0;
    top: 1%;
    content: attr(data-count);
    font-size: 60%;
    padding: .6em;
    border-radius: 999px;
    line-height: .75em;
    color: white;
    background: rgba(255, 0, 0, .85);
    text-align: center;
    min-width: 2em;
    font-weight: bold;
}

.order-reminder {
    min-width: 400px;
}
