/* open-sans-regular - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-display: optional;
    font-weight: 400;
    src: local(''), url('../fonts/open-sans-v23-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/open-sans-v23-latin-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* open-sans-600 - latin */

@font-face {
    font-family: 'Open Sans';
    font-display: optional;
    font-style: normal;
    font-weight: 600;
    src: local(''), url('../fonts/open-sans-v23-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/open-sans-v23-latin-600.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* open-sans-700 - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-display: optional;
    font-weight: 700;
    src: local(''), url('../fonts/open-sans-v23-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/open-sans-v23-latin-700.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-display: optional;
    background-color: white;
}

a {
    color: #0413A1;
    text-decoration: none;
    font-weight: 600;
}

.sitemap a {
    display: block;
    margin-bottom: 5px;
}

.page {
    margin: 20px auto 0px auto;
    text-align: center;
    min-height: calc(100vh - 80px - 287px);
}

.container {
    margin: auto;
    max-width: 1150px;
}

@media (min-width: 600px) {
    .deal-page,
    .page-container-wrapper {
        min-height: calc(100vh - 80px - 281px);
    }
}

.page-container {
    margin: 5px auto;
    max-width: 1150px;
    background-color: white;
    box-shadow: 0 0 10px 0px rgb(134 134 134 / 50%);
    padding: 10px 20px;
}

.page-container h1 {
    text-align: center;
}

.page-container img {
    margin: auto;
    display: block;
    max-width: 100%;
}

.navbar {
    height: 80px;
    background-color: white;
    -webkit-box-shadow: 0 0 10px 0px rgb(134 134 134 / 50%);
    box-shadow: 0 0 10px 0px rgb(134 134 134 / 50%);
}

.navbar-inner {
    padding: 20px 15px;
    height: 40px;
}

.navbar-inner .logo img,
.navbar-inner .logo {
    height: 40px;
    width: auto;
    float: left;
}

.navbar-inner .categories {
    float: left;
    margin-top: 2px;
    margin-left: 5px;
    font-size: 13px;
}

.navbar-inner .toggle-categories {
    display: none;
    float: right;
    margin-top: 12px;
    cursor: pointer;
}

.navbar-inner .categories .category {
    float: left;
    font-weight: bold;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-inner .categories .category:hover {
    text-decoration: underline;
}

.navbar-inner .search {
    float: right;
    margin-top: 12px;
    cursor: pointer;
}

.navbar-inner a {
    color: black;
    text-decoration: none;
}

#nav-search {
    display: none;
    position: relative;
    z-index: 101;
}

.nav-search-inner {
    position: absolute;
    right: 0;
    width: 214px;
    float: right;
    margin-top: -10px;
}

.nav-search-inner input {
    width: calc(200px - 16px);
    padding: 13px;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 95% center;
}

.nav-search-results {
    width: calc(100% - 26px);
    margin: auto;
    padding: 5px 12px;
    color: black;
    background-color: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    max-height: 167px;
    overflow-y: scroll;
    font-size: 13px;
    display: none;
}

@media (max-width: 1000px) {
    .navbar-inner .categories .category {
        font-size: 12px;
    }
}

@media (max-width: 450px) {
    .nav-search-inner input {
        width: calc(100% - 30px);
        padding: 13px;
    }
    .nav-search-inner {
        width: 100%;
    }
}

@media (max-width: 366px) {
    .navbar-inner .logo img {
        height: 32px;
        margin-top: 4px;
    }
}

@media (max-width: 305px) { 
    .navbar-inner .logo img {
        height: 29px;
        margin-top: 5.5px;
    }
}

.hero,
.hero-content {
    margin: 0px 15px;
}

.hero {
    margin-top: 20px;
}

.hero-inner {
    max-height: 277px;
    border-radius: 20px;
    background-color: #0413A1;
    ;
    color: rgb(253, 255, 228);
    text-align: center;
    padding-bottom: 10px;
}

.hero-content {
    padding: 50px 0px;
}

.search-overlay {
    display: none;
    z-index: 95;
    background-color: black;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
}

.footer {
    display: block;
}

.footer-inner {
    padding: 20px 15px;
    display: flow-root;
}

.footer-column {
    width: 25%;
    margin: auto 1.66%;
    float: left;
}

.footer-column-first {
    width: 40%;
}

.footer-logo img {
    height: auto;
    max-width: 300px;
}

.footer-header {
    font-weight: bold;
    margin-top: 10px;
    display: block;
    font-size: 16px;
}

.footer-column ul {
    list-style-type: none;
    padding-left: 0px;
    font-size: 14px;
}

.footer-column ul li {
    color: #0413A1;
}

@media (max-width: 971px) {
    .footer-column {
        width: 46%;
    }
    .footer-column-first {
        width: 96%;
    }
}

@media (max-width: 446px) {
    .footer-column {
        width: 96%;
    }
}

.copyright-bar {
    background-color: #0413A1;
}

.copyright-bar a {
    color: tomato;
}

.copyright-bar-inner {
    color: white;
    padding: 15px;
    text-align: center;
}

.search__title {
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    color: #ff8b88;
}

.search__container {
    position: relative;
    z-index: 99;
    max-width: 60%;
    margin: auto;
}

.search__input {
    width: 100%;
    padding: 12px 24px;
    background-color: transparent;
    transition: transform 250ms ease-in-out;
    font-size: 14px;
    line-height: 18px;
    color: black;
    background-color: white;
    background-image: url("../images/search.png");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 95% center;
    border-radius: 50px;
    border: 1px solid rgb(253, 255, 228);
    transition: all 250ms ease-in-out;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.search__input::placeholder {
    color: rgb(105, 105, 105);
    letter-spacing: 1px;
}

.search__input:hover,
.search__input:focus {
    background-position: 98% center;
    background-color: white;
}

.typed {
    border-bottom: 1px solid black;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media (max-width: 736px) {
    .hero-content {
        padding: 10px 0px;
    }
    .hero-content h1 {
        font-size: 20px;
    }
    .hero-content p {
        font-size: 13px;
    }
    .search__input {
        width: 85%;
        padding: 12px 20px;
    }
}

.popular-grid {
    display: flow-root;
    text-align: center;
    max-width: 1250px;
    margin: 15px auto;
}

.popular-category {
    border-radius: 15px;
    width: 21%;
    margin: 10px 2%;
    float: left;
    text-decoration: none;
    background-color: white;
    -webkit-box-shadow: 0 0 10px 0px rgb(134 134 134 / 50%);
    box-shadow: 0 0 10px 0px rgb(134 134 134 / 50%);
    position: relative;
}

.popular-category .category-img-wrapper {
    height: 100px;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    margin: 30px auto 30px auto;
}

.category-img-wrapper img {
    height: auto;
    max-width: 100%;
}

.popular-category .category-name {
    color: black;
    font-size: 14px;
    display: block;
    padding-left: 3px;
    padding-right: 3px;
}

@media (max-width: 940px) {
    .popular-category {
        width: 29.33%;
    }
}

@media (max-width: 630px) {
    .popular-category {
        width: 46%;
    }
}

.ribbon-wrapper {
    left: 0px;
    position: absolute;
    top: 0px;
    height: 100px;
    width: 100px;
    overflow: hidden;
}

.ribbon {
    left: -64px;
    position: absolute;
    top: 32px;
    height: 23px;
    padding-top: 2px;
    width: 206px;
    transform: rotate(-45deg);
    background-color: #0413A1;
    text-align: center;
    color: white;
    font-size: 11px;
}

.propositions {
    text-align: center;
    display: flow-root;
    margin-top: 20px;
}

.proposition {
    float: left;
    width: 30%;
    margin: 0px 1.66%;
}

.proposition img {
    vertical-align: middle;
}

@media (max-width: 483px) {
    .proposition {
        margin-top: 2px;
        width: 96.68%;
        font-size: 14px;
    }
    .propositions {
        margin-top: 9px;
    }
    .popular-grid {
        margin-top: 10px;
    }
}

.category-page {
    max-width: 1100px;
    text-align: left;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.category-page h1 {
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.category-page h2 {
    margin-top: 10px;
}

@media(max-width: 400px) {
    .category-page h1 {
        font-size: 24px;
    }
    .category-page h2 {
        font-size: 21px;
    }
}

.category-page p {
    margin-top: 10px;
}

.category-page .subcategory {
    box-shadow: 0 0 10px 0px rgb(134 134 134 / 50%);
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    width: calc(16.6% - 10px);
    margin-bottom: 10px;
}

@media(max-width: 930px) {
    .category-page .subcategory {
        width: calc(25% - 10px);
    }
}

@media(max-width: 660px) {
    .category-page .subcategory {
        width: calc(33.3% - 10px);
    }
}

@media(max-width: 460px) {
    .category-page .subcategory {
        width: calc(50% - 10px);
    }
    .subcategory span {
        font-size: 15px;
    }
}

.subcategory-grid {
    display: flow-root;
}

.subcategory .img-wrapper {
    height: 70px;
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: center;
}

.subcategory img {
    max-width: 100%;
    max-height: 70px;
}

.subcategory span {
    text-align: center;
    display: block;
    margin-bottom: 7px;
}

.home-bottom-container {
    max-width: 1200px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.cat-name {
    display: inline-flex;
    height: 43px;
    align-items: center;
}

#home-search-results {
    display: none;
    width: 100%;
    margin: auto;
    padding: 5px 24px;
    color: black;
    background-color: white;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    max-height: 289px;
    overflow-y: scroll;
}

.home-search-result {
    padding-top: 5px;
    padding-bottom: 5px;
    display: flow-root;
    border-top: 1px solid #0413A1;
}

.home-search-result:first-child {
    border-top: none;
}

.home-search-result .img-wrapper {
    width: 110px;
    float: left;
    margin-right: 8px;
}

.home-search-result .img-wrapper img {
    height: 50px;
    max-width: 90%;
}

.home-search-result .view-btn {
    float: right;
    color: white;
    background-color: tomato;
    padding: 8px 12px;
    font-size: 15px;
    margin-top: 11px;
}

.home-search-result span {
    display: inline-block;
    margin-top: 15px;
    font-weight: 700;
    float: left;
}

@media (max-width: 750px) {
    .search__container {
        max-width: 90%;
        padding: 12px 10px;
    }
    #home-search-results {
        padding-left: 5px;
        padding-right: 5px;
        width: 91%;
    }
}

@media (max-width: 590px) {
    .home-search-result .view-btn {
        display: none;
    }
    #home-search-results {
        width: 93%;
    }
    .home-search-result span {
        font-size: 13px;
    }
}

.hidden {
    display: none;
}

.tablepress {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    table-layout: auto;
    border: 1px solid #0413A1;
    margin-bottom: 5px;
    overflow-x: scroll;
}

.tablepress thead tr th,
.table-comparison tr td:first-child {
    border-top: 1px solid #0413A1;
    background-color: #0413A1;
    color: white;
    font-weight: 700;
}

.table-comparison tr td:first-child {
    width: 200px;
}

@media (max-width: 550px) {
    .tablepress {
        display: block;
    }
    .table-comparison tr td:first-child {
        width: auto;
    }
}

.tablepress-table-description {
    font-size: 12px;
    text-align: center;
    margin-bottom: 14px;
    clear: both;
    display: block;
}

.tablepress td,
.tablepress th {
    padding: 8px;
    border: none;
    background: 0 0;
    text-align: left;
    float: none !important;
}

.tablepress .odd td {
    background-color: #f9f9f9;
}

.tablepress tbody td {
    border-top: 1px solid #ddd;
}

.store-overview img {
    height: 60px;
}

.navbar-inner .active {
    display: flex !important;
    position: absolute;
    top: 55px;
    z-index: 1;
    border-bottom: 1px solid #0413A1;
    left: 0;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    width: 100%;
    background-color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0px;
}

.navbar-inner .active a {
    font-size: 16px!important;
}

.category-dropdown::after {
    content: '';
    background: url('https://aanbiedingjager.nl/images/menu-arrow-down-3.png');
    height: 7px;
    width: 12px;
    display: inline-block;
    position: relative;
    left: 3px;
}

.dropdown {
    top: -5px;
    position: relative;
    max-width: 1150px;
    margin: auto;
    z-index: 101;
}

#dropdown {
    display: none;
}

.dropdown-inner {
    position: absolute;
    width: 100%;
    background-color: white;
    display: flow-root;
    display: none;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}

#nav-overlay {
    z-index: 100;
    background-color: black;
    opacity: 0.5;
    position: fixed;
    top: 80px;
    left: 0;
    height: calc(100vh - 80px);
    width: 100%;
}

.subcategory-box {
    margin: 5px 1% 10px 1%;
    width: 23%;
    float: left;
}

.subcategory-box .title {
    font-size: 17px;
    font-weight: bold;
}

.subcategory-box .children a {
    display: block;
    font-size: 15px;
}

.subcategory-box .children a:hover {
    text-decoration: underline;
}

@media (max-width: 932px) {
    .navbar-inner .categories {
        display: none;
    }
    .navbar-inner .toggle-categories {
        display: block;
    }
    .navbar-inner .search {
        margin-right: 20px;
    }
    .category-dropdown::after {
        content: none;
        background: none;
    }
}

#navbar-mobile {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 105;
    overflow-x: hidden;
}

#navbar-mobile .content {
    overflow-y: scroll;
    max-width: 300px;
    height: 100vh;
    background-color: white;
}

