
.large-search-captions {
    height: 60px;
    padding: 20px;
    position: relative;
    width: 300px
}

.large-search-caption {
    bottom: 0;
    color: #fff;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    line-height: normal;
    opacity: 0;
    position: absolute;
    transition: all 1.5s ease-in-out
}

.large-search-caption__suggestion {
    font-weight: bold
}

.large-search-caption--showing {
    opacity: .9
}

.large-search-container {
    background: #000;
    font-family: 'Open Sans';
    height: 100vh;
    overflow: hidden;
    padding: 35vh 0 0;
    position: relative;
    top: -60px
}

.large-search-container--home-modular {
    max-height: 500px;
    padding: 15vh 0 0;
    top: -30px
}

@media (max-width: 767px) {
    .large-search-container--home-modular {
        max-height: 400px;
        padding-top: 10vh
    }
}

.large-search-container .slogan {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 25px;
    text-transform: uppercase
}

.large-search-container .frequently-searched-keywords {
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    line-height: 20px
}

.large-search-container .frequently-searched-keywords li {
    display: inline-block
}

.large-search-container .frequently-searched-keywords li a {
    color: #ffffff
}

.large-search-container input {
    border: none;
    border-radius: 5px;
    color: #666;
    font-size: 15px;
    font-weight: normal;
    height: 55px;
    line-height: 19px;
    padding: 18px;
    padding-left: 45px;
    z-index: 121
}

@media screen and (max-width: 480px) {
    .large-search-container input {
        height: 54px;
        padding: 10px 25px;
        padding-left: 52px
    }
}

.large-search-container button {
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #666;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    padding: 7px 15px;
    position: absolute;
    right: 10px;
    top: 9px;
    z-index: 122
}

@media screen and (max-width: 480px) {
    .large-search-container button {
        position: inherit;
        right: auto;
        top: -10px;
        width: 100%
    }
}

.large-search-container .search-icon {
    background: transparent;
    left: 0;
    padding: 7px 15px;
    position: absolute;
    top: 12px;
    z-index: 122
}

.large-search-container .search-icon::after {
    color: #666;
    content: '\e680';
    font-family: "printocean-icons";
    font-size: 20px;
    font-weight: 600
}

.large-search-container .close-search {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    left: inherit !important;
    outline: 0;
    right: 0 !important;
    vertical-align: middle
}

.large-search-container .close-search::after {
    content: '\e624';
    font-family: "printocean-icons";
    font-weight: normal;
    color: #999;
    font-size: 20px;
    cursor: pointer;
    display: block;
    height: 24px;
    margin: auto;
    padding: 6px;
    position: absolute;
    right: 20px;
    top: 2px;
    text-align: center;
    width: 24px;
    z-index: 1
}

@media screen and (max-width: 480px) {
    .large-search-container .close-search {
        position: absolute;
        right: 10px;
        top: 9px;
        width: 24px
    }
}

.large-search-container .large-search {
    position: relative
}

.large-search-container .quick-suggestions {
    margin-top: 25px;
    font-weight: 600
}

@media screen and (max-width: 480px) {
    .large-search-container .quick-suggestions {
        display: none
    }
}

.large-search-container .quick-suggestions li {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 10px
}

.large-search-container .quick-suggestions li a {
    color: #fff
}

.large-search-container .algolia-autocomplete a:hover {
    text-decoration: none
}

.large-search-container .algolia-autocomplete .aa-dropdown-menu {
    max-width: 980px !important;
    position: absolute !important;
    top: 56px !important;
    width: 100% !important;
    z-index: 120 !important
}

.large-search-container .algolia-autocomplete .aa-dropdown-menu .search-main {
    border: none;
    border-radius: 5px
}

@media screen and (max-width: 480px) {
    .large-search-container .algolia-autocomplete .aa-dropdown-menu {
        z-index: 123 !important
    }
}

.large-search-container .algolia-autocomplete .search-main {
    border: none;
    border-radius: 5px
}

.large-search-container .algolia-autocomplete .aa-dataset-d1 {
    max-height: none;
    overflow: hidden
}

.large-search-container .algolia-autocomplete .aa-dataset-d1 .aa-suggestion {
    margin-bottom: 0;
    transition-duration: 0s
}

.large-search-container .algolia-autocomplete .aa-dataset-d1 .aa-suggestion .marko-search-component {
    display: block
}

