/* Minification failed. Returning unminified contents.
(222,57): run-time error CSS1030: Expected identifier, found '.'
(222,58): run-time error CSS1030: Expected identifier, found 'acct-menu-orders'
(222,86): run-time error CSS1031: Expected selector, found ')'
(222,86): run-time error CSS1025: Expected comma or open brace, found ')'
 */
.site-container {
    width: 100%;
    margin: 0 auto;
}

.site-header {
    height: 104px;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    z-index: 100;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 4px 4px;
}

.site-body {
    margin-top: 104px;
}

.site-hero {
    background-image: url(/content/images/hero/768_1200.webp);
    background-repeat: repeat;
    background-position: center;
    width: 100%;
    height: 400px;
}

.site-search-results {
    min-height: 100vh;
    margin: 104px 15px 30px 15px;
}

.search-hits {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .search-hits > * {
        margin-top: 4px;
        margin-bottom: 34px;
    }

.site-search-results-none {
    margin-top: 20px;
    font-weight: bold;
    font-size: 1.4em;
    text-align: center;
}

.site-search-results-container {
    display: flex;
}

.site-search-results-filters {
    margin-top: 10px;
    margin-right: 20px;
    min-width: 170px;
}

.site-search-mobile-filter-button {
    display: none;
}

.site-search-results-grid {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.site-search-desktop-paging {
    display: block;
}

.site-search-mobile-paging {
    display: none;
}

.bg-color-primary-3 {
    background-color: #d7ebff;
}

.navbar-user.badge {
    display: none;
}

.navbar-topbar {
    z-index: 400;
    height: 40px !important;
    padding-top: 0 !important;
    color: #4175ac;
    display: flex;
    align-items: center;
}

    .navbar-topbar a {
        color: #4175ac !important;
    }

.navbar-topbar-container {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 0px 16px;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.navbar-main-container {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    padding-right: 10px;
}

    .navbar-main-container .desktop-categories {
        display: block;
    }

.navbar-hamburger-mobile {
    display: none;
}

.navbar-search {
    width: 300px;
    margin: 10px;
}

.navbar-search-box {
    display: flex;
    align-items: center;
    gap: 2px;
    border-radius: 0.4rem;
    border: 1px solid #aaa;
    width: 300px;
    padding: 3px 3px 4px 10px;
    height: 42px;
}

    .navbar-search-box input[type='search'] {
        border: 0;
        background: transparent;
        outline: none;
        float: left;
        padding: 0;
        color: #aaa;
        font-size: 14px;
        line-height: 40px;
        width: 340px;
    }

        .navbar-search-box input[type='search']:focus ~ .clear-btn {
            display: flex;
        }

    .navbar-search-box .navbar-search-btn {
        color: #5f5f5f;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.3em;
        margin: 0;
        border-radius: 0.4rem;
        background-color: #D7EBFF;
        padding: 0;
        flex-shrink: 0;
        cursor: pointer;
    }

        .navbar-search-box .navbar-search-btn.clear-btn {

            
        }

@media screen and (min-width: 993px) {
    .navbar-search {
        width: 440px;
    }

    .navbar-search-box {
        width: 470px;
    }

        .navbar-search-box input[type='search'] {
            width: 450px;
        }
}

.navbar-toggler-menu {
    display: flex;
    position: absolute;
    top: 104px;
    z-index: 100;
    float: left;
    padding: 6px 10px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

    .navbar-toggler-menu div {
        margin-right: 0;
        width: auto;
    }

    .navbar-toggler-menu .acct-menu-has-orders {
        min-width: 450px;
    }

    .navbar-toggler-menu .acct-menu-has-orders:not(:has(.acct-menu-orders:not(:empty))) {
        min-width: auto;
    }

    .navbar-toggler-menu li a {
        padding: 5px;
    }

    .navbar-toggler-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

.navbar-mobile {
    display: none;
}

.navbar-cluster-mobile {
    display: none;
}

.navbar-cluster > ul {
    width: 240px;
    display: flex;
    margin: 0;
    align-items: center;
    flex-direction: row;
    justify-content: space-between
}


.navbar-cluster ul a {
    padding: 0 !important;
    line-height: 20px;
    text-align: center;
    color: #aaa;
}

.navbar-cluster a:active {
    transform: scale(0.98);
    color: black;
    transition: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05); /* iOS tap feedback */
}

.bwb-footer-column a {
    color: black;
}

.bwb-footer {
    position: relative;
    height: 475px !important;
    background-color: #DBEBFD;
    font-family: 'Montserrat';
}

.bwb-social {
    display: inline-flex;
    justify-content: center;
    width: 100%;
}

.bwb-footer-info {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-top: 10px;
}

.bwb-footer-info-item {
    color: #DBEBFD;
}

.bwb-social-links {
    width: 330px;
    margin-top: -100px;
}

    .bwb-social-links .social {
        width: 100% !important;
        margin-bottom: 50px !important;
    }

.sign-in {
    top: 49px;
    min-width: 200px;
    margin-bottom: 9px;
    right: 0;
}

    .sign-in li {
        margin-top: 9px;
    }

        .sign-in li a {
            padding: 5px 15px;
            font-weight: 300;
            font-size: 14px;
            color: #333;
        }

    .sign-in .divider {
        width: auto;
        margin: 9px 15px;
    }

.flag-icon {
    width: 35px;
}

.ships-to-country {
    display: none;
}

.ship-to-container {
    position: absolute;
    top: 49px;
    left: -223px;
    z-index: 1000;
    float: left;
    max-width: 280px;
    max-height: 350px;
    white-space: nowrap;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

    .ship-to-container a {
        padding: 5px 15px;
        font-weight: 300;
    }

    .ship-to-container li {
        padding: 5px 15px;
    }

        .ship-to-container li > a:hover {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

        .ship-to-container li.divider {
            height: 1px;
            margin: 9px 0;
            padding: 0;
            overflow: hidden;
            background-color: #e5e5e5;
        }

    .ship-to-container a span {
        margin-top: 0 !important;
        font-size: 1em !important;
    }


.navbar-dropdown-selector {
    cursor: pointer;
    background-color: revert !important;
}

    .navbar-dropdown-selector .glyphicon-menu-down {
        display: none;
    }


.navbar-dropdown-results {
    background-color: white;
    display: none;
}


#refinements.collapse {
    display: block;
}

.bwb-footer-column {
    width: 25%;
}

.bwb-column-wrapper {
    width: 100%;
}

.links-wrapper {
    margin-left: 30px;
}

.bwb-klaviyo-input {
    position: relative;
}

.navbar-menu-show {
    display: block;
}

.bag-link {
    width: 60px;
}

    .bag-link:hover {
        background-color: unset !important;
    }

.glyphicon-shopping-cart {
    font-size: 28px;
}

.mobile-control-bar-v1,
.mobile-control-bar-v2 {
    display: none;
}

.book-list-row {
    width: 100%;
    display: flex;
}

    .book-list-row > div {
        width: 100%;
        padding: 0px 40px;
    }

.bookvisionmap {
    min-height: 87vh;
    width: 100vw;
    z-index: 80;
}


.shippingStatusContainer {
    padding-top: 3px;
    padding-bottom: 3px;
}

.shippingStatus {
    padding: 5px;
    display: inline-block;
    white-space: nowrap;
}

.shippingStatusPassed {
    border-top: 10px solid #2199e8;
    background-color: white;
    color: green;
}

.shippingStatusCurrent {
    border-top: 10px solid #2199e8;
    background-color: #2199e8;
    color: white;
}

.shippingStatusFuture {
    background-color: white;
    color: dimgray;
    border-top: 10px solid gray;
}

.shippingStatusProblem {
    background-color: red;
    color: black;
}



/* Autocomplete Dropdown Styles */
.navbar-search {
    position: relative;
}

.autocomplete-dropdown {
    position: absolute;
    top: 100%;
    left: 22px;
    right: -11px;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-height: 400px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
}

    .autocomplete-dropdown.active {
        display: block;
    }

.autocomplete-item {
    padding: 12px 16px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.1s;
    display: flex;
    justify-content: space-between;
}

    .autocomplete-item .glyphicon {
        font-size: 10pt;
        color: #999;
    }

    .autocomplete-item:last-child {
        border-bottom: none;
    }

    .autocomplete-item:hover,
    .autocomplete-item.selected {
        background-color: #75af591a;
    }

.autocomplete-item-title {
    font-weight: 500;
    color: #333;
    margin-bottom: 4px;
}



.autocomplete-item-author {
    font-size: 0.9em;
    color: #666;
}

.autocomplete-loading {
    padding: 12px 16px;
    text-align: center;
    color: #999;
}

.autocomplete-no-results {
    padding: 12px 16px;
    text-align: center;
    color: #999;
}

/* Blog Search */
.blog-search-back {
    display: none;
}

.blog-search-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #DCF2E5;
    color: #2EA477;
    font-size: 11px;
    font-weight: 600;
    height: 34px;
    padding: 0 8px;
    border-radius: 0.4rem;
    margin: 0 4px 0 -6px;
    white-space: nowrap;
    cursor: pointer;
    border: none;
    flex-shrink: 0;
    transition: background-color 0.15s;
}

.blog-search-badge:hover {
    background-color: #74C048;
    color: #fff;
}

.autocomplete-no-results {
    padding: 12px 16px;
    color: #999;
    font-size: 14px;
}

