/*!
Theme Name: Bettys 2.0
Theme URI: https://merkelijkheid.nl
Author: Jens
Author URI: http://merkelijkheid.com
Version: 3.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: merkelijkheid
 */

:root {
    --oranje: rgb(255 150 101);
    --oranjefade: rgb(255 150 101 / 10%);
    --groen: #56C7B5;
}

@font-face {
    font-family: 'Big John PRO';
    src: url('css/BigJohnPRO-Bold.woff2') format('woff2'),
        url('css/BigJohnPRO-Bold.woff') format('woff'),
        url('css/BigJohnPRO-Bold.svg#BigJohnPRO-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
html{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
body{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-family: 'Nunito', sans-serif;
    font-display:auto;
    font-style:normal;
    font-weight:400;
    line-height: 1.4;
    font-size: 1.1em;
    overflow-x: hidden;
}
h1,.h1,h2,.h2,h3,.h3,h4,.h4{
    font-family: 'Big John PRO';
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
h1,.h1{
    font-size: clamp(35px,6vw,75px);
}
h2,.h2{
    font-size: clamp(30px,3vw,55px);
}
h2,.h2{
    font-size: clamp(25px,2.5vw,45px);
}
h4,.h4{
    font-size: clamp(20px,2vw,35px);
}
img{
    max-width: 100%;
    height: auto;
}
h1.title{
    max-width: 800px;
    margin: 0 auto;
}
*:focus {
    outline: 0 !important;
}
#masthead{
    z-index: 99;
    width: 100%;
    background-color: var(--oranje);
}
blockquote{
    display: inline-block;
    margin-left: -15px;
    padding-left: 10px;
    font-style: italic;
    opacity: 0.95;
    padding-top: 10px;
    position: relative;
    padding-left: 2em;
}
blockquote:after{
    content: "";
    top: -15px;
    left: -25px;
    display: block;
    width: 114px;
    height: 107px;
    background-image: url(img/quote.svg);
    position: absolute;
}
.navbar {
  border-radius: 0;
  transition: all 0.3s ease-out;
}
.affix {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-brand img{
    max-width: 270px;
}
.slideimg{
    width: 100%;
    min-height: 300px;
    background-size: cover;
    background-position: top center;
    height: calc((100vw) * 0.5625);
    max-height: 850px;
}
.navbar{
    padding: 1.25rem 0;
}
.nav-link{
    color: #000;
    font-size: 1em;
    line-height: 2;
}
.mega-menu-description,#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link .mega-description-group .mega-menu-description{
    display:none !important;
}
#instagram-feed-2 .instagram_gallery a:first-child{
    display:none;
}
#header{
    background-color:var(--oranje);
    position: relative;
    padding: 0 0 2em 0;
}
#header .headertext{
    padding: 8em 0 5em 0;
}
#header p{
    max-width: 600px;
}
#header path {
    fill: none;
    stroke: var(--oranje);
    stroke-width: 2px;
    stroke-dasharray: 1353px;
    stroke-dashoffset: 1353px;
    stroke-linecap: round;
    animation: move 16s linear;
    animation-fill-mode: forwards;
    animation-delay: 1.8s;
}
#header svg{
    width: auto;
    height: 100%;
    z-index: 2;
    position: relative;
}
#header .row{
    z-index: 3;
    position: relative;
}
.aniplace{
    width: 500px;
    height: 500px;
    border-radius: 600px;
    position: absolute;
    right: 0;
    top: 15px;
    margin: auto;
    text-align: center;
}
.ani1,.ani2,.ani3,.ani4,.ani5,.ani6{
    display:none;
    height: 100%;
}
.anibg{
    background-color: #FFBE9F;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    animation: spotlight 1.5s 1 forwards ease-in-out;
}
.usp{
    background-color: #FFBE9F;
    font-family: 'Big John PRO';
    padding: .5em .8em;
    font-size: 1em;
    color: #2E0C01;
    text-transform: uppercase;
    border-radius: 3px;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
    font-weight: 700;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    padding-bottom: 0;
}
.knop,.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 3px;
    font-weight: 600;
    border: 0;
}
.knop:hover,.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
    background-color: var(--groen);
    text-decoration: none;
    box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.2);
    color:#000;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover{
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 3px;
    font-weight: 600;
    opacity: .5;
}
#grote_afbeeldingen .afbeelding{
    padding-top: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}
