<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

body {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

a {
    color: #2e3e9e;
    text-decoration: underline;
}

    a:hover {
        color: #2e3e9e !important;
    }

h1 {
    /*color: #2e3e9e;*/
}

button.mb-3 {
    margin-bottom: 6rem !important;
}

a.mb-3 {
    margin-bottom: 6rem !important;
}

.italic {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    font-style: italic;
}

@media (max-width: 992px) {
    .nav-item:first-child {
        margin-top: 1em;
    }
}

.nopadding {
    padding: 0 0.75rem;
}

.form-check-input:checked {
    background-color: #2e3e9e;
    border-color: #2e3e9e;
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #2e3e9e;
    border-color: #2e3e9e;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-range::-webkit-slider-thumb {
    background-color: #2e3e9e;
}

.form-range::-moz-range-thumb {
    background-color: #2e3e9e;
}

.btn-primary {
    background-color: #2e3e9e;
    border-color: #2e3e9e;
}

    .btn-primary:hover {
        background-color: #2881c7;
        border-color: #2e3e9e
    }

    .btn-primary.color-reverted {
        background-color: #636464;
        border-color: #2e3e9e;
    }

        .btn-primary.color-reverted:hover {
            background-color: #2881c7;
            border-color: #2e3e9e
        }

    .btn-check:focus + .btn-primary, .btn-primary:focus {
        background-color: #2881c7;
        border-color: #0a58ca;
    }

    .btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show &gt; .btn-primary.dropdown-toggle {
        background-color: #0a58ca;
        border-color: #0a53be;
    }

    .btn-primary:disabled, .btn-primary.disabled {
        background-color: #2e3e9e;
        border-color: #2e3e9e;
    }

.btn-outline-primary {
    color: #2e3e9e;
    border-color: #2e3e9e;
}

    .btn-outline-primary:hover {
        background-color: #2e3e9e;
        border-color: #2e3e9e;
    }

    .btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
        background-color: #2e3e9e;
        border-color: #2e3e9e;
    }

    .btn-outline-primary:disabled, .btn-outline-primary.disabled {
        color: #2e3e9e;
    }

.btn-info {
    color: #000;
    background-color: transparent;
    border-color: #DDE0F0;
    padding: 0 !important;
}

    .btn-info:hover {
        color: #000;
        border-color: #DDE0F0 !important;
        background-color: #DDE0F0 !important;
    }




/* ALL STYLES */

html,
body {
    margin: 0;
    padding: 0;
}

/* use viewport-relative units to cover page fully */
body {
    height: 100vh;
}

