@media only screen and (max-width:1024px) {
    .view-products .view-filters {
  width: calc(100% - 20px);
  display: block;
  vertical-align: top;
  border: 1px solid #000;
  padding: 5px 10px;
}
    main .mobile.filter-button  {
  display: block;
        cursor: pointer;
        font-size: 18px;
  line-height: 40px;
  color: black;
  font-weight: 500;
}   
    main .mobile img {
  max-width: 40px;
}
    .view-products .view-filters > .views-exposed-form {
  display: none;
}
.view-products .view-filters > .views-exposed-form{
  column-count: 3;
  padding: 30px;
}
    .view-products .view-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-left: 0px;
  display: flex;
  gap: 3%;
  flex-wrap: wrap;
  float: unset;
        margin-top: 50px;
}
    .pager {
  display: block !important;
  width: 100%;
  float: unset;
  width: 100%;
  font-size: 18px;
        text-align: center;
}
    header.header .grid.gt-medium .grid8 {
  display: none;
}
    #topbar {
  position: relative;
  left: 0;
  right: 0;
  z-index: 35;
        background-color: white;
}
    #main-menu .level-1 > a::before, #main-menu .level-1 > a:hover::before, #main-menu .level-1 > a.active::before{
        content: none;
        background-image: none;
    }
    #main-menu ul.menu ul.menu {
  position: relative;
  top: 0;
  background-color: transparent;
  z-index: 9;
  display: none;
  transition: unset;
  opacity: 0;
  padding: 0;
  width: calc(100% - 38px);
}
    #main-menu ul.menu ul.menu li a {
  line-height: 140% !important;
  color: black !important;
  text-align: left;
  padding: 8px 30px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  padding-left: 0px !important;
        width: 100% !important;
}
    #main-menu ul.menu .level-1:hover ul.menu {
  display: none;
  transition: unset;
  opacity: 1;
}
    #main-menu ul.menu .level-1 ul.menu{
        opacity: 1;
    }
    #main-menu ul.menu ul.menu::before{
        content: none;
    }
    #main-menu .level-1 > a.has-child::after{
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        right: 0;
        top: 25px;
        transform: rotate(180deg);
        transition: ease-in-out .3s;
        background-image: url("arrow.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 15px;
    }
    #main-menu .level-1 > a.has-child.down::after{
        transform: rotate(0deg);
        transition: ease-in-out .3s;
    }
/*-------------------------------------------------------------------
---------------------------------------------------------------------
                        navigation
---------------------------------------------------------------------
-------------------------------------------------------------------*/
 #burgerBtn{
		display: block;
	}
#mobilenav{
    display: none;
}
	#mobileBodyContent {
  position: relative;
  z-index: 20;
  width: 100%;
  height: 100vh;


  visibility: visible;
		margin-left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -khtml-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
		background-color: white;
}
	.navigation #burgerBtn .b-button {
  border-color: transparent;
		
}
.navigation #burgerBtn .b-button:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 33px;
  left: -2px;
	background-color: black;
}
.navigation #burgerBtn .b-button:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -khtml-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 9px;
  width: 33px;
  left: -2px;
	background-color: black;
}
	.navigation #mobileBodyContent {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -khtml-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  margin-left: 0;

}
  #mobile.navigation #mobilenav {
    position: fixed;
    z-index: 31;
    list-style-type: none;
    margin: 0;
    padding: 0;
    right: 0;
    display: block;
    width: 50%;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background-color: #f7f7f7;
    bottom: 0;
    top: 0;
    padding-left: 37px;
      padding-top: 185px;
      transform: translateX(0);
    transition: transform 250ms ease-in-out;
  }
#mobile #mobilenav {
    position: fixed;
    z-index: 31;
    list-style-type: none;
    margin: 0;
    padding: 0;
    right: 0;
    display: block;
    width: 50%;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background-color: #f7f7f7;
    bottom: 0;
    top: 0;
    padding-left: 37px;
      padding-top: 185px;
    transform: translateX(100%);
    transition: transform 250ms ease-in-out;

  }

