<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#shopcart .container-fluid,
#shopcart .container-xxl,
#shopcart .container-xl,
#shopcart .container-lg,
#shopcart .container-md,
#shopcart .container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    #shopcart .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    #shopcart .container-md, #shopcart .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    #shopcart .container-lg, #shopcart .container-md, #shopcart .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    #shopcart .container-xl, #shopcart .container-lg, #shopcart .container-md, #shopcart .container-sm {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    #shopcart .container-xxl, #shopcart .container-xl, #shopcart .container-lg, #shopcart .container-md, #shopcart .container-sm {
        max-width: 1320px;
    }
}

#shopcart .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

#shopcart .row &gt; * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

#shopcart .col {
    flex: 1 0 0%;
}

#shopcart .row-cols-auto &gt; * {
    flex: 0 0 auto;
    width: auto;
}

#shopcart .row-cols-1 &gt; * {
    flex: 0 0 auto;
    width: 100%;
}

#shopcart .row-cols-2 &gt; * {
    flex: 0 0 auto;
    width: 50%;
}

#shopcart .row-cols-3 &gt; * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

#shopcart .row-cols-4 &gt; * {
    flex: 0 0 auto;
    width: 25%;
}

#shopcart .row-cols-5 &gt; * {
    flex: 0 0 auto;
    width: 20%;
}

#shopcart .row-cols-6 &gt; * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

#shopcart .col-auto {
    flex: 0 0 auto;
    width: auto;
}

#shopcart .offset-1 {
    margin-left: 8.33333333%;
}

#shopcart .offset-2 {
    margin-left: 16.66666667%;
}

#shopcart .offset-3 {
    margin-left: 25%;
}

#shopcart .offset-4 {
    margin-left: 33.33333333%;
}

#shopcart .offset-5 {
    margin-left: 41.66666667%;
}

#shopcart .offset-6 {
    margin-left: 50%;
}

#shopcart .offset-7 {
    margin-left: 58.33333333%;
}

#shopcart .offset-8 {
    margin-left: 66.66666667%;
}

#shopcart .offset-9 {
    margin-left: 75%;
}

#shopcart .offset-10 {
    margin-left: 83.33333333%;
}

#shopcart .offset-11 {
    margin-left: 91.66666667%;
}

#shopcart .g-0,
#shopcart .gx-0 {
    --bs-gutter-x: 0;
}

#shopcart .g-0,
#shopcart .gy-0 {
    --bs-gutter-y: 0;
}

#shopcart .g-1,
#shopcart .gx-1 {
    --bs-gutter-x: 0.25rem;
}

#shopcart .g-1,
#shopcart .gy-1 {
    --bs-gutter-y: 0.25rem;
}

#shopcart .g-2,
#shopcart .gx-2 {
    --bs-gutter-x: 0.5rem;
}

#shopcart .g-2,
#shopcart .gy-2 {
    --bs-gutter-y: 0.5rem;
}

#shopcart .g-3,
#shopcart .gx-3 {
    --bs-gutter-x: 1rem;
}

#shopcart .g-3,
#shopcart .gy-3 {
    --bs-gutter-y: 1rem;
}

#shopcart .g-4,
#shopcart .gx-4 {
    --bs-gutter-x: 1.5rem;
}

#shopcart .g-4,
#shopcart .gy-4 {
    --bs-gutter-y: 1.5rem;
}

#shopcart .g-5,
#shopcart .gx-5 {
    --bs-gutter-x: 3rem;
}