#grote_afbeeldingen .afbeelding .afbeeldingin{
    position: absolute;
    left: 15px;
    bottom: 15px;
    width: calc(100% - 30px);
    background-color:#fff;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 25px;
}
#grote_afbeeldingen .afbeelding .afbeeldingin h4{
    font-size: 2em;
}
#logos{
    background: #56C7B5;
    padding: 5em 0;
    overflow: hidden;
}
#logos .container{
    position: relative;
}
#logos .container .row{
    position: relative;
    z-index: 10;
}
#logos .container:after{
    content: "";
    position: absolute;
    top: -130%;
    left: 0;
    width: 100%;
    height: 450%;
    border-radius: 100%;
    background-color: #6DCEBF;
    right: 0;
    margin: 0 auto;
}
#logos .logo{
    width: 100%;
    height: 130px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}
#footer{
    background: #56C7B5;
    color:#fff;
    padding: 5em 0;
}
#siteby{
    background: #4cb3a3;
    color: #3c8c7f;
    font-size: .85em;
}
#siteby a{
    color: #3c8c7f;
    font-size: .85em;
}
.grecaptcha-badge{
    display:none !important;
}

.productboxin h2{
    color: rgba(0,0,0,0.87);
    letter-spacing: 0.21px;
    font-size: 1.5em;
    text-decoration: none;
}
.productafbeelding{
    width: 100%;
    padding-top: 100%;
    background-color: rgba(86, 199, 181, 0.12);
    position: relative;
}
.productafbeelding:hover{
    background-color: rgba(86, 199, 181, 0.3);
}
.onsale .productafbeelding{
    background-color: rgba(252, 152, 92, 0.6);
}
.onsale .productafbeelding:hover{
     background-color: rgba(252, 152, 92, 0.8);
}
.productboxinafbeelding{
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    border-radius: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    transition-duration: .25s;
    display: flex;
    overflow: hidden;
}
.productboxin:hover .productboxinafbeelding{
    width: calc(100% - 25px);
    height: calc(100% - 25px);
    transition-duration: .25s;
}
.productboxin:hover,.pbl:hover{
    text-decoration: none;
}
a.pbl{
    display: block;
    border: 1px solid #000;
    padding: 15px;
    height:100%;
}
span.amount{
    color: #FC985D;
    letter-spacing: 0.21px;
    font-size: 1.3em;
    font-weight: 800;
}
span.prijs{
    background-image: url(img/next.svg);
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 100px;
}
section.up-sells{
    width: 100%;
    display: inline-block;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 94px;
    height: 104px;
    border: 1px solid #ffdac9;
    overflow: hidden;
    margin: 1px;
    background-color: #fff;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: none;
}
.col2-set .col-1{
    width: 50%;
    min-width: 300px;
    max-width: 100%;
}
.col2-set .col-2{
    width: 50%;
    min-width: 300px;
    max-width: 100%;
}
.flex-viewport{
    border: 1px solid rgba(255, 150, 101, 0.35);
    margin-bottom: 25px;
    background-color:#fff;
    order: 2;
}
.woocommerce .single-product{
    max-width: 1000px;
    margin: 0 auto;
}
.woocommerce-product-gallery{
    display: flex;
    flex-direction: column;
}
.woocommerce div.product div.images .flex-control-thumbs{
    order: 1;
    margin-bottom: 10px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
    display:none;
}
.product-columns-4{
    width: 100%;
    margin: 0;
}
.woocommerce .woocommerce-ordering {
    margin: 0 15px 1em;
}
.product-columns-4 .outofstock,.woocommerce-result-count{
    display:none !important;
}
.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid #56c7b5;
    border-right: 0;
    margin: 1px;
    font-size: 1.5em;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #4cb3a3;
    color: #ffffff;
}
.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid #4cb3a3;
}
.mand{
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background-color: #FFBE9F;
    background-image:url(img/mand.svg);
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
#mini-cart-count{
    background-color: #56C7B5;
    color: #fff;
    font-weight: 800;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 30px;
    line-height: 20px;
    right: -10px;
    top: -10px;
    position: absolute;
    font-size: 12px;
}
.navbar-light .navbar-nav .nav-item:last-child .nav-link{
    padding-right: 0;
}
.navbar-brand{
    padding-bottom: 0px;
}
.navbar-toggler{
    align-self: flex-end;
}
.navbar-light .navbar-toggler{
    background: #ffbe9f;
    border: 1px solid #ffbe9f;
}
#footer a{
    color:#fff;
}
.woocommerce form .form-row label,.woocommerce-input-wrapper{
    width: 100%;
}
#order_review_heading{
    margin-top: 1em;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    height: 40px;
    line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label{
    margin: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #56c7b5;
}
#order_review,#order_review_heading{
    padding: 0 15px;
}
.entry-header{
    padding-bottom: 1em;
}
.clearfix{
    clear: none;
    width: 100%;
    display:inline-block;
    height: 1px;
}
.textbtn{
    border: 0;
    background: none;
    color: #56C7B5;
    background-image: url(img/next.svg);
    background-position: center right 5px;
    background-repeat: no-repeat;
    padding-right: 65px;
    background-size: 51px;
}
.textbtn:hover{
    background-position: center right 0px;
}
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    max-width: 600px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 3em 2em;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
         -o-transition: opacity 0.3s linear, right 0.3s ease-out;
            transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}
