/*
Theme Name:
Author URI: https://www.qstylez.nl/
Author: QStylez - Maaike Tol
Version: 1.0
*/

html {
    font-size: 15px;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    color: #25323C;
    overflow: hidden;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html, button, input, select, textarea {}
small {
    font-size: small;
}
.grecaptcha-badge {
    display: none;
}
/* Assistive text */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute !important;
    height: 1px;
    width: 1px;
}
/*header#masthead:after {
    content: 'Wilt u een afspraak maken om vrijblijvend te kunnen winkelen? Bel dan nu: 0299-363224';
    position: relative;
    background: #25323c;
    z-index: 999;
    color: white;
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
}*/
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}
:focus {
    outline: 0
}
a.post-edit-link {
    display: none
}
textarea, input[type="submit"] {
    -webkit-appearance: none;
}
ul, ol {
    padding: 0;
    margin: 0;
    list-style-position: inside;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    clear: both;
    text-transform: uppercase;
    line-height: 1.2;
    font-family: 'Rockwell Std';
}
h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 2.5rem;
}
h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 2rem;
}
h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.5rem;
}
h1 span,h2 span,h3 span {
    font-weight: 300;
}
.page-template-sub-content .entry-content h2, .page-template-sub-content .entry-content h3, .page-template-sub-content .entry-content h4, .page-template-sub-content .entry-content h5, .page-template-sub-content .entry-content h6, .single .entry-content h2, .single .entry-content h3, .single .entry-content h4, .single .entry-content h5, .single .entry-content h6 {
    margin-bottom: 0;
    margin-top: 1.5rem;
}
.page-template-sub-content .entry-content h2+p, .page-template-sub-content .entry-content h2+ul, .page-template-sub-content .entry-content h2+ol, .page-template-sub-content .entry-content h3+p, .page-template-sub-content .entry-content h3+ul, .page-template-sub-content .entry-content h3+ol, .page-template-sub-content .entry-content h4+p, .page-template-sub-content .entry-content h4+ul, .page-template-sub-content .entry-content h4+ol, .page-template-sub-content .entry-content h5+p, .page-template-sub-content .entry-content h5+ul, .page-template-sub-content .entry-content h5+ol, .page-template-sub-content .entry-content h6+p, .page-template-sub-content .entry-content h6+ul, .page-template-sub-content .entry-content h6+ol, .single .entry-content h2+p, .single .entry-content h2+ul, .single .entry-content h2+ol, .single .entry-content h3+p, .single .entry-content h3+ul, .single .entry-content h3+ol, .single .entry-content h4+p, .single .entry-content h4+ul, .single .entry-content h4+ol, .single .entry-content h5+p, .single .entry-content h5+ul, .single .entry-content h5+ol, .single .entry-content h6+p, .single .entry-content h6+ul, .single .entry-content h6+ol {
    margin-top: 10px;
}
.page-template-sub-content .entry-content h2, .single .entry-content h2, .col.about h2 {
    font-size: 2rem;
}
.page-template-sub-content .entry-content h3, .single .entry-content h3 {
    font-size: 1.5rem;
}
b, strong {
    font-weight: 700;
}
p, li, a {
    margin: 15px 0;
    line-height: 1.8;
}
a {
    margin: 0;
}
li {
    margin: 0;
}
.error404 .page-title {
    font-size: 3rem;
}
.home-link {
    position: relative;
    display: block;
    width:100%;
    max-width: 200px;
}
.home-link img {
    width: 100%;
    display:block;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
}
button[disabled], input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    padding-right: 2px;
    /* Don't cut off the webkit search cancel button */
    width: 100%;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
img {
    border-style: none;
}
img, video {
    height: auto;
    max-width: 100%;
}

section:after, article:after, .clear:after, #inner-header:after, .row:after, .social:after, .site-info:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: ;
}
:-moz-placeholder {
    color: ;
}
::-moz-placeholder {
    color: ;
}
:-ms-input-placeholder {
    color: ;
}
/**
 * Standaard
 * ----------------------------------------------------------------------------
 */

.inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    line-height: 1.8;
    position: relative;
}
.flexbox-wrapper {
    display: flex;
    flex-wrap: wrap;
}


.menu-toggle {
    display:none;
}