#mobile #mobilenav a, #mobile #mobilenav a:hover{
    color: #000;
    line-height: 100%;
    font-size: 20px;
    font-weight: 500;
    padding: 20px 0;
    font-weight: 400;
    background-color: transparent;
    font-family: "roboto", sans-serif;
    border-bottom: 1px dotted black;
    width: calc(100% - 37px);
    letter-spacing: 1px;
}
    #mobile #mobilenav a.active{
        color: #f49955
    }
	#mobile #mobilenav li{
		opacity: 0:
			-webkit-transition: all 0.9s ease-in;
  -moz-transition: all 0.9s ease-in;
  -khtml-transition: all 0.9s ease-in;
  -o-transition: all 0.9s ease-in;
  transition: all 0.9s ease-in;
        display: block;
	}
	#mobile.navigation #mobilenav li{
	-webkit-transition: all 0.9s ease-in;
  -moz-transition: all 0.9s ease-in;
  -khtml-transition: all 0.9s ease-in;
  -o-transition: all 0.9s ease-in;
  transition: all 0.9s ease-in;
	opacity: 1;
            display: block;
}
#nav {
    position: absolute;
    z-index: 10;
    list-style-type: none;
    margin: 100px 20px 0 20px;
    padding: 0;
    overflow: hidden;
    right: 0;
}
#burgerBtn .b-button:before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 25px;
    left: 0;
    background: #000;
    top: 7px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
#burgerBtn .b-button:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 20px;
    left: 0;
    background: #000;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
#mobile {
    /*background: var(--orange);*/
	position: relative;
    margin: 0px auto;
	transition: all 0.5s ease-in-out;
	/*display: flex;*/
}
#mobile.navigation {
    background: var(--maincolor);
	position: relative;
    margin: 0px auto;
	transition: all 0.5s ease-in-out;
	
}
	#burgerBtn {
    height: 40px;
    width: 45px;
    box-sizing: border-box;
    position: fixed;
    z-index: 32;
    right: 30px;
    display: block;
    padding: 10px;
    border-radius: 5px;
        top: 65px;
    background-color: white;
}
    #burgerBtn .b-button {
    border-top: 2px solid #000;
    height: 20px;
    width: 25px;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: block;
    position: relative;
    margin-top: 0px;
}
#burgerBtn.sticky .b-button{
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-top: 35px;
}
#mobilenav ul.menu ul.menu li{
    padding-left: 20px;
    position: relative;
}
    #main-menu ul.menu li.level-1:hover ul.menu::before{
        content: none;
    }
}





@media only screen and (max-width:850px) {
.view-products .view-filters > .views-exposed-form{
  column-count: 2;
  padding: 30px;
}
    .view-products .view-content .card {
  flex: 1 1 47%;
  margin-bottom: 5%;
  position: relative;
  padding-bottom: 20px;
  transition: ease-in-out .3s;
}
    .bundle-wrap.right {
  display: flex;
  flex-direction: column;
}
    .bundle-wrap.left {
  display: flex;
  flex-direction: column;
}
}




@media only screen and (max-width:680px) {
    h1.field_title {
  font-family: 'Butler Regular','Times new roman';
  font-weight: 400;
  color: black;
  text-transform: uppercase;
  font-size: 44px;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 60px;
  font-size: clamp(2.9em,4.8vw + .8em,4.8em);
        margin-top: 20px;
}   
    .page-node-7 h1.field_title, .page-node-11 h1.field_title {
  font-family: 'Butler Regular','Times new roman';
  font-weight: 400;
  color: black;
  text-transform: uppercase;
  font-size: 44px;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 60px;
  font-size: clamp(2.9em,4.8vw + .8em,4.8em);
        margin-top: 20px;
        hyphens: auto;
}
    .page-node-11 .inside .bundle-wrap .content-text-wrap .field-title {
  hyphens: auto;
}
    header.header .grid.gt-medium .branding #logo {
  padding: 1em 2em 2em !important;
}
.view-products .view-filters > .views-exposed-form{
  column-count: 1;
  padding: 30px;
}
    .dropdown-menu.mobile > ul{
        display: block;
    }
    .view-products .view-content .card {
  flex: 1 1 100%;
  margin-bottom: 5%;
  position: relative;
  padding-bottom: 20px;
  transition: ease-in-out .3s;
  border: 1px solid #ddd;
}
    .footer > .wrapper > .grid {
  display: block;
  margin: 0;
}
    .footer .pane.grid6.ta-right .copywrap {
  position: relative;
  bottom: 0;
  right: 0;
  left: 0;
        text-align: left;
}
    .footer .pane.grid6.ta-right .copywrap span, .footer .pane.grid6.ta-right .copywrap a{
        display: inline-block;
    }
    .footer_fifth.footer.pd-large{
       padding: 2.571em 10px; 
    }
    #mobile.navigation #mobilenav {
    width: calc(100% - 37px);
  }