@media screen and (max-width: 992px) {
    .showing-big-search-bar.responsive-page header,
    .showing-big-search-bar.responsive-page header #top {
        height: 70px !important
    }
}

.showing-big-search-bar.responsive-page #deals {
    margin-top: 80px
}

@media screen and (max-width: 480px) {
    .showing-big-search-bar.responsive-page #deals {
        margin-top: 0
    }
}

.big-homepage-search {
    display: block
}

.big-homepage-search--always-visible {
    display: block
}

@media only screen and (max-width: 991px) {
    .big-homepage-search {
        overflow: hidden
    }
}

.big-homepage-slider {
    display: none
}

.large-search__copy {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.4px;
    line-height: 27px;
    margin-bottom: 30px
}

.large-search__copy--frequently-searched {
    color: #97a5c5;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-top: 30px
}

.large-search__title {
    color: #fff;
    font-family: "museo700", sans-serif;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 65px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.large-search__title strong {
    font-family: "museo900", sans-serif;
    font-weight: 900
}

@media (max-width: 767px) {
    .large-search__title {
        line-height: 40px
    }
}

@media screen and (max-width: 992px) {
    .large-search__title {
        width: 100%
    }
}

@media screen and (max-width: 480px) {
    .large-search__title {
        display: none
    }
}

.large-search__footer {
    bottom: 0;
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%
}

.large-search__usps {
    background: #fff;
    border: 1px solid #ebebeb;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    justify-content: space-around;
    padding: 30px;
    position: relative;
    top: -30px
}

@media (max-width: 767px) {
    .large-search__usps {
        flex-direction: column
    }
}

.large-search__usp {
    color: #333
}

@media (max-width: 991px) {
    .large-search__usp {
        text-indent: -32px;
        padding-left: 43px
    }
}

@media (max-width: 767px) {
    .large-search__usp {
        margin-bottom: 10px
    }
    .large-search__usp:last-child {
        margin-bottom: 0
    }
}

.large-search__usp::before {
    color: #73c850;
    content: '\e91d';
    font-family: "printocean-icons";
    font-size: 22px;
    font-weight: normal;
    margin-right: 10px;
    vertical-align: middle
}

.large-search-background {
    background-color: #222;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(1);
    transition: opacity 1.5s, transform 10s;
    width: 100%
}

.large-search-background--showing {
    opacity: .8;
    transform: scale(1.03)
}

.header-all-products-link {
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    color: #666;
    display: none;
    font-size: 13px;
    font-weight: 500;
    margin: 11px 10px 10px 20px;
    padding: 10px 11px 11px;
    transition: all .3s
}

.header-all-products-link:hover {
    color: #000
}

.page-home .header-all-products-link {
    display: inline-block
}

#large-seach-input {
    /* box-shadow: 0 0 3px rgba(0, 0, 0, 0.53); */
    width: 100%
}

.searchbar-container {
    padding: 0 10px
}

ul.double-with-checks {
    margin: 16px 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 600
}

ul.double-with-checks:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0
}

ul.double-with-checks li {
    line-height: 26px;
    text-indent: -36px;
    padding-left: 36px;
    float: left;
    width: 50%
}

ul.double-with-checks li:before {
    font-family: "printocean-icons";
    content: "\e653";
    margin-right: 13px;
    color: white;
    font-size: 15px;
    position: relative;
    top: 2px;
    background: #71c94f;
    border-radius: 50%;
    padding: 3px
}

.order-steps__item:first-child::before {
    content: none
}

.order-steps__item::before {
    background-color: #d4d4d4;
    content: '';
    height: 1px;
    left: -50%;
    position: absolute;
    top: 0;
    width: 100%
}

.order-steps__item::after {
    background-color: #d4d4d4;
    border-radius: 100px;
    content: '';
    display: block;
    height: 10px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: -5px;
    width: 10px;
    z-index: 1
}

.order-steps__item--is-active::before,
.order-steps__item--is-active::after {
    background-color: #5ba61a
}

.order-steps__link {
    color: #808080;
    display: block;
    font-size: 12px;
    padding-top: 14px
}

.order-steps__link:hover {
    text-decoration: none
}

.order-steps__link--is-active {
    color: #5ba61a;
    font-weight: bold
}

@media (max-width: 767px) {
    .orderlist {
        background: #fff;
        border: 1px solid #e4e8eb;
        border-radius: 2px;
        margin: 0 5px
    }
}