div.wpcf7 .ajax-loader{
    display:block;
}
.woocommerce span.onsale {
    line-height: 50px;
    background-color: #5bc7b5;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 13px;
    box-shadow: 0 0 20px 0px rgb(91, 199, 181);
}

.wcpf-field-item .wcpf-box-list{
    max-height: 180px;
    overflow: scroll;
    box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 7%);
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}
/* .wcpf-field-item .wcpf-box-list:after{
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 10px;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgb(0 0 0 / 13%) 100%);
} */
.wcpf-filter-notes .wcpf-note-list .wcpf-note-item {
    display: inline-block;
    margin-right: 8px;
    line-height: 18px;
    background: #000000;
    padding: 2px 5px 2px 0px;
    border-radius: 5px;
    font-weight: 800;
    color: #fff;
}
.wcpf-filter-notes .wcpf-note-list .wcpf-note-item .note-text {
    color: #FFFFFF;
}
.wcpf-filter-notes .wcpf-note-list .wcpf-note-item .remove-filter:before, .wcpf-filter-notes .wcpf-note-list .wcpf-note-item .remove-filter:after {
    background: #FFFFFF;
}
.wcpf-heading-label{
    border-bottom: 2px solid var(--oranje);
}
.wcpf-heading-label{
    padding: 5px;
}
.wcpf-heading-label:hover{
    background: var(--oranjefade);
}
.top-menu{
    display:inline-block;
}
.top-menu ul{
margin: 0;
padding: 0;
list-style: none;
}
.top-menu ul li{
display: inline-block;
margin: 0 .7em;
}
.top-menu ul li a{
font-size: 15px;
color: #fff;
}
.topmenuwinkelmand{
    margin-bottom: -10px;
    margin-left: 10px;
}
.woocommerce ul#shipping_method .amount {
    font-size: .9em;
    color: #000;
    font-weight: 400;
}
label{
    width: 100%;
}
textarea.form-control {
    max-height: 140px;
}
.current_page_item a{
    font-weight: 800;
}
.wcpf-field-item.wcpf-front-element{
    width: 24.5%;
    min-width: 200px;
    display: block;
    float:left;
    padding: 5px;
}
.entry-header{
    display: inline-block;
    width: 100%;
    margin-top: 2em;
}
.wcpf-filter-notes{
    width: 100%;
    display: inline-block;
}
.mega-menu-wrap{
    margin: 0 0 0 auto !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:last-child{
    margin-right: 0 !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu,#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu{
    border: 1px solid #ededed !important;
    border-radius: 5px !important;
    box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 15%) !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
    font-family: 'Big John PRO';
    font-weight: bold !important;
    font-style: normal;
    font-size: 20px !important;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label {
    padding-left: 10px;
    color:#fff;
}
.blogitemimg {
    padding: 75.75% 0 0;
    height: auto;
    background-size: cover;
    position: relative;
}
.aligncenter{
    margin: .5rem auto;
    display:block;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1:after{
    content:""!important;
    width: 25px;
    height: 40px;
    background-image:url(img/menu.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: top 10px center;
}
.ui-menu-item:focus,.ui-menu-item:active,.ui-menu-item:focus-within{
    background:#ededed;
}
.attribute-pa_size{
    display: block;
}

.attribute-pa_size .label{
    display: block;
    padding: 0 0 5px 0;
    width: 100%;
    border-bottom: 1px solid #ededed;
}
.attribute-pa_size .value{
    margin-left: -5px;
}
.attribute-pa_size .value .wooselect{
    display: inline-block;
    margin: 5px;
}

.attribute-pa_size .value .wooselect input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
  }

.attribute-pa_size .value .wooselect label {
    display: inline-block;
    background-color: rgb(86 199 181 / 15%);
    padding: 5px 20px;
    border: 1px solid #8ebfb7;
    border-radius: 4px;
    text-transform: uppercase;
}

  .attribute-pa_size .value .wooselect label:hover {
    background-color: rgb(255 190 159);
    border-color: #c77544;
    cursor: pointer;
  }

  .attribute-pa_size .value .wooselect input[type="radio"]:focus + label {
      border: 1px dashed #c77544;
  }

  .attribute-pa_size .value .wooselect input[type="radio"]:checked + label {
      background-color: #FC985D;
      border-color: #c77544
  }

.woocommerce-widget-layered-nav-list li:not(.chosen){
    display: none !important;
    display: inline-block;
    margin: 5px 10px;
}

.ui-autocomplete{
    position: relative;
    background: #fff;
    max-width: calc( 1110px - 4em);
    width: 100% !important;
    left: 0 !important;
    margin: 0 auto;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    list-style: none;
    padding: 0;
    z-index: 9;
}

.ui-autocomplete li{
    padding: 15px;
    border-bottom: 1px solid #ededed;
    cursor: pointer;
}
.ui-autocomplete li:hover{
    background-color: #ededed;
}
.darken{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 30%);
    display: none;
    z-index: 4;
}
.loading{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-image:url(img/spinner.svg);
    background-position: center;
    background-size: 60px;
    background-repeat: no-repeat;
    background-color: rgb(0 0 0 / 30%);
    display: none;
    z-index: 9999;
}
.focusbg .darken{
    display:block;
}
#maat-filter{
    z-index: 9;
    position: relative;
}