#shopcart .g-5,
#shopcart .gy-5 {
    --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
    #shopcart .col-sm {
        flex: 1 0 0%;
    }

    #shopcart .row-cols-sm-auto &gt; * {
        flex: 0 0 auto;
        width: auto;
    }

    #shopcart .row-cols-sm-1 &gt; * {
        flex: 0 0 auto;
        width: 100%;
    }

    #shopcart .row-cols-sm-2 &gt; * {
        flex: 0 0 auto;
        width: 50%;
    }

    #shopcart .row-cols-sm-3 &gt; * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    #shopcart .row-cols-sm-4 &gt; * {
        flex: 0 0 auto;
        width: 25%;
    }

    #shopcart .row-cols-sm-5 &gt; * {
        flex: 0 0 auto;
        width: 20%;
    }

    #shopcart .row-cols-sm-6 &gt; * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    #shopcart .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }

    #shopcart .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    #shopcart .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    #shopcart .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    #shopcart .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    #shopcart .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    #shopcart .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    #shopcart .col-sm-7 {
        flex: 0 0 auto;
        width: 5.33333333%;
    }

    #shopcart .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    #shopcart .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    #shopcart .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    #shopcart .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    #shopcart .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    #shopcart .offset-sm-0 {
        margin-left: 0;
    }

    #shopcart .offset-sm-1 {
        margin-left: 8.33333333%;
    }

    #shopcart .offset-sm-2 {
        margin-left: 16.66666667%;
    }

    #shopcart .offset-sm-3 {
        margin-left: 25%;
    }

    #shopcart .offset-sm-4 {
        margin-left: 33.33333333%;
    }

    #shopcart .offset-sm-5 {
        margin-left: 41.66666667%;
    }

    #shopcart .offset-sm-6 {
        margin-left: 50%;
    }

    #shopcart .offset-sm-7 {
        margin-left: 58.33333333%;
    }

    #shopcart .offset-sm-8 {
        margin-left: 66.66666667%;
    }

    #shopcart .offset-sm-9 {
        margin-left: 75%;
    }

    #shopcart .offset-sm-10 {
        margin-left: 83.33333333%;
    }

    #shopcart .offset-sm-11 {
        margin-left: 91.66666667%;
    }

    #shopcart .g-sm-0,
    #shopcart .gx-sm-0 {
        --bs-gutter-x: 0;
    }

    #shopcart .g-sm-0,
    #shopcart .gy-sm-0 {
        --bs-gutter-y: 0;
    }

    #shopcart .g-sm-1,
    #shopcart .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }

    #shopcart .g-sm-1,
    #shopcart .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }

    #shopcart .g-sm-2,
    #shopcart .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }

    #shopcart .g-sm-2,
    #shopcart .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }

    #shopcart .g-sm-3,
    #shopcart .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }

    #shopcart .g-sm-3,
    #shopcart .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }

    #shopcart .g-sm-4,
    #shopcart .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }

    #shopcart .g-sm-4,
    #shopcart .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }

    #shopcart .g-sm-5,
    #shopcart .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }

    #shopcart .g-sm-5,
    #shopcart .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 768px) {
    #shopcart .col-md {
        flex: 1 0 0%;
    }

    #shopcart .row-cols-md-auto &gt; * {
        flex: 0 0 auto;
        width: auto;
    }

    #shopcart .row-cols-md-1 &gt; * {
        flex: 0 0 auto;
        width: 100%;
    }

    #shopcart .row-cols-md-2 &gt; * {
        flex: 0 0 auto;
        width: 50%;
    }

    #shopcart .row-cols-md-3 &gt; * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    #shopcart .row-cols-md-4 &gt; * {
        flex: 0 0 auto;
        width: 25%;
    }

    #shopcart .row-cols-md-5 &gt; * {
        flex: 0 0 auto;
        width: 20%;
    }

    #shopcart .row-cols-md-6 &gt; * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    #shopcart .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

    #shopcart .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    #shopcart .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    #shopcart .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    #shopcart .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    #shopcart .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    #shopcart .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    #shopcart .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    #shopcart .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    #shopcart .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    #shopcart .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    #shopcart .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    #shopcart .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    #shopcart .offset-md-0 {
        margin-left: 0;
    }

    #shopcart .offset-md-1 {
        margin-left: 8.33333333%;
    }

    #shopcart .offset-md-2 {
        margin-left: 16.66666667%;
    }

    #shopcart .offset-md-3 {
        margin-left: 25%;
    }

    #shopcart .offset-md-4 {
        margin-left: 33.33333333%;
    }

    #shopcart .offset-md-5 {
        margin-left: 41.66666667%;
    }

    #shopcart .offset-md-6 {
        margin-left: 50%;
    }

    #shopcart .offset-md-7 {
        margin-left: 58.33333333%;
    }

    #shopcart .offset-md-8 {
        margin-left: 66.66666667%;
    }

    #shopcart .offset-md-9 {
        margin-left: 75%;
    }

    #shopcart .offset-md-10 {
        margin-left: 83.33333333%;
    }

    #shopcart .offset-md-11 {
        margin-left: 91.66666667%;
    }

    #shopcart .g-md-0,
    #shopcart .gx-md-0 {
        --bs-gutter-x: 0;
    }

    #shopcart .g-md-0,
    #shopcart .gy-md-0 {
        --bs-gutter-y: 0;
    }

    #shopcart .g-md-1,
    #shopcart .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }

    #shopcart .g-md-1,
    #shopcart .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }

    #shopcart .g-md-2,
    #shopcart .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }

    #shopcart .g-md-2,
    #shopcart .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }

    #shopcart .g-md-3,
    #shopcart .gx-md-3 {
        --bs-gutter-x: 1rem;
    }

    #shopcart .g-md-3,
    #shopcart .gy-md-3 {
        --bs-gutter-y: 1rem;
    }

    #shopcart .g-md-4,
    #shopcart .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }

    #shopcart .g-md-4,
    #shopcart .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }

    #shopcart .g-md-5,
    #shopcart .gx-md-5 {
        --bs-gutter-x: 3rem;
    }

    #shopcart .g-md-5,
    #shopcart .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 992px) {
    #shopcart .col-lg {
        flex: 1 0 0%;
    }

    #shopcart .row-cols-lg-auto &gt; * {
        flex: 0 0 auto;
        width: auto;
    }

    #shopcart .row-cols-lg-1 &gt; * {
        flex: 0 0 auto;
        width: 100%;
    }

    #shopcart .row-cols-lg-2 &gt; * {
        flex: 0 0 auto;
        width: 50%;
    }

    #shopcart .row-cols-lg-3 &gt; * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    #shopcart .row-cols-lg-4 &gt; * {
        flex: 0 0 auto;
        width: 25%;
    }

    #shopcart .row-cols-lg-5 &gt; * {
        flex: 0 0 auto;
        width: 20%;
    }

    #shopcart .row-cols-lg-6 &gt; * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    #shopcart .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }

    #shopcart .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    #shopcart .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    #shopcart .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    #shopcart .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    #shopcart .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    #shopcart .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    #shopcart .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    #shopcart .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    #shopcart .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    #shopcart .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    #shopcart .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    #shopcart .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    #shopcart .offset-lg-0 {
        margin-left: 0;
    }

    #shopcart .offset-lg-1 {
        margin-left: 8.33333333%;
    }

    #shopcart .offset-lg-2 {
        margin-left: 16.66666667%;
    }

    #shopcart .offset-lg-3 {
        margin-left: 25%;
    }

    #shopcart .offset-lg-4 {
        margin-left: 33.33333333%;
    }

    #shopcart .offset-lg-5 {
        margin-left: 41.66666667%;
    }

    #shopcart .offset-lg-6 {
        margin-left: 50%;
    }

    #shopcart .offset-lg-7 {
        margin-left: 58.33333333%;
    }

    #shopcart .offset-lg-8 {
        margin-left: 66.66666667%;
    }

    #shopcart .offset-lg-9 {
        margin-left: 75%;
    }

    #shopcart .offset-lg-10 {
        margin-left: 83.33333333%;
    }

    #shopcart .offset-lg-11 {
        margin-left: 91.66666667%;
    }

    #shopcart .g-lg-0,
    #shopcart .gx-lg-0 {
        --bs-gutter-x: 0;
    }

    #shopcart .g-lg-0,
    #shopcart .gy-lg-0 {
        --bs-gutter-y: 0;
    }

    #shopcart .g-lg-1,
    #shopcart .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }

    #shopcart .g-lg-1,
    #shopcart .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }

    #shopcart .g-lg-2,
    #shopcart .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }

    #shopcart .g-lg-2,
    #shopcart .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }

    #shopcart .g-lg-3,
    #shopcart .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }

    #shopcart .g-lg-3,
    #shopcart .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }

    #shopcart .g-lg-4,
    #shopcart .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }

    #shopcart .g-lg-4,
    #shopcart .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }

    #shopcart .g-lg-5,
    #shopcart .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }

    #shopcart .g-lg-5,
    #shopcart .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1200px) {
    #shopcart .col-xl {
        flex: 1 0 0%;
    }

    #shopcart .row-cols-xl-auto &gt; * {
        flex: 0 0 auto;
        width: auto;
    }

    #shopcart .row-cols-xl-1 &gt; * {
        flex: 0 0 auto;
        width: 100%;
    }

    #shopcart .row-cols-xl-2 &gt; * {
        flex: 0 0 auto;
        width: 50%;
    }

    #shopcart .row-cols-xl-3 &gt; * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    #shopcart .row-cols-xl-4 &gt; * {
        flex: 0 0 auto;
        width: 25%;
    }

    #shopcart .row-cols-xl-5 &gt; * {
        flex: 0 0 auto;
        width: 20%;
    }

    #shopcart .row-cols-xl-6 &gt; * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    #shopcart .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    #shopcart .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    #shopcart .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    #shopcart .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    #shopcart .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    #shopcart .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    #shopcart .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    #shopcart .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    #shopcart .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    #shopcart .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    #shopcart .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    #shopcart .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    #shopcart .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    #shopcart .offset-xl-0 {
        margin-left: 0;
    }

    #shopcart .offset-xl-1 {
        margin-left: 8.33333333%;
    }

    #shopcart .offset-xl-2 {
        margin-left: 16.66666667%;
    }

    #shopcart .offset-xl-3 {
        margin-left: 25%;
    }

    #shopcart .offset-xl-4 {
        margin-left: 33.33333333%;
    }

    #shopcart .offset-xl-5 {
        margin-left: 41.66666667%;
    }

    #shopcart .offset-xl-6 {
        margin-left: 50%;
    }

    #shopcart .offset-xl-7 {
        margin-left: 58.33333333%;
    }

    #shopcart .offset-xl-8 {
        margin-left: 66.66666667%;
    }

    #shopcart .offset-xl-9 {
        margin-left: 75%;
    }

    #shopcart .offset-xl-10 {
        margin-left: 83.33333333%;
    }

    #shopcart .offset-xl-11 {
        margin-left: 91.66666667%;
    }

    #shopcart .g-xl-0,
    #shopcart .gx-xl-0 {
        --bs-gutter-x: 0;
    }

    #shopcart .g-xl-0,
    #shopcart .gy-xl-0 {
        --bs-gutter-y: 0;
    }

    #shopcart .g-xl-1,
    #shopcart .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }

    #shopcart .g-xl-1,
    #shopcart .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }

    #shopcart .g-xl-2,
    #shopcart .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }

    #shopcart .g-xl-2,
    #shopcart .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }

    #shopcart .g-xl-3,
    #shopcart .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }

    #shopcart .g-xl-3,
    #shopcart .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }

    #shopcart .g-xl-4,
    #shopcart .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }

    #shopcart .g-xl-4,
    #shopcart .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }

    #shopcart .g-xl-5,
    #shopcart .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }

    #shopcart .g-xl-5,
    #shopcart .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1400px) {
    #shopcart .col-xxl {
        flex: 1 0 0%;
    }

    #shopcart .row-cols-xxl-auto &gt; * {
        flex: 0 0 auto;
        width: auto;
    }

    #shopcart .row-cols-xxl-1 &gt; * {
        flex: 0 0 auto;
        width: 100%;
    }

    #shopcart .row-cols-xxl-2 &gt; * {
        flex: 0 0 auto;
        width: 50%;
    }

    #shopcart .row-cols-xxl-3 &gt; * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    #shopcart .row-cols-xxl-4 &gt; * {
        flex: 0 0 auto;
        width: 25%;
    }

    #shopcart .row-cols-xxl-5 &gt; * {
        flex: 0 0 auto;
        width: 20%;
    }

    #shopcart .row-cols-xxl-6 &gt; * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    #shopcart .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    #shopcart .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    #shopcart .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    #shopcart .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    #shopcart .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    #shopcart .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    #shopcart .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    #shopcart .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    #shopcart .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    #shopcart .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    #shopcart .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    #shopcart .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    #shopcart .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    #shopcart .offset-xxl-0 {
        margin-left: 0;
    }

    #shopcart .offset-xxl-1 {
        margin-left: 8.33333333%;
    }

    #shopcart .offset-xxl-2 {
        margin-left: 16.66666667%;
    }

    #shopcart .offset-xxl-3 {
        margin-left: 25%;
    }

    #shopcart .offset-xxl-4 {
        margin-left: 33.33333333%;
    }

    #shopcart .offset-xxl-5 {
        margin-left: 41.66666667%;
    }

    #shopcart .offset-xxl-6 {
        margin-left: 50%;
    }

    #shopcart .offset-xxl-7 {
        margin-left: 58.33333333%;
    }

    #shopcart .offset-xxl-8 {
        margin-left: 66.66666667%;
    }

    #shopcart .offset-xxl-9 {
        margin-left: 75%;
    }

    #shopcart .offset-xxl-10 {
        margin-left: 83.33333333%;
    }

    #shopcart .offset-xxl-11 {
        margin-left: 91.66666667%;
    }

    #shopcart .g-xxl-0,
    #shopcart .gx-xxl-0 {
        --bs-gutter-x: 0;
    }

    #shopcart .g-xxl-0,
    #shopcart .gy-xxl-0 {
        --bs-gutter-y: 0;
    }

    #shopcart .g-xxl-1,
    #shopcart .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }

    #shopcart .g-xxl-1,
    #shopcart .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }

    #shopcart .g-xxl-2,
    #shopcart .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }

    #shopcart .g-xxl-2,
    #shopcart .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }

    #shopcart .g-xxl-3,
    #shopcart .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }

    #shopcart .g-xxl-3,
    #shopcart .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }

    #shopcart .g-xxl-4,
    #shopcart .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }

    #shopcart .g-xxl-4,
    #shopcart .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }

    #shopcart .g-xxl-5,
    #shopcart .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }

    #shopcart .g-xxl-5,
    #shopcart .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}