li#menu-item-42 {
    display: none;
}
li#menu-item-42 a {
    display: block;
    width: 100%;
    height: 100%;
}
a.home-link {
background: url(https://www.mooijersmode.nl/wp-content/uploads/svg/mooyers_mode_logo_boven.svg) no-repeat;
    background-size: contain;
    background-position: center center;
    height: 40px;
    width: 90px;
    margin-right: 20px;
}
ul.social.flexbox-wrapper {
    list-style-type: none;
}
div#navbar ul {
    list-style-type: none;
    max-height: 0;
    overflow: hidden;
    transition: .3s ease-in-out;
}
div#navbar {
    order: 4;
    flex-basis: 100%;
    width: 100%;
}
section.top-nav {
    background: #25323C;
    padding: 10px 0px;
}
div#navbar ul a {
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 2;
    margin: 5px 0px;
    display: table;
    transition: .1s ease-in-out;
}
div#navbar ul a:hover {
    color: #ff8500;
}
div#navbar.open ul {
    max-height: 300px;
    margin-top: 20px;
}
.homeHeader .owl-dots .owl-dot.active {
    background: #ff8500;
}
.homeHeader .owl-dots .owl-dot {
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #ff8500;
    margin: 5px 0px;
}
.homeHeader .owl-dots {
    display: none !important;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
}
ul.social.flexbox-wrapper li a {
    display: block;
    background: orange;
    width: 100%;
    height: 100%;
}
li a.insta, li a.instagram {
    background: url(https://www.mooijersmode.nl/wp-content/uploads/svg/Icon_insta_goud.svg) no-repeat !important;
    background-size: 20px !important;
    background-position: center center !important;
    display: block;
    width: 100%;
    height: 100%;
}
li a.facebook {
    background: url(https://www.mooijersmode.nl/wp-content/uploads/svg/Icon_fb_goud.svg) no-repeat !important;
    background-size: 20px !important;
    background-position: center center !important;
}
.ywraq_number_items a span {
    color: transparent;
    height: 25px;
    width: 25px;
    display: inline-block;
    background: url(https://www.mooijersmode.nl/wp-content/uploads/2021/02/shopping-cart.png) no-repeat;
    vertical-align: middle;
    background-size: contain;
    background-position: center center;
}
.ywraq_number_items a {
    background: none !important;
    color: white;
}
ul.social.flexbox-wrapper li {
    width: 25px;
    height: 25px;
    margin-left: 10px;
}

ul.social li.cart {
    width: auto;
    margin-left: 0;
    height: auto;
}
li.cart:hover {
    opacity: .7;
}
a.button.return_to_shop_url {
    background: #25323c;
    color: white;
    text-transform: uppercase;
    line-height: 2;
    border-radius: 0;
}
li.cart > div.widget_ywraq_mini_list_quote div.raq-info {
    padding: 0;
    border: 0;
    margin: 0;
}
.ywraq-quote-icon-icon_quote:before {
    color: #ff8500 !important;
    font-size: 25px !important;
}
p.items-count {
    margin: 0;
    margin-bottom: 20px;
}
.widget_ywraq_mini_list_quote .yith-ywraq-list-content ul li {
    width: auto;
    height: auto;
}
.widget_ywraq_mini_list_quote .yith-ywraq-list-content ul li a {
    color: #25323c;
    position: relative;
    width: auto;
    height: auto;
    background: none;
}

.widget_ywraq_mini_list_quote .yith-ywraq-list-content ul li {
    margin: 0;
    padding: 0;
}
.widget_ywraq_mini_list_quote .yith-ywraq-list-content ul li::marker {
    color: transparent;


}
.yith-ywraq-list-content > a.button {
    color: white;
    text-transform: uppercase;
    line-height: 2;
    border-radius: 0;
    text-align: center;
    background: #25323c !important;
}
ul.yith-ywraq-list a.yith-ywraq-item-remove.remove:hover {
    background: none;
    color: #ff8500 !important;
}
ul.yith-ywraq-list img {
    margin-left: 0;
    width: 40px;
}
.yith-ywraq-list-content > a.button:hover {
    color: white;
    background: black;
}

li.cart > div.widget_ywraq_mini_list_quote div.raq-info a {
    background: none;
    color: white;
    line-height: 1;
}

li.cart > div.widget_ywraq_mini_list_quote {
    margin: 0;
}
ul.social.flexbox-wrapper {
    list-style-type: none;
    align-self: center;
    align-items: center;
}
header#masthead {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.menu span:nth-of-type(2) {
    top: 50%;
}
.homeHeader {
    margin-top: 143px;
}
.menu span:nth-of-type(3) {
    bottom: 0;
}
.menu span {
    position: absolute;
    width: 100%;
    height: 2px;
    transition: .3s ease-in-out;
    background: #FF8500;
}
.menu {
    width: 30px;
    height: 25px;
    order: 2;
    position: relative;
    align-self: center;
    margin-left: auto;
}
section.crumbs p a {
    color: #25323C;
}
section.crumbs p {
    color: #ff8500;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-weight: bold;
}
section.crumbs {
    margin-top: 85px;
    padding: 10px 0px;
    border-bottom: 1px solid #25323C33;
}
form .consent label a {
    color: #25323C;
    font-weight: bold;
}
form .consent span {
    margin: 0 !important;
}
form .consent label input:checked {
    background: #ff8500;
}
form .consent label input {
    padding: 7.5px;
    width: auto;
    margin: 0;
    margin-right: 10px;
    appearance: none;
}
form .consent label {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 13px;
    color: #9A9B9F;
}
form p.verplicht {
    font-size: 13px;
    font-weight: bold;
    color: #9A9B9F;
}
form textarea {
    height: 130px;
}
form input, form textarea {
    padding: 15px;
    border: 0;
    transition: .1s ease-in-out;
    font-family: 'Roboto', sans-serif;
    resize: none;
    background: #EEF1F4;
    width: 100%;
    font-size: 14px;
}
form input:focus, form textarea:focus {
    background: #fee6cb;
}
form p {
    margin: 0;
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 10px;
}
form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.padding-box h1 {
    font-size: 1.75rem;
}
section.padding-box {
    position: relative;
    padding: 40px 0px;
}
body.page-template-sub-contact footer#contact .locaties {
    order: -1;
}
body.page-template-sub-contact footer#contact {
    display: flex;
    flex-wrap: wrap;
}
body.page-template-sub-contact footer#contact > section {
    flex-basis: 100%;
    width: 100%;
}
.ajax-loader {
    position: absolute;
}

form input.wpcf7-form-control.wpcf7-submit {
    display: table;
    background: #ff8500;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 500;
    letter-spacing: .5px;
    transition: .1s ease-in-out;
    margin-top: 0px;
    width: auto;
    line-height: 2;
}
.menu.open span:nth-of-type(2) {
    right: -60px;
    opacity: 0;
}
.menu.open span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 50%;
}
.menu.open span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 50%;
}
section.lower-nav ul {
    display: none;
}

section.lower-nav {
    background: #FF8500;
}
p.noresults {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-top: 0;
}
section.mededeling p {
    margin: 0;
    font-weight: 600;
    font-size: 15px;
}