#primary-sidebar{
    background: var(--oranjefade);
    padding: 2em;
    border: 4px;
    margin: 0 auto;
}
.brandknop{
    background-color: #56C7B5;
    color: #fff;
    padding: 5px 15px;
    border-radius: 3px;
    margin-bottom: 15px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 800;
}
.brandknop:hover{
    text-decoration: none;
    background-color: #45ab9b;
    color:#fff;
}
/* Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }

  /* Dropdown button on hover & focus */
  .dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
  }

  /* The search field when it gets focus/clicked on */
  #myInput:focus {outline: 3px solid #ddd;}

  .dropdown-content {
    background-color: #4cb3a3;
    z-index: 1;
    color: #fff;
    width: 100%;
    border-radius: 4px;
  }
  .dropdown-content .dematenscroll{
    overflow: scroll;
    max-height: 125px;
  }

  /* Links inside the dropdown */
  .dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #3d9285;
  }

  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #3d9285;}

.product_in__img{
    object-fit: contain;
    height: auto;
    max-width: 100%;
    width: 200px;
    max-height: 200px;
    margin: auto;
}

#vinden-header{
    background-color: rgb(255 150 101 / 30%);
}
#vinden-header .vinden-header-visual{
    margin-top: -6em;
    margin-bottom: -2em;
}