.container-custom {
    max-width: 768px;
    background-color: #FFF;
    min-height: 100%;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.logo {
    max-height: 100px;
    max-width: calc(100vw - 50px);
}

.div-divider {
    height: 0;
    margin: 0.25rem 0;
    overflow: hidden;
    border-top: 1px solid #DDE0F0;
}

.logo-top {
    max-height: 50px;
    max-width: calc(100vw - 120px);
    float: left;
    margin-top: 5px;
    position: absolute;
    z-index: 100;
}

.hidden {
    display: none;
}

.max-width-label {
    max-width: calc(100% - 120px);
    float: left;
    margin-left: 10px;
}

.clear {
    clear: both;
}

.container-border {
    border: 1px solid #DDE0F0;
}


.navbar &gt; .container,
.navbar &gt; .container-fluid,
.navbar &gt; .container-sm,
.navbar &gt; .container-md,
.navbar &gt; .container-lg,
.navbar &gt; .container-xl,
.navbar &gt; .container-xxl {
    display: flex;
    flex-wrap: inherit;
    justify-content: flex-end;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

@media (max-width:992px) {
    .navbar-nav .nav-link {
        border-bottom: 1px solid #e5e5e5;
    }
}



/* Step bar */

.progresses {
    display: flex;
    align-items: center
}

.line {
    width: 25px;
    height: 10px;
    background: #2e3e9e
}

.steps {
    display: flex;
    background-color: #2e3e9e;
    color: #fff;
    font-size: 14px;
    width: 55px;
    height: 55px;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.steps-small {
    font-size: 11px;
    width: 30px;
    height: 30px;
}

.font-weight-bold {
    font-weight: bold;
}

.font-weight-disabled {
    color: #d1d1d1;
}

.font-weight-bold a {
    color: #FFF;
    text-decoration: none !important;
}

    .font-weight-bold a:hover {
        color: #FFF !important;
        font-weight: normal !important;
    }

.tnt {
    width: 22px;
}

.download {
    width: 22px;
}

.pay {
    width: 22px;
}


/* product chooser */

.product-information {
    transition: opacity 1s ease;
    overflow: hidden;
}

    .product-information.active {
        height: auto;
    }



/* package chooser */

.middle {
    width: 100%;
}

    .middle input[type=radio] {
        display: none;
    }

        .middle input[type=radio]:checked + .box {
            background-color: #DDE0F0;
        }

            .middle input[type=radio]:checked + .box span {
                color: #000;
                transform: translateY(70px);
            }

                .middle input[type=radio]:checked + .box span:before {
                    transform: translateY(0px);
                    opacity: 1;
                }

    .middle .box {
        width: 70px;
        height: 70px;
        line-height: 70px;
        background-color: #fff;
        transition: all 250ms ease;
        will-change: transition;
        display: inline-block;
        text-align: center;
        cursor: pointer;
        position: relative;
        border: 1px solid #DDE0F0;
        border-radius: 8px;
    }

        .middle .box.selected {
            background-color: #DDE0F0;
        }


.box.selected span {
    color: #000;
    transform: translateY(70px);
}

.middle .box.selected span:before {
    transform: translateY(0px);
    opacity: 1;
}

.middle .box.text {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.middle .box:active {
    transform: translateY(10px);
}

/* delivery type chooser */

.pickup-container, .delivery-container {
    transition: opacity 1s ease;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

    .pickup-container.active, .delivery-container.active {
        opacity: 1;
        height: auto;
    }


/* google maps */

@media (max-width: 768px) {
    .googlemaps {
        display: none;
    }

    .idealtemplate {
        width: 70%;
    }
}

/* shipper chooser */
.logo-container {
    width: 90px;
    float: left;
    text-align: center;
}

.shipper-btn-disabled,
.shipper-btn,
.shipper-btn:active,
.shipper-btn:focus,
.shipper-btn:hover {
    border: none;
    outline: none;
    background: none;
    padding: 0px !important;
}

.shipper-logo {
    border-radius: 3px;
    border-top: 3px solid rgba(0,0,0,0);
    border-bottom: 3px solid rgba(0,0,0,0);
    max-width: 75px;
    max-height: 75px;
    will-change: transition;
    transition: all 250ms ease;
}

    .showroom-image {
        border-radius: 3px;
        border-top: 3px solid rgba(0,0,0,0);
        border-bottom: 3px solid rgba(0,0,0,0);
        max-width: 150px;
        max-height: 150px;
        will-change: transition;
        transition: all 250ms ease;
    }

    .shipper-btn.selected .shipper-logo {
        /*border: 1px solid #000;*/
        border-radius: 8px;
        /*transform: translate(5px);*/
        max-width: 75px;
        max-height: 75px;
        margin-bottom: 10px;
        margin-top: 10px;
    }


.shipper-container {
    will-change: transition;
    transition: all 250ms ease;
}

.shipper-container-selected {
    border-radius: 8px;
    border-top: 3px solid rgba(0,0,0,0);
    border-bottom: 3px solid rgba(0,0,0,0);
    background-color: #DDE0F0 !important;
}

    #blazor-error-ui {
        background: lightyellow;
        bottom: 0;
        box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
        display: none;
        left: 0;
        padding: 0.6rem 1.25rem 0.7rem 1.25rem;
        position: fixed;
        width: 100%;
        z-index: 1000;
    }

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }



/*slick*/

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: 0
    }
    
    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

    .slick-track:after, .slick-track:before {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}
/*# sourceMappingURL=slick.min.css.map */


/* Choose time slot */

.time-frame-wrapper {
    padding-left: 0;
    margin: 25px auto;
    width: 200px;
    text-align: center;
}

.time-slot,
.time-frame {
    border-radius: 10px;
    background: none;
    cursor: pointer;
    border: 1px solid #DDE0F0;
}

.time-slot {
    width: 75px;
    height: 75px;
    flex-shrink: 0;
    margin: 5px;
    text-align: center;
}

.time-frame {
    padding: 5px;
    font-weight: bold;
}

.time-slot,
.time-slot:active {
    outline: none;
}

.time-slot-date {
    align-self: center;
    font-size: 30px;
    font-weight: bolder;
}

.slick-slide {
    background-color: white;
}

.slick-current, .time-frame.selected {
    border-radius: 8px;
    border-top: 3px solid rgba(0,0,0,0);
    border-bottom: 3px solid rgba(0,0,0,0);
    background-color: #DDE0F0;
}


.flex-grow-max {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 100px;
    max-width: 349px;
}

.tooltip-wrapper {
    position: relative !important;
    display: inline-block !important;
    border-bottom: 1px dotted black !important;
    cursor: help !important;
}

tooltip-text {
    visibility: hidden;
    position: absolute;
    width: 150px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    background-color: #363636;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
    font-size: 12px;
}

    tooltip-text::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.tooltip-wrapper:hover tooltip-text {
    visibility: visible;
}

/* Return Conditions */
#pdfViewerIFrame {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1200px) {
    #pdfViewerIFrame {
    height: 75vh;
    }
}
</pre></body></html>