section.mededeling {
    position: relative;
    padding: 20px 0px;
    background: #25323c;
    color: white;
}
.page-id-85 section.mededeling {
    display: none;
}
.woocommerce a.add-request-quote-button.button, .yith_ywraq_add_item_browse_message a {
    background-color: #ff8500 !important;
    display: table;
    background: #ff8500;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 500;
    color: white;
    letter-spacing: .5px;
    transition: .1s ease-in-out;
    margin-top: 20px;
    border-radius: 0;
    line-height: 2;
}
.woocommerce .button.ywraq_clean_list {
    background: #25323c;
    color: white;
    border-radius: 0;
    line-height: 2;
    font-weight: normal;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.woocommerce.ywraq-wrapper a.wc-backward, .button.ywraq_clean_list, input.button.raq-send-request.last {
    display: table;
    background: #ff8500;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 500;
    letter-spacing: .5px;
    transition: .1s ease-in-out;
    margin-bottom: 20px;
    border-radius: 0;
    line-height: 2;
}
.woocommerce.ywraq-wrapper {
    max-width: 1280px;
    margin: 0px auto;
    padding: 40px 20px;
}
.woocommerce table#yith-ywrq-table-list {
    border-radius: 0;
    margin-bottom: 40px;
}
td.product-thumbnail img {
    width: 100px;
}
table#yith-ywrq-table-list > tbody > tr:not(.cart_item) {
    display: none;
}
.woocommerce a.remove {
    color: #25323c !important;
}
.quantity br {
    display: none;
}
.woocommerce .quantity .qty {
    padding: 5px;
    width: 40px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 2;
}
.ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper {
    padding: 0!important;
    margin-top: 40px;
}
.woocommerce tr.cart_item a {
    color: #25323c;
    font-size: 14px;
}
.woocommerce.ywraq-wrapper > p {
    margin: 0;
}

.woocommerce tr.cart_item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.woocommerce a.add-request-quote-button.button:hover, .yith_ywraq_add_item_browse_message a:hover, input.button.raq-send-request.last:hover {
    background-color: #db7505 !important;
}
section.lower-nav span.logo-text {
    width: 90px;
    height: 25px;
    display: block;
    background: url(https://www.mooijersmode.nl/wp-content/uploads/svg/mooyers_mode_logo_onder.svg) no-repeat;
    background-size: 40px;
    background-position: 45% 50%;
}
.homeHeader .slide {
        background: #11436912 url(https://www.mooijersmode.nl/wp-content/uploads/2020/09/header-scaled.jpg) no-repeat;
    position: relative;
    padding: 40px 0px;
    background-image: url(https://www.mooijersmode.nl/wp-content/uploads/2020/09/header-scaled.jpg);
    background-size: cover;
    background-position: center center;
}
.c-btn {
    display: table;
    background: #ff8500;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 500;
    letter-spacing: .5px;
    transition: .1s ease-in-out;
    margin-top: 20px;
}
.c-btn:hover {
    background: #db7505;
}
a {
    text-decoration: none;
}
.slide .tekst h2 {
    font-size: 1.75rem;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 10px;
}
.slide .tekst .toptitel {
    color: #ff8500;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .5px;
}
.searchandfilter select.sf-input-select {
    width: 100%;
}
form#search-filter-form-84 ul li, form#search-filter-form-84 ul li label {
    width: 100%;
}
span.sale-badge {
    position: absolute;
    right: 0;
    top: 0;
    background: #ff8500;
    color: white;
    text-transform: uppercase;
    padding: 10px;
    line-height: 1;
    z-index: 20;
    font-weight: bold;
    letter-spacing: .5px;
}
.pagination > div {
    margin: 0px 5px;
}
.pagination > div.nav-previous {
    order: 1;
}
.pagination a {
    background: #ff8500;
    color: white;
    padding: 10px;
    display: table;
    line-height: 1;
    font-weight: bold;
}
.pagination {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.pagination a:hover {
    background: #e17b0b;
}
section.categorie div.categorie h3 {
    position: absolute;
    width: 150px;
    background: #25323c;
    color: white;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    transition: .1s ease-in-out;
    letter-spacing: .5px;
    padding: 7.5px 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 20px;
}
section.categorie div.categorie:hover h3 {
    background: #344d60;
}
section.categorie div.categorie a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
}
section.categorie div.categorie {
    flex-basis: 100%;
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
section.categorie {
    position: relative;
    padding: 20px 0px;
    padding-top: 40px;
}
section.categorie .categorie-box {
    border-bottom: 1px solid #25323C33;
    padding-bottom: 40px;
}
section.categorie div.categorie:last-of-type {
    margin-bottom: 0;
}
section.categorie div.categorie:last-of-type {
    background-position: 10% 0%;
}
div#sgpb-popup-dialog-main-div {
    height: auto !important;
}
.single-product main.site-main div.product h1 {
    margin: 0;
    font-size: 1.75rem;
    margin-bottom: 0;
}
.single-product main.site-main div.melding p {
    margin: 0;
    text-align: center;
    font-style: italic;
    font-weight: 500;
    letter-spacing: .5px;
}
.single-product main.site-main div.melding, .shop-wrapper p.melding {
    background: #25323c;
    margin-top: 20px;
    color: white;
    position: relative;
    padding: 10px;
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 20px;
}
.shop-wrapper p.melding {
    font-style: italic;
    font-weight: 500;
    letter-spacing: .5px;
    text-align: center;
}
.shop-wrapper .filter h2 {
    font-size: 1.5rem;
    border-bottom: 1px solid #25323C33;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.more-less i {
    margin-right: 10px;
}

.more-less {
    position: absolute;
    top: 20px;
    right: 20px;
}
form.searchandfilter ul.tog-on {
    max-height: 2000px;
}

form.searchandfilter > ul {
    flex-basis: 100%;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: .3s ease-in-out;
}
.shop-wrapper .filter {
    background: #11436912;
    position: relative;
    padding: 20px;
    flex-basis: 100%;
}
form.searchandfilter ul li ul li input:checked {
    background: #ff8500;
}
form.searchandfilter ul li ul {
    margin: 10px 0px;
}
form.searchandfilter ul li ul li input {
    width: auto;
    flex-basis: auto;
    margin: 0;
    background: none;
    padding: 6px;
    appearance: none;
    border: 1px solid #ff8500 !important;
    border-radius: 4px;
    margin-right: 10px;
}
form.searchandfilter ul li ul li {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
}
form.searchandfilter ul li h4 {
    padding: 0;
    font-size: 18px;
    margin-bottom: 10px;
}
form.searchandfilter ul {
    flex-basis: 100%;
    width: 100%;
}
form.searchandfilter ul li {
    padding: 0;
}
form.searchandfilter li.sf-field-post-meta-merk {
    margin: 20px 0px;
    display: table;
    flex-basis: 100%;
    width: 100%;
    border-top: 1px solid #25323C33;
    border-bottom: 1px solid #25323C33;
    padding: 20px 0px;
}
.searchandfilter select.sf-input-select, li.sf-field-post-meta-merk label select, li.sf-field-post-meta-maat label select {
    font-family: 'Roboto', sans-serif;
    appearance: none;
    padding: 10px;
    border: 0;
    font-size: 13px;
}
form.searchandfilter > ul > li {
    margin-top: 20px;
}
li.sf-field-post-meta-merk label, li.sf-field-post-meta-maat label, li.sf-field-post-meta-merk label select, li.sf-field-post-meta-maat label select {
    width: 100%;
}
p.grote-maten {
    display: none;
}
.page-id-85 p.grote-maten {
    display: block;
    margin-top: 0;
    background: #ff8500;
    color: white;
    padding: 10px;
    position: relative;
    font-weight: 600;
}
.search-filter-results div.product span.prod-thumb span.overlay span.icon, .producten-wrapper div.product span.prod-thumb span.overlay span.icon {
    position: absolute;
    width: 50px;
    height: 50px;
    background: white url(https://www.mooijersmode.nl/wp-content/uploads/svg/visibility.svg) no-repeat !important;
    background-size: 25px !important;
    background-position: center center !important;
    border-radius: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}
.search-filter-results div.product span.prod-thumb span.overlay, .producten-wrapper div.product span.prod-thumb span.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(37 50 60 / .7);
    top: 0;
    opacity: 0;
    transition: .1s ease-in-out;
    left: 0;
}
.search-filter-results div.product span.prod-thumb, .producten-wrapper div.product span.prod-thumb {
    height: 250px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #d3d6d8;
}
.search-filter-results div.product a:hover span.overlay, .producten-wrapper div.product a:hover span.overlay {
    opacity: 1;
}
.shop-resultaten {
    flex-basis: 100%;
    width: 100%;
}
.search-filter-results div.product a, .producten-wrapper div.product a {
    display: block;
    width: 100%;
    height: 100%;
    color: #25323c;
}
.search-filter-results div.product span.prod-info p.price, .producten-wrapper div.product span.prod-info p.price {
    margin: 0;
    margin-top: 10px;
    color: #ff8500;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    border-top: 1px solid #d3d6d8;
    padding-top: 20px;
}
p.paginering {
    margin: 20px 0px;
    text-align: center;
    flex-basis: 100%;
    font-size: 14px;
}
.search-filter-results div.product span.prod-info ul li, .producten-wrapper div.product span.prod-info ul li {
    margin-right: 10px;
}
.search-filter-results div.product span.prod-info ul, .producten-wrapper div.product span.prod-info ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    list-style-type: none;
}
.prod-info ul.meta-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 10px 0px;
}
.prod-info ul li.bold {
    font-size: 16px;
    font-weight: bold;
    flex-basis: 100%;
    width: 100%;
    text-align: left;
}
.search-filter-results div.product span.prod-info h3, .producten-wrapper div.product span.prod-info h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin: 0;
    margin-bottom: 5px;
}
.search-filter-results div.product, .producten-wrapper div.product {
    position: relative;
    border: 1px solid #25323C33;
    margin-top: 20px;
    flex-basis: 100%;
    width: 100%;
}
.search-filter-results div.product span.prod-info, .producten-wrapper div.product span.prod-info {
    display: block;
    padding: 20px;
    position: relative;
}
.gerelateerd span.prod-info h3, .gerelateerd span.prod-info p.price {
    text-align: left;
}
.gerelateerd .producten-wrapper div.product:first-of-type {
    margin-top: 0;
}
.woocommerce div.product, .producten-wrapper div.product {
    flex-basis: 100%;
    width: 100%;
}
.single-product main.site-main {
    padding: 0px 20px;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-gallery {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
}
div#carousel {
    margin-bottom: 0;
}
#carousel ul.slides li {
    width: 100px !important;
}
.flex-direction-nav a:before {
    display: none;
}
.flex-direction-nav .flex-next:after, .flex-direction-nav .flex-prev:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #ff8500 url(https://www.mooijersmode.nl/wp-content/uploads/2020/12/chevron.png) no-repeat;
    margin-left: auto;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: 15px;
    background-position: center center;
}
.flex-direction-nav .flex-prev:before {
    right: initial;
    left: 0;
    transform: rotate(180deg);
    top: 10%;
}

