<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.meQi-Nav-Logo {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    text-align: center;
    top: 2px;
    width: 95px;
    z-index: 999;
}

.meQi-Nav-Logo-Img {
    z-index: 1;
    margin-top: 4px;
}

@media (min-width: 992px) {
    .meQi-Nav-Logo {
        margin-top: 11px;
    }
}

.navbar-nav {
    position: relative;
    z-index: 1000;
}

.honeysuckle-desktop {
    position: fixed;
    top: -15px;
    left: 33%;
    transform: translateX(-50%);
    z-index: -1;
    width: 491px;
}

.honeysuckle-mobile {
    position: fixed;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.topnav-background {
    background-image: linear-gradient(rgba(183,223,214,1), rgba(183,223,214,0.2));
}

@media (min-width: 992px) {
    .meQi-Nav-Logo {
        width: 120px;
    }
}

.navbar {
    height: 58px;
}

.margin-for-body {
    margin-top: 58px;
}

@media (min-width: 992px) {
    .navbar {
        height: 95px;
    }

    .margin-for-body {
        margin-top: 95px;
    }
}

.top-navbar-component {
    height: 55px;
}

.navbar-default {
    border: none;
}

    .navbar-default .navbar-toggle {
        border: none;
        z-index: 1000;
    }

.header-social-links {
    position: fixed;
    top: 3px;
    right: 10px;
    z-index: 1000;
    font-size: 25px;
}

    .header-social-links a {
        font-size: 22px;
        font-weight: 700;
        padding-right: 20px;
    }

        .header-social-links a:hover, a:focus {
            text-decoration: none;
        }

@media (min-width: 992px) {
    #accountDropdownNavLink {
        display: none;
    }
}

/*#region Email input */
.navbar-default .input-group-sm &gt; .form-control,
.navbar-default .input-group-sm &gt; .input-group-addon,
.navbar-default .input-group-sm &gt; .input-group-btn &gt; .btn {
    height: 27px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.navbar-default .input-email-container {
    position: fixed;
    width: 325px;
    top: 5px;
    left: 10px;
    z-index: 1000;
}

.navbar-default .form-control {
    background-image: none;
    border: none;
}

/*#endregion*/
.navbar-default .navbar-text {
    color: #3e4975;
}

.navbar-default .navbar-nav &gt; li &gt; a {
    color: #3e4975;
    font-size: 25px;
    font-weight: 700;
}

    .navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; li &gt; a:focus {
        color: #3f6864;
        background-color: transparent;
    }

.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:hover, .navbar-default .navbar-nav &gt; .active &gt; a:focus {
    color: #3f6864;
    background-color: transparent;
}

/*#region Make navbar headings seem more distributed */

.navbar-right {
    margin-right: 50px;
}

@media (min-width: 992px) {
    .nav &gt; li &gt; a {
        padding: 5px 30px;
    }
}

@media (min-width: 1200px) {

    .nav &gt; li &gt; a {
        padding: 5px 50px;
    }
}
/*#endregion*/

/*#region Making navbar collapse under 991px */
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav &gt; li {
            float: none;
        }

            .navbar-nav &gt; li &gt; a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}
/*#endregion*/

/*#region Styling mobile toggle */
.navbar-toggle {
    margin-top: 9px;
    float: left;
    margin-left: 15px;
    background-color: #ebf4f2;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #3e4975;
}

.navbar-toggle .icon-bar {
    width: 30px;
    height: 4px;
}

/*#endregion*/

/*#region Links color*/
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
}

.navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a {
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    filter: unset;
    color: #3f6864;
}

    .navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus {
        background-color: transparent;
    }

        .navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus {
            background-color: transparent;
            color: #3f6864;
        }
/*#endregion*/

/*#region Styling dropdown menu (for products) */
.navbar-nav &gt; li &gt; .dropdown-menu {
    margin-top: 4px;
    background-image: linear-gradient(rgba(183,223,214,0.31), rgba(183,223,214,0));
    padding: 0 0;
    border: none;
    box-shadow: none;
    font-size: 21px;
}