.orderlist__intro {
    color: #444444;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .orderlist__intro {
        border-bottom: 1px solid #e6e6e6;
        color: #1a1a1a;
        font-weight: bold;
        margin-bottom: 0;
        padding: 9px;
        width: 100%
    }
}

.orderlist__meta {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media (max-width: 767px) {
    .orderlist__meta {
        justify-content: center
    }
}

.orderlist__search-box {
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    display: flex
}

@media (min-width: 768px) {
    .orderlist__search-box {
        border: 1px solid #ddd;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
        margin-right: 10px
    }
}

.orderlist__search-form {
    display: flex;
    flex: 0 0 100%
}

@media (min-width: 768px) {
    .orderlist__search-form {
        flex: 0 0 400px
    }
}

.orderlist__search-dropdown {
    background-color: transparent;
    border: none;
    color: #666;
    flex: 1 1 auto;
    font-size: 13px;
    padding-left: 23px
}

.orderlist__search-input {
    border: none;
    color: #666;
    flex: 1 1 auto;
    font-size: 13px;
    height: 39px;
    padding-left: 23px
}

.orderlist__search-submit {
    background-image: url("../img/search-icon.png");
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    flex: 0 0 35px;
    margin-left: auto
}

.orderlist__pagination {
    color: #4A90E2;
    margin-left: auto
}

@media (max-width: 767px) {
    .orderlist__pagination {
        margin-left: initial;
        margin-top: 10px
    }
}

.order__fulldetails--is-filled {
    min-height: initial
}

.order__fulldetails::after {
    animation: loader 0.8s steps(8, end) infinite;
    background-image: url("../img/loader-sprite-dark.png");
    content: '';
    display: block;
    height: 32px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 47%;
    transition: opacity 200ms;
    width: 32px
}

.order__fulldetails--is-pending::after {
    opacity: 1
}

.order .latest-order {
    border: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0
}

.order .latest-order__title {
    color: #444;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px
}

.order .latest-order__content-divider {
    margin-right: 40px
}

.order .latest-order__action {
    display: none
}

.order .latest-order__image-display {
    max-width: 115px
}

@media (min-width: 768px) {
    .order .latest-order__messages {
        margin: 0
    }
}

.order-search-summary__content {
    display: flex;
    justify-content: space-between
}

.order-search-summary__criteria {
    font-size: 13px;
    font-style: italic;
    line-height: 1.2em
}

.order-search-summary__clear {
    color: #4990e2;
    font-weight: 600
}

.our-customers--promo {
    padding: 60px 0
}

.our-customers__items {
    display: table;
    width: 100%;
    text-align: center
}

.our-customers__item {
    display: table-cell;
    text-align: center
}

@media screen and (max-width: 992px) {
    .our-customers__item {
        display: inline-block
    }
}

.our-customers__item--color-grayscale {
    -webkit-filter: grayscale(50%);
    filter: grayscale(100%);
    opacity: .4
}

.our-guarantee {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    padding: 20px;
    position: relative
}

.saved-design__action--full-width {
    display: block;
    width: auto
}

.saved-design__action--full-width::after {
    display: none
}

.scrollwrapper {
    overflow: auto
}

.scrollwrapper__content--medium-height {
    max-height: 250px
}

.search-filters {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 20px
}

.search-filters__select {
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    color: #333;
    font-family: "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 13px;
    height: 36px;
    line-height: 36px;
    margin-left: 15px;
    min-width: 190px;
    padding: 8px 15px
}

.search-filters__head {
    border-bottom: 1px solid #ddd;
    color: #104672;
    font-family: "museo900", sans-serif;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -1.08px;
    line-height: 22px;
    padding: 20px 20px 15px;
    text-transform: uppercase
}

.search-filters__facet {
    border-bottom: 1px solid #ddd
}

.search-filters__facet:last-of-type {
    border-bottom: none
}

.search-filter {
    padding-bottom: 9px
}

.search-filter__radio {
    display: inline-block;
    line-height: inherit;
    margin-right: 5px
}

.search-filter__radio::before {
    border: 1px solid #ccc;
    border-radius: 100%;
    color: #fff;
    content: '';
    display: inline-block;
    font-family: "printocean-icons";
    font-size: 14px;
    font-weight: normal;
    height: 17px;
    line-height: 14px;
    margin-right: 10px;
    padding-top: 2px;
    text-align: center;
    vertical-align: middle;
    width: 17px
}

.search-filter__radio--active::before {
    background-color: #4a90e2;
    border: none;
    content: '\e653'
}

.search-filter__link {
    display: flex;
    line-height: inherit;
    width: 100%
}

.search-filter__label {
    flex-grow: 2
}

.search-filter__count {
    color: #999;
    font-family: "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 12px;
    line-height: 28px
}

.search-filter__sublist {
    margin-left: 10px;
    position: relative
}

.search-filter__sublist::before {
    background-color: #f0f0f0;
    bottom: 7px;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: 5px;
    width: 2px
}

.search-filter__toggle {
    margin-right: 16px
}

.search-filter__body--closed {
    display: none
}

.search-filter__head {
    color: #222;
    cursor: pointer;
    font-family: "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    padding: 14px 10px 6px 22px
}

@media only screen and (max-width: 992px) {
    .search-filter__head {
        cursor: pointer
    }
    .search-filter__head::after {
        content: ' \e919';
        font-family: "printocean-icons";
        font-size: 7px
    }
    .ais-root__collapsed .search-filter__head::after {
        content: ' \e918'
    }
}

.search-filter__item {
    color: #333333;
    cursor: pointer;
    font-family: "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 13px;
    line-height: 28px;
    padding-left: 17px
}

.search-filter__item:hover {
    cursor: pointer
}

.search-filter__item--level-top {
    padding-right: 20px
}

.search-filter__item--active>div>.icon-radio::before,
.search-filter__item--active>span>.icon-radio::before {
    color: #407eaf;
    content: '\e602'
}

.ais-infinite-hits--showmore {
    opacity: 0
}

@media only screen and (max-width: 992px) {
    .ais-root__collapsible .ais-body {
        display: block
    }
    .ais-root__collapsible.ais-root__collapsed .ais-body {
        display: none
    }
}

.searchbar-wrapper {
    position: relative
}

.filters-toggle {
    color: #666;
    font-weight: 500;
    height: 55px;
    line-height: 55px;
    padding: 0 15px;
    position: absolute;
    right: 0;
    top: 0
}

.rangeslider-body {
    padding: 0 30px
}

.filter-results-col {
    min-height: 70vh
}

.search-header {
    padding: 15px 15px 0
}

.search-header__copy {
    color: rgba(0, 0, 0, 0.5);
    font-family: "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 19px
}

.aa-without-d1.aa-without-d2.aa-without-d3 .search-header {
    display: none
}

.search-interface-row,
.ais-current-refined-values {
    align-items: center;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.search-interface-row--spaced,
.ais-current-refined-values--spaced {
    justify-content: space-between
}

.search-interface-row__refined-list,
.ais-current-refined-values__refined-list {
    display: flex;
    flex-direction: row
}

.search-interface-row__text,
.ais-current-refined-values__text {
    color: #333;
    font-family: "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 13px;
    line-height: 18px
}

.search-interface-row__text--highlighted,
.ais-current-refined-values__text--highlighted {
    font-weight: bold
}

.search-interface-row__element,
.ais-current-refined-values__element {
    align-items: center;
    display: flex;
    flex-direction: row
}

.search-interface-row__tag,
.ais-current-refined-values__tag {
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    color: #333;
    display: inline-block;
    font-family: "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 13px;
    line-height: 18px;
    margin: 0 5px;
    padding: 6px 9px
}

.search-interface-row__tag>div,
.ais-current-refined-values__tag>div {
    display: contents
}

.search-interface-row__tag:hover,
.ais-current-refined-values__tag:hover {
    text-decoration: none
}

.search-interface-row__tag::after,
.ais-current-refined-values__tag::after {
    color: #4a90e2;
    content: 'x';
    margin-left: 10px
}

.search-interface-row--body>div,
.ais-current-refined-values--body>div {
    align-items: center;
    display: flex;
    flex-direction: row
}

.search-suggestions {
    cursor: text;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 122
}

.search-suggestion {
    color: #888;
    font-size: 15px;
    font-weight: normal;
    height: 55px;
    line-height: 19px;
    opacity: 0;
    padding: 18px 45px;
    position: absolute;
    top: 55px;
    transition: all 1.5s ease-in-out
}

.search-suggestion:nth-of-type(3) {
    top: -55px
}

.search-suggestion__suggestion {
    font-weight: bold
}

.search-suggestion--showing {
    opacity: 1;
    top: 0
}

.wls #nav-search .seach-top-input {
    border: 2px solid #DDD;
    border-radius: 3px;
    font-size: 15px
}

.wls #nav-search button {
    border: none;
    background: transparent;
    padding-top: 8px
}