.flex-direction-nav .flex-next, .flex-direction-nav .flex-prev {
    color: transparent;
}
#slider ul.slides li {
  height: 250px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#slider ul.slides li a {
  display: block;
  width: 100%;
  height: 100%;
}
#carousel ul.slides li {
  height: 80px;
  position: relative;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#carousel li.flex-active-slide {
  box-shadow: 0 2px 10px 0 #d8d8d8;
}
#carousel .slides {
  padding: 5px;
}
div#slider, div#carousel {
    flex-basis: 100%;
    width: 100%;
}
.product-gallery span.prod-thumb {
    height: 100%;
    width: 100%;
    display: block;
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.single-product div.product .summary.entry-summary {
    display: none;
}
.productomschrijving div.korte-omschrijving p:last-of-type {
    margin-bottom: 0;
}
.single-product div.product .gerelateerd .summary.entry-summary {
    display: block;
}
.productomschrijving div.korte-omschrijving {
    border-bottom: 1px solid #25323C33;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.productomschrijving div.korte-omschrijving p strong {
    font-style: italic;
}
.productomschrijving h3 {
    border-bottom: 1px solid #25323C33;
    padding-bottom: 20px;
}
.productomschrijving div.categorie-product {
    color: #ff8500;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .5px;
    margin-bottom: 5px;
}
.productomschrijving {
    position: relative;
    padding: 40px 20px;
    border: 1px solid #25323C33;
    margin-bottom: 20px;
}
.single-product .gerelateerd h2 {
    font-size: 1.5rem;
    margin-bottom: 40px;
}
.single-product .gerelateerd {
    text-align: center;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}
.productomschrijving p.product-price-tickr {
    font-size: 1.75rem;
    font-weight: bold;
    font-family: 'Rockwell Std';
    margin: 0;
    line-height: 1;
}
section.producten h2 {
    text-transform: uppercase;
    font-size: 1.75rem;
    line-height: 1.2;
}
section.producten {
    padding: 20px 0px;
}
.actiebox .bg-box .toptitel {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #ff8500;
    margin-bottom: 10px;
    display: table;
}
.actiebox .bg-box .c-btn {
    font-size: 12px;
    margin-top: 10px;
}
.actiebox .bg-box h4 {
    margin: 0;
    font-size: 16px;
}
.actiebox .bg-box {
    background: white url(https://www.mooijersmode.nl/wp-content/uploads/svg/icon_bg.svg) no-repeat;
    position: relative;
    padding: 20px;
    width: 70%;
    color: #25323C;
    margin-left: auto;
    background-size: contain;
    background-position: center left;
}
.actiebox a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
}
.actiebox {
    flex-basis: 100%;
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background: #25323c;
    margin-bottom: 10px;
}
.actiebox:last-of-type {
    margin-bottom: 0;
}
.yest-link.actiebox:last-of-type {
    background: #281501 url(https://www.mooijersmode.nl/wp-content/uploads/2022/01/divign.jpg) no-repeat;
    background-size: 60% !important;
    background-position: 0% 50% !important;
}
.modal-header h4 {
    font-size: 1.25rem;
}
div#interesse {
    margin-top: 40px;
}
.modal-body form p:nth-of-type(7) {
    flex-basis: 100%;
}
.modal-body form p {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
}
.modal-body form div > p {
    flex-basis: 100%;
    width: 100%;
    font-size: 13px;
    font-weight: normal;
}
form input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
}