.menucontainer{
    position: relative;
    z-index: 9;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
    width: 100%;
    font-size: 1.1em;
    margin-top: -4px;
    border: 1px solid #000;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-white{
    background-color:#fff;
}
#vinden-header .dropdown-item{
    border-bottom: 1px solid #ededed;
}
#vinden-header .dropdown-toggle::after{
    right: 10px;
    position: absolute;
    top: 20px;
}
#vinden-header .btn-group:hover .scrollable-menu{
    display: block;
}

.is-hidden{
    display:none !important;
}
.js-filter{
    display: inline-block;
    padding: 2px 20px 2px 35px;
    background: #fff;
    border-radius: 30px;
    margin: 5px 5px;
    font-weight: 800;
    border: 2px solid #000;
    cursor: pointer;
    position: relative;
}
.js-filter:before{
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(img/allcolors.png);
    background-size: cover;
    background-position: center;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 5px;
}
.js-filter[data-color="Zwart"]:before{
    background: black;
    border: 1px solid #fff;
}
.js-filter[data-color="Rood"]:before{
    background: red;
}
.js-filter[data-color="Roze"]:before{
    background: pink;
}
.js-filter[data-color="Wit"]:before{
    background: white;
    border: 1px solid #000;
}
.js-filter[data-color="Blauw"]:before{
    background: blue;
}
.js-filter[data-color="Bruin"]:before{
    background: brown;
}
.js-filter[data-color="Grijs"]:before{
    background: gray;
}
.js-filter[data-color="Beige"]:before{
    background: Beige;
}
.js-filter[data-color="Oranje"]:before{
    background: orange;
}
.js-filter[data-color="Geel"]:before{
    background: yellow;
}
.js-filter[data-color="Paars"]:before{
    background: purple;
}
.js-filter[data-color="Groen"]:before{
    background: green;
}
.js-filter:hover,.js-filter.active{
    background-color:#000;
    color:#fff;
}
.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}
.sticky-maatkiezer{
    width: 100%;
}
.sticky-maatkiezer.sticky-active{
    position: fixed;
    left: 0;
    top: 0;
    background-color:#ffdfd0;
    width:100%;
    padding: 15px;
    z-index: 9;
}
#topmenu{
    background: #e08256;
    color: #fff;
    padding: 8px 0;
}
.woocommerce .quantity .qty{
    height: 38px;
    border: 1px solid #000;
}
input,select,.form-control,button.dropdown-toggle,.select2-container--default .select2-selection--single{
    border: 1px solid #000;
    border-radius: 5px;
    box-shadow: inset -1px -1px 2px rgb(0 0 0 / 21%);
}
input:hover,select:hover,.form-control:hover,button.dropdown-toggle:hover,.select2-container--default .select2-selection--single:hover{
    box-shadow: inset -1px -1px 2px rgb(0 0 0 / 5%);
    transition-duration: .5s;
}
#bovenfilter{
    padding: 2em;
    background: rgb(255 150 101 / 30%);
}
#bovenfilter .shop-widgets > div{
    width: 100%;
    max-width: 250px;
    margin-right: 2em;
}
#bovenfilter .shop-widgets .select2-selection{
    height: 40px;
}
#bovenfilter .shop-widgets .select2-selection .select2-selection__rendered{
    line-height: 40px;
}
.select2-selection__clear{
    color:red;
}
#bovenfilter .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}
#bovenfilter h2{
    font-size: 1em;
}
body.woocommerce-page .entry-content{
    display: flex;
    flex-direction: column;
}
body.woocommerce-page .entry-content .term-description{
    order: 2;
}
body.woocommerce-page .entry-content .woocommerce{
    order: 1;
}

.slipbar{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.slipbar div{
    margin: 0 1em;
    min-width: 200px;
}

.melding{
    background: #56c7b5;
    color: #fff;
    padding: 15px;
}
.melding img{
    width: 50px;
    height: 50px;
    margin-right: 15px;
}
.melding p{
    margin: 0;
    font-size: 16px;
}

#maatpopup_panty img {
    width: 100%;
}