#shopcart .d-inline {
    display: inline !important;
}

#shopcart .d-inline-block {
    display: inline-block !important;
}

#shopcart .d-block {
    display: block !important;
}

#shopcart .d-grid {
    display: grid !important;
}

#shopcart .d-table {
    display: table !important;
}

#shopcart .d-table-row {
    display: table-row !important;
}

#shopcart .d-table-cell {
    display: table-cell !important;
}

#shopcart .d-flex {
    display: flex !important;
}

#shopcart .d-inline-flex {
    display: inline-flex !important;
}

#shopcart .d-none {
    display: none !important;
}

#shopcart .flex-fill {
    flex: 1 1 auto !important;
}

#shopcart .flex-row {
    flex-direction: row !important;
}

#shopcart .flex-column {
    flex-direction: column !important;
}

#shopcart .flex-row-reverse {
    flex-direction: row-reverse !important;
}

#shopcart .flex-column-reverse {
    flex-direction: column-reverse !important;
}

#shopcart .flex-grow-0 {
    flex-grow: 0 !important;
}

#shopcart .flex-grow-1 {
    flex-grow: 1 !important;
}

#shopcart .flex-shrink-0 {
    flex-shrink: 0 !important;
}

#shopcart .flex-shrink-1 {
    flex-shrink: 1 !important;
}

#shopcart .flex-wrap {
    flex-wrap: wrap !important;
}

#shopcart .flex-nowrap {
    flex-wrap: nowrap !important;
}

#shopcart .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

#shopcart .justify-content-start {
    justify-content: flex-start !important;
}

#shopcart .justify-content-end {
    justify-content: flex-end !important;
}

#shopcart .justify-content-center {
    justify-content: center !important;
}

#shopcart .justify-content-between {
    justify-content: space-between !important;
}

#shopcart .justify-content-around {
    justify-content: space-around !important;
}

#shopcart .justify-content-evenly {
    justify-content: space-evenly !important;
}

#shopcart .align-items-start {
    align-items: flex-start !important;
}

#shopcart .align-items-end {
    align-items: flex-end !important;
}

#shopcart .align-items-center {
    align-items: center !important;
}

#shopcart .align-items-baseline {
    align-items: baseline !important;
}

#shopcart .align-items-stretch {
    align-items: stretch !important;
}

#shopcart .align-content-start {
    align-content: flex-start !important;
}

#shopcart .align-content-end {
    align-content: flex-end !important;
}

#shopcart .align-content-center {
    align-content: center !important;
}

#shopcart .align-content-between {
    align-content: space-between !important;
}

#shopcart .align-content-around {
    align-content: space-around !important;
}

#shopcart .align-content-stretch {
    align-content: stretch !important;
}

#shopcart .align-self-auto {
    align-self: auto !important;
}

#shopcart .align-self-start {
    align-self: flex-start !important;
}

#shopcart .align-self-end {
    align-self: flex-end !important;
}

#shopcart .align-self-center {
    align-self: center !important;
}

#shopcart .align-self-baseline {
    align-self: baseline !important;
}

#shopcart .align-self-stretch {
    align-self: stretch !important;
}

#shopcart .order-first {
    order: -1 !important;
}

#shopcart .order-0 {
    order: 0 !important;
}

#shopcart .order-1 {
    order: 1 !important;
}

#shopcart .order-2 {
    order: 2 !important;
}

#shopcart .order-3 {
    order: 3 !important;
}

#shopcart .order-4 {
    order: 4 !important;
}

#shopcart .order-5 {
    order: 5 !important;
}

#shopcart .order-last {
    order: 6 !important;
}

#shopcart .m-0 {
    margin: 0 !important;
}

#shopcart .m-1 {
    margin: 0.25rem !important;
}

#shopcart .m-2 {
    margin: 0.5rem !important;
}

#shopcart .m-3 {
    margin: 1rem !important;
}

#shopcart .m-4 {
    margin: 1.5rem !important;
}

#shopcart .m-5 {
    margin: 3rem !important;
}

#shopcart .m-auto {
    margin: auto !important;
}

#shopcart .mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

#shopcart .mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

#shopcart .mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

#shopcart .mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

#shopcart .mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

#shopcart .mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

#shopcart .mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

#shopcart .my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#shopcart .my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

#shopcart .my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

#shopcart .my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

#shopcart .my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

#shopcart .my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

#shopcart .my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

#shopcart .mt-0 {
    margin-top: 0 !important;
}

#shopcart .mt-1 {
    margin-top: 0.25rem !important;
}

#shopcart .mt-2 {
    margin-top: 0.5rem !important;
}

#shopcart .mt-3 {
    margin-top: 1rem !important;
}

#shopcart .mt-4 {
    margin-top: 1.5rem !important;
}

#shopcart .mt-5 {
    margin-top: 3rem !important;
}

#shopcart .mt-auto {
    margin-top: auto !important;
}

#shopcart .me-0 {
    margin-right: 0 !important;
}

#shopcart .me-1 {
    margin-right: 0.25rem !important;
}

#shopcart .me-2 {
    margin-right: 0.5rem !important;
}

#shopcart .me-3 {
    margin-right: 1rem !important;
}

#shopcart .me-4 {
    margin-right: 1.5rem !important;
}

#shopcart .me-5 {
    margin-right: 3rem !important;
}

#shopcart .me-auto {
    margin-right: auto !important;
}

#shopcart .mb-0 {
    margin-bottom: 0 !important;
}

#shopcart .mb-1 {
    margin-bottom: 0.25rem !important;
}

#shopcart .mb-2 {
    margin-bottom: 0.5rem !important;
}

#shopcart .mb-3 {
    margin-bottom: 1rem !important;
}

#shopcart .mb-4 {
    margin-bottom: 1.5rem !important;
}

#shopcart .mb-5 {
    margin-bottom: 3rem !important;
}

#shopcart .mb-auto {
    margin-bottom: auto !important;
}

#shopcart .ms-0 {
    margin-left: 0 !important;
}

#shopcart .ms-1 {
    margin-left: 0.25rem !important;
}

#shopcart .ms-2 {
    margin-left: 0.5rem !important;
}

#shopcart .ms-3 {
    margin-left: 1rem !important;
}

#shopcart .ms-4 {
    margin-left: 1.5rem !important;
}

#shopcart .ms-5 {
    margin-left: 3rem !important;
}

#shopcart .ms-auto {
    margin-left: auto !important;
}

#shopcart .p-0 {
    padding: 0 !important;
}

#shopcart .p-1 {
    padding: 0.25rem !important;
}

#shopcart .p-2 {
    padding: 0.5rem !important;
}

#shopcart .p-3 {
    padding: 1rem !important;
}

#shopcart .p-4 {
    padding: 1.5rem !important;
}

#shopcart .p-5 {
    padding: 3rem !important;
}

#shopcart .px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

#shopcart .px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

#shopcart .px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

#shopcart .px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

#shopcart .px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

#shopcart .px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

#shopcart .py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#shopcart .py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

#shopcart .py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

#shopcart .py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

#shopcart .py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

#shopcart .py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

#shopcart .pt-0 {
    padding-top: 0 !important;
}

#shopcart .pt-1 {
    padding-top: 0.25rem !important;
}

#shopcart .pt-2 {
    padding-top: 0.5rem !important;
}

#shopcart .pt-3 {
    padding-top: 1rem !important;
}

#shopcart .pt-4 {
    padding-top: 1.5rem !important;
}

#shopcart .pt-5 {
    padding-top: 3rem !important;
}

#shopcart .pe-0 {
    padding-right: 0 !important;
}

#shopcart .pe-1 {
    padding-right: 0.25rem !important;
}

#shopcart .pe-2 {
    padding-right: 0.5rem !important;
}

#shopcart .pe-3 {
    padding-right: 1rem !important;
}

#shopcart .pe-4 {
    padding-right: 1.5rem !important;
}

#shopcart .pe-5 {
    padding-right: 3rem !important;
}

#shopcart .pb-0 {
    padding-bottom: 0 !important;
}

#shopcart .pb-1 {
    padding-bottom: 0.25rem !important;
}

#shopcart .pb-2 {
    padding-bottom: 0.5rem !important;
}

#shopcart .pb-3 {
    padding-bottom: 1rem !important;
}

#shopcart .pb-4 {
    padding-bottom: 1.5rem !important;
}

#shopcart .pb-5 {
    padding-bottom: 3rem !important;
}

#shopcart .ps-0 {
    padding-left: 0 !important;
}

#shopcart .ps-1 {
    padding-left: 0.25rem !important;
}

#shopcart .ps-2 {
    padding-left: 0.5rem !important;
}

#shopcart .ps-3 {
    padding-left: 1rem !important;
}

#shopcart .ps-4 {
    padding-left: 1.5rem !important;
}

#shopcart .ps-5 {
    padding-left: 3rem !important;
}