@media (max-width: 991px) {
    .navbar-nav &gt; li &gt; .dropdown-menu {
        border: 1px solid #3e4975;
    }
}

.navbar-nav &gt; li &gt; .dropdown-menu &gt; li &gt; a {
    color: #3e4975;
    font-weight: 700;
}

    .navbar-nav &gt; li &gt; .dropdown-menu &gt; li &gt; a:hover, .navbar-nav &gt; li &gt; .dropdown-menu &gt; li &gt; a:focus {
        background-image: none;
        filter: unset;
        background-color: transparent;
        color: #3f6864;
    }

.navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #3e4975;
}

    .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
        color: #3f6864;
    }
/*#endregion*/

/*#region Styling mobile dropdown*/

.navbar-default .collapse.in {
    background-image: linear-gradient(rgb(229, 241, 238) 0px, #fff 100%);
    border: none;
    box-shadow: none;
    padding-top: 50px;
}

.navbar-default .collapsing {
    -webkit-transition: height .01s ease;
    -o-transition: height .01s ease;
    transition: height .01s ease;
}

@media (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        background-image: none;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}


/*#endregion*/


#mobileCartLink {
    float: right;
    background: transparent;
    font-size: 24px;
    margin-top: 8px;
    margin-right: 8px;
    font-weight: 700;
    margin-bottom: 0;
}

.navigation-links {
    padding-top: 40px;
    padding-left: 6px;
}

    .navigation-links p {
        font-size: 24px;
        line-height: 40px;
    }

.navigation-column a {
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
}

@media (max-width: 1700px) {
    .navigation-column {
        width: 55%;
    }
}

@media (max-width: 1600px) {
    .navigation-column {
        width: 60%;
    }
}

@media (max-width: 1450px) {
    .navigation-column {
        width: 65%;
    }
}

@media (max-width: 1350px) {
    .navigation-column {
        width: 75%;
    }
}

@media (max-width: 1200px) {
    .navigation-column {
        width: 100%;
    }
}


.modal-navigation {
    text-align: center;
    padding: 0 !important;
}

    .modal-navigation:before {
        content: '';
        display: inline-block;
        height: 50%;
        vertical-align: middle;
        margin-right: -4px; /* Adjusts for spacing */
    }

    .modal-navigation .modal-body {
        padding-left: 5px;
        padding-right: 5px;
    }

@media (max-width : 768px) {
    .modal-navigation:before {
        height: 10%;
    }
}

