<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ordering-process.id--9 .cart-inner .summary,
.cart-window-visible .cart-inner .summary {
    display: block;
}

.ordering-process.id--9 .cart-inner .summary &gt; div,
.cart-window-visible .cart-inner .summary &gt; div {
    width: 100% !important;
    display: block;
    float: none;
}

.ordering-process.id--9 .free-gift,
.content-window.cart-window .free-gift {
    width: 100%;
}

.ordering-process.id--9 .discount-coupon,
.content-window.cart-window .discount-coupon {
    width: 100%;
    text-align: left;
}

.ordering-process.id--9 [class~=free-gifts-wrapper] ul,
.content-window.cart-window [class~=free-gifts-wrapper] ul {
    margin-top: 0;
}

.ordering-process.id--9 .delivery-time,
.content-window.cart-window .delivery-time,
.ordering-process.id--9 .delivery,
.content-window.cart-window .delivery {
    margin-bottom: 0px;
}

#fvstudio-delivery-info {
    margin-bottom: 20px;
}

.fvstudio-delivery-info-single-gift {
    flex: initial;
}

@media (max-width: 991px) {
    .ordering-process.id--9 [class~=free-gifts-wrapper] ul li,
    .content-window.cart-window [class~=free-gifts-wrapper] ul li {
        width: 100%;
        margin: 0 0 20px;
    }

    .fvstudio-delivery-info-single-gift {
        width: 100% !important;
    }
}

/*@media (min-width: 992px) {
    .ordering-process.id--9 .discount-coupon form {
        max-width: 60%;
    }
}*/</pre></body></html>