#navbar-mobile .content .header {
    z-index: 3;
    position: sticky;
    background-color: #0413A1;
    color: white;
    top: 0;
    left: 0;
    font-size: 18px;
    padding: 10px 125.4px;
    box-shadow: 0 0 10px 0px rgb(134 134 134 / 70%);
    -webkit-box-shadow: 0 0 10px 0px rgb(134 134 134 / 70%);
}

#navbar-mobile .content .header .text {
    text-align: center;
    color: white;
    font-weight: 600;
}

#navbar-mobile .content .header #exit-navbar {
    color: white;
    position: absolute;
    left: 10px;
    font-weight: 600;
    top: 4px;
    font-size: 22px;
    cursor: pointer;
}

#navbar-mobile .content .menu {
    padding: 10px 10px 10px 10px;
}

.menu .menu-item .wrapper {
    display: flow-root;
}

.menu .menu-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #0413A1;
    position: relative;
}

.menu .menu-item:last-child,
.menu .submenu .menu-item:last-child,
.menu .sub-submenu .menu-item:last-child {
    border-bottom: none;
}

.menu .menu-item::after {
    content: '';
    background: url('https://aanbiedingjager.nl/images/mobile-nav-arrow-right.png');
    height: 15px;
    width: 9px;
    position: absolute;
    top: 18px;
    right: 10px;
}

.menu .menu-item:hover {
    cursor: pointer;
    background-color: rgb(246, 245, 245);
    text-decoration: underline;
}

.menu-item .wrapper .menu-block,
.menu-item .wrapper span {
    float: left;
}

.menu-item .wrapper span {
    margin-left: 12px;
    font-weight: 600;
    margin-top: 4px;
}

.menu .submenu,
.menu .sub-submenu {
    display: none;
}

.menu .submenu .menu-item::after,
.menu .sub-submenu .menu-item::after {
    top: 15px;
}

.menu .submenu .menu-item,
.menu .sub-submenu .menu-item {
    margin-bottom: 3px;
    padding-bottom: 12px;
    padding-top: 10px;
    border-bottom: 1px solid #0413A1;
    position: relative;
    display: block;
    color: black;
    font-weight: normal;
}

.menu .wrap {
    display: flow-root;
    margin-bottom: 5px;
}

.menu .title {
    font-weight: 600;
    font-size: 18px;
    float: left;
}

.menu .back-to-main,
.menu .back-to-category {
    color: #0413A1;
    margin-top: 2px;
    float: right;
}

.menu .back-to-main:hover,
.menu .back-to-category:hover {
    cursor: pointer;
}