@media (min-width: 576px) {
    #shopcart .d-sm-inline {
        display: inline !important;
    }

    #shopcart .d-sm-inline-block {
        display: inline-block !important;
    }

    #shopcart .d-sm-block {
        display: block !important;
    }

    #shopcart .d-sm-grid {
        display: grid !important;
    }

    #shopcart .d-sm-table {
        display: table !important;
    }

    #shopcart .d-sm-table-row {
        display: table-row !important;
    }

    #shopcart .d-sm-table-cell {
        display: table-cell !important;
    }

    #shopcart .d-sm-flex {
        display: flex !important;
    }

    #shopcart .d-sm-inline-flex {
        display: inline-flex !important;
    }

    #shopcart .d-sm-none {
        display: none !important;
    }

    #shopcart .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    #shopcart .flex-sm-row {
        flex-direction: row !important;
    }

    #shopcart .flex-sm-column {
        flex-direction: column !important;
    }

    #shopcart .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    #shopcart .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    #shopcart .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    #shopcart .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    #shopcart .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    #shopcart .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    #shopcart .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    #shopcart .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    #shopcart .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    #shopcart .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    #shopcart .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    #shopcart .justify-content-sm-center {
        justify-content: center !important;
    }

    #shopcart .justify-content-sm-between {
        justify-content: space-between !important;
    }

    #shopcart .justify-content-sm-around {
        justify-content: space-around !important;
    }

    #shopcart .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }

    #shopcart .align-items-sm-start {
        align-items: flex-start !important;
    }

    #shopcart .align-items-sm-end {
        align-items: flex-end !important;
    }

    #shopcart .align-items-sm-center {
        align-items: center !important;
    }

    #shopcart .align-items-sm-baseline {
        align-items: baseline !important;
    }

    #shopcart .align-items-sm-stretch {
        align-items: stretch !important;
    }

    #shopcart .align-content-sm-start {
        align-content: flex-start !important;
    }

    #shopcart .align-content-sm-end {
        align-content: flex-end !important;
    }

    #shopcart .align-content-sm-center {
        align-content: center !important;
    }

    #shopcart .align-content-sm-between {
        align-content: space-between !important;
    }

    #shopcart .align-content-sm-around {
        align-content: space-around !important;
    }

    #shopcart .align-content-sm-stretch {
        align-content: stretch !important;
    }

    #shopcart .align-self-sm-auto {
        align-self: auto !important;
    }

    #shopcart .align-self-sm-start {
        align-self: flex-start !important;
    }

    #shopcart .align-self-sm-end {
        align-self: flex-end !important;
    }

    #shopcart .align-self-sm-center {
        align-self: center !important;
    }

    #shopcart .align-self-sm-baseline {
        align-self: baseline !important;
    }

    #shopcart .align-self-sm-stretch {
        align-self: stretch !important;
    }

    #shopcart .order-sm-first {
        order: -1 !important;
    }

    #shopcart .order-sm-0 {
        order: 0 !important;
    }

    #shopcart .order-sm-1 {
        order: 1 !important;
    }

    #shopcart .order-sm-2 {
        order: 2 !important;
    }

    #shopcart .order-sm-3 {
        order: 3 !important;
    }

    #shopcart .order-sm-4 {
        order: 4 !important;
    }

    #shopcart .order-sm-5 {
        order: 5 !important;
    }

    #shopcart .order-sm-last {
        order: 6 !important;
    }

    #shopcart .m-sm-0 {
        margin: 0 !important;
    }

    #shopcart .m-sm-1 {
        margin: 0.25rem !important;
    }

    #shopcart .m-sm-2 {
        margin: 0.5rem !important;
    }

    #shopcart .m-sm-3 {
        margin: 1rem !important;
    }

    #shopcart .m-sm-4 {
        margin: 1.5rem !important;
    }

    #shopcart .m-sm-5 {
        margin: 3rem !important;
    }

    #shopcart .m-sm-auto {
        margin: auto !important;
    }

    #shopcart .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    #shopcart .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    #shopcart .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    #shopcart .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    #shopcart .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    #shopcart .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    #shopcart .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    #shopcart .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    #shopcart .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    #shopcart .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    #shopcart .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    #shopcart .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    #shopcart .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    #shopcart .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    #shopcart .mt-sm-0 {
        margin-top: 0 !important;
    }

    #shopcart .mt-sm-1 {
        margin-top: 0.25rem !important;
    }

    #shopcart .mt-sm-2 {
        margin-top: 0.5rem !important;
    }

    #shopcart .mt-sm-3 {
        margin-top: 1rem !important;
    }

    #shopcart .mt-sm-4 {
        margin-top: 1.5rem !important;
    }

    #shopcart .mt-sm-5 {
        margin-top: 3rem !important;
    }

    #shopcart .mt-sm-auto {
        margin-top: auto !important;
    }

    #shopcart .me-sm-0 {
        margin-right: 0 !important;
    }

    #shopcart .me-sm-1 {
        margin-right: 0.25rem !important;
    }

    #shopcart .me-sm-2 {
        margin-right: 0.5rem !important;
    }

    #shopcart .me-sm-3 {
        margin-right: 1rem !important;
    }

    #shopcart .me-sm-4 {
        margin-right: 1.5rem !important;
    }

    #shopcart .me-sm-5 {
        margin-right: 3rem !important;
    }

    #shopcart .me-sm-auto {
        margin-right: auto !important;
    }

    #shopcart .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    #shopcart .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    #shopcart .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    #shopcart .mb-sm-3 {
        margin-bottom: 1rem !important;
    }

    #shopcart .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    #shopcart .mb-sm-5 {
        margin-bottom: 3rem !important;
    }

    #shopcart .mb-sm-auto {
        margin-bottom: auto !important;
    }

    #shopcart .ms-sm-0 {
        margin-left: 0 !important;
    }

    #shopcart .ms-sm-1 {
        margin-left: 0.25rem !important;
    }

    #shopcart .ms-sm-2 {
        margin-left: 0.5rem !important;
    }

    #shopcart .ms-sm-3 {
        margin-left: 1rem !important;
    }

    #shopcart .ms-sm-4 {
        margin-left: 1.5rem !important;
    }

    #shopcart .ms-sm-5 {
        margin-left: 3rem !important;
    }

    #shopcart .ms-sm-auto {
        margin-left: auto !important;
    }

    #shopcart .p-sm-0 {
        padding: 0 !important;
    }

    #shopcart .p-sm-1 {
        padding: 0.25rem !important;
    }

    #shopcart .p-sm-2 {
        padding: 0.5rem !important;
    }

    #shopcart .p-sm-3 {
        padding: 1rem !important;
    }

    #shopcart .p-sm-4 {
        padding: 1.5rem !important;
    }

    #shopcart .p-sm-5 {
        padding: 3rem !important;
    }

    #shopcart .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    #shopcart .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    #shopcart .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    #shopcart .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    #shopcart .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    #shopcart .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    #shopcart .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    #shopcart .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    #shopcart .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    #shopcart .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    #shopcart .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    #shopcart .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    #shopcart .pt-sm-0 {
        padding-top: 0 !important;
    }

    #shopcart .pt-sm-1 {
        padding-top: 0.25rem !important;
    }

    #shopcart .pt-sm-2 {
        padding-top: 0.5rem !important;
    }

    #shopcart .pt-sm-3 {
        padding-top: 1rem !important;
    }

    #shopcart .pt-sm-4 {
        padding-top: 1.5rem !important;
    }

    #shopcart .pt-sm-5 {
        padding-top: 3rem !important;
    }

    #shopcart .pe-sm-0 {
        padding-right: 0 !important;
    }

    #shopcart .pe-sm-1 {
        padding-right: 0.25rem !important;
    }

    #shopcart .pe-sm-2 {
        padding-right: 0.5rem !important;
    }

    #shopcart .pe-sm-3 {
        padding-right: 1rem !important;
    }

    #shopcart .pe-sm-4 {
        padding-right: 1.5rem !important;
    }

    #shopcart .pe-sm-5 {
        padding-right: 3rem !important;
    }

    #shopcart .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    #shopcart .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    #shopcart .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    #shopcart .pb-sm-3 {
        padding-bottom: 1rem !important;
    }

    #shopcart .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    #shopcart .pb-sm-5 {
        padding-bottom: 3rem !important;
    }

    #shopcart .ps-sm-0 {
        padding-left: 0 !important;
    }

    #shopcart .ps-sm-1 {
        padding-left: 0.25rem !important;
    }

    #shopcart .ps-sm-2 {
        padding-left: 0.5rem !important;
    }

    #shopcart .ps-sm-3 {
        padding-left: 1rem !important;
    }

    #shopcart .ps-sm-4 {
        padding-left: 1.5rem !important;
    }

    #shopcart .ps-sm-5 {
        padding-left: 3rem !important;
    }
}