.modal-header p {
    margin-bottom: 0;
}
.modal-header .close {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    border-radius: 0;
    margin-top: 0;
    background: #44637a;
}
.modal-header {
    background: #25323C;
    color: white;
}
section.acties {
    position: relative;
    padding: 20px 0px;
    padding-bottom: 40px;
}
section.merken {
    background: #11436912 url(https://www.mooijersmode.nl/wp-content/uploads/2020/09/header-scaled.jpg) no-repeat;
    background-image: url(https://www.mooijersmode.nl/wp-content/uploads/2020/09/header-scaled.jpg);
    padding: 40px 0px;
    position: relative;
}
ul.merken-overzicht div.merk {
    height: 80px;
    background: white;
    padding: 10px;
    position: relative;
    overflow: hidden;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
ul.merken-overzicht {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.locaties li a {
    text-decoration: underline;
    color: #25323C;
}
section.locaties li a:hover {
    color: #ff8500;
}
section.locaties li {
    font-size: 14px;
}
section.locaties li h4 {
    color: #ff8500;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    letter-spacing: .5px;
    margin-bottom: 5px;
}
section.locaties div.locatie {
    text-align: center;
}
section.locaties {
    position: relative;
    padding: 40px 0px;
}
body.page-template-sub-shop section.locaties {
    display: none;
}
div.locatie span.afb {
    display: block;
    width: 200px;
    height: 200px;
    background: #eef2f4;
    border-radius: 100%;
    margin: 0 auto;
}
.locatie.volendam span.afb {
    background: url(https://www.mooijersmode.nl/wp-content/uploads/2020/09/volendam.png) no-repeat;
    background-size: contain;
    background-position: center center;
    border: 10px solid #eef2f4;
}
.locatie.koogaandezaan span.afb {
    background: url(https://www.mooijersmode.nl/wp-content/uploads/2020/09/koogaandezaan.png) no-repeat;
    background-size: contain;
    background-position: center center;
    border: 10px solid #eef2f4;
}

.locatie.wervershoof span.afb {
    background: url(https://www.mooijersmode.nl/wp-content/uploads/2020/09/wervershoof.png) no-repeat;
    background-size: contain;
    background-position: center center;
    border: 10px solid #eef2f4;
}
.locatie.amsterdam span.afb {
    background: url(https://www.mooijersmode.nl/wp-content/uploads/2020/09/amsterdamnoord.png) no-repeat;
    background-size: contain;
    background-position: center center;
    border: 10px solid #eef2f4;
}
div.locatie ul {
    list-style-type: none;
    margin-top: 20px;
}
section.footerlinks ul li span {
    color: #ff8500;
}
section.metalinks ul:nth-of-type(2) li:nth-of-type(3) {
    margin-left: auto;
}
section.metalinks ul:nth-of-type(2) li:nth-of-type(3):after, section.metalinks ul:nth-of-type(2) li:nth-of-type(4):after, section.metalinks ul:nth-of-type(2) li:nth-of-type(2):after {
    display: none;
}
section.metalinks ul:nth-of-type(2) li:nth-of-type(4) {
    margin-right: 0;
}
section.metalinks ul:nth-of-type(2) li:nth-of-type(3), section.metalinks ul:nth-of-type(2) li:nth-of-type(4) {
    width: 25px;
    height: 25px;
}
section.footerlinks ul a {
    color: white;
    font-weight: 500;
}
section.footerlinks ul a:hover {
    color: #ff8500;
}
section.footerlinks ul h4 {
    color: #ff8500;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    letter-spacing: .5px;
    font-weight: 500;
    margin-bottom: 10px;
}
section.footerlinks ul {
    list-style-type: none;
    flex-basis: 100%;
    width: 100%;
    margin-top: 20px;
}
section.footerlinks {
    position: relative;
    background: #25323c;
    padding: 40px 0px;
    color: white;
}
span.footer-logo {
    display: block;
    width: 100%;
    height: 100px;
    background: url(https://www.mooijersmode.nl/wp-content/uploads/svg/mooyers_mode_logo-footer.svg) no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 20px;
}
section.metalinks ul li:last-of-type:after {
    display: none;
}
section.metalinks ul li:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 10px;
    background: rgb(37 50 60 / .35);
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -2px;
}
section.metalinks ul li {
    margin-right: 5px;
}
section.metalinks ul:nth-of-type(2) {
    margin-top: 10px;
}
section.metalinks {
    position: relative;
    padding: 10px 0px;
}
section.metalinks ul li, section.metalinks ul li a {
    color: rgb(37 50 60 / .35);
    font-size: 13px;
}
li a.facebook:hover, li a.insta:hover, li a.instagram:hover {
    opacity: .7;
}
a.facebook, a.insta {
    display: block;
    width: 100%;
    height: 100%;
}
section.metalinks ul li a:hover {
    color: #25323c;
}
section.metalinks ul {
    list-style-type: none;
    flex-basis: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.wpcf7-response-output {
    display: none;
}
/**
 * Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {}
.entry-content a {}
.entry-content a:hover {}
.entry-content a, .entry-title a {
    text-decoration: none;
}
.entry-title a:hover {}
/**
 * Navigatie
 * ----------------------------------------------------------------------------
 */

/**
 * Forms
 * ----------------------------------------------------------------------------
 */

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    z-index: 1;
    padding: 0;
    border: 0;
    background: transparent;
    right: 10px;
    left: auto;
    top: 0px;
    font-size: 0.8rem;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    display: none !important;       
}
.single-product.woocommerce span.onsale {
    line-height: 1;
    position: absolute;
    right: 0;
    background: #ff8500;
    color: white;
    text-transform: uppercase;
    padding: 10px;
    line-height: 1;
    z-index: 20;
    font-weight: bold;
    letter-spacing: .5px;
    top: initial;
    left: initial;
    border-radius: 0;
    min-height: initial;
    font-size: 14px;
    min-width: initial;
}
.single-product .productomschrijving ul.maten li {
    margin-right: 10px;
}
.single-product .productomschrijving ul.maten li:nth-of-type(1) {
    flex-basis: 100%;
}
.single-product .productomschrijving ul.maten {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.single-product .productomschrijving ul li.bold {
    font-weight: bold;
    font-size: 16px;
}
.single-product .productomschrijving ul.meta-info {
    list-style-type: none;
    margin: 20px 0px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    display: none !important;
}
/**
 * Media Queries
 * ----------------------------------------------------------------------------
 */

@media (min-width:680px) {
}
@media (min-width:768px) {

a.home-link {
    height: 60px;
    width: 120px;
}
section.mededeling p {
    max-width: 700px;
    margin: 0 auto;
    font-size: 17px;
}
section.lower-nav span.logo-text {
    width: 120px;
    height: 30px;
    background-size: 50px;
}
.yith-ywraq-mail-form-wrapper form > p:nth-of-type(1) {
    display: none;
}
.yith-ywraq-mail-form-wrapper form > br {
    display: none;
}
.ywraq-form-table-wrapper.vertical form p {
    position: relative;
    bottom: initial;
    right: initial;
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
}
.woocommerce tr.cart_item a {
    font-size: 16px;
}
.gerelateerd .producten-wrapper.flexbox-wrapper .product {
    margin-top: 0;
    margin-bottom: 20px;
}
.more-less {
    display: none;
}
form.searchandfilter > ul {
    max-height: initial;
}
#slider ul.slides li {
    height: 400px;
}
div#slider {
    margin-bottom: 20px;
}
.gerelateerd .producten-wrapper.flexbox-wrapper {
    justify-content: space-between;
}
.product-gallery span.prod-thumb {
    height: 350px;
}
.single-product .gerelateerd {
    margin-bottom: 20px;
}
.homeHeader {
    margin-top: 149px;
}
body.home .producten-wrapper div.product p.price, body.home .producten-wrapper div.product h3 {
    text-align: left;
}
body.home .producten-wrapper {
    justify-content: space-between;
}
.producten-wrapper div.product {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
}
.productomschrijving {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
}
.product-gallery {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
    height: auto;
    margin-top: 0;
}
.modal-body form p {
    margin-bottom: 20px;
}
.modal .wpcf7 {
    border-bottom: 0;
    padding-bottom: 0;
}
.modal form p:last-of-type {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 20px;
}
p.verplicht {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
}
form > div p {
    margin: 0 !important;
}
.modal-body, .modal-header {
    padding: 20px;
}
.shop-wrapper p.melding {
    padding: 15px;
    font-size: 16px;
}
.shop-wrapper {
    justify-content: space-between;
    margin-bottom: 20px;
}
body.page-template-sub-shop .flexbox-wrapper.shop-wrapper {
    align-items: flex-start;
}
.shop-wrapper .shop-resultaten .product {
    margin-top: 0;
    margin-bottom: 20px;
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
}
.shop-wrapper .shop-resultaten {
    flex-basis: calc(70% - 10px);
    width: calc(70% - 10px);
    justify-content: space-between;
}
.shop-resultaten .flexbox-wrapper {
    justify-content: space-between;
}
.shop-wrapper .filter {
    flex-basis: calc(30% - 10px);
    width: calc(30% - 10px);
}

.single-product .gerelateerd h2 {
    font-size: 1.75rem;
}
.single-product .gerelateerd {
    flex-basis: 100%;
    width: 100%;
    border-top: 1px solid #25323C33;
    padding-top: 40px;
}
.productomschrijving h3 {
    font-size: 1.75rem;
}
.single-product main.site-main div.product h1 {
    display: none;
}
.woocommerce div.product {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.homeHeader .slide {
    padding: 0px 0px;
}
.homeHeader .slide .inner .tekst {
    padding: 20px 0px;
    align-self: center;
}
section.crumbs {
    margin-top: 110px;
}
section.padding-box h1 {
    font-size: 2rem;
}
form p:nth-of-type(7) {
    margin-bottom: 0;
}
form p:last-of-type {
    margin-bottom: 0;
    width: auto;
    flex-basis: auto;
    position: absolute;
    bottom: 40px;
    right: 20px;
}
body.page-template-sub-contact footer#contact .locaties {
    padding-top: 0;
}
.wpcf7 {
    border-bottom: 1px solid #25323C33;
    padding-bottom: 40px;
}
.padding-box .wpcf7 {
    margin-top: 40px;
}
form input, form textarea {
    padding: 20px;
}
form p:nth-of-type(1), form p:nth-of-type(2), form p:nth-of-type(3), form p:nth-of-type(4) {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
    margin-bottom: 20px;
}
.homeHeader .slide .inner .links .afb-slide {
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.homeHeader .slide .inner .links {
    background: white;
    border-radius: 100%;
    width: 350px;
    flex-basis: 350px;
    height: 350px;
}
.homeHeader .slide .inner .tekst, .homeHeader .slide .inner .links {
    flex-basis: calc(50% - 20px);
    width: calc(50% - 20px);
}
.homeHeader .slide .inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
}
section.categorie .categorie-box a h3 {
    bottom: 20px;
    padding: 15px;
}
section.categorie .categorie-box a {
    padding: 20px;
}
section.categorie .categorie-box {
    justify-content: space-between;
}
section.categorie div.categorie {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
    height: 250px;
}
body.home section h2 {
    font-size: 2rem;
}
section.producten {
    text-align: center;
}
.producten a.c-btn {
    margin: 0 auto;
    margin-top: 40px;
}
.actiebox a {
    padding: 20px;
}
.actiebox .bg-box {
    padding: 20px;
    padding-top: 40px;
    width: 45%;
}
.actiebox .bg-box h4 {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 20px;
    margin-top: 20px;
}
.actiebox {
    margin-bottom: 20px;
}
ul.merken-overzicht div.merk {
    height: 120px;
    background-size: 140px;
}
div.locatie span.afb {
    width: 250px;
    height: 250px;
}
section.locaties li {
    font-size: 15px;
}
section.locaties li h4 {
    font-size: 16px;
}
span.footer-logo {
    height: 110px;
}
section.footerlinks .flexbox-wrapper {
    justify-content: space-between;
}
section.footerlinks ul {
    flex-basis: auto;
    width: auto;
}
section.metalinks .flexbox-wrapper ul:nth-of-type(2) {
    margin-top: 0;
}
section.metalinks .flexbox-wrapper {
    flex-wrap: nowrap;
    align-items: center;
}
section.footerlinks ul:nth-of-type(3) {
    flex-basis: 50%;
    width: 50%;
}
.actiebox:last-of-type {
    margin-bottom: 0;
    background-size: contain !important;
    background-position: 30% 0% !important;
}


}
@media (min-width: 769px) {
}
@media (min-width: 1024px) {

.site-header .home-link {
    display: none;
}

section.mededeling {
    padding: 40px 0px;
}
form#yith-ywraq-form table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
form#yith-ywraq-form table > thead > tr th {
    flex-basis: 20%;
    width: 20%;
    text-align: left !important;
    padding-left: 0 !important;
}
.woocommerce tr.cart_item td.product-remove a {
    font-size: 24px;
}

.woocommerce tr.cart_item td.product-remove {
    padding-left: 20px !important;
    font-size: 20px !important;
    flex-basis: 10%;
    width: 10%;
}
#yith-ywraq-form table.cart .product-thumbnail {
    flex-basis: 30%;
    width: 30%;
}

form#yith-ywraq-form table > thead > tr {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
}
form#yith-ywraq-form table > thead {
    flex-basis: 100%;
    width: 100%;
}
.woocommerce table.shop_table td {
    border-top: 0;
    padding: 0;
}
.woocommerce tr.cart_item td p {
    margin: 0 !important;
}

.woocommerce tr.cart_item td br {
    display: none;
}
.woocommerce tr.cart_item td {
    flex-basis: 20%;
    width: 20%;
    text-align: left !important;
    padding: 0 !important;
    line-height: 1;
}
tbody {
    flex-basis: 100%;
    width: 100%;
}
div.menu {
    display: none;
}
section.crumbs {
    padding: 15px 0px;
}
.padding-box .tekst {
    width: 80%;
}
div#navbar {
    order: -1;
    flex-basis: auto;
    width: auto;
}
#carousel ul.slides li {
    width: 140px !important;
    height: 100px !important;
}
.shop-wrapper .filter {
	padding: 40px;
}
.productomschrijving {
    padding: 40px;
}
div#navbar ul#primary-menu li {
    margin: 0px 10px;
}
div#navbar ul#primary-menu {
    display: flex;
    max-height: 120px;
    margin: 0 auto;
    align-items: center;
}
header ul.social.flexbox-wrapper {
    position: absolute;
    right: 20px;
}
.site-header .inner.flexbox-wrapper {
    justify-content: center;
    max-width: 1440px;
}
section.lower-nav span.logo-text {
    width: 160px;
    height: 30px;
    background-size: 50px;
    background-position: 57% 50%;
}
.homeHeader .slide .inner .links {
    height: 450px;
    width: 450px;
    flex-basis: 450px;
}
.slide .tekst h2 {
    font-size: 2rem;
}
.slide a.c-btn {
    margin-top: 40px;
}
.homeHeader .slide .inner .tekst .slide-content {
    padding-right: 40px;
}
section.categorie {
    padding: 40px 0px;
    padding-top: 60px;
}
section.categorie div.categorie {
    flex-basis: calc(20% - 10px);
    width: calc(20% - 10px);
    height: 250px;
    margin-bottom: 0;
}
section.categorie .categorie-box {
    padding-bottom: 60px;
}
section.producten .tekst {
    max-width: 650px;
    margin: 0 auto;
}
.acties .inner.flexbox-wrapper .actiebox {
    margin: 0;
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
}
.acties .inner.flexbox-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
}
.actiebox .bg-box {
    width: 50%;
}
.actiebox:last-of-type {
    background-position: 30% 100% !important;
}
li#menu-item-42 {
    display: block;
    width: 150px;
    height: 60px;
    background: url(https://www.mooijersmode.nl/wp-content/uploads/svg/mooyers_mode_logo_boven.svg) no-repeat;
    background-size: contain;
    background-position: center top;
    margin: 0px 40px !important;
}
section.acties {
    position: relative;
    padding: 40px 0px;
    padding-bottom: 60px;
}
section.merken, section.locaties {
    padding: 60px 0px;
}
section.metalinks ul:nth-of-type(2) li:nth-of-type(3) {
    margin-left: 10px;
}
section.metalinks ul {
    width: auto;
    flex-basis: auto;
}
section.metalinks .flexbox-wrapper {
    justify-content: space-between;
}
.acties .inner.flexbox-wrapper .actiebox.yest-link {
    flex-basis: 100%;
    width: 100%;
    margin-top: 20px;
}
.actiebox.yest-link .bg-box h4 {
    font-size: 24px;
    height: auto !important;
    margin-top: 0;
}

}
@media (min-width:1140px) {

div#navbar ul#primary-menu li {
    margin: 0px 30px;
}
li#menu-item-42 {
    display: block;
    width: 180px;
    height: 70px;
}
.yest-link.actiebox a {
    padding: 40px 20px;
}
.ywraq-form-table-wrapper.vertical > form > p {
    margin: 0;
}
.homeHeader {
    margin-top: 169px;
}
.ywraq-form-table-wrapper.vertical > div {
    flex-basis: calc(40% - 40px);
    width: calc(40% - 40px);
    margin-top: 0;
}
.ywraq-form-table-wrapper.vertical > form {
    flex-basis: calc(60% - 20px);
    width: calc(60% - 20px);
}
.ywraq-form-table-wrapper.vertical {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
}
form#yith-ywraq-form table > thead > tr th {
    font-size: 17px;
}
td.product-thumbnail img {
    width: 130px;
}
.woocommerce tr.cart_item {
    margin-bottom: 20px;
}
.ywraq-form-table-wrapper.vertical form p#message_field textarea, .ywraq-form-table-wrapper.vertical form p#opmerking_field textarea {
    height: 120px;
}

