.app-body {
    width: 100%;
    display: block;
    position: relative;
    margin-top: 55px;
}

.app-body .centeredLoading {
    margin-top: 5em;
}

.extraData {
    /*text-align: center;*/
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2px;
    font-size: 10px;
    font-family: sans-serif;
    font-weight: 900;
    /*display: block;*/
}

.extraData label.locationData{
    text-align: right;
}

.product {
    min-height: 100px;
    transition: box-shadow 0.15s ease-in-out;
    cursor: pointer;
}

.product .name {
    height: 32px;
    overflow: hidden;
    margin-bottom: 2px;
}

.redNotPrd {
    border: 1px solid red;
}

.product:hover {
    box-shadow: 2px 2px 10px 0px var(--light-shadow);
}

.product .picture {
    width: 70%;
    min-height: 120px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin: 1em auto;
}

.product .price, .product .reference, .product .tax, .product .name, .product .id {
    font-weight: lighter;
    text-align: center;
    font-size: 14px;
    font-family: "Roboto regular";
    color: var(--text-color);
    margin-top: 0.4em;
}

.price.oldPrice {
    font-size: 10px;
    text-decoration: line-through;
    opacity: 0.5;
    margin-bottom: 3px;
    margin-top: 4px;
}

.product .reference {
    margin-top: 0.3em;
    font-size: 11px;
}

.priceH6 {
    height: 24px;
    margin-bottom: 0px;
}

.product .id {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 10px;
}

.product .tax {
    margin-top: 0px;
    font-size: 10px;
}

.app-body .footer {
    position: fixed;
    display: block;
    height: 55px;
    border-top: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
    width: 66.67%;
    bottom: 0px;
    background: white;
}

.app-body .footer .pagination {
    width: 60%;
    display: block;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.app-body .footer .pagination label {
    color: var(--text-color);
    width: 32px;
    height: 42px;
    text-align: center;
    vertical-align: top;
    padding-top: 14px;
    display: inline-block;
    cursor: pointer;
}

.app-body .footer .pagination label.active {
    font-weight: bold;
    border-bottom: 3px solid var(--text-color);
}

.miniFeatured {
    width: 42px;
    height: 42px;
    border: 1px solid var(--border-color);
    display: inline-block;
    position: relative;
    margin-top: 6px;
    margin-left: 5px;
    margin-right: 5px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.miniFeatured:hover {
    transform: scale(1.1);
}

#prestaPOSAudioPlayer {
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -10;
}