﻿/*body {
    background-color: #7c7c7c;
}*/


.fullwidth-wrap {
    width: 100vw; /* make it 100% of the viewport width (vw) */
    margin-left: calc((100% - 100vw) / 2); /* then remove the gap to the left of the container with this equation */
}

.bg-fader {
    background-color: #f8f9fa !important;
}

.deleted {
    text-decoration: line-through;
}

.tbQuantity {
    max-width: 120px;
}

.tbPrice {
    max-width: 120px;
}