#mobile #mobilenav {
    width: calc(100% - 37px);

  }
    .block-subtheme-breadcrumbs{
        display: none;
    }
    .content-text-innerwrap{
        padding: 30px 0 10px;
    }
    .bundle-shortcuts.bundle .columns > .shortcut-wrapper {
  display: block;
  width: 100%;
  flex: 1 1 100%;
}
    .bundle.bundle-shortcuts {
  display: flex;
  flex-direction: column;
} 
    .bundle.bundle-shortcuts .shortcut-wrapper{
  display: flex;
  flex-direction: column !important;
}
    .wholesale-text h1, .merken-text > h1 {
        font-size: 14px;
        margin-bottom: 8px;
    }
        .button-link a, .merken-text a {
        font-size: 12px;
    }
    .banner .banner-intro .block-subtheme-havealittlebiteofbelgium {
  background-color: white;
  padding: 40px;
  -webkit-box-shadow: 0px 0px 39px -1px rgba(0,0,0,0.33);
  -moz-box-shadow: 0px 0px 39px -1px rgba(0,0,0,0.33);
  box-shadow: 0px 0px 39px -1px rgba(0,0,0,0.33);
  text-align: center;
  margin: 40px;
}
    .banner .banner-intro .block-subtheme-havealittlebiteofbelgium h2{
        font-size: clamp(2.0em,4.8vw + .8em,4.8em);
    }
    .frontpage .banner {
  position: relative;
  min-height: 50vh;
}
   .frontpage .banner img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
    .frontpage .view-products .view-content .card {
  flex: 0 1 100%;
  margin-bottom: 5%;
  position: relative;
  padding-bottom: 20px;
  transition: ease-in-out .3s;
}
    .frontpage .view-content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
    margin-top: 0px;
    margin-left: auto;
  float: none;
  padding: 20px;
  width: calc(100% - 40px) !important;
}
    .block-subtheme-taalkeuze {
  position: relative;
  min-height: 30px;
  margin-right: 0;
  margin-top: 3px;
  margin-left: -8px;
  padding-right: 0;
}
    .language-switcher-language-url ul.links {
  position: relative;
  top: 0;
  overflow: unset;
  height: 30px;
  margin-left: 0;
  padding-left: 15px;
  display: flex;
  flex-direction: row;
  transition: ease-in-out .3s;
  background-color: white;
}
    .views-table td{
        border: 0px !important;
    }
    .views-table tr{
        border-bottom: 1px dotted #000;
    }
    td:before{
        content: none;
    }
    .views-table td input{
        width: 100%;
  max-width: unset !important;
    }
    td.views-field-unit-price__number:before {
        content: "prijs: ";
        display: inline-block;
        font-weight: 700;
        width: 3.5em;
    }
    
    td.views-field-total-price__number:before {
        content: "totaal: ";
        display: inline-block;
        font-weight: 700;
        width: 6.5em;
    }
    .productinfo .commerce-order-item-add-to-cart-form {
  display: flex;
  gap: 10px;
  align-items: end;
  flex-direction: column;
}
    .productinfo .commerce-order-item-add-to-cart-form input{
        width: 100%;
        max-width: unset;
        margin-top: 0;
    }
    .productinfo .commerce-order-item-add-to-cart-form > div{
        width: 100%;
    }
    .flexwrap.productwrap {
  display: flex;
  gap: 5%;
  max-width: 900px;
  margin: 80px auto;
  flex-direction: column-reverse;
}
    .flexwrap.productwrap .pane.large-thumbnail img{
        width: 70%;
        height: auto;
        margin: 0 auto;
    }
    .flexwrap .productinfo {
  flex: 1 1 60%;
  position: relative;
  margin: 50px 0;
}
    .checkout-order-summary{
        margin-top: 20px;
    }
    .checkout-order-summary tr{
        display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #ddd;
    }
    .checkout-order-summary tr td{
        margin: 0;
    padding: 5px;
    height: 100%;
    border-bottom: 0px;
    }
    .checkout-order-summary tr td img{
        max-width: 40px;
    }
    .layout-region-checkout-main, .layout-region-checkout-footer {
  float: left;
  box-sizing: border-box;
  width: 100%;
  padding-right: 0em;
}
    .layout-region-checkout-secondary {
  float: right;
  width: 100%;
}
    .commerce-checkout-flow-multistep-default.commerce-checkout-flow #edit-actions {
  position: relative;
  bottom: 0;
  right: 0;
  display: flex;
}
    .commerce-checkout-flow-multistep-default.commerce-checkout-flow #edit-actions input[type="submit"] {
  margin-top: 2em;
  width: 100%;
  margin: 2em 0;
}
    #shipping-information-wrapper fieldset, #edit-payment-information{
        padding-left: 0;
        padding-right: 0;
    }
}