.wls.jasper-search #nav-search .seach-top-input {
    border: none
}

.wls.jasper-search .toggle-search--open:after {
    color: #252525
}

@media only screen and (min-width: 991px) {
    .jasper-search .toggle-search-wrapper--header-control .toggle-search--open:after {
        color: #fff
    }
}

.ais-search-box--magnifier-wrapper,
.ais-search-box--reset-wrapper {
    display: none !important
}

#search-overlay {
    display: none;
    background-color: white;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    width: 100vw
}

#search-overlay.show {
    display: block
}

#nav-search button {
    border-radius: 0 23px 23px 0;
    height: 46px;
    width: 46px
}

#nav-search button:after {
    content: "\e680";
    color: #104672;
    font-family: "printocean-icons";
    font-size: 18px;
    font-weight: 600
}

html[lang=nl] #home_products .col-2:nth-of-type(1) {
    width: 100%
}

html[lang=nl] #home_products .col-2:nth-of-type(2) .home-choose {
    display: none
}

html[lang=nl] .topsearch {
    display: none
}

.clear-fix:after {
    content: "";
    display: table;
    clear: both
}

.algolia-autocomplete {
    width: 100%
}

.algolia-autocomplete .aa-input,
.algolia-autocomplete .aa-hint {
    width: 100%
}