@media (min-width: 768px) {
    #shopcart .d-md-inline {
        display: inline !important;
    }

    #shopcart .d-md-inline-block {
        display: inline-block !important;
    }

    #shopcart .d-md-block {
        display: block !important;
    }

    #shopcart .d-md-grid {
        display: grid !important;
    }

    #shopcart .d-md-table {
        display: table !important;
    }

    #shopcart .d-md-table-row {
        display: table-row !important;
    }

    #shopcart .d-md-table-cell {
        display: table-cell !important;
    }

    #shopcart .d-md-flex {
        display: flex !important;
    }

    #shopcart .d-md-inline-flex {
        display: inline-flex !important;
    }

    #shopcart .d-md-none {
        display: none !important;
    }

    #shopcart .flex-md-fill {
        flex: 1 1 auto !important;
    }

    #shopcart .flex-md-row {
        flex-direction: row !important;
    }

    #shopcart .flex-md-column {
        flex-direction: column !important;
    }

    #shopcart .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    #shopcart .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    #shopcart .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    #shopcart .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    #shopcart .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    #shopcart .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    #shopcart .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    #shopcart .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    #shopcart .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    #shopcart .justify-content-md-start {
        justify-content: flex-start !important;
    }

    #shopcart .justify-content-md-end {
        justify-content: flex-end !important;
    }

    #shopcart .justify-content-md-center {
        justify-content: center !important;
    }

    #shopcart .justify-content-md-between {
        justify-content: space-between !important;
    }

    #shopcart .justify-content-md-around {
        justify-content: space-around !important;
    }

    #shopcart .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }

    #shopcart .align-items-md-start {
        align-items: flex-start !important;
    }

    #shopcart .align-items-md-end {
        align-items: flex-end !important;
    }

    #shopcart .align-items-md-center {
        align-items: center !important;
    }

    #shopcart .align-items-md-baseline {
        align-items: baseline !important;
    }

    #shopcart .align-items-md-stretch {
        align-items: stretch !important;
    }

    #shopcart .align-content-md-start {
        align-content: flex-start !important;
    }

    #shopcart .align-content-md-end {
        align-content: flex-end !important;
    }

    #shopcart .align-content-md-center {
        align-content: center !important;
    }

    #shopcart .align-content-md-between {
        align-content: space-between !important;
    }

    #shopcart .align-content-md-around {
        align-content: space-around !important;
    }

    #shopcart .align-content-md-stretch {
        align-content: stretch !important;
    }

    #shopcart .align-self-md-auto {
        align-self: auto !important;
    }

    #shopcart .align-self-md-start {
        align-self: flex-start !important;
    }

    #shopcart .align-self-md-end {
        align-self: flex-end !important;
    }

    #shopcart .align-self-md-center {
        align-self: center !important;
    }

    #shopcart .align-self-md-baseline {
        align-self: baseline !important;
    }

    #shopcart .align-self-md-stretch {
        align-self: stretch !important;
    }

    #shopcart .order-md-first {
        order: -1 !important;
    }

    #shopcart .order-md-0 {
        order: 0 !important;
    }

    #shopcart .order-md-1 {
        order: 1 !important;
    }

    #shopcart .order-md-2 {
        order: 2 !important;
    }

    #shopcart .order-md-3 {
        order: 3 !important;
    }

    #shopcart .order-md-4 {
        order: 4 !important;
    }

    #shopcart .order-md-5 {
        order: 5 !important;
    }

    #shopcart .order-md-last {
        order: 6 !important;
    }

    #shopcart .m-md-0 {
        margin: 0 !important;
    }

    #shopcart .m-md-1 {
        margin: 0.25rem !important;
    }

    #shopcart .m-md-2 {
        margin: 0.5rem !important;
    }

    #shopcart .m-md-3 {
        margin: 1rem !important;
    }

    #shopcart .m-md-4 {
        margin: 1.5rem !important;
    }

    #shopcart .m-md-5 {
        margin: 3rem !important;
    }

    #shopcart .m-md-auto {
        margin: auto !important;
    }

    #shopcart .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    #shopcart .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    #shopcart .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    #shopcart .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    #shopcart .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    #shopcart .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    #shopcart .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    #shopcart .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    #shopcart .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    #shopcart .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    #shopcart .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    #shopcart .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    #shopcart .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    #shopcart .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    #shopcart .mt-md-0 {
        margin-top: 0 !important;
    }

    #shopcart .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    #shopcart .mt-md-2 {
        margin-top: 0.5rem !important;
    }

    #shopcart .mt-md-3 {
        margin-top: 1rem !important;
    }

    #shopcart .mt-md-4 {
        margin-top: 1.5rem !important;
    }

    #shopcart .mt-md-5 {
        margin-top: 3rem !important;
    }

    #shopcart .mt-md-auto {
        margin-top: auto !important;
    }

    #shopcart .me-md-0 {
        margin-right: 0 !important;
    }

    #shopcart .me-md-1 {
        margin-right: 0.25rem !important;
    }

    #shopcart .me-md-2 {
        margin-right: 0.5rem !important;
    }

    #shopcart .me-md-3 {
        margin-right: 1rem !important;
    }

    #shopcart .me-md-4 {
        margin-right: 1.5rem !important;
    }

    #shopcart .me-md-5 {
        margin-right: 3rem !important;
    }

    #shopcart .me-md-auto {
        margin-right: auto !important;
    }

    #shopcart .mb-md-0 {
        margin-bottom: 0 !important;
    }

    #shopcart .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }

    #shopcart .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }

    #shopcart .mb-md-3 {
        margin-bottom: 1rem !important;
    }

    #shopcart .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }

    #shopcart .mb-md-5 {
        margin-bottom: 3rem !important;
    }

    #shopcart .mb-md-auto {
        margin-bottom: auto !important;
    }

    #shopcart .ms-md-0 {
        margin-left: 0 !important;
    }

    #shopcart .ms-md-1 {
        margin-left: 0.25rem !important;
    }

    #shopcart .ms-md-2 {
        margin-left: 0.5rem !important;
    }

    #shopcart .ms-md-3 {
        margin-left: 1rem !important;
    }

    #shopcart .ms-md-4 {
        margin-left: 1.5rem !important;
    }

    #shopcart .ms-md-5 {
        margin-left: 3rem !important;
    }

    #shopcart .ms-md-auto {
        margin-left: auto !important;
    }

    #shopcart .p-md-0 {
        padding: 0 !important;
    }

    #shopcart .p-md-1 {
        padding: 0.25rem !important;
    }

    #shopcart .p-md-2 {
        padding: 0.5rem !important;
    }

    #shopcart .p-md-3 {
        padding: 1rem !important;
    }

    #shopcart .p-md-4 {
        padding: 1.5rem !important;
    }

    #shopcart .p-md-5 {
        padding: 3rem !important;
    }

    #shopcart .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    #shopcart .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    #shopcart .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    #shopcart .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    #shopcart .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    #shopcart .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    #shopcart .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    #shopcart .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    #shopcart .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    #shopcart .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    #shopcart .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    #shopcart .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    #shopcart .pt-md-0 {
        padding-top: 0 !important;
    }

    #shopcart .pt-md-1 {
        padding-top: 0.25rem !important;
    }

    #shopcart .pt-md-2 {
        padding-top: 0.5rem !important;
    }

    #shopcart .pt-md-3 {
        padding-top: 1rem !important;
    }

    #shopcart .pt-md-4 {
        padding-top: 1.5rem !important;
    }

    #shopcart .pt-md-5 {
        padding-top: 3rem !important;
    }

    #shopcart .pe-md-0 {
        padding-right: 0 !important;
    }

    #shopcart .pe-md-1 {
        padding-right: 0.25rem !important;
    }

    #shopcart .pe-md-2 {
        padding-right: 0.5rem !important;
    }

    #shopcart .pe-md-3 {
        padding-right: 1rem !important;
    }

    #shopcart .pe-md-4 {
        padding-right: 1.5rem !important;
    }

    #shopcart .pe-md-5 {
        padding-right: 3rem !important;
    }

    #shopcart .pb-md-0 {
        padding-bottom: 0 !important;
    }

    #shopcart .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }

    #shopcart .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }

    #shopcart .pb-md-3 {
        padding-bottom: 1rem !important;
    }

    #shopcart .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }

    #shopcart .pb-md-5 {
        padding-bottom: 3rem !important;
    }

    #shopcart .ps-md-0 {
        padding-left: 0 !important;
    }

    #shopcart .ps-md-1 {
        padding-left: 0.25rem !important;
    }

    #shopcart .ps-md-2 {
        padding-left: 0.5rem !important;
    }

    #shopcart .ps-md-3 {
        padding-left: 1rem !important;
    }

    #shopcart .ps-md-4 {
        padding-left: 1.5rem !important;
    }

    #shopcart .ps-md-5 {
        padding-left: 3rem !important;
    }
}