.ywraq-form-table-wrapper.vertical form p#message_field, .ywraq-form-table-wrapper.vertical form p#opmerking_field {
    flex-basis: 100%;
    width: 100%;
}
.acties .inner.flexbox-wrapper .actiebox.yest-link {
    flex-basis: 80%;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
}
section.mededeling p {
    font-size: 18px;
    text-align: center;
}
#carousel ul.slides li {
    width: 180px !important;
    height: 150px !important;
}
#slider ul.slides li {
    height: 450px;
}
.producten-wrapper div.product {
    flex-basis: calc(25% - 10px);
    width: calc(25% - 10px);
}
.product-gallery span.prod-thumb {
    height: 450px;
}
section.top-nav {
    padding: 15px 0px;
}
.single-product .gerelateerd {
    margin-bottom: 40px;
}
section.crumbs {
    margin-top: 130px;
}
.shop-wrapper .filter {
    flex-basis: calc(25% - 10px);
    width: calc(25% - 10px);
}
.modal-header h4 {
    font-size: 1.5rem;
}
.shop-wrapper .shop-resultaten .product {
    flex-basis: calc(33.3% - 20px);
    width: calc(33.3% - 20px);
    margin-left: 20px;
}
.shop-resultaten .flexbox-wrapper {
    justify-content: flex-start;
}
.shop-wrapper .shop-resultaten {
    flex-basis: calc(75% + 10px);
    width: calc(75% + 10px);
}
.homeHeader .owl-dots {
	display: block !important;
}
section.lower-nav ul li:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: white;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
}
.lower-nav ul li:first-of-type:before {
    background: url(https://www.mooijersmode.nl/wp-content/uploads/svg/Icon_Mobiel_Wit.svg) no-repeat !important;
    background-size: contain;
    background-position: center center;
}
.lower-nav ul li:nth-of-type(2):before {
    background: url(https://www.mooijersmode.nl/wp-content/uploads/svg/Icon_Mail_Wit.svg) no-repeat !important;
    background-size: contain;
    background-position: 0% 90% !important;
}
section.lower-nav ul li {
    line-height: 1;
    font-size: 13px;
    color: white;
    margin-left: 20px;
}
section.lower-nav ul a {
    color: white;
    font-size: 13px;
    line-height: 1;
}
section.lower-nav ul {
	display: flex;
	position: absolute;
	list-style-type: none;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.error404 section.padding-box p {
    font-size: 17px;
}
.error404 section.padding-box h1 {
    font-size: 2.5rem;
}
.error404 section.padding-box {
    padding: 60px 0px;
}
section.padding-box {
    padding: 60px 0px;
}
.homeHeader .slide .inner .links {
    height: 500px;
    width: 500px;
    flex-basis: 500px;
}
.slide .tekst h2 {
    font-size: 2.25rem;
}
section.categorie div.categorie {
    flex-basis: calc(20% - 20px);
    width: calc(20% - 20px);
    height: 300px;
    margin-bottom: 0;
}
.actiebox .bg-box {
    width: 45%;
}
section.footerlinks .flexbox-wrapper ul:nth-of-type(3) {
    flex-basis: 35%;
    width: 35%;
}
section.footerlinks .flexbox-wrapper ul {
    margin-top: 0;
}
section.footerlinks .flexbox-wrapper .footer-logo {
    width: 200px;
    flex-basis: 200px;
}
section.footerlinks .flexbox-wrapper {
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
}
section.lower-nav span.logo-text {
    background-position: 75% 50%;
}

}
@media (min-width:1440px) {
}

@media (max-width: 1024px) {
    input[type="text"], input[type="email"], input[type="tel"], input[type="submit"], textarea {
        -webkit-appearance: none;
        border-radius: 0;
    }
    a[href^="tel"] {
        color: inherit;
        text-decoration: none;
    }
}

@media (max-width: 500px) {

.search-filter-results div.product span.prod-info ul {
    height: auto !important;
}

}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1140px) {

.shop-wrapper .filter {
    flex-basis: 20%;
    width: 20%;
    padding: 20px;
}
.productomschrijving {
    padding: 10px;
}
.single-product.woocommerce span.onsale {
    width: 100px;
    left: auto;
}

}