.algolia-autocomplete .aa-hint {
    color: #999
}

.algolia-autocomplete .aa-dropdown-menu {
    top: 64px !important;
    left:-52px !important;
    right:-18px !important;
}

.algolia-autocomplete .aa-dropdown-menu .search-main {
    border: 1px solid #ccc;
    border-radius: 3px
}

.algolia-autocomplete .aa-dropdown-menu:after {
    content: "";
    display: table;
    clear: both
}

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion em {
    font-weight: bold;
    font-style: normal
}

.algolia-autocomplete .aa-dropdown-menu .search-main,
.algolia-autocomplete .aa-dropdown-menu .search-extra {
    display: inline-block;
    position: absolute;
    top: 0
}

.algolia-autocomplete .aa-dropdown-menu .search-main>div,
.algolia-autocomplete .aa-dropdown-menu .search-extra>div {
    display: inline-block
}

.algolia-autocomplete .aa-dropdown-menu .aa-suggestions {
    box-sizing: border-box
}

.algolia-autocomplete .aa-dropdown-menu .aa-suggestions:after {
    content: "";
    display: table;
    clear: both
}

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion {
    cursor: pointer
}

.algolia-autocomplete .aa-dropdown-menu .search-main {
    background: white;
    display: flex;
    flex-direction: column;
    left: 0;
    width: 100%;
    box-shadow: 0px 16px 30px 0px rgba(50, 50, 50, 0.54)
}

.algolia-autocomplete .aa-dropdown-menu .search-main.search-main--hide-d2 .aa-dataset-d1 {
    width: 100%
}

.algolia-autocomplete .aa-dropdown-menu .search-main .aa-dataset {
    display: block
}

.algolia-autocomplete .aa-dropdown-menu .search-extra {
    right: 0;
    width: 100%
}

.algolia-autocomplete .category__partner-label {
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #999;
    font-size: 10px;
    margin-left: 4px;
    padding: 1px 3px 2px;
    vertical-align: top
}

::-webkit-input-placeholder {
    color: #666 !important;
    opacity: 1
}

.aa-dataset-d1 {
    display: inline-block;
    max-height: calc(100vh - 70px);
    /* overflow-y: scroll; */
    width: 100%
}

.aa-dataset-d1 .aa-suggestion .name {
    min-height: 30px;
    text-align: left;
    width: 100%
}

.aa-dataset-d1 .aa-suggestion .bttn-important {
    background: #73c850;
    border: 1px solid #5ea043;
    border-radius: 2px;
    bottom: 0;
    box-shadow: none;
    color: #fff;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    left: 0;
    padding: 6px 15px;
    position: relative;
    right: 0;
    text-align: left;
    top: 0
}

.no-results {
    display: none;
    left: 0;
    padding: 74px 20px 40px;
    position: relative;
    text-align: center;
    width: 100%
}