@media (min-width: 992px) {
    #shopcart .d-lg-inline {
        display: inline !important;
    }

    #shopcart .d-lg-inline-block {
        display: inline-block !important;
    }

    #shopcart .d-lg-block {
        display: block !important;
    }

    #shopcart .d-lg-grid {
        display: grid !important;
    }

    #shopcart .d-lg-table {
        display: table !important;
    }

    #shopcart .d-lg-table-row {
        display: table-row !important;
    }

    #shopcart .d-lg-table-cell {
        display: table-cell !important;
    }

    #shopcart .d-lg-flex {
        display: flex !important;
    }

    #shopcart .d-lg-inline-flex {
        display: inline-flex !important;
    }

    #shopcart .d-lg-none {
        display: none !important;
    }

    #shopcart .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    #shopcart .flex-lg-row {
        flex-direction: row !important;
    }

    #shopcart .flex-lg-column {
        flex-direction: column !important;
    }

    #shopcart .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    #shopcart .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    #shopcart .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    #shopcart .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    #shopcart .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    #shopcart .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    #shopcart .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    #shopcart .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    #shopcart .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    #shopcart .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    #shopcart .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    #shopcart .justify-content-lg-center {
        justify-content: center !important;
    }

    #shopcart .justify-content-lg-between {
        justify-content: space-between !important;
    }

    #shopcart .justify-content-lg-around {
        justify-content: space-around !important;
    }

    #shopcart .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }

    #shopcart .align-items-lg-start {
        align-items: flex-start !important;
    }

    #shopcart .align-items-lg-end {
        align-items: flex-end !important;
    }

    #shopcart .align-items-lg-center {
        align-items: center !important;
    }

    #shopcart .align-items-lg-baseline {
        align-items: baseline !important;
    }

    #shopcart .align-items-lg-stretch {
        align-items: stretch !important;
    }

    #shopcart .align-content-lg-start {
        align-content: flex-start !important;
    }

    #shopcart .align-content-lg-end {
        align-content: flex-end !important;
    }

    #shopcart .align-content-lg-center {
        align-content: center !important;
    }

    #shopcart .align-content-lg-between {
        align-content: space-between !important;
    }

    #shopcart .align-content-lg-around {
        align-content: space-around !important;
    }

    #shopcart .align-content-lg-stretch {
        align-content: stretch !important;
    }

    #shopcart .align-self-lg-auto {
        align-self: auto !important;
    }

    #shopcart .align-self-lg-start {
        align-self: flex-start !important;
    }

    #shopcart .align-self-lg-end {
        align-self: flex-end !important;
    }

    #shopcart .align-self-lg-center {
        align-self: center !important;
    }

    #shopcart .align-self-lg-baseline {
        align-self: baseline !important;
    }

    #shopcart .align-self-lg-stretch {
        align-self: stretch !important;
    }

    #shopcart .order-lg-first {
        order: -1 !important;
    }

    #shopcart .order-lg-0 {
        order: 0 !important;
    }

    #shopcart .order-lg-1 {
        order: 1 !important;
    }

    #shopcart .order-lg-2 {
        order: 2 !important;
    }

    #shopcart .order-lg-3 {
        order: 3 !important;
    }

    #shopcart .order-lg-4 {
        order: 4 !important;
    }

    #shopcart .order-lg-5 {
        order: 5 !important;
    }

    #shopcart .order-lg-last {
        order: 6 !important;
    }

    #shopcart .m-lg-0 {
        margin: 0 !important;
    }

    #shopcart .m-lg-1 {
        margin: 0.25rem !important;
    }

    #shopcart .m-lg-2 {
        margin: 0.5rem !important;
    }

    #shopcart .m-lg-3 {
        margin: 1rem !important;
    }

    #shopcart .m-lg-4 {
        margin: 1.5rem !important;
    }

    #shopcart .m-lg-5 {
        margin: 3rem !important;
    }

    #shopcart .m-lg-auto {
        margin: auto !important;
    }

    #shopcart .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    #shopcart .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    #shopcart .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    #shopcart .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    #shopcart .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    #shopcart .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    #shopcart .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    #shopcart .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    #shopcart .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    #shopcart .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    #shopcart .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    #shopcart .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    #shopcart .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    #shopcart .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    #shopcart .mt-lg-0 {
        margin-top: 0 !important;
    }

    #shopcart .mt-lg-1 {
        margin-top: 0.25rem !important;
    }

    #shopcart .mt-lg-2 {
        margin-top: 0.5rem !important;
    }

    #shopcart .mt-lg-3 {
        margin-top: 1rem !important;
    }

    #shopcart .mt-lg-4 {
        margin-top: 1.5rem !important;
    }

    #shopcart .mt-lg-5 {
        margin-top: 3rem !important;
    }

    #shopcart .mt-lg-auto {
        margin-top: auto !important;
    }

    #shopcart .me-lg-0 {
        margin-right: 0 !important;
    }

    #shopcart .me-lg-1 {
        margin-right: 0.25rem !important;
    }

    #shopcart .me-lg-2 {
        margin-right: 0.5rem !important;
    }

    #shopcart .me-lg-3 {
        margin-right: 1rem !important;
    }

    #shopcart .me-lg-4 {
        margin-right: 1.5rem !important;
    }

    #shopcart .me-lg-5 {
        margin-right: 3rem !important;
    }

    #shopcart .me-lg-auto {
        margin-right: auto !important;
    }

    #shopcart .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    #shopcart .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    #shopcart .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    #shopcart .mb-lg-3 {
        margin-bottom: 1rem !important;
    }

    #shopcart .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    #shopcart .mb-lg-5 {
        margin-bottom: 3rem !important;
    }

    #shopcart .mb-lg-auto {
        margin-bottom: auto !important;
    }

    #shopcart .ms-lg-0 {
        margin-left: 0 !important;
    }

    #shopcart .ms-lg-1 {
        margin-left: 0.25rem !important;
    }

    #shopcart .ms-lg-2 {
        margin-left: 0.5rem !important;
    }

    #shopcart .ms-lg-3 {
        margin-left: 1rem !important;
    }

    #shopcart .ms-lg-4 {
        margin-left: 1.5rem !important;
    }

    #shopcart .ms-lg-5 {
        margin-left: 3rem !important;
    }

    #shopcart .ms-lg-auto {
        margin-left: auto !important;
    }

    #shopcart .p-lg-0 {
        padding: 0 !important;
    }

    #shopcart .p-lg-1 {
        padding: 0.25rem !important;
    }

    #shopcart .p-lg-2 {
        padding: 0.5rem !important;
    }

    #shopcart .p-lg-3 {
        padding: 1rem !important;
    }

    #shopcart .p-lg-4 {
        padding: 1.5rem !important;
    }

    #shopcart .p-lg-5 {
        padding: 3rem !important;
    }

    #shopcart .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    #shopcart .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    #shopcart .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    #shopcart .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    #shopcart .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    #shopcart .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    #shopcart .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    #shopcart .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    #shopcart .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    #shopcart .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    #shopcart .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    #shopcart .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    #shopcart .pt-lg-0 {
        padding-top: 0 !important;
    }

    #shopcart .pt-lg-1 {
        padding-top: 0.25rem !important;
    }

    #shopcart .pt-lg-2 {
        padding-top: 0.5rem !important;
    }

    #shopcart .pt-lg-3 {
        padding-top: 1rem !important;
    }

    #shopcart .pt-lg-4 {
        padding-top: 1.5rem !important;
    }

    #shopcart .pt-lg-5 {
        padding-top: 3rem !important;
    }

    #shopcart .pe-lg-0 {
        padding-right: 0 !important;
    }

    #shopcart .pe-lg-1 {
        padding-right: 0.25rem !important;
    }

    #shopcart .pe-lg-2 {
        padding-right: 0.5rem !important;
    }

    #shopcart .pe-lg-3 {
        padding-right: 1rem !important;
    }

    #shopcart .pe-lg-4 {
        padding-right: 1.5rem !important;
    }

    #shopcart .pe-lg-5 {
        padding-right: 3rem !important;
    }

    #shopcart .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    #shopcart .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    #shopcart .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    #shopcart .pb-lg-3 {
        padding-bottom: 1rem !important;
    }

    #shopcart .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    #shopcart .pb-lg-5 {
        padding-bottom: 3rem !important;
    }

    #shopcart .ps-lg-0 {
        padding-left: 0 !important;
    }

    #shopcart .ps-lg-1 {
        padding-left: 0.25rem !important;
    }

    #shopcart .ps-lg-2 {
        padding-left: 0.5rem !important;
    }

    #shopcart .ps-lg-3 {
        padding-left: 1rem !important;
    }

    #shopcart .ps-lg-4 {
        padding-left: 1.5rem !important;
    }

    #shopcart .ps-lg-5 {
        padding-left: 3rem !important;
    }
}