@keyframes move {
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes spotlight {
    from {
      transform: translateX(-300%);
    }
    to {
      transform: translateX(0);
    }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .alignright {
        float: right;
        margin: 0 0 0.8rem 0.8rem;
    }
    .alignleft {
        float: left;
        margin: 0 0.8rem 0.8rem 0;
    }
    .aligncenter{
        display:block;
        margin: 0.5rem auto;
    }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px){
    ul.navbar-nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
    ul.navbar-nav li.dropdown ul.dropdown-menu {
        margin: 0;
        box-shadow: 3px 6px 10px 0px rgba(0, 0, 0, 0.07)
    }
}
/* Large devices (desktops, 992px and up) */
@media (max-width: 992px){
    .container{
        max-width: 100%;
    }
    h1,.h1{
        font-size: 2.5em;
    }
    h2,.h2{
        font-size: 2em;
    }
    .navbar-nav{
        width: 100%;
        padding-top: .5em;
    }
    #normal_page .entry-content{
        display: flex; flex-direction: column;
    }
    #normal_page .entry-content .term-description{
        order: 2;
    }
    #normal_page .entry-content .woocommerce.columns-4{
        order: 1;
    }
    .product-columns-4{
        margin: 0;
    }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1279px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl{
        max-width: 1425px;
    }
    .ui-autocomplete{
        position: relative;
        background: #fff;
        max-width: calc( 1360px - 2em);
    }
}
@media (max-width: 1279px) {
    #masthead .menucontainer{
        max-width: 100%;
    }
}
@media (max-width: 1199px) {

}
@media (max-width: 768px) {
    .single-product #masthead{
        margin-bottom: 2em;
    }
    h1, .h1 {
        font-size: 2em;
    }
    .navbar-brand img {
        max-width: 170px;
    }
    #header .headertext {
        padding: 1em 0 2em 0;
    }
    .aniplace {
        width: 150px;
        height: 150px;
        top: 80px;
    }
    #header .headertext h1{
        font-size: 1.7em;
    }
    .usp{
        font-size: .8em;
    }

    #grote_afbeeldingen .afbeelding .afbeeldingin{
        background-color: rgba(255, 255, 255, 0.95);
    }
    #grote_afbeeldingen .afbeelding .afbeeldingin h4 {
        font-size: 1.2em;
    }
    #logos .logo{
        height: 80px;
        background-size: contain;
    }
    #logos .container:after{
        display: none;
    }
    #spacer{
        font-size: .5rem;
    }
    .woocommerce div.product div.images .flex-control-thumbs{
        order: 3;
    }
}
/* Custom, iPhone Retina  */
@media only screen and (max-width : 630px) {
    .wcpf-field-item.wcpf-front-element{
        width: 100%;
    }
    .single-product form.cart table.variations{
        width: 80% !important;
        display: block;
        float: left;
    }
    .single-product form.cart table.variations tbody,.single-product form.cart table.variations tr,.single-product form.cart table.variations td.value{
        width: 100%;
    }
    .woocommerce div.product form.cart .reset_variations,.reset_variations{
        display:none !important;
    }
    .woocommerce div.product form.cart .variations{
        margin-bottom: 5px;
    }
    .woocommerce div.product form.cart .button {
        background: var(--oranje);
        width: 100%;
        padding: 20px;
        text-align: right;
    }
    table.variations{
        width: 50%;
    }
    .quantity input{
        width: 40px;
        height: 38px;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        margin-top: -1.3px;
    }
    .woocommerce div.product form.cart .variations select{
        width: calc(100% - 30px);
        margin: 0px 15px 0 15px;
    }
    .woocommerce div.product form.cart div.quantity{
        position: absolute;
        z-index: 2;
        margin: 10px 0 0 9px;
        text-align: center;
    }
    .woocommerce div.product form.cart .variations label{
        display: none!important;
    }
    table.variations tr{
        display: flex;
    }
    table.variations tbody{
        display: flex;
    }
    .woocommerce div.product form.cart .variations select{
        margin: 0 5px 0 0 !important;
    }
}
@media only screen and (max-width : 430px) {
    .woocommerce div.product p.stock{
        display: none;
    }
}