.aa-without-d3.aa-without-d1.aa-without-d2 .no-results {
    display: block
}

.no-results p {
    color: #777;
    font-size: 16px
}

.no-results a {
    border: 2px solid #e7e7e7;
    border-radius: 3px;
    color: #a8a8a8;
    display: inline-block;
    margin-top: 30px;
    padding: 12px;
    position: relative;
    padding-left: 60px;
    text-align: left;
    white-space: nowrap
}

.no-results a::before {
    background: #e05432;
    border-radius: 16px;
    color: #fff;
    content: '\e933';
    display: block;
    font-family: "printocean-icons";
    height: 32px;
    left: 12px;
    padding-top: 10px;
    position: absolute;
    text-align: center;
    width: 32px
}

.no-results a .title {
    color: #104672;
    display: block;
    font-family: "museo700", sans-serif;
    margin-bottom: 8px
}

.aa-dataset-d2 .aa-suggestions .aa-suggestion .category__title,
.aa-dataset-d3 .aa-suggestions .aa-suggestion .category__title {
    color: #0393c7;
    font-size: 11px
}

.aa-dataset-d2 .aa-suggestions .aa-suggestion.aa-cursor .category__title,
.aa-dataset-d3 .aa-suggestions .aa-suggestion.aa-cursor .category__title {
    font-weight: bold
}

.aa-dataset-d2 .aa-suggestion:last-of-type,
.aa-dataset-d3 .aa-suggestion:last-of-type {
    padding-bottom: 12px
}

.aa-suggestion {
    color: #000;
    font-family: "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 13px;
    line-height: 21px;
    padding: 4px 15px
}

.aa-suggestion.aa-cursor {
    font-weight: bold
}

.aa-suggestion__in-category {
    display: none
}

.aa-suggestion--show-more {
    color: #0863cd;
    font-family: "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 13px;
    line-height: 21px;
    padding: 15px
}
.aa-suggestion--show-more a {
    color: #0863cd;
    text-decoration: none
}
.aa-suggestion--show-more.result-count-0,
.aa-suggestion--show-more.result-count-1,
.aa-suggestion--show-more.result-count-2,
.aa-suggestion--show-more.result-count-3,
.aa-suggestion--show-more.result-count-4,
.aa-suggestion--show-more.result-count-5,
.aa-suggestion--show-more.result-count-6,
.aa-suggestion--show-more.result-count-7,
.aa-suggestion--show-more.result-count-8,
.aa-suggestion--show-more.result-count-9 {
    display: none
}

.result-placeholder a {
    min-height: 370px;
    width: 100%
}

.seach-top-input {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    color: #666;
    font-weight: 500;
    height: 35px;
    padding-left: 27px
}

.seach-top-input--big {
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    height: 55px;
    margin-bottom: 20px;
    width: 100%
}

.search-zipcode {
    margin-top: 30px
}

.search-zipcode__search-bar {
    display: flex
}

.search-zipcode__input {
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    margin-right: 15px;
    padding: 10px 15px;
    width: 200px
}

.search-zipcode__data {
    display: none
}

.search-zipcode__no-results {
    color: #666;
    display: none;
    margin-top: 10px
}

.select-artwork-popup {
    max-width: 600px;
    width: 100vw
}

.select-artwork {
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    flex: 0 0 100%;
    padding: 19px;
    text-align: center
}

.select-artwork__title {
    color: #222222;
    font-family: "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 10px
}

.select-artwork__subtext {
    color: #222222;
    font-size: 13px;
    line-height: 1.38em;
    margin-bottom: 20px
}

.select-artwork__thumblist {
    background-color: #f7f7f7;
    max-height: 560px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-left: 30px;
    padding-top: 10px;
    text-align: center
}

.select-artwork__link {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    cursor: pointer;
    display: inline-flex;
    height: 170px;
    justify-content: center;
    margin-bottom: 12px;
    margin-right: 12px;
    overflow: hidden;
    padding: 4px;
    position: relative;
    vertical-align: top;
    width: 170px
}

.select-artwork__link::after,
.select-artwork__link::before {
    backface-visibility: hidden;
    display: block;
    opacity: 0;
    position: absolute;
    transition: opacity 150ms;
    z-index: 1
}