@media (min-width: 1200px) {
    #shopcart .d-xl-inline {
        display: inline !important;
    }

    #shopcart .d-xl-inline-block {
        display: inline-block !important;
    }

    #shopcart .d-xl-block {
        display: block !important;
    }

    #shopcart .d-xl-grid {
        display: grid !important;
    }

    #shopcart .d-xl-table {
        display: table !important;
    }

    #shopcart .d-xl-table-row {
        display: table-row !important;
    }

    #shopcart .d-xl-table-cell {
        display: table-cell !important;
    }

    #shopcart .d-xl-flex {
        display: flex !important;
    }

    #shopcart .d-xl-inline-flex {
        display: inline-flex !important;
    }

    #shopcart .d-xl-none {
        display: none !important;
    }

    #shopcart .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    #shopcart .flex-xl-row {
        flex-direction: row !important;
    }

    #shopcart .flex-xl-column {
        flex-direction: column !important;
    }

    #shopcart .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    #shopcart .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    #shopcart .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    #shopcart .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    #shopcart .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    #shopcart .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    #shopcart .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    #shopcart .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    #shopcart .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    #shopcart .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    #shopcart .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    #shopcart .justify-content-xl-center {
        justify-content: center !important;
    }

    #shopcart .justify-content-xl-between {
        justify-content: space-between !important;
    }

    #shopcart .justify-content-xl-around {
        justify-content: space-around !important;
    }

    #shopcart .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }

    #shopcart .align-items-xl-start {
        align-items: flex-start !important;
    }

    #shopcart .align-items-xl-end {
        align-items: flex-end !important;
    }

    #shopcart .align-items-xl-center {
        align-items: center !important;
    }

    #shopcart .align-items-xl-baseline {
        align-items: baseline !important;
    }

    #shopcart .align-items-xl-stretch {
        align-items: stretch !important;
    }

    #shopcart .align-content-xl-start {
        align-content: flex-start !important;
    }

    #shopcart .align-content-xl-end {
        align-content: flex-end !important;
    }

    #shopcart .align-content-xl-center {
        align-content: center !important;
    }

    #shopcart .align-content-xl-between {
        align-content: space-between !important;
    }

    #shopcart .align-content-xl-around {
        align-content: space-around !important;
    }

    #shopcart .align-content-xl-stretch {
        align-content: stretch !important;
    }

    #shopcart .align-self-xl-auto {
        align-self: auto !important;
    }

    #shopcart .align-self-xl-start {
        align-self: flex-start !important;
    }

    #shopcart .align-self-xl-end {
        align-self: flex-end !important;
    }

    #shopcart .align-self-xl-center {
        align-self: center !important;
    }

    #shopcart .align-self-xl-baseline {
        align-self: baseline !important;
    }

    #shopcart .align-self-xl-stretch {
        align-self: stretch !important;
    }

    #shopcart .order-xl-first {
        order: -1 !important;
    }

    #shopcart .order-xl-0 {
        order: 0 !important;
    }

    #shopcart .order-xl-1 {
        order: 1 !important;
    }

    #shopcart .order-xl-2 {
        order: 2 !important;
    }

    #shopcart .order-xl-3 {
        order: 3 !important;
    }

    #shopcart .order-xl-4 {
        order: 4 !important;
    }

    #shopcart .order-xl-5 {
        order: 5 !important;
    }

    #shopcart .order-xl-last {
        order: 6 !important;
    }

    #shopcart .m-xl-0 {
        margin: 0 !important;
    }

    #shopcart .m-xl-1 {
        margin: 0.25rem !important;
    }

    #shopcart .m-xl-2 {
        margin: 0.5rem !important;
    }

    #shopcart .m-xl-3 {
        margin: 1rem !important;
    }

    #shopcart .m-xl-4 {
        margin: 1.5rem !important;
    }

    #shopcart .m-xl-5 {
        margin: 3rem !important;
    }

    #shopcart .m-xl-auto {
        margin: auto !important;
    }

    #shopcart .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    #shopcart .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    #shopcart .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    #shopcart .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    #shopcart .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    #shopcart .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    #shopcart .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    #shopcart .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    #shopcart .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    #shopcart .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    #shopcart .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    #shopcart .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    #shopcart .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    #shopcart .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    #shopcart .mt-xl-0 {
        margin-top: 0 !important;
    }

    #shopcart .mt-xl-1 {
        margin-top: 0.25rem !important;
    }

    #shopcart .mt-xl-2 {
        margin-top: 0.5rem !important;
    }

    #shopcart .mt-xl-3 {
        margin-top: 1rem !important;
    }

    #shopcart .mt-xl-4 {
        margin-top: 1.5rem !important;
    }

    #shopcart .mt-xl-5 {
        margin-top: 3rem !important;
    }

    #shopcart .mt-xl-auto {
        margin-top: auto !important;
    }

    #shopcart .me-xl-0 {
        margin-right: 0 !important;
    }

    #shopcart .me-xl-1 {
        margin-right: 0.25rem !important;
    }

    #shopcart .me-xl-2 {
        margin-right: 0.5rem !important;
    }

    #shopcart .me-xl-3 {
        margin-right: 1rem !important;
    }

    #shopcart .me-xl-4 {
        margin-right: 1.5rem !important;
    }

    #shopcart .me-xl-5 {
        margin-right: 3rem !important;
    }

    #shopcart .me-xl-auto {
        margin-right: auto !important;
    }

    #shopcart .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    #shopcart .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    #shopcart .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    #shopcart .mb-xl-3 {
        margin-bottom: 1rem !important;
    }

    #shopcart .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    #shopcart .mb-xl-5 {
        margin-bottom: 3rem !important;
    }

    #shopcart .mb-xl-auto {
        margin-bottom: auto !important;
    }

    #shopcart .ms-xl-0 {
        margin-left: 0 !important;
    }

    #shopcart .ms-xl-1 {
        margin-left: 0.25rem !important;
    }

    #shopcart .ms-xl-2 {
        margin-left: 0.5rem !important;
    }

    #shopcart .ms-xl-3 {
        margin-left: 1rem !important;
    }

    #shopcart .ms-xl-4 {
        margin-left: 1.5rem !important;
    }

    #shopcart .ms-xl-5 {
        margin-left: 3rem !important;
    }

    #shopcart .ms-xl-auto {
        margin-left: auto !important;
    }

    #shopcart .p-xl-0 {
        padding: 0 !important;
    }

    #shopcart .p-xl-1 {
        padding: 0.25rem !important;
    }

    #shopcart .p-xl-2 {
        padding: 0.5rem !important;
    }

    #shopcart .p-xl-3 {
        padding: 1rem !important;
    }

    #shopcart .p-xl-4 {
        padding: 1.5rem !important;
    }

    #shopcart .p-xl-5 {
        padding: 3rem !important;
    }

    #shopcart .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    #shopcart .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    #shopcart .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    #shopcart .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    #shopcart .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    #shopcart .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    #shopcart .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    #shopcart .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    #shopcart .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    #shopcart .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    #shopcart .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    #shopcart .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    #shopcart .pt-xl-0 {
        padding-top: 0 !important;
    }

    #shopcart .pt-xl-1 {
        padding-top: 0.25rem !important;
    }

    #shopcart .pt-xl-2 {
        padding-top: 0.5rem !important;
    }

    #shopcart .pt-xl-3 {
        padding-top: 1rem !important;
    }

    #shopcart .pt-xl-4 {
        padding-top: 1.5rem !important;
    }

    #shopcart .pt-xl-5 {
        padding-top: 3rem !important;
    }

    #shopcart .pe-xl-0 {
        padding-right: 0 !important;
    }

    #shopcart .pe-xl-1 {
        padding-right: 0.25rem !important;
    }

    #shopcart .pe-xl-2 {
        padding-right: 0.5rem !important;
    }

    #shopcart .pe-xl-3 {
        padding-right: 1rem !important;
    }

    #shopcart .pe-xl-4 {
        padding-right: 1.5rem !important;
    }

    #shopcart .pe-xl-5 {
        padding-right: 3rem !important;
    }

    #shopcart .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    #shopcart .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    #shopcart .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    #shopcart .pb-xl-3 {
        padding-bottom: 1rem !important;
    }

    #shopcart .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    #shopcart .pb-xl-5 {
        padding-bottom: 3rem !important;
    }

    #shopcart .ps-xl-0 {
        padding-left: 0 !important;
    }

    #shopcart .ps-xl-1 {
        padding-left: 0.25rem !important;
    }

    #shopcart .ps-xl-2 {
        padding-left: 0.5rem !important;
    }

    #shopcart .ps-xl-3 {
        padding-left: 1rem !important;
    }

    #shopcart .ps-xl-4 {
        padding-left: 1.5rem !important;
    }

    #shopcart .ps-xl-5 {
        padding-left: 3rem !important;
    }
}