.modal-navigation .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-navigation .modal-content {
    background: none;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.modal-navigation .modal-header {
    border: none;
}

.modal-navigation .close {
    opacity: 1;
    background-color: #fff;
    border-radius: 50%;
    display: block;
    height: 30px;
    width: 30px;
}

.modal-backdrop.in {
    opacity: 0.75;
}

.navigationSearch-main-input &gt; .form-control, .navigationSearch-main-input &gt; .input-group-addon, .navigationSearch-main-input &gt; .input-group-btn &gt; .btn {
    height: 60px;
    font-size: 24px;
    font-weight: 600;
}

@media (max-width : 575px) {
    .navigationSearch-main-input &gt; .form-control, .navigationSearch-main-input &gt; .input-group-addon, .navigationSearch-main-input &gt; .input-group-btn &gt; .btn {
        height: 47px;
        font-size: 21px;
    }
}

@media (max-width : 500px) {
    .navigationSearch-main-input &gt; .form-control, .navigationSearch-main-input &gt; .input-group-addon, .navigationSearch-main-input &gt; .input-group-btn &gt; .btn {
        height: 42px;
        font-size: 14px;
    }
}

.navigation-autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

.navigation-autocomplete-items {
    position: absolute;
    z-index: 99 !important;
    top: 100%;
    left: 0;
    right: 0;
    font-size: 18px;
    letter-spacing: .01em;
    line-height: 1.1em;
}



.navigation-autocomplete-flex-container {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    flex-flow: row nowrap;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    cursor: pointer;
}

    .navigation-autocomplete-flex-container:hover .navigation-autocomplete-text:not(.navigation-autocomplete-warning) {
        background-color: #e9e9e9;
    }

.navigation-autocomplete-text {
    padding: 5px;
    padding-left: 10px;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    flex-basis: auto;
    flex: 12;
}

.navigation-autocomplete-text-type {
    display: block;
    font-size: 13px;
    color: #80868b;
}

@media (max-width : 767px) {
    .navigation-autocomplete-items {
        font-size: 16px;
    }

    .navigation-autocomplete-text-type {
        display: block;
        font-size: 12px;
        color: #80868b;
    }
}

.navigation-autocomplete-type {
    overflow: hidden;
    text-align: center;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    padding: 5px;
    flex: 1;
}

.navigationSearch-child-flex-box {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.navigation-autocomplete-active .navigation-autocomplete-text {
    background-color: #e9e9e9;
}

.navigation-autocomplete-warning {
    background-color: #3e4385;
    color: #fff;
    border: none;
}

.desktop-left-navigation-column {
    position: fixed;
    background-color: #faf6f5;
    height: 100%;
}

.desktop-right-viewport {
    padding-right: 0;
    padding-left: 0;
    border-left: 1px solid #c1baba;
    min-height: 800px;
    background-color: #faf6f5;
}

.top-navigation-breadcrumb-style {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 2px;
    /*box-shadow: 0 0 5px 1px rgba(0,0,0,.4);*/
}

    .top-navigation-breadcrumb-style a {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        font-weight: 700;
    }

        .top-navigation-breadcrumb-style a:hover {
            color: #465765;
        }

        .top-navigation-breadcrumb-style a:active {
            color: #788d9d;
        }

/* Style the navigation menu */
.topnav-breadcrumb-style {
    overflow: hidden;
    background-color: #faf6f5;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid #c1baba;
}

    /* Hide the links inside the navigation menu (except for logo/home) */
    .topnav-breadcrumb-style #myLinks {
        display: none;
    }

    /* Style navigation menu links */
    .topnav-breadcrumb-style a {
        color: #5d6d7c;
        padding: 10px 16px;
        text-decoration: none;
        font-size: 18px;
        display: block;
    }

    .topnav-breadcrumb-style p {
        color: #5d6d7c;
        padding: 10px 16px;
        text-decoration: none;
        font-size: 18px;
        display: block;
        font-weight: 700;
        margin-bottom: 0;
    }

    /* Style the hamburger menu */
    .topnav-breadcrumb-style a.icon {
        background-color: #faf6f5;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 28px;
    }

        .topnav-breadcrumb-style a.icon:hover {
            background: #5d6d7c;
            color: white;
        }

    .topnav-breadcrumb-style a:hover {
        color: #3f6864;
    }

    .topnav-breadcrumb-style a:active {
        color: #3e4975;
    }

.previous-link {
    font-weight: 700;
}


.bottom-nav-container {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #c77a7c;
    z-index: 4;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.14);
    padding-bottom: 10px;
    padding-top: 10px;
}

    .bottom-nav-container .col-xs-2 {
        width: 20%;
    }

    .bottom-nav-container a {
        color: white;
        cursor: pointer;
    }

/*This is to fix a bug whereby on mobile clicking on input field opens the keyboard and the bottom-nav-container rises with mobile keyboard */
@media screen and (max-width: 991px) {
    .hide-bottom-nav-container {
        display: none !important;
    }
}

.navbar-shopping-cart-count-for-id-purposes {
    background-color: #c77a7c;
    color: white;
    font-weight: 700;
    font-size: 15px;
    padding: 1px 5px;
    border: 1px solid white;
    border-radius: 50%;
    position: relative;
    top: -15px;
    left: -4px;
}

.navigation-column a:hover .navbar-shopping-cart-count-for-id-purposes {
    background-color: #db4e46;
}

.bottom-nav-container .navbar-shopping-cart-count-for-id-purposes {
    background: white;
    color: #c77a7c;
    border: #d1d1d1 solid 1px;
    top: -14px;
}

/*#endregion */
</pre></body></html>