#mob-quote-bar
{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1035;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border-top: 1px solid var(--s-border-color);
    box-shadow: 0 -8px 28px rgba(0, 0, 0, .14);
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
}

.mob-quote-info
{
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1px;
    background: none;
    border: none;
    padding: 0;
    text-align: left;
}

.mob-quote-label
{
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #888;
}

.mob-quote-label i
{
    font-size: 10px;
    color: var(--s-primary-color);
}

.mob-quote-price
{
    font-size: 21px;
    font-weight: 800;
    color: var(--s-primary-color);
    line-height: 1.1;
    font-variant-numeric: tabular-nums;
    display: inline-block;
    transform-origin: left center;
}

.mob-quote-price .p_curr
{
    font-size: 15px;
    font-weight: 700;
}

.mob-quote-qty
{
    font-size: 11.5px;
    color: #666;
    line-height: 1.2;
}

.mob-quote-cta
{
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--s-primary-color);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 18px;
    line-height: 1;
    transition: background-color .2s ease;
}

.mob-quote-cta:hover,
.mob-quote-cta:active,
.mob-quote-cta:focus
{
    background: var(--s-primary-color-dark);
    color: #fff;
}

.mob-quote-cta i
{
    font-size: 16px;
}

@keyframes mobQuoteBump
{
    0%   { transform: scale(1); }
    35%  { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.mob-quote-price.mob-quote-bump
{
    animation: mobQuoteBump .45s ease;
}

.mob-quote-sheet
{
    height: calc(100vh - var(--header-h, 120px) - 10px);
    height: calc(100dvh - var(--header-h, 120px) - 10px);
    max-height: none;
    border: none;
    border-radius: 18px 18px 0 0;
    box-shadow: 0 -12px 40px rgba(0, 0, 0, .25);
}

.mob-quote-sheet .offcanvas-header
{
    position: relative;
    padding: 16px 16px 10px;
    border-bottom: 1px solid #efefef;
}

.mob-quote-sheet .offcanvas-header::before
{
    content: "";
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 44px;
    height: 4px;
    border-radius: 999px;
    background: #ddd;
}

.mob-quote-sheet .offcanvas-title
{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 800;
    color: #111;
    line-height: 1.2;
}

.mob-quote-sheet .offcanvas-title i
{
    color: var(--s-primary-color);
}

.mob-quote-sheet .offcanvas-body
{
    padding: 8px 16px calc(16px + env(safe-area-inset-bottom));
    overscroll-behavior: contain;
}

.mob-quote-sheet #customization_overview .riepilogo-title
{
    display: none;
}

.mob-quote-sheet #customization_product
{
    box-shadow: none;
    border-radius: 0;
    padding: 8px 0 0;
    font-size: 13px;
}

.mob-quote-sheet .ov-vantaggi
{
    display: none;
}

.mob-quote-sheet .cs-tr td
{
    padding-bottom: 3px;
}

.mob-quote-sheet .prod_price_cs thead th
{
    font-size: 12px;
}

.mob-quote-sheet .overview-tot-net
{
    margin-top: 6px;
    padding-top: 10px;
}

.mob-quote-sheet .vat_pct_row
{
    margin-top: 2px;
    padding-bottom: 10px;
}

.mob-quote-sheet .row-overview-title-total
{
    margin: 8px 0;
}

.mob-quote-sheet .row-overview-sped
{
    margin-top: 10px !important;
}

.mob-quote-sheet .row-print-prev
{
    margin-top: 8px !important;
}

.mob-quote-sheet .prod-buttons
{
    margin-top: 10px;
}

.mob-quote-sheet .prod-buttons .btn
{
    padding: 13px;
}

@media (max-width: 991.98px)
{
    body.has-mob-quote-bar
    {
        padding-bottom: 92px;
    }

    body.has-mob-quote-bar #acconsento-click .acconsento-lock
    {
        bottom: 96px !important;
    }

    .det-overview
    {
        position: static;
        top: auto;
    }
}