@media (min-width: 1400px) {
    #shopcart .d-xxl-inline {
        display: inline !important;
    }

    #shopcart .d-xxl-inline-block {
        display: inline-block !important;
    }

    #shopcart .d-xxl-block {
        display: block !important;
    }

    #shopcart .d-xxl-grid {
        display: grid !important;
    }

    #shopcart .d-xxl-table {
        display: table !important;
    }

    #shopcart .d-xxl-table-row {
        display: table-row !important;
    }

    #shopcart .d-xxl-table-cell {
        display: table-cell !important;
    }

    #shopcart .d-xxl-flex {
        display: flex !important;
    }

    #shopcart .d-xxl-inline-flex {
        display: inline-flex !important;
    }

    #shopcart .d-xxl-none {
        display: none !important;
    }

    #shopcart .flex-xxl-fill {
        flex: 1 1 auto !important;
    }

    #shopcart .flex-xxl-row {
        flex-direction: row !important;
    }

    #shopcart .flex-xxl-column {
        flex-direction: column !important;
    }

    #shopcart .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }

    #shopcart .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }

    #shopcart .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }

    #shopcart .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }

    #shopcart .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }

    #shopcart .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }

    #shopcart .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }

    #shopcart .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }

    #shopcart .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    #shopcart .justify-content-xxl-start {
        justify-content: flex-start !important;
    }

    #shopcart .justify-content-xxl-end {
        justify-content: flex-end !important;
    }

    #shopcart .justify-content-xxl-center {
        justify-content: center !important;
    }

    #shopcart .justify-content-xxl-between {
        justify-content: space-between !important;
    }

    #shopcart .justify-content-xxl-around {
        justify-content: space-around !important;
    }

    #shopcart .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }

    #shopcart .align-items-xxl-start {
        align-items: flex-start !important;
    }

    #shopcart .align-items-xxl-end {
        align-items: flex-end !important;
    }

    #shopcart .align-items-xxl-center {
        align-items: center !important;
    }

    #shopcart .align-items-xxl-baseline {
        align-items: baseline !important;
    }

    #shopcart .align-items-xxl-stretch {
        align-items: stretch !important;
    }

    #shopcart .align-content-xxl-start {
        align-content: flex-start !important;
    }

    #shopcart .align-content-xxl-end {
        align-content: flex-end !important;
    }

    #shopcart .align-content-xxl-center {
        align-content: center !important;
    }

    #shopcart .align-content-xxl-between {
        align-content: space-between !important;
    }

    #shopcart .align-content-xxl-around {
        align-content: space-around !important;
    }

    #shopcart .align-content-xxl-stretch {
        align-content: stretch !important;
    }

    #shopcart .align-self-xxl-auto {
        align-self: auto !important;
    }

    #shopcart .align-self-xxl-start {
        align-self: flex-start !important;
    }

    #shopcart .align-self-xxl-end {
        align-self: flex-end !important;
    }

    #shopcart .align-self-xxl-center {
        align-self: center !important;
    }

    #shopcart .align-self-xxl-baseline {
        align-self: baseline !important;
    }

    #shopcart .align-self-xxl-stretch {
        align-self: stretch !important;
    }

    #shopcart .order-xxl-first {
        order: -1 !important;
    }

    #shopcart .order-xxl-0 {
        order: 0 !important;
    }

    #shopcart .order-xxl-1 {
        order: 1 !important;
    }

    #shopcart .order-xxl-2 {
        order: 2 !important;
    }

    #shopcart .order-xxl-3 {
        order: 3 !important;
    }

    #shopcart .order-xxl-4 {
        order: 4 !important;
    }

    #shopcart .order-xxl-5 {
        order: 5 !important;
    }

    #shopcart .order-xxl-last {
        order: 6 !important;
    }

    #shopcart .m-xxl-0 {
        margin: 0 !important;
    }

    #shopcart .m-xxl-1 {
        margin: 0.25rem !important;
    }

    #shopcart .m-xxl-2 {
        margin: 0.5rem !important;
    }

    #shopcart .m-xxl-3 {
        margin: 1rem !important;
    }

    #shopcart .m-xxl-4 {
        margin: 1.5rem !important;
    }

    #shopcart .m-xxl-5 {
        margin: 3rem !important;
    }

    #shopcart .m-xxl-auto {
        margin: auto !important;
    }

    #shopcart .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    #shopcart .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    #shopcart .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    #shopcart .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    #shopcart .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    #shopcart .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    #shopcart .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    #shopcart .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    #shopcart .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    #shopcart .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    #shopcart .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    #shopcart .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    #shopcart .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    #shopcart .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    #shopcart .mt-xxl-0 {
        margin-top: 0 !important;
    }

    #shopcart .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }

    #shopcart .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }

    #shopcart .mt-xxl-3 {
        margin-top: 1rem !important;
    }

    #shopcart .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }

    #shopcart .mt-xxl-5 {
        margin-top: 3rem !important;
    }

    #shopcart .mt-xxl-auto {
        margin-top: auto !important;
    }

    #shopcart .me-xxl-0 {
        margin-right: 0 !important;
    }

    #shopcart .me-xxl-1 {
        margin-right: 0.25rem !important;
    }

    #shopcart .me-xxl-2 {
        margin-right: 0.5rem !important;
    }

    #shopcart .me-xxl-3 {
        margin-right: 1rem !important;
    }

    #shopcart .me-xxl-4 {
        margin-right: 1.5rem !important;
    }

    #shopcart .me-xxl-5 {
        margin-right: 3rem !important;
    }

    #shopcart .me-xxl-auto {
        margin-right: auto !important;
    }

    #shopcart .mb-xxl-0 {
        margin-bottom: 0 !important;
    }

    #shopcart .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }

    #shopcart .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }

    #shopcart .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }

    #shopcart .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }

    #shopcart .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }

    #shopcart .mb-xxl-auto {
        margin-bottom: auto !important;
    }

    #shopcart .ms-xxl-0 {
        margin-left: 0 !important;
    }

    #shopcart .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }

    #shopcart .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }

    #shopcart .ms-xxl-3 {
        margin-left: 1rem !important;
    }

    #shopcart .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }

    #shopcart .ms-xxl-5 {
        margin-left: 3rem !important;
    }

    #shopcart .ms-xxl-auto {
        margin-left: auto !important;
    }

    #shopcart .p-xxl-0 {
        padding: 0 !important;
    }

    #shopcart .p-xxl-1 {
        padding: 0.25rem !important;
    }

    #shopcart .p-xxl-2 {
        padding: 0.5rem !important;
    }

    #shopcart .p-xxl-3 {
        padding: 1rem !important;
    }

    #shopcart .p-xxl-4 {
        padding: 1.5rem !important;
    }

    #shopcart .p-xxl-5 {
        padding: 3rem !important;
    }

    #shopcart .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    #shopcart .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    #shopcart .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    #shopcart .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    #shopcart .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    #shopcart .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    #shopcart .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    #shopcart .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    #shopcart .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    #shopcart .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    #shopcart .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    #shopcart .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    #shopcart .pt-xxl-0 {
        padding-top: 0 !important;
    }

    #shopcart .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }

    #shopcart .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }

    #shopcart .pt-xxl-3 {
        padding-top: 1rem !important;
    }

    #shopcart .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }

    #shopcart .pt-xxl-5 {
        padding-top: 3rem !important;
    }

    #shopcart .pe-xxl-0 {
        padding-right: 0 !important;
    }

    #shopcart .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }

    #shopcart .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }

    #shopcart .pe-xxl-3 {
        padding-right: 1rem !important;
    }

    #shopcart .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }

    #shopcart .pe-xxl-5 {
        padding-right: 3rem !important;
    }

    #shopcart .pb-xxl-0 {
        padding-bottom: 0 !important;
    }

    #shopcart .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }

    #shopcart .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }

    #shopcart .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }

    #shopcart .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }

    #shopcart .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }

    #shopcart .ps-xxl-0 {
        padding-left: 0 !important;
    }

    #shopcart .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }

    #shopcart .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }

    #shopcart .ps-xxl-3 {
        padding-left: 1rem !important;
    }

    #shopcart .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }

    #shopcart .ps-xxl-5 {
        padding-left: 3rem !important;
    }
}

@media print {
    #shopcart .d-print-inline {
        display: inline !important;
    }

    #shopcart .d-print-inline-block {
        display: inline-block !important;
    }

    #shopcart .d-print-block {
        display: block !important;
    }

    #shopcart .d-print-grid {
        display: grid !important;
    }

    #shopcart .d-print-table {
        display: table !important;
    }

    #shopcart .d-print-table-row {
        display: table-row !important;
    }

    #shopcart .d-print-table-cell {
        display: table-cell !important;
    }

    #shopcart .d-print-flex {
        display: flex !important;
    }

    #shopcart .d-print-inline-flex {
        display: inline-flex !important;
    }

    #shopcart .d-print-none {
        display: none !important;
    }
}



@keyframes spinner-border {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#shopcart .spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

#shopcart .sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}






#shopcart .form-control.is-valid, .modal-body .form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

#shopcart .form-control.is-valid:focus, .modal-body .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

#shopcart select.form-control.is-valid, .modal-body select.form-control.is-valid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center;
}

#shopcart textarea.form-control.is-valid, .modal-body textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

#shopcart .custom-select.is-valid, .modal-body .custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc(0.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

#shopcart .custom-select.is-valid:focus, .modal-body .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

#shopcart .form-check-input.is-valid ~ .form-check-label, .modal-body .form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
}



#shopcart .form-control.is-invalid, .modal-body.form-control.is-invalid {
    border-color: #dc3545 !important;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

#shopcart .form-control.is-invalid:focus, .modal-body .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

#shopcart select.form-control.is-invalid, .modal-body select.form-control.is-invalid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center;
}

#shopcart textarea.form-control.is-invalid, .modal-body textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}


#shopcart .form-check-input.is-invalid ~ .form-check-label, .modal-body .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
}
</pre></body></html>