.select-artwork__link::after {
    color: #fff;
    content: '\e940';
    font-family: "printocean-icons";
    font-size: 35px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.select-artwork__link::before {
    background-color: rgba(37, 37, 37, 0.5);
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.select-artwork__link:hover::before,
.select-artwork__link:hover::after {
    opacity: 1
}

.select-artwork__thumbnail {
    align-self: center;
    display: block;
    height: auto;
    max-width: 100%
}

.select-artwork__pagination-container {
    border-top: 1px solid #e6e6e6;
    color: #4a90e2;
    padding-bottom: 12px;
    padding-top: 12px;
    text-align: center
}

.select-artwork__pagination-container li {
    display: inline-block
}

.select-artwork__pagination-container li a {
    color: inherit;
    display: block;
    padding: 3px 6px
}

.select-artwork__pagination-container li a:hover {
    text-decoration: none
}

.select-artwork__pagination-page--is-active {
    border: 1px solid #999999;
    border-radius: 2px;
    color: #999999
}

.select-artwork__panel--detail {
    background-color: #f7f7f7;
    padding-bottom: 15px
}

.select-artwork__display {
    min-height: 200px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative
}

.select-artwork__image {
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.select-artwork__header {
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 30px 15px
}

.select-artwork__panel-header {
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px
}

.select-artwork__panel-pagenumbers {
    margin-left: auto
}

.select-artwork__footer {
    border-top: 1px solid #e6e6e6;
    display: flex;
    padding: 29px
}

.select-artwork__accept-button {
    margin-left: auto
}

.select-artwork__page-pagination-page {
    display: none
}

.select-artwork__page-pagination-page--is-disabled a {
    opacity: .1
}

.select-artwork__page-pagination-prev,
.select-artwork__page-pagination-next {
    display: block
}

.select-artwork__page-pagination-prev a,
.select-artwork__page-pagination-next a {
    align-items: center;
    background-color: rgba(37, 37, 37, 0.8);
    border-radius: 3px;
    color: #fff;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    top: 50%;
    transition: background-color 100ms;
    width: 40px
}

.select-artwork__page-pagination-prev a::before,
.select-artwork__page-pagination-next a::before {
    content: '\e801';
    display: block;
    font-family: "printocean-icons"
}

.select-artwork__page-pagination-prev a:hover,
.select-artwork__page-pagination-next a:hover {
    background-color: rgba(37, 37, 37, 0.9);
    text-decoration: none
}

.select-artwork__page-pagination-prev a {
    left: 10px
}

.select-artwork__page-pagination-prev a::before {
    content: '\e800'
}

.select-artwork__page-pagination-next a {
    right: 10px
}

.select-artwork__artwork-details {
    line-height: 1.4em
}

.select-artwork__artwork-detail--title,
.select-artwork__artwork-detail--date {
    font-weight: 600
}

.select-artwork__loader {
    top: 50%
}

.self-service__block {
    background: #f2f5f6;
    border: 1px solid #ddd;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    margin: 25px 0 15px 0;
    padding: 15px
}

.self-service__title {
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -1.54px;
    text-align: center;
    text-transform: uppercase
}

.self-service__title::after {
    color: #054c75;
    content: '\e619';
    font-family: "printocean-icons";
    font-size: 11px;
    margin-left: 5px;
    vertical-align: middle
}

.self-service__title--opened::after {
    content: '\e61a'
}

.self-service__links {
    background: #054c75;
    border-radius: 3px;
    display: none;
    margin-top: 15px;
    text-align: justify;
    width: 100%
}

.self-service__links::after {
    content: '';
    display: inline-block;
    height: 0;
    line-height: 0;
    position: relative;
    width: 100%
}

.self-service__links--visible {
    display: table
}

.self-service__link {
    border-right: 1px solid #1e5e83;
    display: table-cell;
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    padding: 15px;
    text-align: center
}

.self-service__link:last-child {
    border-right: none
}

.self-service__link a {
    color: #fff
}

.simple-product {
    display: block;
    margin-bottom: 10px;
    padding: 20px
}

@media (min-width: 991px) {
    .simple-product {
        margin-bottom: 20px
    }
}

.simple-product:hover {
    text-decoration: none
}

.simple-product--bordered {
    border: 1px solid #ddd
}

.simple-product--fill-height {
    min-height: 100%
}

.simple-product__graphic {
    display: block;
    margin-bottom: 10px;
    position: relative
}

.simple-product__image {
    height: auto;
    width: 100%
}

.simple-product__title {
    font-family: "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 20px;
    letter-spacing: -1px;
    margin-bottom: 15px
}
