@charset "UTF-8";
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-8px);
  }
}
.bounce {
  animation: bounce 0.6s ease;
}

div,
header,
footer,
main,
::after,
::before,
article {
  box-sizing: border-box;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

.image-container {
  position: relative;
  overflow: hidden;
}
.image-container::before {
  content: "";
  padding-top: 66.66%;
  display: block;
}
.image-container img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #000;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.8em;
  font-weight: 400;
}

ul,
table {
  line-height: 1.8em;
}

a {
  color: #F27B13;
  font-weight: 400;
  text-decoration: none;
}
a:hover {
  color: rgb(199.0361445783, 98.6746987952, 10.9638554217);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.4em;
  color: #000;
  margin: 0;
  text-transform: uppercase;
}

h1,
.h1 {
  font-size: 34px;
}

h2,
.h2 {
  font-size: 28px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 22px;
}

h5,
.h5 {
  font-size: 20px;
}

h6,
.h6 {
  font-size: 18px;
}

#page-header #header-top .menu,
#page-header #header-center .menu,
#page-header #header-bottom .menu {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  align-items: center;
}
#page-header #header-top .menu li,
#page-header #header-center .menu li,
#page-header #header-bottom .menu li {
  position: relative;
}
#page-header #header-top .menu li:hover > ul,
#page-header #header-center .menu li:hover > ul,
#page-header #header-bottom .menu li:hover > ul {
  display: block;
}
#page-header #header-top .menu li.menu-item-has-children > a::after,
#page-header #header-center .menu li.menu-item-has-children > a::after,
#page-header #header-bottom .menu li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  margin-left: 12px;
  margin-bottom: 2px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
}
#page-header #header-top .menu li a,
#page-header #header-center .menu li a,
#page-header #header-bottom .menu li a {
  display: block;
  padding: 3px 12px;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
}
#page-header #header-top .menu li a:hover,
#page-header #header-center .menu li a:hover,
#page-header #header-bottom .menu li a:hover {
  color: #F27B13;
}
#page-header #header-top .menu li a:hover .jobs-count,
#page-header #header-center .menu li a:hover .jobs-count,
#page-header #header-bottom .menu li a:hover .jobs-count {
  color: #fff;
}
#page-header #header-top .menu .wpml-ls-item a,
#page-header #header-center .menu .wpml-ls-item a,
#page-header #header-bottom .menu .wpml-ls-item a {
  padding: 0 6px;
}
#page-header #header-top .menu > li ul,
#page-header #header-center .menu > li ul,
#page-header #header-bottom .menu > li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  list-style-type: none;
  margin: 0;
  width: 200px;
  background: white;
  padding: 12px;
  box-shadow: 8px 10px 10px -7px rgba(0, 0, 0, 0.2), -8px 10px 10px -7px rgba(0, 0, 0, 0.2);
}
#page-header #header-top .menu > li ul a,
#page-header #header-center .menu > li ul a,
#page-header #header-bottom .menu > li ul a {
  font-weight: 400;
  line-height: 30px;
}
#page-header #header-top .menu > li ul ul,
#page-header #header-center .menu > li ul ul,
#page-header #header-bottom .menu > li ul ul {
  top: 0;
  left: 100%;
}
#page-header #header-top .menu .header-account a,
#page-header #header-center .menu .header-account a,
#page-header #header-bottom .menu .header-account a {
  background: #F27B13;
  padding: 0px 12px;
  border-radius: 4px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background ease 0.1s;
}
#page-header #header-top .menu .header-account a::after,
#page-header #header-center .menu .header-account a::after,
#page-header #header-bottom .menu .header-account a::after {
  content: url("");
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.5' height='20' viewBox='0 0 17.5 20'%3E%3Cpath id='Path_252' data-name='Path 252' d='M8.75-7.5a5,5,0,0,0,5-5,5,5,0,0,0-5-5,5,5,0,0,0-5,5A5,5,0,0,0,8.75-7.5Zm3.5,1.25H11.6a6.807,6.807,0,0,1-2.848.625A6.821,6.821,0,0,1,5.9-6.25H5.25A5.251,5.251,0,0,0,0-1V.625A1.875,1.875,0,0,0,1.875,2.5h13.75A1.875,1.875,0,0,0,17.5.625V-1A5.251,5.251,0,0,0,12.25-6.25Z' transform='translate(0 17.5)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  background-position: center;
  background-size: contain;
  margin-left: 12px;
}
#page-header #header-top .menu .header-account a:hover,
#page-header #header-center .menu .header-account a:hover,
#page-header #header-bottom .menu .header-account a:hover {
  color: #fff;
  background: rgb(199.0361445783, 98.6746987952, 10.9638554217);
}
#page-header #header-bottom {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
#page-header #header-bottom .account-icon:hover svg path {
  fill: #F27B13;
}
#page-header #header-bottom .account-icon svg path {
  fill: #000;
}
#page-header #header-bottom .col:nth-child(1) {
  flex: 0 0 90%;
}
#page-header #header-bottom .col:nth-child(2),
#page-header #header-bottom .col:nth-child(3) {
  flex: 0 0 5%;
}
#page-header #header-bottom .menu li a {
  color: #000;
}
#page-header #header-bottom .menu li a:hover {
  color: #F27B13;
}
#page-header #header-bottom .menu .assortiment {
  background-color: #F27B13;
  transition: background ease 0.1s;
}
#page-header #header-bottom .menu .assortiment:hover {
  background: rgb(199.0361445783, 98.6746987952, 10.9638554217);
  color: #fff;
}
#page-header #header-bottom .menu .assortiment a {
  color: #fff;
  font-weight: 400;
  padding: 3px 24px;
  border-top-right-radius: 6px;
}
#page-header #header-bottom .menu .assortiment a:hover {
  color: #fff;
}

.logged-in .account-aanvragen-menu-item {
  display: none;
}

#mobile-menu {
  display: none;
}
#mobile-menu .menu-mobile-container,
#mobile-menu .menu-mobile-duits-container,
#mobile-menu .menu-mobile-engels-container {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: calc(-100% - 50px);
  right: 0;
  background-color: #eee;
  margin: 0;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  overflow-y: scroll;
  scrollbar-width: none;
  z-index: 999;
  transition: top 0.5s ease-in-out, right 0.5s ease-in-out;
  bottom: 0;
}
#mobile-menu .menu-mobile-container::-webkit-scrollbar,
#mobile-menu .menu-mobile-duits-container::-webkit-scrollbar,
#mobile-menu .menu-mobile-engels-container::-webkit-scrollbar {
  display: none;
}
#mobile-menu .menu-mobile-container .mobile-assortiment-button a,
#mobile-menu .menu-mobile-duits-container .mobile-assortiment-button a,
#mobile-menu .menu-mobile-engels-container .mobile-assortiment-button a {
  background: #F27B13;
  color: #fff !important;
}
#mobile-menu .menu-mobile-container .menu,
#mobile-menu .menu-mobile-duits-container .menu,
#mobile-menu .menu-mobile-engels-container .menu {
  list-style-type: none;
  padding: 0;
  margin: 0 0 50px 0;
}
#mobile-menu .menu-mobile-container .menu .wpml-ls-item a,
#mobile-menu .menu-mobile-duits-container .menu .wpml-ls-item a,
#mobile-menu .menu-mobile-engels-container .menu .wpml-ls-item a {
  margin: 12px 0;
}
#mobile-menu .menu-mobile-container .menu .menu-item-has-children,
#mobile-menu .menu-mobile-duits-container .menu .menu-item-has-children,
#mobile-menu .menu-mobile-engels-container .menu .menu-item-has-children {
  position: relative;
}
#mobile-menu .menu-mobile-container .menu .menu-item-has-children.active > a .submenu,
#mobile-menu .menu-mobile-duits-container .menu .menu-item-has-children.active > a .submenu,
#mobile-menu .menu-mobile-engels-container .menu .menu-item-has-children.active > a .submenu {
  background: #000;
}
#mobile-menu .menu-mobile-container .menu .menu-item-has-children.active > a .submenu::after,
#mobile-menu .menu-mobile-duits-container .menu .menu-item-has-children.active > a .submenu::after,
#mobile-menu .menu-mobile-engels-container .menu .menu-item-has-children.active > a .submenu::after {
  border-top: 6px solid #fff;
  transform: rotate(180deg);
}
#mobile-menu .menu-mobile-container .menu .menu-item-has-children > a .submenu,
#mobile-menu .menu-mobile-duits-container .menu .menu-item-has-children > a .submenu,
#mobile-menu .menu-mobile-engels-container .menu .menu-item-has-children > a .submenu {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  background: #F27B13;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mobile-menu .menu-mobile-container .menu .menu-item-has-children > a .submenu::after,
#mobile-menu .menu-mobile-duits-container .menu .menu-item-has-children > a .submenu::after,
#mobile-menu .menu-mobile-engels-container .menu .menu-item-has-children > a .submenu::after {
  content: "";
  transform: rotate(0deg);
  transition: transform 0.5s ease-in-out;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-radius: 3px;
}
#mobile-menu .menu-mobile-container .menu a,
#mobile-menu .menu-mobile-duits-container .menu a,
#mobile-menu .menu-mobile-engels-container .menu a {
  display: block;
  padding: 0 12px;
  line-height: 45px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
#mobile-menu .menu-mobile-container .menu a:hover,
#mobile-menu .menu-mobile-duits-container .menu a:hover,
#mobile-menu .menu-mobile-engels-container .menu a:hover {
  color: #eee;
  background: #F27B13;
}
#mobile-menu .menu-mobile-container .menu ul,
#mobile-menu .menu-mobile-duits-container .menu ul,
#mobile-menu .menu-mobile-engels-container .menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: none;
  background: rgba(0, 0, 0, 0.1);
}
#mobile-menu.active .menu-mobile-container,
#mobile-menu.active .menu-mobile-duits-container,
#mobile-menu.active .menu-mobile-engels-container {
  top: 64px;
}
#mobile-menu.active .menu-mobile-container.switch,
#mobile-menu.active .menu-mobile-duits-container.switch,
#mobile-menu.active .menu-mobile-engels-container.switch {
  right: 100%;
}
#mobile-menu.active #mobile-bar button {
  animation-name: menu-button;
  animation-duration: 0.2s;
  background: #F27B13;
}
#mobile-menu.active #mobile-bar button span:first-of-type {
  transform: rotate(45deg);
  top: 7.6px;
}
#mobile-menu.active #mobile-bar button span:nth-child(2) {
  width: 0;
}
#mobile-menu.active #mobile-bar button span:last-of-type {
  transform: rotate(-45deg);
  top: -7.6px;
}
#mobile-menu #mobile-bar {
  position: fixed;
  top: -50px;
  left: 0;
  padding: 12px;
  width: 100%;
  z-index: 999;
  background: #000;
  display: flex;
  justify-content: space-around;
  transition: top 0.5s ease-in-out;
}
#mobile-menu #mobile-bar button {
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  border-radius: 3px;
  border: 0;
  background: transparent;
  font-size: 0;
  cursor: pointer;
  transition: background 0.5s ease-in-out;
}
#mobile-menu #mobile-bar button span {
  transition: all 0.5s ease-in-out;
  position: relative;
  top: 0;
  width: 20px;
  display: block;
  height: 2px;
  background: #fff;
  margin: 3px auto;
}
#mobile-menu #mobile-bar .mobile-bar-image-container {
  margin-right: auto;
  width: 170px;
  margin-left: 12px;
}
#mobile-menu #mobile-bar .user-container {
  display: flex;
  width: 80px;
  justify-content: space-between;
  align-items: center;
}
#mobile-menu #mobile-bar .user-container .header-cart::after {
  content: unset;
}
#mobile-menu #mobile-bar .user-container path {
  fill: #fff;
}
#mobile-menu.scroll-down #mobile-bar {
  top: -50px;
}
#mobile-menu.scroll-down.active #mobile-bar {
  top: 0px;
}
#mobile-menu.scroll-up #mobile-bar {
  top: 0px;
}

@keyframes menu-button {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100px;
}
.quantity .minus-container,
.quantity .plus-container {
  position: absolute;
  background: #F27B13;
  border-radius: 9999px;
  width: 24px;
  height: 24px;
  top: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quantity .plus-container {
  right: 0;
}
.quantity .plus-container svg {
  width: 13px;
}
.quantity .minus-container {
  left: 0;
}
.quantity .minus,
.quantity .plus {
  background: none;
  border-radius: 9999px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  font-size: 0;
  z-index: 1;
}
.quantity .minus.laden,
.quantity .plus.laden {
  pointer-events: none;
}
.quantity .minus.laden:hover,
.quantity .plus.laden:hover {
  cursor: unset;
}
.quantity .minus:hover,
.quantity .plus:hover {
  cursor: pointer;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity input[type=number] {
  -moz-appearance: textfield;
  border: none;
  text-align: center;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}

.select-wrapper {
  position: relative;
}
.select-wrapper::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  right: 10px;
  top: 18px;
  pointer-events: none;
}
.select-wrapper #order_choice {
  width: 196px;
  border: none;
  background: #F27B13;
  border-radius: 4px;
  color: white;
}
.select-wrapper #order_choice:hover {
  cursor: pointer;
}

.price {
  font-weight: 500;
}
.price .square-meter {
  font-weight: 300;
  color: #8B8B8B;
}

div.woocommerce[class*=columns-] ul.products {
  margin-left: -12px;
  margin-right: -12px;
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
div.woocommerce[class*=columns-] ul.products li.product {
  box-sizing: border-box;
}

div.woocommerce[class*=columns-] ul.products {
  margin: 0;
}
div.woocommerce[class*=columns-] ul.products li.product .label-product {
  position: absolute;
  left: 12px;
  top: 0;
  background-color: #F27B13;
  color: #fff;
  margin: 0;
  border-radius: 5px 0px 5px 0px;
}
div.woocommerce[class*=columns-] ul.products li.product .label-product.new {
  background-color: #00A727;
  color: #fff;
}
div.woocommerce[class*=columns-] ul.products li.product .label-product p {
  margin: 0;
  padding: 6px 14px;
}
div.woocommerce[class*=columns-] ul.products li.product .button.product_type_simple {
  display: none;
}
div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link {
  display: block;
  position: relative;
  text-decoration: none;
  color: #000;
  display: flex;
  font-weight: 400;
}
div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .onsale {
  position: absolute;
  padding: 12px;
  background: #222;
  color: #fff;
  left: 0;
  top: 12px;
}
div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link img {
  width: 100%;
}
div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link h2 {
  margin: 24px 0 12px 0;
  font-size: 30px;
}
div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link span.price {
  margin: 12px 0 24px 0;
}

body.woocommerce-page.woocommerce-cart #page-container {
  padding-top: 61px;
}
@media (max-width: 992px) {
  body.woocommerce-page.woocommerce-cart #page-container {
    padding-top: 105px;
  }
}
@media (max-width: 768px) {
  body.woocommerce-page.woocommerce-cart #page-container {
    padding-top: 155px;
  }
}
body.woocommerce-page.woocommerce-cart #page-footer {
  display: none;
}
body.woocommerce-page.woocommerce-cart #mobile-menu {
  display: none;
}
body.woocommerce-page.woocommerce-cart .woocommerce {
  width: 100%;
}
body.woocommerce-page.woocommerce-cart .woocommerce .cart .col {
  width: 100%;
  padding-bottom: 36px;
  padding-left: calc(8.3333333333% + 24px);
}
body.woocommerce-page.woocommerce-cart .woocommerce .cart .thrash path {
  transition: fill ease 0.1s;
}
body.woocommerce-page.woocommerce-cart .woocommerce .cart .thrash:hover path {
  fill: #cc0000;
}
body.woocommerce-page.woocommerce-cart .woocommerce .shoe-icon {
  width: 32px;
}
body.woocommerce-page.woocommerce-cart .woocommerce .shoe-icon.voeringleer {
  width: 36px;
}
body.woocommerce-page.woocommerce-cart .woocommerce .shoe-icon path {
  fill: #000;
}
body.woocommerce-page.woocommerce-cart .woocommerce .eenheid-wrapper {
  background: #F27B13;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
}
body.woocommerce-page.woocommerce-cart .woocommerce .col-8 {
  padding-left: calc(8.3333333333% + 12px);
}
body.woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form {
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}
body.woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 12px;
}
body.woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form table thead {
  display: none;
}
body.woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form table tr:last-child {
  box-shadow: none;
}
body.woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form table tr {
  box-shadow: 0 0 1px 0;
  border-radius: 6px;
}
body.woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form table tr .actions {
  padding-left: 0;
}
body.woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form table tr td {
  padding: 12px;
}
body.woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form table tr td.product-price {
  display: none;
}
body.woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form table tr td img {
  width: 86px;
  height: 86px;
}
body.woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form table tr td.product-remove a {
  width: 20px;
  height: 20px;
  background: red;
  border-radius: 10px;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 20px;
}
body.woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form table tr td.product-remove a:hover {
  background: #cc0000;
}
body.woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form .product-thumbnail {
  padding: 18px 12px 8px 22px;
}
body.woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form .product-thumbnail img {
  border-radius: 6px;
}
body.woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form .product-name {
  width: 230px;
}
body.woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form .product-name-container {
  display: flex;
  flex-wrap: wrap;
}
body.woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form .product-name-container a {
  width: 100%;
  font-size: 24px;
  color: #000;
  padding-bottom: 12px;
}
body.woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form .product-name-container .product-attributes-cart {
  display: block;
  width: 100%;
  color: #707070;
  padding-right: 12px;
}
body.woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form .product-name-container .shoe-icon.afdekzolen-white {
  background: #5e5e5e;
  border-radius: 50%;
  padding: 0 3px;
}
body.woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form .select-wrapper {
  position: relative;
  width: 140px;
}
body.woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form .select-wrapper::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #8B8B8B;
  position: absolute;
  right: 10px;
  top: 18px;
}
body.woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form #order_choice {
  border: none;
  background: #EEEEEE;
  border-radius: 4px;
  color: #8B8B8B;
  width: 100%;
  font-size: 16px;
}
body.woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form #order_choice:hover {
  cursor: pointer;
}
body.woocommerce-page.woocommerce-cart .woocommerce .product-subtotal {
  position: relative;
}
body.woocommerce-page.woocommerce-cart .woocommerce .product-subtotal .product-subtotal-container {
  padding-top: 44px;
  text-align: end;
}
body.woocommerce-page.woocommerce-cart .woocommerce .product-subtotal .remove {
  position: absolute;
  top: 12px;
  right: 12px;
}
body.woocommerce-page.woocommerce-cart .woocommerce .product-subtotal .woocommerce-Price-amount {
  font-weight: 500;
}
body.woocommerce-page.woocommerce-cart .woocommerce .product-subtotal .square-meter {
  font-weight: 300;
  color: #8B8B8B;
}
body.woocommerce-page.woocommerce-cart .woocommerce .cart-collaterals {
  padding-top: 10px;
}
body.woocommerce-page.woocommerce-cart .woocommerce .cart-collaterals .shop_table {
  display: none;
}
body.woocommerce-page.woocommerce-cart .woocommerce .cart-collaterals .text-container {
  background: #EEEEEE;
  padding: 24px 30px;
  border-radius: 6px;
}
body.woocommerce-page.woocommerce-cart .woocommerce .cart-collaterals .text-wrapper {
  background: white;
  border-radius: 6px;
  padding: 18px 18px;
}
body.woocommerce-page.woocommerce-cart .woocommerce .cart-collaterals .text-wrapper p {
  margin: 0;
  margin-bottom: 0px;
  font-size: 14px;
  font-style: italic;
  line-height: 2.2;
}
body.woocommerce-page.woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout {
  display: flex;
}
body.woocommerce-page.woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout .btn-orange-border {
  width: 100%;
  text-align: center;
}
body.woocommerce-page.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  position: sticky;
  top: 24px;
}
body.woocommerce-page.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table_responsive {
  width: 100%;
  text-align: left;
}
body.woocommerce-page.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
  margin: 0 0 24px;
  display: none;
}
body.woocommerce-page.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button {
  margin-top: 24px;
}
body.woocommerce-page.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .quantity {
  max-width: 50px;
}
body.woocommerce-page.woocommerce-cart .woocommerce .cart-collaterals .phone-container {
  padding-top: 36px;
  padding-bottom: 36px;
}
body.woocommerce-page.woocommerce-cart .woocommerce-notices-wrapper {
  margin-right: auto;
  margin-left: calc(50% + 66px);
  transform: translateX(-50%);
  margin-top: 24px;
  width: 1188px;
}
body.woocommerce-page .cart-empty,
body.woocommerce-page .return-to-shop {
  text-align: center;
}
body.woocommerce-page .restore-item,
body.woocommerce-page .wc-backward {
  display: inline-block;
  padding: 0px 24px;
  text-decoration: none;
  line-height: 50px;
  border-radius: 25px;
  font-weight: normal;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  background: #000;
  color: #fff;
  background: #F27B13;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  transition: background ease 0.1s;
}
body.woocommerce-page .restore-item:hover,
body.woocommerce-page .wc-backward:hover {
  background: rgb(199.0361445783, 98.6746987952, 10.9638554217);
}

.woocommerce-notices-wrapper,
.woocommerce-form-coupon-toggle {
  flex: 0 0 100%;
}
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info {
  background: #eee;
  border: 1px solid #222;
  padding: 24px;
  margin-bottom: 24px;
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-form-coupon-toggle .woocommerce-message {
  background: #fff;
  border: none;
  border-radius: 6px;
  padding: 24px;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
  color: #000;
}
.woocommerce-notices-wrapper .woocommerce-message a,
.woocommerce-form-coupon-toggle .woocommerce-message a {
  background: #F27B13;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  transition: background ease 0.1s;
}
.woocommerce-notices-wrapper .woocommerce-message a:hover,
.woocommerce-form-coupon-toggle .woocommerce-message a:hover {
  background: rgb(199.0361445783, 98.6746987952, 10.9638554217);
  color: #fff;
}

body.woocommerce-page.woocommerce-checkout #page-container {
  padding-top: 61px;
}
@media (max-width: 992px) {
  body.woocommerce-page.woocommerce-checkout #page-container {
    padding-top: 105px;
  }
}
@media (max-width: 768px) {
  body.woocommerce-page.woocommerce-checkout #page-container {
    padding-top: 155px;
  }
}
body.woocommerce-page.woocommerce-checkout #page-footer {
  display: none;
}
body.woocommerce-page.woocommerce-checkout #mobile-menu {
  display: none;
}
body.woocommerce-page.woocommerce-checkout .woocommerce {
  margin-left: -12px;
  margin-right: -12px;
}
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout .checkout {
  padding-top: 48px;
}
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout .col-8 {
  padding-left: calc(8.3333333333% + 12px);
}
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout .col {
  width: 100%;
  padding-bottom: 36px;
  padding-left: calc(8.3333333333% + 24px);
}
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout h3 {
  margin: 0;
}
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout .col-1,
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout .col-2 {
  flex: 0 0 100%;
  padding: 0;
}
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review_heading {
  display: none;
}
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout .optional {
  color: #F27B13;
}
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout .order-review-container {
  background: #EEEEEE;
  border-radius: 6px;
  padding: 24px 18px;
}
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details {
  flex: 0 0 50%;
  padding-left: 12px;
  padding-right: 12px;
}
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields h3 {
  display: none;
}
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper,
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p,
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper p {
  flex: 0 0 100%;
  margin: 12px 0;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p input,
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper p input {
  width: 100%;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p .select2-selection,
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper p .select2-selection {
  display: flex;
  align-items: center;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  width: 100%;
}
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p .select2-selection .select2-selection__arrow,
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper p .select2-selection .select2-selection__arrow {
  top: 6px;
}
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_first_name_field, body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_last_name_field, body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_postcode_field, body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_city_field, body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_phone_field, body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_email_field, body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_address_1_field, body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_address_2_field, body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_country_field, body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#shipping_first_name_field, body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#shipping_last_name_field, body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#shipping_country_field, body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#shipping_address_1_field, body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#shipping_postcode_field, body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#shipping_city_field,
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper p#billing_first_name_field,
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper p#billing_last_name_field,
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper p#billing_postcode_field,
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper p#billing_city_field,
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper p#billing_phone_field,
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper p#billing_email_field,
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper p#billing_address_1_field,
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper p#billing_address_2_field,
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper p#billing_country_field,
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper p#shipping_first_name_field,
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper p#shipping_last_name_field,
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper p#shipping_country_field,
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper p#shipping_address_1_field,
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper p#shipping_postcode_field,
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper p#shipping_city_field {
  flex: 0 0 50%;
}
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_address_2_field, body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#shipping_address_2_field,
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper p#billing_address_2_field,
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper p#shipping_address_2_field {
  display: none !important;
}
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p .required,
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper p .required {
  visibility: hidden;
}
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details #ship-to-different-address {
  font-size: 20px;
}
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details #ship-to-different-address .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
}
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details #ship-to-different-address .woocommerce-form__label-for-checkbox #ship-to-different-address-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid black;
  padding: 0;
  margin-right: 12px;
  margin-left: 0;
}
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields textarea {
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review {
  flex: 0 0 50%;
  padding-left: 12px;
  padding-right: 12px;
}
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
  width: 100%;
  border-collapse: collapse;
}
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table thead {
  display: none;
}
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tr {
  border-bottom: 1px solid #D6D6D6;
}
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tr:last-child {
  border-bottom: none;
}
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td {
  padding-bottom: 12px;
  padding-top: 12px;
}
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .product-name .product-quantity {
  font-weight: 400;
}
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .product-total {
  text-align: end;
}
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .product-total .woocommerce-Price-amount {
  font-weight: 500;
}
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .product-total .square-meter {
  color: #8B8B8B;
}
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot {
  display: none;
}
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review #payment ul {
  padding: 0;
  list-style-type: none;
}
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review #payment ul li input[type=radio] {
  height: auto;
}
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review #payment ul li label {
  font-weight: bold;
}
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review #payment ul li .payment_box {
  background: #fff;
  padding: 12px 18px;
  border-radius: 6px;
  font-style: italic;
}
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review #payment ul li .payment_box p {
  margin-top: 0;
  line-height: 2.2;
  margin-bottom: 0;
  font-size: 14px;
}
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .btn-orange-border {
  width: 100%;
}
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout .place-order .woocommerce-terms-and-conditions-wrapper {
  display: none;
}
body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout .phone-container {
  padding-top: 36px;
  padding-bottom: 24px;
}

.header-cart {
  position: relative;
  font-size: 0;
  height: 40px;
  min-width: 40px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: background ease 0.1s;
}
.header-cart::after {
  content: "";
  background: #F27B13;
  left: 50%;
  top: 50%;
  width: 46px;
  height: 46px;
  position: absolute;
  z-index: 1;
  transform: translate(-50%, -50%);
  border-radius: 0px;
}
.header-cart:hover {
  color: #fff;
}
.header-cart:hover::after {
  background: rgb(199.0361445783, 98.6746987952, 10.9638554217);
}
.header-cart svg {
  z-index: 2;
  height: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.header-cart svg path {
  fill: #fff;
}
.header-cart span {
  z-index: 2;
  font-size: 12px;
  margin-right: 10px;
  position: absolute;
  top: 4px;
  right: -4px;
  color: #fff;
}
.header-cart span::after {
  content: "";
  background: #000;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: -1;
  transform: translate(-50%, -50%);
  border-radius: 99999px;
}
.header-cart span.new-item-added {
  color: #fff;
}
.header-cart span.new-item-added::after {
  background-color: #00A727;
}

body.woocommerce-order-received #page-header #header-custom .row {
  margin-left: 0;
  margin-right: 0;
}
body.woocommerce-order-received .woocommerce .woocommerce-order {
  display: flex;
  flex-wrap: wrap;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .button-wrapper {
  width: 100%;
  margin-top: 24px;
}
body.woocommerce-order-received .woocommerce .woocommerce-order > p {
  padding: 0 12px;
  flex: 0 0 100%;
}
body.woocommerce-order-received .woocommerce .woocommerce-order > p.woocommerce-notice {
  font-size: 60px;
  padding-left: 0;
  max-width: 600px;
  line-height: 1.4;
  margin-bottom: 24px;
}
body.woocommerce-order-received .woocommerce .woocommerce-order > p.thank-you-more-info {
  margin-top: -14px;
  padding-left: 0;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-overview {
  padding: 0;
  flex: 0 0 100%;
  list-style-type: none;
  margin: 0;
  margin-top: 28px;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details {
  padding: 0;
  margin-top: 28px;
  flex: 0 0 50%;
  max-width: 450px;
  box-sizing: border-box;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details table {
  width: 100%;
  text-align: left;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details table dl {
  gap: 12px;
  row-gap: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  border-bottom: 1px solid #bbbbbb;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details table dl dt {
  font-weight: bold;
  color: #636363;
  width: calc(30% - 12px);
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details table dl dd {
  font-weight: 400;
  margin: 0;
  color: #636363;
  width: calc(70% - 12px);
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-customer-details {
  padding: 0;
  margin-top: 28px;
  flex: 0 0 50%;
  box-sizing: border-box;
  max-width: 450px;
}
body.woocommerce-order-received .woocommerce .woocommerce-column--billing-address,
body.woocommerce-order-received .woocommerce .woocommerce-column--shipping-address {
  max-width: 100%;
  flex: 0 0 100%;
}
body.woocommerce-order-received .woocommerce .section-thank-you {
  position: relative;
  padding-bottom: 150px;
}
body.woocommerce-order-received .woocommerce .section-thank-you .container .container-image {
  position: relative;
  top: -72px;
  z-index: -1;
}
body.woocommerce-order-received .woocommerce .section-thank-you .container .container-image img {
  position: absolute;
  top: 0;
  height: 860px;
  animation-name: bounce-1;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
body.woocommerce-order-received .woocommerce .section-thank-you .container .container-image img.img-1 {
  right: 0px;
}
body.woocommerce-order-received .woocommerce .section-thank-you .container .container-image img.img-2 {
  right: 82px;
  animation-delay: 0.5s;
}
body.woocommerce-order-received .woocommerce .section-thank-you .container .container-image img.img-3 {
  right: 174px;
  animation-delay: 0.75s;
}
body.woocommerce-order-received .woocommerce .section-thank-you .container .container-image img.img-4 {
  right: 246px;
  animation-delay: 0.5s;
}
body.woocommerce-order-received .woocommerce .section-thank-you .container .container-image img.img-5 {
  right: 360px;
  animation-delay: 0.25s;
}
body.woocommerce-order-received .woocommerce .section-thank-you .bottom-background-image {
  position: absolute;
  bottom: -1450px;
  left: -90px;
  z-index: -2;
}
body.woocommerce-order-received .woocommerce .section-thank-you .bottom-background-image img {
  filter: drop-shadow(0px 0px 5px #222);
  width: 110%;
  max-width: 110%;
}

body.post-type-archive-product #page-container,
body.woocommerce-page.tax-product_cat #page-container,
body.prdctfltr-shop #page-container {
  overflow: unset;
}
body.post-type-archive-product .archive-product .col-9,
body.woocommerce-page.tax-product_cat .archive-product .col-9,
body.prdctfltr-shop .archive-product .col-9 {
  padding: 0;
}
body.post-type-archive-product .archive-product .col-3 .search-field-mobile,
body.woocommerce-page.tax-product_cat .archive-product .col-3 .search-field-mobile,
body.prdctfltr-shop .archive-product .col-3 .search-field-mobile {
  display: none;
}
body.post-type-archive-product .archive-product .col-3 .side-filters,
body.woocommerce-page.tax-product_cat .archive-product .col-3 .side-filters,
body.prdctfltr-shop .archive-product .col-3 .side-filters {
  background-color: #fff;
  padding: 24px;
  border-radius: 5px;
}
body.post-type-archive-product .archive-product .col-3 #show-filters,
body.woocommerce-page.tax-product_cat .archive-product .col-3 #show-filters,
body.prdctfltr-shop .archive-product .col-3 #show-filters {
  display: none;
}
body.post-type-archive-product .archive-product .col-3 #show-filters span,
body.woocommerce-page.tax-product_cat .archive-product .col-3 #show-filters span,
body.prdctfltr-shop .archive-product .col-3 #show-filters span {
  background-color: #000;
  color: #fff;
}
body.post-type-archive-product .archive-product .col-3 #show-filters span::after,
body.woocommerce-page.tax-product_cat .archive-product .col-3 #show-filters span::after,
body.prdctfltr-shop .archive-product .col-3 #show-filters span::after {
  background-image: url("data:image/svg+xml,%3Csvg id='Laag_1' data-name='Laag 1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; stroke-width: 0px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M12.6,12l-4.6-4.6,1.4-1.4,6,6-6,6-1.4-1.4,4.6-4.6Z'/%3E%3C/svg%3E");
}
body.post-type-archive-product .archive-product .woocommerce-notices-wrapper,
body.woocommerce-page.tax-product_cat .archive-product .woocommerce-notices-wrapper,
body.prdctfltr-shop .archive-product .woocommerce-notices-wrapper {
  display: none;
}
body.post-type-archive-product .archive-product .product-overzicht-switch.snellijst .snellijst-switch,
body.woocommerce-page.tax-product_cat .archive-product .product-overzicht-switch.snellijst .snellijst-switch,
body.prdctfltr-shop .archive-product .product-overzicht-switch.snellijst .snellijst-switch {
  display: none;
}
body.post-type-archive-product .archive-product .product-overzicht-switch .snellijst-switch,
body.woocommerce-page.tax-product_cat .archive-product .product-overzicht-switch .snellijst-switch,
body.prdctfltr-shop .archive-product .product-overzicht-switch .snellijst-switch {
  display: flex;
  align-items: center;
}
body.post-type-archive-product .archive-product .product-overzicht-switch .snellijst-switch svg,
body.woocommerce-page.tax-product_cat .archive-product .product-overzicht-switch .snellijst-switch svg,
body.prdctfltr-shop .archive-product .product-overzicht-switch .snellijst-switch svg {
  margin-left: 12px;
}
body.post-type-archive-product .archive-product .product-overzicht-switch.productoverzicht .productoverzicht-switch,
body.woocommerce-page.tax-product_cat .archive-product .product-overzicht-switch.productoverzicht .productoverzicht-switch,
body.prdctfltr-shop .archive-product .product-overzicht-switch.productoverzicht .productoverzicht-switch {
  display: none;
}
body.post-type-archive-product .archive-product .product-overzicht-switch .productoverzicht-switch,
body.woocommerce-page.tax-product_cat .archive-product .product-overzicht-switch .productoverzicht-switch,
body.prdctfltr-shop .archive-product .product-overzicht-switch .productoverzicht-switch {
  display: flex;
  align-items: center;
}
body.post-type-archive-product .archive-product .product-overzicht-switch .productoverzicht-switch svg,
body.woocommerce-page.tax-product_cat .archive-product .product-overzicht-switch .productoverzicht-switch svg,
body.prdctfltr-shop .archive-product .product-overzicht-switch .productoverzicht-switch svg {
  margin-left: 12px;
}
body.post-type-archive-product .archive-product .product-overzicht-switch .productoverzicht-switch svg rect,
body.woocommerce-page.tax-product_cat .archive-product .product-overzicht-switch .productoverzicht-switch svg rect,
body.prdctfltr-shop .archive-product .product-overzicht-switch .productoverzicht-switch svg rect {
  fill: #fff;
}
body.post-type-archive-product .archive-product .image-overlay,
body.woocommerce-page.tax-product_cat .archive-product .image-overlay,
body.prdctfltr-shop .archive-product .image-overlay {
  position: fixed;
  left: -8px;
  top: 118px;
  width: calc(100vw + 8px);
  height: 50vh;
  z-index: -1;
}
body.post-type-archive-product .archive-product .image-overlay img,
body.woocommerce-page.tax-product_cat .archive-product .image-overlay img,
body.prdctfltr-shop .archive-product .image-overlay img {
  max-width: none;
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
}
body.post-type-archive-product .archive-product .col-3 .prdctfltr_woocommerce,
body.woocommerce-page.tax-product_cat .archive-product .col-3 .prdctfltr_woocommerce,
body.prdctfltr-shop .archive-product .col-3 .prdctfltr_woocommerce {
  top: 140px;
  position: sticky;
  position: -webkit-sticky;
}
body.post-type-archive-product .archive-product .col-3 .h5,
body.woocommerce-page.tax-product_cat .archive-product .col-3 .h5,
body.prdctfltr-shop .archive-product .col-3 .h5 {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 26px;
}
body.post-type-archive-product .archive-product .image-container-big,
body.woocommerce-page.tax-product_cat .archive-product .image-container-big,
body.prdctfltr-shop .archive-product .image-container-big {
  transition: all 0.25s ease-in;
  position: fixed;
  width: 100vw;
  left: 0;
  z-index: -2;
  opacity: 0;
  height: 50vh;
  top: 118px;
  overflow: hidden;
}
body.post-type-archive-product .archive-product .image-container-big.active,
body.woocommerce-page.tax-product_cat .archive-product .image-container-big.active,
body.prdctfltr-shop .archive-product .image-container-big.active {
  opacity: 1;
}
body.post-type-archive-product .archive-product .products,
body.woocommerce-page.tax-product_cat .archive-product .products,
body.prdctfltr-shop .archive-product .products {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0 -12px;
}
body.post-type-archive-product .archive-product .product,
body.woocommerce-page.tax-product_cat .archive-product .product,
body.prdctfltr-shop .archive-product .product {
  position: relative;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  margin-bottom: 24px;
}
body.post-type-archive-product .archive-product .product h5,
body.woocommerce-page.tax-product_cat .archive-product .product h5,
body.prdctfltr-shop .archive-product .product h5 {
  font-size: 18px;
}
body.post-type-archive-product .archive-product .product .image-container,
body.woocommerce-page.tax-product_cat .archive-product .product .image-container,
body.prdctfltr-shop .archive-product .product .image-container {
  border-radius: 4px;
  z-index: -1;
}
body.post-type-archive-product .archive-product .product .image-container::before,
body.woocommerce-page.tax-product_cat .archive-product .product .image-container::before,
body.prdctfltr-shop .archive-product .product .image-container::before {
  padding-top: 100%;
}
body.post-type-archive-product .archive-product .product-wrapper,
body.woocommerce-page.tax-product_cat .archive-product .product-wrapper,
body.prdctfltr-shop .archive-product .product-wrapper {
  padding: 0 12px;
}
body.post-type-archive-product .archive-product .content-container,
body.woocommerce-page.tax-product_cat .archive-product .content-container,
body.prdctfltr-shop .archive-product .content-container {
  display: flex;
  flex-wrap: wrap;
  color: white;
  justify-content: space-between;
  position: absolute;
  bottom: 12px;
  left: 24px;
  width: 70%;
}
body.post-type-archive-product .archive-product .content-container h5,
body.woocommerce-page.tax-product_cat .archive-product .content-container h5,
body.prdctfltr-shop .archive-product .content-container h5 {
  flex: 0 0 100%;
  color: #fff;
  padding-bottom: 12px;
}
body.post-type-archive-product .archive-product .content-container .shoe-icon,
body.woocommerce-page.tax-product_cat .archive-product .content-container .shoe-icon,
body.prdctfltr-shop .archive-product .content-container .shoe-icon {
  width: 32px;
}
body.post-type-archive-product .archive-product .content-container .shoe-icon.voeringleer,
body.woocommerce-page.tax-product_cat .archive-product .content-container .shoe-icon.voeringleer,
body.prdctfltr-shop .archive-product .content-container .shoe-icon.voeringleer {
  width: 36px;
}
body.post-type-archive-product .archive-product .product-button,
body.woocommerce-page.tax-product_cat .archive-product .product-button,
body.prdctfltr-shop .archive-product .product-button {
  position: absolute;
  right: -6px;
  bottom: -6px;
  width: 43px;
  height: 43px;
  background: white;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  z-index: 1;
  transition: all ease 0.25s;
}
body.post-type-archive-product .archive-product .product-button:hover,
body.woocommerce-page.tax-product_cat .archive-product .product-button:hover,
body.prdctfltr-shop .archive-product .product-button:hover {
  transform: translateY(-0.15em);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}
body.post-type-archive-product .archive-product .filter-container,
body.woocommerce-page.tax-product_cat .archive-product .filter-container,
body.prdctfltr-shop .archive-product .filter-container {
  padding: 0 12px;
  margin-bottom: 12px;
}
body.post-type-archive-product .archive-product .filter-container .berocket_single_filter_widget,
body.woocommerce-page.tax-product_cat .archive-product .filter-container .berocket_single_filter_widget,
body.prdctfltr-shop .archive-product .filter-container .berocket_single_filter_widget {
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  background: none;
}
body.post-type-archive-product .archive-product .filter-container .woocommerce-ordering .orderby,
body.woocommerce-page.tax-product_cat .archive-product .filter-container .woocommerce-ordering .orderby,
body.prdctfltr-shop .archive-product .filter-container .woocommerce-ordering .orderby {
  line-height: 39px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%235f6368'%3E%3Cpath d='M480-360 280-560h400L480-360Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  background-color: #fff;
}
body.post-type-archive-product .archive-product .product-archive-text-blocks,
body.woocommerce-page.tax-product_cat .archive-product .product-archive-text-blocks,
body.prdctfltr-shop .archive-product .product-archive-text-blocks {
  background-color: #fff;
  border-radius: 5px;
}
body.post-type-archive-product .archive-product .product-archive-text-blocks .row:not(:first-of-type),
body.woocommerce-page.tax-product_cat .archive-product .product-archive-text-blocks .row:not(:first-of-type),
body.prdctfltr-shop .archive-product .product-archive-text-blocks .row:not(:first-of-type) {
  padding-top: 72px;
  padding-bottom: 72px;
}
body.post-type-archive-product .archive-product .product-archive-text-blocks .row:first-of-type,
body.woocommerce-page.tax-product_cat .archive-product .product-archive-text-blocks .row:first-of-type,
body.prdctfltr-shop .archive-product .product-archive-text-blocks .row:first-of-type {
  padding-bottom: 72px;
}
body.post-type-archive-product .archive-product .product-archive-text-blocks .row:last-of-type,
body.woocommerce-page.tax-product_cat .archive-product .product-archive-text-blocks .row:last-of-type,
body.prdctfltr-shop .archive-product .product-archive-text-blocks .row:last-of-type {
  padding-bottom: 0;
}
body.post-type-archive-product .archive-product .product-archive-text-blocks .row.text-image,
body.woocommerce-page.tax-product_cat .archive-product .product-archive-text-blocks .row.text-image,
body.prdctfltr-shop .archive-product .product-archive-text-blocks .row.text-image {
  margin: 0;
}
body.post-type-archive-product .archive-product .product-archive-text-blocks .row.text-image.switch-enabled,
body.woocommerce-page.tax-product_cat .archive-product .product-archive-text-blocks .row.text-image.switch-enabled,
body.prdctfltr-shop .archive-product .product-archive-text-blocks .row.text-image.switch-enabled {
  flex-direction: row-reverse;
}
body.post-type-archive-product .archive-product .product-archive-text-blocks .row.text-image.switch-enabled .col-6:last-of-type .image-container,
body.woocommerce-page.tax-product_cat .archive-product .product-archive-text-blocks .row.text-image.switch-enabled .col-6:last-of-type .image-container,
body.prdctfltr-shop .archive-product .product-archive-text-blocks .row.text-image.switch-enabled .col-6:last-of-type .image-container {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 60px;
}
body.post-type-archive-product .archive-product .product-archive-text-blocks .row.text-image .col-6,
body.woocommerce-page.tax-product_cat .archive-product .product-archive-text-blocks .row.text-image .col-6,
body.prdctfltr-shop .archive-product .product-archive-text-blocks .row.text-image .col-6 {
  padding: 0;
}
body.post-type-archive-product .archive-product .product-archive-text-blocks .row.text-image .col-6:first-of-type,
body.woocommerce-page.tax-product_cat .archive-product .product-archive-text-blocks .row.text-image .col-6:first-of-type,
body.prdctfltr-shop .archive-product .product-archive-text-blocks .row.text-image .col-6:first-of-type {
  background-color: #757575;
  padding: 40px 48px;
}
body.post-type-archive-product .archive-product .product-archive-text-blocks .row.text-image .col-6:last-of-type .image-container,
body.woocommerce-page.tax-product_cat .archive-product .product-archive-text-blocks .row.text-image .col-6:last-of-type .image-container,
body.prdctfltr-shop .archive-product .product-archive-text-blocks .row.text-image .col-6:last-of-type .image-container {
  height: 100%;
  border-bottom-right-radius: 60px;
}
body.post-type-archive-product .archive-product .product-archive-slider,
body.woocommerce-page.tax-product_cat .archive-product .product-archive-slider,
body.prdctfltr-shop .archive-product .product-archive-slider {
  width: 100%;
  background-color: #fff;
}
body.post-type-archive-product .archive-product .archive-usps,
body.woocommerce-page.tax-product_cat .archive-product .archive-usps,
body.prdctfltr-shop .archive-product .archive-usps {
  width: 100%;
  margin-bottom: 24px;
  background-color: white;
  margin-left: 12px;
  margin-right: 12px;
  border-radius: 5px;
  padding: 12px;
}
body.post-type-archive-product .archive-product .archive-usps ul,
body.woocommerce-page.tax-product_cat .archive-product .archive-usps ul,
body.prdctfltr-shop .archive-product .archive-usps ul {
  display: flex;
  justify-content: space-around;
  padding-left: 0;
  list-style-type: none;
  flex-wrap: wrap;
}
body.post-type-archive-product .archive-product .archive-usps ul li,
body.woocommerce-page.tax-product_cat .archive-product .archive-usps ul li,
body.prdctfltr-shop .archive-product .archive-usps ul li {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
body.post-type-archive-product .archive-product .archive-usps ul li svg,
body.woocommerce-page.tax-product_cat .archive-product .archive-usps ul li svg,
body.prdctfltr-shop .archive-product .archive-usps ul li svg {
  padding-right: 12px;
}
body.post-type-archive-product .archive-product .button-container .btn-orange-border,
body.woocommerce-page.tax-product_cat .archive-product .button-container .btn-orange-border,
body.prdctfltr-shop .archive-product .button-container .btn-orange-border {
  background: #F27B13;
  color: white;
  padding: 0 24px;
}
body.post-type-archive-product .archive-product .button-container .btn-orange-border:hover,
body.woocommerce-page.tax-product_cat .archive-product .button-container .btn-orange-border:hover,
body.prdctfltr-shop .archive-product .button-container .btn-orange-border:hover {
  background: rgb(199.0361445783, 98.6746987952, 10.9638554217);
  color: #fff;
}
body.post-type-archive-product .archive-product .filter-container .sq-ordering .label-order-by,
body.woocommerce-page.tax-product_cat .archive-product .filter-container .sq-ordering .label-order-by,
body.prdctfltr-shop .archive-product .filter-container .sq-ordering .label-order-by {
  color: #fff;
}
body.post-type-archive-product .archive-product .price,
body.post-type-archive-product .archive-product .add_to_cart_button,
body.post-type-archive-product .archive-product .woocommerce-loop-product__title,
body.post-type-archive-product .archive-product .woocommerce-search-bar,
body.post-type-archive-product .archive-product .amount-container,
body.post-type-archive-product .archive-product .not-logged-in,
body.woocommerce-page.tax-product_cat .archive-product .price,
body.woocommerce-page.tax-product_cat .archive-product .add_to_cart_button,
body.woocommerce-page.tax-product_cat .archive-product .woocommerce-loop-product__title,
body.woocommerce-page.tax-product_cat .archive-product .woocommerce-search-bar,
body.woocommerce-page.tax-product_cat .archive-product .amount-container,
body.woocommerce-page.tax-product_cat .archive-product .not-logged-in,
body.prdctfltr-shop .archive-product .price,
body.prdctfltr-shop .archive-product .add_to_cart_button,
body.prdctfltr-shop .archive-product .woocommerce-loop-product__title,
body.prdctfltr-shop .archive-product .woocommerce-search-bar,
body.prdctfltr-shop .archive-product .amount-container,
body.prdctfltr-shop .archive-product .not-logged-in {
  display: none;
}
body.post-type-archive-product .archive-product .woocommerce-result-count,
body.woocommerce-page.tax-product_cat .archive-product .woocommerce-result-count,
body.prdctfltr-shop .archive-product .woocommerce-result-count {
  display: none !important;
}

body.woocommerce-page .single-product-top,
#cover_soles_product_page .single-product-top {
  position: relative;
  padding: 0;
}
body.woocommerce-page .single-product-top .container-fluid,
#cover_soles_product_page .single-product-top .container-fluid {
  padding: 0;
  position: relative;
  z-index: 20;
}
body.woocommerce-page .single-product-top .image-container,
#cover_soles_product_page .single-product-top .image-container {
  width: 110%;
  left: -5%;
}
body.woocommerce-page .single-product-top .image-container::before,
#cover_soles_product_page .single-product-top .image-container::before {
  padding-top: 25%;
}
body.woocommerce-page .single-product-top .image-container img:nth-child(2),
#cover_soles_product_page .single-product-top .image-container img:nth-child(2) {
  object-position: bottom;
}
body.woocommerce-page .single-product-top .content,
#cover_soles_product_page .single-product-top .content {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
body.woocommerce-page .single-product-top .content .container,
#cover_soles_product_page .single-product-top .content .container {
  flex: 1;
  display: flex;
  position: relative;
  top: 36px;
}
body.woocommerce-page .single-product-top .content .container h1,
body.woocommerce-page .single-product-top .content .container h4,
#cover_soles_product_page .single-product-top .content .container h1,
#cover_soles_product_page .single-product-top .content .container h4 {
  color: #fff;
}
body.woocommerce-page .single-product-top .content .col-12,
#cover_soles_product_page .single-product-top .content .col-12 {
  z-index: 20;
  position: relative;
}
body.woocommerce-page .single-product-top .content .woocommerce-breadcrumb,
#cover_soles_product_page .single-product-top .content .woocommerce-breadcrumb {
  color: #fff;
}
body.woocommerce-page .single-product-top .content .woocommerce-breadcrumb a,
#cover_soles_product_page .single-product-top .content .woocommerce-breadcrumb a {
  color: #fff;
  text-transform: uppercase;
  padding-right: 12px;
  transition: color 0.1s ease;
}
body.woocommerce-page .single-product-top .content .woocommerce-breadcrumb a:hover,
#cover_soles_product_page .single-product-top .content .woocommerce-breadcrumb a:hover {
  color: #F27B13;
}
body.woocommerce-page .single-product-top .content .woocommerce-breadcrumb span:nth-child(n+2),
#cover_soles_product_page .single-product-top .content .woocommerce-breadcrumb span:nth-child(n+2) {
  padding: 0 6px;
}
body.woocommerce-page .single-product-center,
#cover_soles_product_page .single-product-center {
  padding-top: 0;
  position: relative;
  z-index: 21;
}
body.woocommerce-page .single-product-center #addedToCartText,
#cover_soles_product_page .single-product-center #addedToCartText {
  display: block;
  width: -webkit-fill-available;
  position: relative;
  z-index: 9;
  background-color: #1a942b;
  padding: 12px;
  border-radius: 4px;
  color: #FFF;
  top: -48px;
  right: 0;
}
body.woocommerce-page .single-product-center .back-to-shop,
#cover_soles_product_page .single-product-center .back-to-shop {
  display: flex;
  align-items: center;
}
body.woocommerce-page .single-product-center .product-attributes tbody,
#cover_soles_product_page .single-product-center .product-attributes tbody {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
body.woocommerce-page .single-product-center .product-attributes tr,
#cover_soles_product_page .single-product-center .product-attributes tr {
  flex: 0 0 50%;
  height: 30px;
}
body.woocommerce-page .single-product-center .product-attributes th,
#cover_soles_product_page .single-product-center .product-attributes th {
  width: 140px;
  text-align: start;
  font-weight: 300;
  color: #7B7B7B;
}
body.woocommerce-page .single-product-center .product-attributes a,
#cover_soles_product_page .single-product-center .product-attributes a {
  color: #000;
  font-weight: 500;
  transition: color 0.1s ease;
}
body.woocommerce-page .single-product-center .product-attributes a:hover,
#cover_soles_product_page .single-product-center .product-attributes a:hover {
  color: #F27B13;
}
body.woocommerce-page .single-product-center .product-attributes p,
#cover_soles_product_page .single-product-center .product-attributes p {
  font-weight: 500;
  margin: 0;
}
body.woocommerce-page .single-product-center .syntec-bi-use-info h3,
#cover_soles_product_page .single-product-center .syntec-bi-use-info h3 {
  margin-top: 24px;
  font-size: 18px;
  color: #7B7B7B;
}
body.woocommerce-page .single-product-center .syntec-bi-use-info p,
#cover_soles_product_page .single-product-center .syntec-bi-use-info p {
  margin: 0;
  font-size: 16px;
  color: #7B7B7B;
}
body.woocommerce-page .single-product-center .has_cover_soles_div,
#cover_soles_product_page .single-product-center .has_cover_soles_div {
  margin-top: 24px;
}
body.woocommerce-page .single-product-center .content-container,
#cover_soles_product_page .single-product-center .content-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
body.woocommerce-page .single-product-center .content-container .season-container p,
#cover_soles_product_page .single-product-center .content-container .season-container p {
  background: #00A727;
  color: white;
  border-top-left-radius: 12px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 6px;
  padding: 5px 12px;
}
body.woocommerce-page .single-product-center .content-container p,
body.woocommerce-page .single-product-center .content-container .usp-container,
#cover_soles_product_page .single-product-center .content-container p,
#cover_soles_product_page .single-product-center .content-container .usp-container {
  flex: calc(50% - 24px);
}
body.woocommerce-page .single-product-center .content-container ul,
#cover_soles_product_page .single-product-center .content-container ul {
  list-style-type: none;
  padding: 0;
}
body.woocommerce-page .single-product-center .content-container ul li,
#cover_soles_product_page .single-product-center .content-container ul li {
  display: flex;
}
body.woocommerce-page .single-product-center .content-container ul p,
#cover_soles_product_page .single-product-center .content-container ul p {
  margin: 0;
  flex: 1;
}
body.woocommerce-page .single-product-center .content-container ul svg,
#cover_soles_product_page .single-product-center .content-container ul svg {
  padding-right: 12px;
  padding-top: 9px;
}
body.woocommerce-page .single-product-center .view-other-colors,
#cover_soles_product_page .single-product-center .view-other-colors {
  margin-top: 6px;
}
body.woocommerce-page .single-product-center .view-other-colors a,
#cover_soles_product_page .single-product-center .view-other-colors a {
  font-size: 14px;
}
body.woocommerce-page .single-product-center .cart,
#cover_soles_product_page .single-product-center .cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.woocommerce-page .single-product-center .cart .select-wrapper,
#cover_soles_product_page .single-product-center .cart .select-wrapper {
  position: relative;
  width: 196px;
}
body.woocommerce-page .single-product-center .cart .select-wrapper::after,
#cover_soles_product_page .single-product-center .cart .select-wrapper::after {
  display: none;
}
body.woocommerce-page .single-product-center .cart #eenheid,
#cover_soles_product_page .single-product-center .cart #eenheid {
  width: 100%;
  border: none;
  background: #F27B13;
  border-radius: 4px;
  color: white;
  -webkit-appearance: button;
}
body.woocommerce-page .single-product-center .cart #eenheid:hover,
#cover_soles_product_page .single-product-center .cart #eenheid:hover {
  cursor: pointer;
}
body.woocommerce-page .single-product-center .cart .price,
#cover_soles_product_page .single-product-center .cart .price {
  font-weight: 500;
}
body.woocommerce-page .single-product-center .cart .price .square-meter,
#cover_soles_product_page .single-product-center .cart .price .square-meter {
  font-weight: 300;
  color: #8B8B8B;
}
body.woocommerce-page .single-product-center .cart .btn-orange-border svg,
#cover_soles_product_page .single-product-center .cart .btn-orange-border svg {
  width: 20px;
  margin-bottom: -4px;
  padding-left: 12px;
}
body.woocommerce-page .single-product-center .cart .btn-orange-border path,
#cover_soles_product_page .single-product-center .cart .btn-orange-border path {
  fill: #fff;
}
body.woocommerce-page .single-product-center .show-more-arrow,
#cover_soles_product_page .single-product-center .show-more-arrow {
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}
body.woocommerce-page .single-product-center .show-more-arrow span,
#cover_soles_product_page .single-product-center .show-more-arrow span {
  font-size: 36px;
  animation-name: bounce;
  animation-timing-function: linear;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
body.woocommerce-page .section-product-slider,
#cover_soles_product_page .section-product-slider {
  scroll-margin-top: 85px;
}
body.woocommerce-page .myImg,
#cover_soles_product_page .myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
body.woocommerce-page .single-product-top .container-fluid:hover,
#cover_soles_product_page .single-product-top .container-fluid:hover {
  cursor: zoom-in;
}
body.woocommerce-page .single-product-top .container-fluid:hover .myImg,
#cover_soles_product_page .single-product-top .container-fluid:hover .myImg {
  opacity: 0.7;
}
body.woocommerce-page,
#cover_soles_product_page {
  /* The Modal (background) */
}
body.woocommerce-page .modal,
#cover_soles_product_page .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}
body.woocommerce-page,
#cover_soles_product_page {
  /* Modal Content (image) */
}
body.woocommerce-page .modal-content,
#cover_soles_product_page .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 1320px;
}
body.woocommerce-page,
#cover_soles_product_page {
  /* Caption of Modal Image */
}
body.woocommerce-page #caption,
#cover_soles_product_page #caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
body.woocommerce-page,
#cover_soles_product_page {
  /* Add Animation */
}
body.woocommerce-page .modal-content,
body.woocommerce-page #caption,
#cover_soles_product_page .modal-content,
#cover_soles_product_page #caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
body.woocommerce-page,
#cover_soles_product_page {
  /* The Close Button */
}
body.woocommerce-page .close,
#cover_soles_product_page .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
body.woocommerce-page .close:hover,
body.woocommerce-page .close:focus,
#cover_soles_product_page .close:hover,
#cover_soles_product_page .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
body.woocommerce-page,
#cover_soles_product_page {
  /* 100% Image Width on Smaller Screens */
}
@media only screen and (max-width: 700px) {
  body.woocommerce-page .modal-content,
  #cover_soles_product_page .modal-content {
    width: 100%;
  }
}

body.post-type-archive-product .archive-product.snellijst .woocommerce.columns-4,
body.woocommerce-page.tax-product_cat .archive-product.snellijst .woocommerce.columns-4 {
  padding: 0 12px;
}
body.post-type-archive-product .archive-product.snellijst .default-image,
body.post-type-archive-product .archive-product.snellijst .image-overlay,
body.woocommerce-page.tax-product_cat .archive-product.snellijst .default-image,
body.woocommerce-page.tax-product_cat .archive-product.snellijst .image-overlay {
  display: none;
}
body.post-type-archive-product .archive-product.snellijst .products,
body.woocommerce-page.tax-product_cat .archive-product.snellijst .products {
  margin: 0;
  padding: 0;
}
body.post-type-archive-product .archive-product.snellijst .products .product,
body.woocommerce-page.tax-product_cat .archive-product.snellijst .products .product {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 0 12px;
  margin-bottom: 24px;
  position: relative;
}
body.post-type-archive-product .archive-product.snellijst .products .product.label-product-style,
body.woocommerce-page.tax-product_cat .archive-product.snellijst .products .product.label-product-style {
  margin-top: 36px;
}
body.post-type-archive-product .archive-product.snellijst .products .product.label-product-style .label-product,
body.woocommerce-page.tax-product_cat .archive-product.snellijst .products .product.label-product-style .label-product {
  left: 0;
  top: -41px;
  border-radius: 5px 5px 0px 0px;
}
body.post-type-archive-product .archive-product.snellijst .products .product a:nth-child(1),
body.woocommerce-page.tax-product_cat .archive-product.snellijst .products .product a:nth-child(1) {
  position: relative !important;
}
body.post-type-archive-product .archive-product.snellijst .products .product .woocommerce-LoopProduct-link,
body.woocommerce-page.tax-product_cat .archive-product.snellijst .products .product .woocommerce-LoopProduct-link {
  pointer-events: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
body.post-type-archive-product .archive-product.snellijst .products .product .link-container,
body.woocommerce-page.tax-product_cat .archive-product.snellijst .products .product .link-container {
  display: flex;
  flex-direction: unset;
  align-items: center;
  flex-wrap: wrap;
  flex: 0 0 50%;
  justify-content: space-between;
}
body.post-type-archive-product .archive-product.snellijst .products .product .link-container .image-container,
body.woocommerce-page.tax-product_cat .archive-product.snellijst .products .product .link-container .image-container {
  width: 26px;
  height: 26px;
  order: -1;
}
body.post-type-archive-product .archive-product.snellijst .products .product .link-container a,
body.woocommerce-page.tax-product_cat .archive-product.snellijst .products .product .link-container a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
body.post-type-archive-product .archive-product.snellijst .products .product .image-container-big,
body.woocommerce-page.tax-product_cat .archive-product.snellijst .products .product .image-container-big {
  display: none;
}
body.post-type-archive-product .archive-product.snellijst .products .product .content-container,
body.woocommerce-page.tax-product_cat .archive-product.snellijst .products .product .content-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #000;
  position: unset;
  padding-left: 12px;
  align-items: center;
  width: 90%;
}
body.post-type-archive-product .archive-product.snellijst .products .product .content-container h5,
body.woocommerce-page.tax-product_cat .archive-product.snellijst .products .product .content-container h5 {
  color: #000;
  flex: unset;
  padding: 0;
  font-size: 16px;
  flex: 3;
}
body.post-type-archive-product .archive-product.snellijst .products .product .content-container span,
body.woocommerce-page.tax-product_cat .archive-product.snellijst .products .product .content-container span {
  flex: 1;
  white-space: nowrap;
  padding-right: 6px;
}
body.post-type-archive-product .archive-product.snellijst .products .product .content-container .shoe-icon,
body.woocommerce-page.tax-product_cat .archive-product.snellijst .products .product .content-container .shoe-icon {
  max-width: 32px;
}
body.post-type-archive-product .archive-product.snellijst .products .product .content-container .shoe-icon.voeringleer,
body.woocommerce-page.tax-product_cat .archive-product.snellijst .products .product .content-container .shoe-icon.voeringleer {
  width: 36px;
}
body.post-type-archive-product .archive-product.snellijst .products .product .content-container path,
body.woocommerce-page.tax-product_cat .archive-product.snellijst .products .product .content-container path {
  fill: #000;
}
body.post-type-archive-product .archive-product.snellijst .products .product .price-container,
body.woocommerce-page.tax-product_cat .archive-product.snellijst .products .product .price-container {
  flex: 0 0 20%;
  display: flex;
  justify-content: center;
  white-space: nowrap;
}
body.post-type-archive-product .archive-product.snellijst .products .product .price-container .debtor-specific-price,
body.woocommerce-page.tax-product_cat .archive-product.snellijst .products .product .price-container .debtor-specific-price {
  display: block;
}
body.post-type-archive-product .archive-product.snellijst .products .product .not-logged-in,
body.woocommerce-page.tax-product_cat .archive-product.snellijst .products .product .not-logged-in {
  display: flex;
  flex: 0 0 50%;
}
body.post-type-archive-product .archive-product.snellijst .products .product .amount-container,
body.woocommerce-page.tax-product_cat .archive-product.snellijst .products .product .amount-container {
  display: flex;
  flex: 0 0 50%;
  justify-content: space-between;
  align-items: center;
}
body.post-type-archive-product .archive-product.snellijst .products .product .amount-container .select-wrapper,
body.woocommerce-page.tax-product_cat .archive-product.snellijst .products .product .amount-container .select-wrapper {
  padding-right: 24px;
}
body.post-type-archive-product .archive-product.snellijst .products .product .amount-container .select-wrapper::after,
body.woocommerce-page.tax-product_cat .archive-product.snellijst .products .product .amount-container .select-wrapper::after {
  right: 32px;
  z-index: 1;
}
body.post-type-archive-product .archive-product.snellijst .products .product .amount-container .select-wrapper #order_choice,
body.woocommerce-page.tax-product_cat .archive-product.snellijst .products .product .amount-container .select-wrapper #order_choice {
  width: 116px;
}
body.post-type-archive-product .archive-product.snellijst .products .product .product-button,
body.woocommerce-page.tax-product_cat .archive-product.snellijst .products .product .product-button {
  display: none;
}

.woocommerce-order-overview__total {
  display: none;
}

body.woocommerce-account.woocommerce-lost-password .woocommerce .woocommerce-notices-wrapper {
  margin-bottom: 24px;
  border-radius: 4px;
  max-width: 1320px;
  margin: auto;
  padding-left: 12px;
  padding-right: 12px;
}
body.woocommerce-account.woocommerce-lost-password .woocommerce .woocommerce-notices-wrapper ul {
  background-color: #F27B13;
  list-style-type: none;
  padding-top: 24px;
  padding-bottom: 24px;
  border: 1px solid #000;
}
body.woocommerce-account.woocommerce-lost-password .woocommerce .woocommerce-notices-wrapper ul li {
  color: #000;
  font-weight: 500;
}
body.woocommerce-account.woocommerce-lost-password .woocommerce .container {
  flex-direction: column;
  max-width: 636px;
  background-color: #EEEEEE;
  border-radius: 4px;
  padding: 20px 25px;
}
body.woocommerce-account.woocommerce-lost-password .woocommerce .container label {
  color: #000;
  font-weight: 500;
}
body.woocommerce-account.woocommerce-lost-password .woocommerce .container input {
  display: block;
  width: 50%;
  border-radius: 4px;
  border-color: #757575;
}
body.woocommerce-account .woocommerce .container {
  margin-top: 105px;
  margin-bottom: 105px;
}
body.woocommerce-account .woocommerce .container .row .col-12 {
  display: flex;
}
body.woocommerce-account .woocommerce .container .row .col-12 a {
  color: #000;
  font-weight: bold;
}
body.woocommerce-account .woocommerce .container.register-login {
  flex-direction: column;
}
body.woocommerce-account .woocommerce .container.register-login .woocommerce-notices-wrapper {
  margin-bottom: 24px;
  border-radius: 4px;
}
body.woocommerce-account .woocommerce .container.register-login .woocommerce-notices-wrapper ul {
  list-style-type: none;
}
body.woocommerce-account .woocommerce .container.register-login .woocommerce-notices-wrapper ul li {
  color: #000;
  font-weight: 500;
}
body.woocommerce-account .woocommerce .container.register-login #customer_login {
  display: flex;
}
body.woocommerce-account .woocommerce .container.register-login #customer_login .col-6 {
  background-color: #EEEEEE;
  border-radius: 4px;
  padding: 20px 25px;
}
body.woocommerce-account .woocommerce .container.register-login #customer_login .col-6 label {
  color: #000;
  font-weight: 500;
}
body.woocommerce-account .woocommerce .container.register-login #customer_login .col-6 form .woocommerce-form-row input {
  display: block;
  width: 50%;
  border-radius: 4px;
  border-color: #757575;
}
body.woocommerce-account .woocommerce .container.register-login #customer_login .col-6 form .form-row .woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
}
body.woocommerce-account .woocommerce .container.register-login #customer_login .col-6 form .form-row .woocommerce-form-login__rememberme input {
  margin-right: 12px;
}
body.woocommerce-account .woocommerce .container.register-login #customer_login .col-6 form .form-row .woocommerce-form-login__submit {
  margin-top: 12px;
}
body.woocommerce-account .woocommerce .container.register-login #customer_login .col-6 form .woocommerce-LostPassword a {
  font-weight: 500;
}
body.woocommerce-account .woocommerce .container.register-login #customer_login .col-6 form .woocommerce-privacy-policy-text a {
  font-weight: 500;
}
body.woocommerce-account .woocommerce .container.register-login #customer_login .col-6:first-of-type {
  margin-right: 12px;
}
body.woocommerce-account .woocommerce .container.register-login #customer_login .col-6:last-of-type {
  margin-left: 12px;
}
body.woocommerce-account .woocommerce .container.register-login #customer_login .col-6 {
  flex: calc(50% - 12px);
  max-width: calc(50% - 12px);
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-navigation {
  flex: 0 0 33.33%;
  box-sizing: border-box;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-navigation ul li:first-of-type a {
  border-radius: 4px 0px 0px 0px;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-navigation ul li:last-of-type a {
  border-radius: 0px 0px 0px 4px;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-navigation ul li a {
  background-color: #EEEEEE;
  display: flex;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #F27B13;
  color: #000;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content {
  flex: 0 0 66.66%;
  padding-left: 12px;
  padding-right: 12px;
  background-color: rgb(225.25, 225.25, 225.25);
  border-radius: 0px 4px 4px 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #000;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .woocommerce-Addresses {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
  background-color: #fff;
  flex: calc(50% - 12px);
  max-width: calc(50% - 12px);
  padding: 12px;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address {
  line-height: 24px;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .woocommerce-order-details {
  padding-top: 45px;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-order-details__title {
  margin-bottom: 12px;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table {
  background-color: #fff;
  padding: 24px;
  margin-top: 12px;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tr td {
  padding-left: 15px;
  padding-right: 15px;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .woocommerce-customer-details {
  padding: 0;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns .woocommerce-column {
  flex: 0 0 50%;
  max-width: 50%;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns .woocommerce-column address {
  line-height: 24px;
  background-color: #fff;
  padding: 24px;
  margin-top: 12px;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .woocommerce-MyAccount-orders {
  width: 100%;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr > td {
  padding-bottom: 1em;
  padding-left: 6px;
  padding-right: 6px;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr td {
  text-align: center;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .acf-form .acf-field {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 0;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .ew-reorder table {
  margin-top: 24px;
  width: 100%;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .ew-reorder table tbody tr > td {
  padding-bottom: 1em;
  padding-left: 6px;
  padding-right: 6px;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .ew-reorder table tbody tr th.mobile-head {
  display: none;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .ew-reorder table tbody tr td.img {
  text-align: center;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .ew-reorder table tbody tr td.img img {
  width: 100%;
  max-width: 70px;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .ew-reorder table tbody tr td.eenheid {
  width: 85px;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .ew-reorder table tbody tr td.eenheid select {
  width: 100%;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .ew-reorder table tbody tr td.count {
  text-align: center;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .ew-reorder table tbody tr td.name {
  text-align: center;
  max-width: 200px;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .ew-reorder table tbody tr td.sku {
  text-align: center;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .ew-reorder table tbody tr td.add-to-cart {
  display: flex;
  gap: 12px;
  align-items: flex-end;
  height: 71px;
  padding: 0;
  align-items: center;
  padding-bottom: 1.3em;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .ew-reorder table tbody tr td.add-to-cart .ew_add_to_cart {
  font-size: 14px;
  width: max-content;
  font-weight: 600;
  display: flex;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .ew-reorder table tbody tr td.add-to-cart .order-quantity {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .ew-reorder table tbody tr td.add-to-cart .order-quantity .product-amount_button {
  height: 28px;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background-color: #000;
  color: #fff;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .ew-reorder table tbody tr td.add-to-cart .order-quantity .product-amount_button:hover {
  cursor: pointer;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .ew-reorder table tbody tr td.add-to-cart .order-quantity input {
  line-height: 28px;
  height: 28px;
  width: 28px;
  border: unset;
  text-align: center;
  padding-left: 2px;
  font-size: 14px;
  background-color: #fff;
  color: #000;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .ew-reorder table tbody tr td.add-to-cart .order-quantity {
  /* Chrome, Safari, Edge, Opera */
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .ew-reorder table tbody tr td.add-to-cart .order-quantity input::-webkit-outer-spin-button,
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .ew-reorder table tbody tr td.add-to-cart .order-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .ew-reorder table tbody tr td.add-to-cart .order-quantity {
  /* Firefox */
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .ew-reorder table tbody tr td.add-to-cart .order-quantity input[type=number] {
  -moz-appearance: textfield;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .ew-reorder table tbody tr td.not-for-sale {
  text-align: center;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content input {
  border: none;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content fieldset {
  margin-bottom: 24px;
  margin-top: 24px;
  border: 1px solid #000;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .woocommerce-form-row input {
  display: block;
  width: 50%;
  border-color: #757575;
  border-radius: 4px;
  color: #000;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .woocommerce-Address {
  flex: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .woocommerce-Address .title h3 {
  margin-bottom: 12px;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content p {
  margin-top: 0;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content p,
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content div {
  color: #000;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .button {
  background-color: #000;
  color: #fff;
  height: 50px;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .button:hover {
  color: #F27B13;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content a.button {
  background-color: #000;
  color: #fff;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content a.button:hover {
  color: #F27B13;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content a:hover {
  color: #000;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .password-input {
  display: flex;
  gap: 12px;
  align-items: center;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .password-input .show-password-input {
  width: 40px;
  height: 40px;
  position: relative;
  border: 0px;
  box-shadow: 0 0 4px 0 #9d9d9d;
  border-radius: 4px;
  background-color: #FFF;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .password-input .show-password-input:after {
  font-family: "dashicons";
  content: "\f177";
  position: absolute;
  top: 0px;
  left: 2px;
  display: block;
  font-size: 36px;
}
body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .password-input .show-password-input:hover {
  background-color: #F27B13;
  cursor: pointer;
}

@media (max-width: 1400px) {
  body.woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form .product-name {
    width: 210px;
  }
  body.woocommerce-page.woocommerce-cart .woocommerce-notices-wrapper {
    margin-left: calc(50% + 59px);
    width: 1023px;
  }
  body.woocommerce-page .single-product-center .cart #eenheid {
    width: 130px;
  }
  body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns {
    background-color: unset;
  }
  body.woocommerce-account.woocommerce-lost-password .woocommerce .woocommerce-notices-wrapper {
    max-width: 1140px;
  }
}
@media (max-width: 1200px) {
  body.woocommerce-page.woocommerce-cart .woocommerce .cart .col {
    padding-left: 24px;
  }
  body.woocommerce-page.woocommerce-cart .woocommerce .col-8 {
    padding-left: 12px;
  }
  body.woocommerce-page.woocommerce-cart .woocommerce-notices-wrapper {
    margin-left: calc(50% + 12px);
    width: 936px;
  }
  body.woocommerce-page .single-product-center .cart .select-wrapper {
    flex: 0 0 45%;
  }
  body.woocommerce-page .single-product-center .cart .quantity,
  body.woocommerce-page .single-product-center .cart .debtor-specific-price,
  body.woocommerce-page .single-product-center .cart .btn-orange-border {
    flex: 0 0 50%;
    margin-bottom: 12px;
  }
  body.post-type-archive-product .archive-product.snellijst ul.products.columns-3 li.product .content-container span,
  body.woocommerce-page.tax-product_cat .archive-product.snellijst ul.products.columns-3 li.product .content-container span {
    white-space: nowrap;
    padding-right: 6px;
  }
  body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout .col {
    padding-left: 24px;
  }
  body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout .order-review-container {
    padding: 12px 16px;
  }
  body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout .col-8 {
    padding-left: 12px;
  }
  body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-navigation,
  body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content {
    flex: 100%;
  }
  body.woocommerce-account .woocommerce .container .row .col-12 {
    flex-wrap: wrap;
  }
  body.woocommerce-account.woocommerce-lost-password .woocommerce .woocommerce-notices-wrapper {
    max-width: 960px;
  }
}
@media (max-width: 992px) {
  .woocommerce-cart .woocommerce .cart-collaterals,
  .woocommerce-cart .woocommerce .woocommerce-cart-form {
    flex: 0 0 50%;
  }
  body.woocommerce-page.woocommerce-cart .woocommerce .cart .col {
    padding-left: 12px;
  }
  body.woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form {
    padding: 0;
  }
  body.woocommerce-page.woocommerce-cart .woocommerce .col-8,
  body.woocommerce-page.woocommerce-cart .woocommerce .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.woocommerce-page.woocommerce-cart .woocommerce-notices-wrapper {
    padding-left: 12px;
    padding-right: 12px;
    transform: unset;
    width: 100%;
  }
  body.post-type-archive-product .archive-product .berocket_single_filter_widget h3,
  body.woocommerce-page.tax-product_cat .archive-product .berocket_single_filter_widget h3 {
    font-size: 16px;
  }
  body.post-type-archive-product .archive-product .col-3,
  body.woocommerce-page.tax-product_cat .archive-product .col-3 {
    max-width: 30%;
    flex: 0 0 30%;
  }
  body.post-type-archive-product .archive-product .col-9,
  body.woocommerce-page.tax-product_cat .archive-product .col-9 {
    max-width: 70%;
    flex: 0 0 70%;
  }
  body.post-type-archive-product .archive-product .product-overzicht-switch .snellijst-switch,
  body.woocommerce-page.tax-product_cat .archive-product .product-overzicht-switch .snellijst-switch {
    justify-content: center;
  }
  body.post-type-archive-product .archive-product .product-overzicht-switch .snellijst-switch svg,
  body.woocommerce-page.tax-product_cat .archive-product .product-overzicht-switch .snellijst-switch svg {
    margin-left: 0;
  }
  body.post-type-archive-product .archive-product .product-overzicht-switch .productoverzicht-switch,
  body.woocommerce-page.tax-product_cat .archive-product .product-overzicht-switch .productoverzicht-switch {
    justify-content: center;
  }
  body.post-type-archive-product .archive-product .product-overzicht-switch .productoverzicht-switch svg,
  body.woocommerce-page.tax-product_cat .archive-product .product-overzicht-switch .productoverzicht-switch svg {
    margin-left: 0;
  }
  body.post-type-archive-product .archive-product ul.products.columns-3 li.product,
  body.woocommerce-page.tax-product_cat .archive-product ul.products.columns-3 li.product {
    position: relative;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  body.post-type-archive-product .archive-product .filter-container .button-container #bestellijst-switch svg,
  body.woocommerce-page.tax-product_cat .archive-product .filter-container .button-container #bestellijst-switch svg {
    padding: 0;
  }
  body.woocommerce-page .single-product-center .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.woocommerce-page .single-product-center .col:nth-child(1) {
    padding-bottom: 36px;
  }
  body.woocommerce-page .single-product-center .cart .select-wrapper,
  body.woocommerce-page .single-product-center .cart .quantity,
  body.woocommerce-page .single-product-center .cart .debtor-specific-price,
  body.woocommerce-page .single-product-center .cart .btn-orange-border {
    margin: 0;
  }
  body.woocommerce-page .single-product-center .cart .quantity {
    flex: 0 0 20%;
  }
  body.woocommerce-page .single-product-center .cart .select-wrapper {
    flex: 0 0 20%;
  }
  body.woocommerce-page .single-product-center .cart .debtor-specific-price {
    flex: 0 0 25%;
  }
  body.woocommerce-page .single-product-center .cart .btn-orange-border {
    flex: 0 0 30%;
  }
  body.woocommerce-page .single-product-center .cart .debtor-specific-price {
    text-align: center;
  }
  body.post-type-archive-product .archive-product.snellijst ul.products.columns-3 li.product,
  body.woocommerce-page.tax-product_cat .archive-product.snellijst ul.products.columns-3 li.product {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 12px;
  }
  body.post-type-archive-product .archive-product.snellijst ul.products.columns-3 li.product .link-container,
  body.woocommerce-page.tax-product_cat .archive-product.snellijst ul.products.columns-3 li.product .link-container {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.post-type-archive-product .archive-product.snellijst ul.products.columns-3 li.product .amount-container,
  body.post-type-archive-product .archive-product.snellijst ul.products.columns-3 li.product .not-logged-in,
  body.woocommerce-page.tax-product_cat .archive-product.snellijst ul.products.columns-3 li.product .amount-container,
  body.woocommerce-page.tax-product_cat .archive-product.snellijst ul.products.columns-3 li.product .not-logged-in {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.post-type-archive-product .archive-product.snellijst ul.products.columns-3 li.product .price-container,
  body.woocommerce-page.tax-product_cat .archive-product.snellijst ul.products.columns-3 li.product .price-container {
    justify-content: start;
  }
  body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout .col {
    padding-left: 12px;
  }
  body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout .col-8,
  body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details {
    padding: 0;
  }
  body.woocommerce-account.woocommerce-lost-password .woocommerce .woocommerce-notices-wrapper {
    max-width: 720px;
  }
  body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .ew-reorder table thead tr th:nth-child(1) {
    display: none;
  }
  body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .ew-reorder table tbody tr td.img {
    display: none;
  }
  body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .ew-reorder table tbody tr td.name {
    max-width: 100%;
  }
  body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .ew-reorder table tbody tr td.add-to-cart {
    align-items: center;
  }
  body.woocommerce-account .woocommerce .container.register-login #customer_login .col-6 form .woocommerce-form-row input {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body.post-type-archive-product .archive-product .col-3,
  body.woocommerce-page.tax-product_cat .archive-product .col-3 {
    max-width: 100%;
    flex: 0 0 100%;
    padding-bottom: 24px;
  }
  body.post-type-archive-product .archive-product .col-3 .side-filters,
  body.woocommerce-page.tax-product_cat .archive-product .col-3 .side-filters {
    display: none;
    padding: 0;
  }
  body.post-type-archive-product .archive-product .col-3 .search-field-mobile,
  body.woocommerce-page.tax-product_cat .archive-product .col-3 .search-field-mobile {
    display: block;
  }
  body.post-type-archive-product .archive-product .col-3 #show-filters,
  body.woocommerce-page.tax-product_cat .archive-product .col-3 #show-filters {
    display: flex;
  }
  body.post-type-archive-product .archive-product .col-3 #show-filters .button,
  body.woocommerce-page.tax-product_cat .archive-product .col-3 #show-filters .button {
    width: 100%;
    text-align: center;
    max-height: 34px;
    line-height: 34px;
  }
  body.post-type-archive-product .archive-product .col-9,
  body.woocommerce-page.tax-product_cat .archive-product .col-9 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  body.post-type-archive-product .archive-product .image-container-big,
  body.woocommerce-page.tax-product_cat .archive-product .image-container-big {
    display: none;
  }
  body.post-type-archive-product .archive-product .image-overlay,
  body.woocommerce-page.tax-product_cat .archive-product .image-overlay {
    top: 64px;
  }
  body.post-type-archive-product .archive-product .product-archive-text-blocks .row:first-of-type,
  body.woocommerce-page.tax-product_cat .archive-product .product-archive-text-blocks .row:first-of-type {
    padding-bottom: 36px;
  }
  body.post-type-archive-product .archive-product .product-archive-text-blocks .row:not(:first-of-type),
  body.woocommerce-page.tax-product_cat .archive-product .product-archive-text-blocks .row:not(:first-of-type) {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  body.post-type-archive-product .archive-product .col-3,
  body.woocommerce-page.tax-product_cat .archive-product .col-3 {
    position: unset;
  }
  body.post-type-archive-product .archive-product .col-3 .h5,
  body.woocommerce-page.tax-product_cat .archive-product .col-3 .h5 {
    margin-top: 18px;
    margin-bottom: -22px;
  }
  body.post-type-archive-product .archive-product .woocommerce-filter,
  body.woocommerce-page.tax-product_cat .archive-product .woocommerce-filter {
    display: none;
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 65px;
    left: 0;
    background: white;
    overflow-y: scroll;
    bottom: 0;
    padding: 0 12px;
    padding-top: 48px;
  }
  body.post-type-archive-product .archive-product .woocommerce-filter .close-mobile-filter,
  body.woocommerce-page.tax-product_cat .archive-product .woocommerce-filter .close-mobile-filter {
    z-index: 99999;
    display: block;
  }
  body.woocommerce-page #page-container {
    padding-top: 64px;
  }
  body.woocommerce-page .single-product-top .image-container {
    min-height: 235px;
  }
  body.woocommerce-page .single-product-center .cart .select-wrapper {
    flex: 0 0 45%;
  }
  body.woocommerce-page .single-product-center .cart .quantity,
  body.woocommerce-page .single-product-center .cart .debtor-specific-price,
  body.woocommerce-page .single-product-center .cart .btn-orange-border {
    flex: 0 0 50%;
    margin-bottom: 12px;
  }
  body.woocommerce-page .single-product-center .cart .debtor-specific-price {
    text-align: start;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details,
  .woocommerce-checkout .woocommerce .woocommerce-checkout #order_review {
    flex: 0 0 100%;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_first_name_field,
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_last_name_field,
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_postcode_field,
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_city_field,
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_phone_field,
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_email_field,
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_address_1_field,
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_address_2_field {
    flex: 0 0 100%;
    padding-top: 0;
  }
  .woocommerce-cart .woocommerce .cart-collaterals,
  .woocommerce-cart .woocommerce .woocommerce-cart-form {
    flex: 0 0 100%;
  }
  body.woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form .product-thumbnail {
    padding: 0 12px;
    width: 30px;
    height: 30px;
  }
  body.woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form .product-name {
    width: unset;
  }
  body.woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form .product-name .product-name-container a {
    font-size: 16px;
    font-weight: 500;
  }
  body.woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form table tr td img {
    height: 30px;
  }
  body.woocommerce-account.woocommerce-lost-password .woocommerce .container {
    max-width: 100%;
    margin-left: 12px;
    margin-right: 12px;
  }
  body.woocommerce-account .woocommerce .container {
    flex-wrap: wrap;
    margin-top: 32px;
    margin-bottom: 80px;
  }
  body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .woocommerce-form-row input {
    width: 100%;
  }
  body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .ew-reorder table {
    width: 100%;
  }
  body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .ew-reorder table thead {
    display: none;
  }
  body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .ew-reorder table tbody tr > td {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .ew-reorder table tbody tr {
    display: flex;
    flex-direction: column;
  }
  body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .ew-reorder table tbody tr:not(:last-of-type) {
    border-bottom: 1px solid #000;
  }
  body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .ew-reorder table tbody tr:not(:first-of-type) {
    margin-top: 12px;
  }
  body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .ew-reorder table tbody tr th.mobile-head {
    display: table-cell;
  }
  body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .ew-reorder table tbody tr td.img {
    display: table-cell;
    max-width: 70px;
    align-self: center;
  }
  body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .ew-reorder table tbody tr td.eenheid {
    width: 100%;
  }
  body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .ew-reorder table tbody tr td.eenheid select {
    min-width: 90px;
  }
  body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .ew-reorder table tbody tr td.add-to-cart {
    padding-bottom: 70px;
  }
  body.woocommerce-account .woocommerce .container.register-login #customer_login {
    flex-wrap: wrap;
  }
  body.woocommerce-account .woocommerce .container.register-login #customer_login .col-6 {
    flex: 100%;
    max-width: 100%;
  }
  body.woocommerce-account .woocommerce .container.register-login #customer_login .col-6:first-of-type {
    margin-right: 0;
    margin-bottom: 24px;
  }
  body.woocommerce-account .woocommerce .container.register-login #customer_login .col-6:last-of-type {
    margin-left: 0;
  }
  body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-navigation ul li:first-of-type a {
    border-radius: 4px 4px 0px 0px;
  }
  body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-navigation ul li:last-of-type a {
    border-radius: 0;
  }
  body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content {
    border-radius: 0px 0px 4px 4px;
    padding: 24px;
  }
  body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-navigation,
  body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content {
    flex: 100%;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  body.post-type-archive-product .archive-product ul.products.columns-3 li.product,
  body.woocommerce-page.tax-product_cat .archive-product ul.products.columns-3 li.product {
    position: relative;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  body.woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form .product-thumbnail {
    padding: 0 12px;
    width: 30px;
    height: 30px;
  }
  body.woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form .product-name {
    flex: 0 0 70%;
    display: flex;
    text-align: end;
    justify-content: end;
  }
  body.woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form .product-name-container {
    justify-content: end;
  }
  body.woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form .product-quantity {
    flex: 0 0 40%;
  }
  body.woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form .product-quantity .quantity {
    width: 80px;
  }
  body.woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form .product-subtotal {
    flex: 0 0 40%;
  }
  body.woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form .product-subtotal .product-subtotal-container {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-top: 0;
  }
  body.woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form .product-subtotal .remove {
    order: 1;
    padding-left: 6px;
    display: flex;
    align-items: center;
    position: unset;
  }
  body.woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form tbody {
    display: flex;
    flex-wrap: wrap;
  }
  body.woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form table tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 12px;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
  }
  body.woocommerce-page.woocommerce-cart .woocommerce .woocommerce-cart-form table td img {
    height: 30px;
  }
  body.woocommerce-page .single-product-center .product-attributes tr {
    flex: 0 0 100%;
  }
  body.woocommerce-page .single-product-center .content-container p,
  body.woocommerce-page .single-product-center .content-container .usp-container {
    flex: 0 0 100%;
  }
  body.woocommerce-page .single-product-center .cart .select-wrapper {
    flex: 0 0 40%;
  }
  body.woocommerce-page .single-product-center .cart .quantity {
    flex: 0 0 30%;
  }
  body.woocommerce-page .single-product-center .cart .debtor-specific-price {
    flex: 0 0 20%;
  }
  body.woocommerce-page .single-product-center .cart .btn-orange-border {
    flex: 100%;
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body.post-type-archive-product .archive-product.snellijst ul.products.columns-3 li.product .amount-container .select-wrapper,
  body.woocommerce-page.tax-product_cat .archive-product.snellijst ul.products.columns-3 li.product .amount-container .select-wrapper {
    padding: 0;
  }
  body.post-type-archive-product .archive-product.snellijst ul.products.columns-3 li.product .amount-container .select-wrapper::after,
  body.woocommerce-page.tax-product_cat .archive-product.snellijst ul.products.columns-3 li.product .amount-container .select-wrapper::after {
    right: 6px;
  }
  body.post-type-archive-product .archive-product.snellijst ul.products.columns-3 li.product .amount-container #order_choice,
  body.woocommerce-page.tax-product_cat .archive-product.snellijst ul.products.columns-3 li.product .amount-container #order_choice {
    width: 80px;
  }
  body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout .col-8,
  body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout .col-4 {
    padding: 24px;
  }
  body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout .col {
    padding-left: 24px;
  }
  body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_first_name_field, body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_last_name_field, body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_postcode_field, body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_city_field, body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_phone_field, body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_email_field, body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_address_1_field, body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_address_2_field, body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_country_field, body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#shipping_first_name_field, body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#shipping_last_name_field, body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#shipping_country_field, body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#shipping_address_1_field, body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#shipping_postcode_field, body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#shipping_city_field,
  body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper p#billing_first_name_field,
  body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper p#billing_last_name_field,
  body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper p#billing_postcode_field,
  body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper p#billing_city_field,
  body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper p#billing_phone_field,
  body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper p#billing_email_field,
  body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper p#billing_address_1_field,
  body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper p#billing_address_2_field,
  body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper p#billing_country_field,
  body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper p#shipping_first_name_field,
  body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper p#shipping_last_name_field,
  body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper p#shipping_country_field,
  body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper p#shipping_address_1_field,
  body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper p#shipping_postcode_field,
  body.woocommerce-page.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper p#shipping_city_field {
    flex: 0 0 100%;
  }
  body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
    flex: 100%;
    max-width: 100%;
  }
  body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .woocommerce-order-details table {
    width: 100%;
  }
  body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .woocommerce-order-details table thead {
    display: none;
  }
  body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .woocommerce-order-details table tbody tr > td {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .woocommerce-order-details table tbody tr {
    display: flex;
    flex-direction: column;
  }
  body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .woocommerce-order-details table tbody tr:not(:last-of-type) {
    border-bottom: 1px solid #000;
  }
  body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .woocommerce-order-details table tbody tr:not(:first-of-type) {
    margin-top: 12px;
  }
  body.woocommerce-account .woocommerce .container .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns .woocommerce-column {
    flex: 100%;
    max-width: 100%;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

* {
  -webkit-appearance: none;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}
body.loading {
  overflow: hidden;
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-thumb {
  background: #F27B13;
}
body::-webkit-scrollbar-track {
  background: #dfdfdf;
}
body::selection {
  color: #fff;
  background: #F27B13;
}

.bapf_loader_page .bapf_lcontainer {
  width: 55px;
  height: 55px;
  animation: spinning-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
.bapf_loader_page .bapf_lcontainer:nth-child(1) {
  animation-delay: -0.45s;
}
.bapf_loader_page .bapf_lcontainer:nth-child(2) {
  animation-delay: -0.3s;
}
.bapf_loader_page .bapf_lcontainer:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes spinning-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#page-container {
  padding-top: 118px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#page-container #page-main {
  flex: 1;
  overflow: hidden;
}

.page-id-1126 #page-container,
.page-id-1123 #page-container,
.tax-product_cat #page-container {
  overflow: visible;
}

.floating_button {
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 9999;
}

.video-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16/8.9;
  background: #000;
  display: flex;
  align-items: center;
}
.video-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.video-container svg {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.container,
.container-xxl {
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  max-width: 1320px;
}

.container-xl {
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  max-width: 1140px;
}

.container-lg {
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  max-width: 960px;
}

.container-md {
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  max-width: 720px;
}

.container-sm {
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  max-width: 540px;
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  max-width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

section {
  padding-top: 72px;
  padding-bottom: 72px;
}

.container .row .col,
[class*=col-],
div.woocommerce[class*=columns-] ul.products li.product {
  padding-left: 12px;
  padding-right: 12px;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3,
div.woocommerce[class*=columns-] ul.products.columns-4 li.product {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4,
div.woocommerce[class*=columns-] ul.products.columns-3 li.product {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-2-4 {
  flex: 0 0 20%;
  max-width: 20%;
}

.relative {
  position: relative;
}

.justify-content-between .row {
  justify-content: space-between;
}

.justify-content-start .row {
  justify-content: flex-start;
}

.justify-content-end .row {
  justify-content: flex-end;
}

.align-items-top .row {
  align-items: flex-start;
}

.align-items-center .row {
  align-items: center;
}

.align-items-bottom .row {
  align-items: flex-end;
}

.align-text-left .row {
  text-align: left;
}

.align-text-center .row {
  text-align: center;
}

.align-text-right .row {
  text-align: right;
}

body #page-container #page-main section.m-0 {
  margin: 0;
}

body #page-container #page-main section.mt-0 {
  margin-top: 0;
}

body #page-container #page-main section.mb-0 {
  margin-bottom: 0;
}

body #page-container #page-main section.p-0 {
  padding: 0;
}

body #page-container #page-main section.pt-0 {
  padding-top: 0;
}

body #page-container #page-main section.pb-0 {
  padding-bottom: 0;
}

#page-header {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 99;
}
#page-header.fixed {
  position: fixed;
}
#page-header img {
  display: block;
}
#page-header .sq_search_filter .prdctfltr_filter {
  padding: 0;
}
#page-header .sq_search_filter .pf_search {
  height: 34px;
}
#page-header #header-top {
  background: #000;
}
#page-header #header-top .container .row {
  justify-content: flex-end;
  min-height: 73px;
  position: relative;
}
#page-header #header-top .container .row .col:first-of-type {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
#page-header #header-top .container .row .col .hide-menu-item {
  display: none;
}
#page-header #header-top .row {
  padding: 12px 0;
}
#page-header #header-top .berocket_single_filter_widget {
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  background: none;
}
#page-header #header-center {
  background: #555;
  padding-top: 12px;
  padding-bottom: 12px;
}
#page-header #header-bottom {
  background: #fff;
}
#page-header #header-bottom .row {
  position: relative;
}
#page-header #header-bottom .container {
  background-color: #fff;
}
#page-header #header-bottom .col:last-child {
  box-shadow: -5px 5px 5px -5px rgba(0, 0, 0, 0.3), 5px 5px 5px -5px rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: calc(-50vh - 70px);
  background: white;
  max-height: 50vh;
  width: 100%;
  overflow-x: auto;
  margin: 0 12px;
  transition: top 0.5s ease;
  z-index: -5;
  padding: 0;
}
#page-header #header-bottom .col:last-child.active {
  top: 46px;
}
#page-header #header-bottom .col:last-child::-webkit-scrollbar {
  height: 4px;
  /* height of horizontal scrollbar ← You're missing this */
  width: 8px;
  /* width of vertical scrollbar */
  border: 1px solid #d5d5d5;
}
#page-header #header-bottom .col:last-child::-webkit-scrollbar-track {
  border-radius: 0;
  background: #eeeeee;
}
#page-header #header-bottom .col:last-child::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #000;
}
#page-header #header-custom {
  background-color: black;
}
#page-header #header-custom .row {
  background: black;
  margin-left: calc(8.3333333333% + 12px);
}
#page-header #header-custom .usp-container ul {
  display: flex;
  color: white;
  list-style-type: none;
  padding: 0;
}
#page-header #header-custom .usp-container ul li {
  padding-right: 24px;
  position: relative;
  letter-spacing: 0.5px;
}
#page-header #header-custom .usp-container ul li::after {
  content: "";
  background: #F27B13;
  width: 21px;
  height: 21px;
  left: -6px;
  top: 2px;
  position: absolute;
  border-radius: 9999px;
}
#page-header #header-custom .usp-container ul svg {
  padding-right: 12px;
  width: 9px;
  position: relative;
  z-index: 1;
}
#page-header #header-custom .usp-container ul svg path {
  fill: #fff;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  max-width: 1320px;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error {
  margin-left: calc(8.3333333333% + 12px);
  background-color: rgba(255, 0, 0, 0.3098039216);
  padding-top: 6px;
  padding-bottom: 5px;
  margin-bottom: 0.5em;
}

#page-main .woocommerce .woocommerce-message,
#page-main .woocommerce .woocommerce-message + p {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  background-color: rgba(255, 161, 78, 0.6196078431);
  margin-bottom: 0.5em;
  padding: 1em;
}

#page-footer {
  margin-top: 220px;
  position: relative;
}
#page-footer .whatsapp-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 11;
}
#page-footer .whatsapp-btn a {
  background-color: #52ce5f;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  text-decoration: none;
  background-image: url("../images/whatsapp.png");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
#page-footer .whatsapp-btn a:hover {
  background-color: #36873c;
  opacity: 1;
}
#page-footer a {
  text-decoration: none;
  color: #00f;
}
#page-footer a:hover {
  color: #f00;
}
#page-footer #top-footer {
  margin-top: 72px;
  padding-bottom: 72px;
  position: relative;
}
#page-footer #top-footer::after {
  background: #eeeeee;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  height: 100%;
  z-index: -1;
  transform: translateY(50%);
}
#page-footer #top-footer .footer-background-image {
  position: absolute;
  left: 0;
  bottom: 49%;
  z-index: -1;
  width: 100%;
  max-width: none;
}
#page-footer #top-footer .footer-background-image.footer-background-image-filled {
  background: #eeeeee !important;
}
#page-footer #top-footer h3 {
  margin-top: 0;
  margin-bottom: 24px;
  color: #000;
  margin-top: 24px;
}
#page-footer #top-footer p,
#page-footer #top-footer table {
  color: #000;
}
#page-footer #top-footer td {
  padding-right: 24px;
}
#page-footer #top-footer a {
  color: #F27B13;
}
#page-footer #top-footer a:hover {
  color: rgb(199.0361445783, 98.6746987952, 10.9638554217);
}
#page-footer #top-footer a svg {
  padding-right: 6px;
}
#page-footer #top-footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 24px;
}
#page-footer #top-footer .footer-item p:last-of-type {
  margin-bottom: 0;
}
#page-footer #bottom-footer {
  background: #eeeeee;
}
#page-footer #bottom-footer a {
  color: #000;
}
#page-footer #bottom-footer a:hover {
  color: #F27B13;
}

#cover_soles_product_page .single-product-top {
  position: relative;
  top: -31px;
}
#cover_soles_product_page .single-product-top #HERO_IMAGE {
  position: relative;
  height: 600px;
  top: -35px;
}
#cover_soles_product_page .single-product-top #HERO_IMAGE .clipped {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  background-size: cover !important;
  -webkit-clip-path: url(#afdekzolen-clip);
  clip-path: url(#afdekzolen-clip);
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
#cover_soles_product_page .single-product-top #HERO_IMAGE svg {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  display: block;
}
#cover_soles_product_page .single-product-top .content:before {
  content: "";
  display: block;
  width: 100%;
  height: 160px;
  background-color: #000000;
  position: absolute;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.25) 75%, rgba(255, 255, 255, 0) 100%);
}
#cover_soles_product_page .content-container {
  position: relative;
}
#cover_soles_product_page #download {
  margin-top: 24px;
}
#cover_soles_product_page #cover_sole_configurator {
  position: absolute;
  right: 0;
  bottom: -150%;
  width: 50%;
  padding: 12px;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  background-color: #FFF;
  box-shadow: 0 0 4px 0 #e1e1e1;
}
#cover_soles_product_page #cover_sole_configurator #configurator-header {
  margin: 0;
  font-size: 15px;
  color: #000000;
  margin-bottom: 12px;
}
#cover_soles_product_page #cover_sole_configurator #shoe-size-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
#cover_soles_product_page #cover_sole_configurator #shoe-size-options .option {
  display: flex;
  flex-direction: row;
  gap: 42px;
  align-items: center;
}
#cover_soles_product_page #cover_sole_configurator #shoe-size-options .option span {
  width: 50px;
}
#cover_soles_product_page #cover_sole_configurator #shoe-size-options .option .amount-group {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  justify-content: space-between;
}
#cover_soles_product_page #cover_sole_configurator #shoe-size-options .option .amount-group .minus span,
#cover_soles_product_page #cover_sole_configurator #shoe-size-options .option .amount-group .plus span {
  background-color: #575757;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: #FFF;
  text-align: center;
}
#cover_soles_product_page #cover_sole_configurator #shoe-size-options .option .amount-group .minus span:hover,
#cover_soles_product_page #cover_sole_configurator #shoe-size-options .option .amount-group .plus span:hover {
  background-color: #F27B13;
  cursor: pointer;
}
#cover_soles_product_page #cover_sole_configurator #shoe-size-options .option .amount-group .minus span:before,
#cover_soles_product_page #cover_sole_configurator #shoe-size-options .option .amount-group .plus span:before {
  font-size: 25px;
}
#cover_soles_product_page #cover_sole_configurator #shoe-size-options .option .amount-group .plus span:before {
  top: 1px;
  position: relative;
  left: 0px;
}
#cover_soles_product_page #cover_sole_configurator #shoe-size-options .option .amount-group .amount {
  min-width: 40px;
  max-width: 40px;
  width: 40px;
  text-align: center;
}
#cover_soles_product_page #cover_sole_configurator #stamp-options {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#cover_soles_product_page #cover_sole_configurator #stamp-options .checkbox-container {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
#cover_soles_product_page #cover_sole_configurator #stamp-options .checkbox-container input {
  margin: 0;
  width: 26px;
  height: 28px;
  border-radius: 50%;
  appearance: none;
  border: 2px solid #DDDDDD;
  background: #FFF;
  cursor: pointer;
}
#cover_soles_product_page #cover_sole_configurator #stamp-options .checkbox-container input:checked {
  background: radial-gradient(circle, #F27B13 0%, #F27B13 53%, #FFF 60%, #FFF 100%);
}
#cover_soles_product_page #cover_sole_configurator #stamp-available {
  border-top: 1px solid #e6e6e6;
  padding-top: 12px;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 12px;
}
#cover_soles_product_page #cover_sole_configurator #stamp-available .checkbox-container {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
#cover_soles_product_page #cover_sole_configurator #stamp-available .checkbox-container input {
  margin: 0;
  width: 26px;
  height: 28px;
  border-radius: 50%;
  appearance: none;
  border: 2px solid #DDDDDD;
  background: #FFF;
  cursor: pointer;
}
#cover_soles_product_page #cover_sole_configurator #stamp-available .checkbox-container input:checked {
  background: radial-gradient(circle, #F27B13 0%, #F27B13 53%, #FFF 60%, #FFF 100%);
}
#cover_soles_product_page #cover_sole_configurator #stamp-select-parent {
  width: 100%;
  margin-bottom: 12px;
  margin-top: 12px;
  display: none;
  position: relative;
}
#cover_soles_product_page #cover_sole_configurator #stamp-select-parent select {
  width: 100%;
}
#cover_soles_product_page #cover_sole_configurator #stamp-select-parent:after {
  font-family: "dashicons";
  content: "\f347";
  width: fit-content;
  height: fit-content;
  display: block;
  position: absolute;
  top: 1px;
  right: 12px;
  bottom: 0;
  margin: auto;
}
#cover_soles_product_page #cover_sole_configurator #upload-field-container {
  margin-bottom: 12px;
  display: none;
}
#cover_soles_product_page #cover_sole_configurator #upload-field-container label {
  display: flex;
  background: #E3E3E3;
  height: fit-content;
  flex-direction: column;
  align-items: center;
  padding: 12px;
  border-radius: 10px;
  gap: 12px;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
#cover_soles_product_page #cover_sole_configurator #upload-field-container label:hover {
  background-color: #ffd1a9;
  cursor: pointer;
}
#cover_soles_product_page #cover_sole_configurator #upload-field-container label.dragover {
  border: 2px dashed #F27B13;
  box-shadow: 0 0 8px rgba(242, 123, 19, 0.3);
}
#cover_soles_product_page #cover_sole_configurator #upload-field-container .dashicons {
  height: fit-content;
  width: fit-content;
}
#cover_soles_product_page #cover_sole_configurator #upload-field-container .dashicons:before {
  color: #747474;
  font-size: 50px;
  display: block;
}
#cover_soles_product_page #cover_sole_configurator #upload-field-container input {
  display: none;
}
#cover_soles_product_page #cover_sole_configurator #upload-field-container .label-text {
  color: #000000;
  font-size: 14px;
}
#cover_soles_product_page #cover-soles-add-to-cart-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#cover_soles_product_page #cover-soles-add-to-cart-container #cover-soles-price {
  width: 33%;
}
#cover_soles_product_page #cover-soles-add-to-cart-container #add-to-cart-cover-soles {
  width: 66%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

input[type=checkbox]:checked {
  accent-color: #F27B13 !important;
  background: #F27B13 !important;
  border: none;
}
input[type=checkbox]:checked:hover {
  background: #F27B13;
}
input[type=checkbox]:hover {
  cursor: pointer;
  background: #eeeeee;
}

.custom-pagination {
  display: flex;
  width: 100%;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  list-style-type: none;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.button,
.btn-red {
  display: inline-block;
  padding: 0px 24px;
  text-decoration: none;
  line-height: 50px;
  border-radius: 25px;
  font-weight: normal;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  background: #000;
  color: #fff;
}

.btn-orange {
  display: inline-block;
  padding: 0px 24px;
  text-decoration: none;
  line-height: 50px;
  border-radius: 25px;
  font-weight: normal;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  background: #F27B13;
  color: #fff;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.btn-orange:hover {
  background-color: rgb(223.2048192771, 110.656626506, 12.2951807229);
  color: #fff;
}

.link {
  text-decoration: underline;
}

.btn-orange-border {
  display: inline-block;
  padding: 0px 24px;
  text-decoration: none;
  line-height: 50px;
  border-radius: 25px;
  font-weight: normal;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  background: #F27B13;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  transition: background ease 0.1s;
}
.btn-orange-border:hover {
  background: rgb(199.0361445783, 98.6746987952, 10.9638554217);
  color: #fff;
}

.btn-animated {
  display: inline-block;
  padding: 0px 24px;
  text-decoration: none;
  line-height: 50px;
  border-radius: 25px;
  font-weight: normal;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  overflow: hidden;
  background: transparent;
  color: #fff;
  position: relative;
  z-index: 0;
}
.btn-animated::before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #222;
}
.btn-animated .hover-state {
  z-index: -1;
  position: absolute;
  width: 1px;
  height: 1px;
  border-radius: 500px;
  left: 0px;
  top: 0px;
  background: #f00;
  transition: transform 0.7s ease-in-out, opacity 0.1s ease-in-out;
  transform: scale(1);
  opacity: 0;
}
.btn-animated.hover {
  color: #fff;
}
.btn-animated.hover .hover-state {
  opacity: 1;
  z-index: -1;
  transform: scale(500);
}

.jobs-count {
  position: relative;
  z-index: 1;
  margin-left: 6px;
}
.jobs-count::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 25px;
  z-index: -1;
  background: #F27B13;
  border-radius: 999px;
  content: "";
  transform: translate(-50%, -50%);
}

@keyframes bounceright {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(3px);
  }
}
.social-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.social-links li a {
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eee;
  text-decoration: none;
  font-size: 0;
}
.social-links li a:hover {
  background: #999;
}
.social-links li a svg {
  max-height: 60%;
  max-width: 60%;
}
.social-links li a svg path {
  fill: #222;
}

input,
textarea,
select,
.select2-container--default .select2-selection--single {
  background: #fff;
  color: #000;
  padding: 0 12px;
  height: 40px;
  line-height: 40px;
  max-width: 100%;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}
input:focus,
textarea:focus,
select:focus,
.select2-container--default .select2-selection--single:focus {
  outline: none;
  background: #eee;
}
input[type=number],
textarea[type=number],
select[type=number],
.select2-container--default .select2-selection--single[type=number] {
  padding-right: 0;
  width: 50px;
}
input[type=radio],
textarea[type=radio],
select[type=radio],
.select2-container--default .select2-selection--single[type=radio] {
  display: inline-block;
}

textarea {
  height: 200px;
  width: 100%;
  font-family: "Roboto", sans-serif;
  width: 100%;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}

#gform_fields_1,
#gform_fields_10,
#gform_fields_14 {
  display: grid;
  grid-template-columns: 1fr 1fr 4fr;
  grid-template-rows: 0fr;
}
#gform_fields_1 .gfield--type-address .validation_message,
#gform_fields_10 .gfield--type-address .validation_message,
#gform_fields_14 .gfield--type-address .validation_message {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 0;
}
#gform_fields_1 label,
#gform_fields_10 label,
#gform_fields_14 label {
  line-height: 1.8em;
  font-weight: 400;
}
#gform_fields_1 .gfield--width-half,
#gform_fields_10 .gfield--width-half,
#gform_fields_14 .gfield--width-half {
  margin-bottom: 16px !important;
}
#gform_fields_1 fieldset span.address_country select,
#gform_fields_10 fieldset span.address_country select,
#gform_fields_14 fieldset span.address_country select {
  max-width: 100%;
  margin-right: 24px;
}
#gform_fields_1 #field_1_1,
#gform_fields_1 #field_1_3,
#gform_fields_1 #field_1_19,
#gform_fields_1 #field_10_1,
#gform_fields_1 #field_10_3,
#gform_fields_1 #field_10_19,
#gform_fields_1 #field_14_1,
#gform_fields_1 #field_14_3,
#gform_fields_1 #field_14_19,
#gform_fields_10 #field_1_1,
#gform_fields_10 #field_1_3,
#gform_fields_10 #field_1_19,
#gform_fields_10 #field_10_1,
#gform_fields_10 #field_10_3,
#gform_fields_10 #field_10_19,
#gform_fields_10 #field_14_1,
#gform_fields_10 #field_14_3,
#gform_fields_10 #field_14_19,
#gform_fields_14 #field_1_1,
#gform_fields_14 #field_1_3,
#gform_fields_14 #field_1_19,
#gform_fields_14 #field_10_1,
#gform_fields_14 #field_10_3,
#gform_fields_14 #field_10_19,
#gform_fields_14 #field_14_1,
#gform_fields_14 #field_14_3,
#gform_fields_14 #field_14_19 {
  grid-column-start: 1;
  grid-column-end: 3;
}
#gform_fields_1 #field_1_4,
#gform_fields_1 #field_1_2,
#gform_fields_1 #field_1_20,
#gform_fields_1 #field_10_4,
#gform_fields_1 #field_10_2,
#gform_fields_1 #field_10_20,
#gform_fields_1 #field_14_4,
#gform_fields_1 #field_14_2,
#gform_fields_1 #field_14_20,
#gform_fields_10 #field_1_4,
#gform_fields_10 #field_1_2,
#gform_fields_10 #field_1_20,
#gform_fields_10 #field_10_4,
#gform_fields_10 #field_10_2,
#gform_fields_10 #field_10_20,
#gform_fields_10 #field_14_4,
#gform_fields_10 #field_14_2,
#gform_fields_10 #field_14_20,
#gform_fields_14 #field_1_4,
#gform_fields_14 #field_1_2,
#gform_fields_14 #field_1_20,
#gform_fields_14 #field_10_4,
#gform_fields_14 #field_10_2,
#gform_fields_14 #field_10_20,
#gform_fields_14 #field_14_4,
#gform_fields_14 #field_14_2,
#gform_fields_14 #field_14_20 {
  grid-column-start: 3;
}
#gform_fields_1 #field_1_6,
#gform_fields_1 #field_1_15,
#gform_fields_1 #field_1_16,
#gform_fields_1 #field_1_14,
#gform_fields_1 #field_1_13,
#gform_fields_1 #field_10_6,
#gform_fields_1 #field_10_15,
#gform_fields_1 #field_10_16,
#gform_fields_1 #field_10_14,
#gform_fields_1 #field_10_13,
#gform_fields_1 #field_14_6,
#gform_fields_1 #field_14_15,
#gform_fields_1 #field_14_16,
#gform_fields_1 #field_14_14,
#gform_fields_1 #field_14_13,
#gform_fields_10 #field_1_6,
#gform_fields_10 #field_1_15,
#gform_fields_10 #field_1_16,
#gform_fields_10 #field_1_14,
#gform_fields_10 #field_1_13,
#gform_fields_10 #field_10_6,
#gform_fields_10 #field_10_15,
#gform_fields_10 #field_10_16,
#gform_fields_10 #field_10_14,
#gform_fields_10 #field_10_13,
#gform_fields_10 #field_14_6,
#gform_fields_10 #field_14_15,
#gform_fields_10 #field_14_16,
#gform_fields_10 #field_14_14,
#gform_fields_10 #field_14_13,
#gform_fields_14 #field_1_6,
#gform_fields_14 #field_1_15,
#gform_fields_14 #field_1_16,
#gform_fields_14 #field_1_14,
#gform_fields_14 #field_1_13,
#gform_fields_14 #field_10_6,
#gform_fields_14 #field_10_15,
#gform_fields_14 #field_10_16,
#gform_fields_14 #field_10_14,
#gform_fields_14 #field_10_13,
#gform_fields_14 #field_14_6,
#gform_fields_14 #field_14_15,
#gform_fields_14 #field_14_16,
#gform_fields_14 #field_14_14,
#gform_fields_14 #field_14_13 {
  grid-column-start: 1;
  grid-column-end: 4;
}
#gform_fields_1 #field_1_18,
#gform_fields_1 #field_10_18,
#gform_fields_1 #field_14_18,
#gform_fields_10 #field_1_18,
#gform_fields_10 #field_10_18,
#gform_fields_10 #field_14_18,
#gform_fields_14 #field_1_18,
#gform_fields_14 #field_10_18,
#gform_fields_14 #field_14_18 {
  grid-column-start: 4;
  grid-row-start: 1;
  grid-row-end: 6;
  max-width: 480px;
}
#gform_fields_1 #field_1_18 .ginput_container,
#gform_fields_1 #field_10_18 .ginput_container,
#gform_fields_1 #field_14_18 .ginput_container,
#gform_fields_10 #field_1_18 .ginput_container,
#gform_fields_10 #field_10_18 .ginput_container,
#gform_fields_10 #field_14_18 .ginput_container,
#gform_fields_14 #field_1_18 .ginput_container,
#gform_fields_14 #field_10_18 .ginput_container,
#gform_fields_14 #field_14_18 .ginput_container {
  background: #EEEEEE;
  padding: 115px 25px !important;
  border-radius: 6px;
  margin-top: -144px;
  padding-bottom: 24px !important;
}
#gform_fields_1 #field_1_18 legend,
#gform_fields_1 #field_10_18 legend,
#gform_fields_1 #field_14_18 legend,
#gform_fields_10 #field_1_18 legend,
#gform_fields_10 #field_10_18 legend,
#gform_fields_10 #field_14_18 legend,
#gform_fields_14 #field_1_18 legend,
#gform_fields_14 #field_10_18 legend,
#gform_fields_14 #field_14_18 legend {
  position: relative;
  left: 0;
  display: flex;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  line-height: 1.5;
}
#gform_fields_1 #field_1_18 .gfield_checkbox,
#gform_fields_1 #field_10_18 .gfield_checkbox,
#gform_fields_1 #field_14_18 .gfield_checkbox,
#gform_fields_10 #field_1_18 .gfield_checkbox,
#gform_fields_10 #field_10_18 .gfield_checkbox,
#gform_fields_10 #field_14_18 .gfield_checkbox,
#gform_fields_14 #field_1_18 .gfield_checkbox,
#gform_fields_14 #field_10_18 .gfield_checkbox,
#gform_fields_14 #field_14_18 .gfield_checkbox {
  margin-top: 24px;
}
#gform_fields_1 #field_1_18 .gfield_checkbox .gchoice:nth-child(2) label::after,
#gform_fields_1 #field_10_18 .gfield_checkbox .gchoice:nth-child(2) label::after,
#gform_fields_1 #field_14_18 .gfield_checkbox .gchoice:nth-child(2) label::after,
#gform_fields_10 #field_1_18 .gfield_checkbox .gchoice:nth-child(2) label::after,
#gform_fields_10 #field_10_18 .gfield_checkbox .gchoice:nth-child(2) label::after,
#gform_fields_10 #field_14_18 .gfield_checkbox .gchoice:nth-child(2) label::after,
#gform_fields_14 #field_1_18 .gfield_checkbox .gchoice:nth-child(2) label::after,
#gform_fields_14 #field_10_18 .gfield_checkbox .gchoice:nth-child(2) label::after,
#gform_fields_14 #field_14_18 .gfield_checkbox .gchoice:nth-child(2) label::after {
  content: "Bestel met deze eenheid gemakkelijk per vel.";
}
#gform_fields_1 #field_1_18 .gfield_checkbox .gchoice:nth-child(3) label::after,
#gform_fields_1 #field_10_18 .gfield_checkbox .gchoice:nth-child(3) label::after,
#gform_fields_1 #field_14_18 .gfield_checkbox .gchoice:nth-child(3) label::after,
#gform_fields_10 #field_1_18 .gfield_checkbox .gchoice:nth-child(3) label::after,
#gform_fields_10 #field_10_18 .gfield_checkbox .gchoice:nth-child(3) label::after,
#gform_fields_10 #field_14_18 .gfield_checkbox .gchoice:nth-child(3) label::after,
#gform_fields_14 #field_1_18 .gfield_checkbox .gchoice:nth-child(3) label::after,
#gform_fields_14 #field_10_18 .gfield_checkbox .gchoice:nth-child(3) label::after,
#gform_fields_14 #field_14_18 .gfield_checkbox .gchoice:nth-child(3) label::after {
  content: "In een pak zitten meerdere vellen, verschillend per artikel.";
}
#gform_fields_1 #field_1_18 .gfield_checkbox .gchoice:nth-child(1) label::after,
#gform_fields_1 #field_10_18 .gfield_checkbox .gchoice:nth-child(1) label::after,
#gform_fields_1 #field_14_18 .gfield_checkbox .gchoice:nth-child(1) label::after,
#gform_fields_10 #field_1_18 .gfield_checkbox .gchoice:nth-child(1) label::after,
#gform_fields_10 #field_10_18 .gfield_checkbox .gchoice:nth-child(1) label::after,
#gform_fields_10 #field_14_18 .gfield_checkbox .gchoice:nth-child(1) label::after,
#gform_fields_14 #field_1_18 .gfield_checkbox .gchoice:nth-child(1) label::after,
#gform_fields_14 #field_10_18 .gfield_checkbox .gchoice:nth-child(1) label::after,
#gform_fields_14 #field_14_18 .gfield_checkbox .gchoice:nth-child(1) label::after {
  content: "Met deze besteleenheid weet u altijd precies hoeveel u geleverd krijgt.";
}
#gform_fields_1 #field_1_18 .gfield_checkbox label,
#gform_fields_1 #field_10_18 .gfield_checkbox label,
#gform_fields_1 #field_14_18 .gfield_checkbox label,
#gform_fields_10 #field_1_18 .gfield_checkbox label,
#gform_fields_10 #field_10_18 .gfield_checkbox label,
#gform_fields_10 #field_14_18 .gfield_checkbox label,
#gform_fields_14 #field_1_18 .gfield_checkbox label,
#gform_fields_14 #field_10_18 .gfield_checkbox label,
#gform_fields_14 #field_14_18 .gfield_checkbox label {
  margin-left: 24px;
  font-weight: 500;
}
#gform_fields_1 #field_1_18 .gfield_checkbox label:hover,
#gform_fields_1 #field_10_18 .gfield_checkbox label:hover,
#gform_fields_1 #field_14_18 .gfield_checkbox label:hover,
#gform_fields_10 #field_1_18 .gfield_checkbox label:hover,
#gform_fields_10 #field_10_18 .gfield_checkbox label:hover,
#gform_fields_10 #field_14_18 .gfield_checkbox label:hover,
#gform_fields_14 #field_1_18 .gfield_checkbox label:hover,
#gform_fields_14 #field_10_18 .gfield_checkbox label:hover,
#gform_fields_14 #field_14_18 .gfield_checkbox label:hover {
  cursor: pointer;
}
#gform_fields_1 #field_1_18 .gfield_checkbox label::after,
#gform_fields_1 #field_10_18 .gfield_checkbox label::after,
#gform_fields_1 #field_14_18 .gfield_checkbox label::after,
#gform_fields_10 #field_1_18 .gfield_checkbox label::after,
#gform_fields_10 #field_10_18 .gfield_checkbox label::after,
#gform_fields_10 #field_14_18 .gfield_checkbox label::after,
#gform_fields_14 #field_1_18 .gfield_checkbox label::after,
#gform_fields_14 #field_10_18 .gfield_checkbox label::after,
#gform_fields_14 #field_14_18 .gfield_checkbox label::after {
  display: block;
  font-weight: 300;
  font-style: italic;
  padding-top: 12px;
}
#gform_fields_1 #field_1_18 .gchoice,
#gform_fields_1 #field_10_18 .gchoice,
#gform_fields_1 #field_14_18 .gchoice,
#gform_fields_10 #field_1_18 .gchoice,
#gform_fields_10 #field_10_18 .gchoice,
#gform_fields_10 #field_14_18 .gchoice,
#gform_fields_14 #field_1_18 .gchoice,
#gform_fields_14 #field_10_18 .gchoice,
#gform_fields_14 #field_14_18 .gchoice {
  background: white;
  display: flex;
  padding: 12px;
  border-radius: 6px;
  position: relative;
  margin-bottom: 24px;
}
#gform_fields_1 #field_1_18 .gchoice br,
#gform_fields_1 #field_10_18 .gchoice br,
#gform_fields_1 #field_14_18 .gchoice br,
#gform_fields_10 #field_1_18 .gchoice br,
#gform_fields_10 #field_10_18 .gchoice br,
#gform_fields_10 #field_14_18 .gchoice br,
#gform_fields_14 #field_1_18 .gchoice br,
#gform_fields_14 #field_10_18 .gchoice br,
#gform_fields_14 #field_14_18 .gchoice br {
  display: none;
}
#gform_fields_1 #field_1_18 .gchoice.active,
#gform_fields_1 #field_10_18 .gchoice.active,
#gform_fields_1 #field_14_18 .gchoice.active,
#gform_fields_10 #field_1_18 .gchoice.active,
#gform_fields_10 #field_10_18 .gchoice.active,
#gform_fields_10 #field_14_18 .gchoice.active,
#gform_fields_14 #field_1_18 .gchoice.active,
#gform_fields_14 #field_10_18 .gchoice.active,
#gform_fields_14 #field_14_18 .gchoice.active {
  border: 2px solid #F27B13;
}
#gform_fields_1 #field_1_18 .gchoice.active .gfield-choice-input,
#gform_fields_1 #field_10_18 .gchoice.active .gfield-choice-input,
#gform_fields_1 #field_14_18 .gchoice.active .gfield-choice-input,
#gform_fields_10 #field_1_18 .gchoice.active .gfield-choice-input,
#gform_fields_10 #field_10_18 .gchoice.active .gfield-choice-input,
#gform_fields_10 #field_14_18 .gchoice.active .gfield-choice-input,
#gform_fields_14 #field_1_18 .gchoice.active .gfield-choice-input,
#gform_fields_14 #field_10_18 .gchoice.active .gfield-choice-input,
#gform_fields_14 #field_14_18 .gchoice.active .gfield-choice-input {
  background: #F27B13;
  border-radius: 0;
  border-bottom-right-radius: 4px;
}
#gform_fields_1 #field_1_18 .gchoice.active .gfield-choice-input::after,
#gform_fields_1 #field_10_18 .gchoice.active .gfield-choice-input::after,
#gform_fields_1 #field_14_18 .gchoice.active .gfield-choice-input::after,
#gform_fields_10 #field_1_18 .gchoice.active .gfield-choice-input::after,
#gform_fields_10 #field_10_18 .gchoice.active .gfield-choice-input::after,
#gform_fields_10 #field_14_18 .gchoice.active .gfield-choice-input::after,
#gform_fields_14 #field_1_18 .gchoice.active .gfield-choice-input::after,
#gform_fields_14 #field_10_18 .gchoice.active .gfield-choice-input::after,
#gform_fields_14 #field_14_18 .gchoice.active .gfield-choice-input::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url("https://maasleder.thesequel.nl/wp-content/themes/sq-theme/assets/images/vink.png");
  background-position: center center;
  background-repeat: no-repeat;
}
#gform_fields_1 #field_1_18 .gfield-choice-input,
#gform_fields_1 #field_10_18 .gfield-choice-input,
#gform_fields_1 #field_14_18 .gfield-choice-input,
#gform_fields_10 #field_1_18 .gfield-choice-input,
#gform_fields_10 #field_10_18 .gfield-choice-input,
#gform_fields_10 #field_14_18 .gfield-choice-input,
#gform_fields_14 #field_1_18 .gfield-choice-input,
#gform_fields_14 #field_10_18 .gfield-choice-input,
#gform_fields_14 #field_14_18 .gfield-choice-input {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
}
#gform_fields_1 .gfield,
#gform_fields_10 .gfield,
#gform_fields_14 .gfield {
  padding: 0 12px;
}
#gform_fields_1 input,
#gform_fields_1 select,
#gform_fields_1 textarea,
#gform_fields_10 input,
#gform_fields_10 select,
#gform_fields_10 textarea,
#gform_fields_14 input,
#gform_fields_14 select,
#gform_fields_14 textarea {
  width: 100%;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}
#gform_fields_1 fieldset,
#gform_fields_10 fieldset,
#gform_fields_14 fieldset {
  border: none;
  margin: 0;
  padding: 0 !important;
}
#gform_fields_1 fieldset#field_1_14, #gform_fields_1 fieldset#field_10_14, #gform_fields_1 fieldset#field_14_14,
#gform_fields_10 fieldset#field_1_14,
#gform_fields_10 fieldset#field_10_14,
#gform_fields_10 fieldset#field_14_14,
#gform_fields_14 fieldset#field_1_14,
#gform_fields_14 fieldset#field_10_14,
#gform_fields_14 fieldset#field_14_14 {
  position: relative;
  margin-top: 24px;
  margin-bottom: 24px;
}
#gform_fields_1 fieldset#field_1_14 legend, #gform_fields_1 fieldset#field_10_14 legend, #gform_fields_1 fieldset#field_14_14 legend,
#gform_fields_10 fieldset#field_1_14 legend,
#gform_fields_10 fieldset#field_10_14 legend,
#gform_fields_10 fieldset#field_14_14 legend,
#gform_fields_14 fieldset#field_1_14 legend,
#gform_fields_14 fieldset#field_10_14 legend,
#gform_fields_14 fieldset#field_14_14 legend {
  position: absolute;
  top: -1px;
  left: 40px;
  font-size: 18px;
}
#gform_fields_1 fieldset#field_1_14 .gchoice, #gform_fields_1 fieldset#field_10_14 .gchoice, #gform_fields_1 fieldset#field_14_14 .gchoice,
#gform_fields_10 fieldset#field_1_14 .gchoice,
#gform_fields_10 fieldset#field_10_14 .gchoice,
#gform_fields_10 fieldset#field_14_14 .gchoice,
#gform_fields_14 fieldset#field_1_14 .gchoice,
#gform_fields_14 fieldset#field_10_14 .gchoice,
#gform_fields_14 fieldset#field_14_14 .gchoice {
  display: flex;
  align-items: center;
  padding-left: 12px;
}
#gform_fields_1 fieldset#field_1_14 .gchoice input, #gform_fields_1 fieldset#field_10_14 .gchoice input, #gform_fields_1 fieldset#field_14_14 .gchoice input,
#gform_fields_10 fieldset#field_1_14 .gchoice input,
#gform_fields_10 fieldset#field_10_14 .gchoice input,
#gform_fields_10 fieldset#field_14_14 .gchoice input,
#gform_fields_14 fieldset#field_1_14 .gchoice input,
#gform_fields_14 fieldset#field_10_14 .gchoice input,
#gform_fields_14 fieldset#field_14_14 .gchoice input {
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0;
}
#gform_fields_1 fieldset#field_1_14 .gchoice label, #gform_fields_1 fieldset#field_10_14 .gchoice label, #gform_fields_1 fieldset#field_14_14 .gchoice label,
#gform_fields_10 fieldset#field_1_14 .gchoice label,
#gform_fields_10 fieldset#field_10_14 .gchoice label,
#gform_fields_10 fieldset#field_14_14 .gchoice label,
#gform_fields_14 fieldset#field_1_14 .gchoice label,
#gform_fields_14 fieldset#field_10_14 .gchoice label,
#gform_fields_14 fieldset#field_14_14 .gchoice label {
  display: none;
}
#gform_fields_1 fieldset#field_1_15, #gform_fields_1 fieldset#field_10_15, #gform_fields_1 fieldset#field_14_15,
#gform_fields_10 fieldset#field_1_15,
#gform_fields_10 fieldset#field_10_15,
#gform_fields_10 fieldset#field_14_15,
#gform_fields_14 fieldset#field_1_15,
#gform_fields_14 fieldset#field_10_15,
#gform_fields_14 fieldset#field_14_15 {
  margin-bottom: 12px;
}
#gform_fields_1 fieldset#field_1_13 > legend, #gform_fields_1 fieldset#field_1_15 > legend, #gform_fields_1 fieldset#field_10_13 > legend, #gform_fields_1 fieldset#field_10_15 > legend, #gform_fields_1 fieldset#field_14_13 > legend, #gform_fields_1 fieldset#field_14_15 > legend,
#gform_fields_10 fieldset#field_1_13 > legend,
#gform_fields_10 fieldset#field_1_15 > legend,
#gform_fields_10 fieldset#field_10_13 > legend,
#gform_fields_10 fieldset#field_10_15 > legend,
#gform_fields_10 fieldset#field_14_13 > legend,
#gform_fields_10 fieldset#field_14_15 > legend,
#gform_fields_14 fieldset#field_1_13 > legend,
#gform_fields_14 fieldset#field_1_15 > legend,
#gform_fields_14 fieldset#field_10_13 > legend,
#gform_fields_14 fieldset#field_10_15 > legend,
#gform_fields_14 fieldset#field_14_13 > legend,
#gform_fields_14 fieldset#field_14_15 > legend {
  display: none;
}
#gform_fields_1 fieldset#field_1_13 label, #gform_fields_1 fieldset#field_1_15 label, #gform_fields_1 fieldset#field_10_13 label, #gform_fields_1 fieldset#field_10_15 label, #gform_fields_1 fieldset#field_14_13 label, #gform_fields_1 fieldset#field_14_15 label,
#gform_fields_10 fieldset#field_1_13 label,
#gform_fields_10 fieldset#field_1_15 label,
#gform_fields_10 fieldset#field_10_13 label,
#gform_fields_10 fieldset#field_10_15 label,
#gform_fields_10 fieldset#field_14_13 label,
#gform_fields_10 fieldset#field_14_15 label,
#gform_fields_14 fieldset#field_1_13 label,
#gform_fields_14 fieldset#field_1_15 label,
#gform_fields_14 fieldset#field_10_13 label,
#gform_fields_14 fieldset#field_10_15 label,
#gform_fields_14 fieldset#field_14_13 label,
#gform_fields_14 fieldset#field_14_15 label {
  padding-left: 12px;
  padding-bottom: 6px;
}
#gform_fields_1 fieldset#field_1_13 #input_1_13_6_container,
#gform_fields_1 fieldset#field_1_13 #input_1_15_6_container,
#gform_fields_1 fieldset#field_1_13 #input_10_13_6_container,
#gform_fields_1 fieldset#field_1_13 #input_10_15_6_container,
#gform_fields_1 fieldset#field_1_13 #input_14_13_6_container,
#gform_fields_1 fieldset#field_1_13 #input_14_15_6_container, #gform_fields_1 fieldset#field_1_15 #input_1_13_6_container,
#gform_fields_1 fieldset#field_1_15 #input_1_15_6_container,
#gform_fields_1 fieldset#field_1_15 #input_10_13_6_container,
#gform_fields_1 fieldset#field_1_15 #input_10_15_6_container,
#gform_fields_1 fieldset#field_1_15 #input_14_13_6_container,
#gform_fields_1 fieldset#field_1_15 #input_14_15_6_container, #gform_fields_1 fieldset#field_10_13 #input_1_13_6_container,
#gform_fields_1 fieldset#field_10_13 #input_1_15_6_container,
#gform_fields_1 fieldset#field_10_13 #input_10_13_6_container,
#gform_fields_1 fieldset#field_10_13 #input_10_15_6_container,
#gform_fields_1 fieldset#field_10_13 #input_14_13_6_container,
#gform_fields_1 fieldset#field_10_13 #input_14_15_6_container, #gform_fields_1 fieldset#field_10_15 #input_1_13_6_container,
#gform_fields_1 fieldset#field_10_15 #input_1_15_6_container,
#gform_fields_1 fieldset#field_10_15 #input_10_13_6_container,
#gform_fields_1 fieldset#field_10_15 #input_10_15_6_container,
#gform_fields_1 fieldset#field_10_15 #input_14_13_6_container,
#gform_fields_1 fieldset#field_10_15 #input_14_15_6_container, #gform_fields_1 fieldset#field_14_13 #input_1_13_6_container,
#gform_fields_1 fieldset#field_14_13 #input_1_15_6_container,
#gform_fields_1 fieldset#field_14_13 #input_10_13_6_container,
#gform_fields_1 fieldset#field_14_13 #input_10_15_6_container,
#gform_fields_1 fieldset#field_14_13 #input_14_13_6_container,
#gform_fields_1 fieldset#field_14_13 #input_14_15_6_container, #gform_fields_1 fieldset#field_14_15 #input_1_13_6_container,
#gform_fields_1 fieldset#field_14_15 #input_1_15_6_container,
#gform_fields_1 fieldset#field_14_15 #input_10_13_6_container,
#gform_fields_1 fieldset#field_14_15 #input_10_15_6_container,
#gform_fields_1 fieldset#field_14_15 #input_14_13_6_container,
#gform_fields_1 fieldset#field_14_15 #input_14_15_6_container,
#gform_fields_10 fieldset#field_1_13 #input_1_13_6_container,
#gform_fields_10 fieldset#field_1_13 #input_1_15_6_container,
#gform_fields_10 fieldset#field_1_13 #input_10_13_6_container,
#gform_fields_10 fieldset#field_1_13 #input_10_15_6_container,
#gform_fields_10 fieldset#field_1_13 #input_14_13_6_container,
#gform_fields_10 fieldset#field_1_13 #input_14_15_6_container,
#gform_fields_10 fieldset#field_1_15 #input_1_13_6_container,
#gform_fields_10 fieldset#field_1_15 #input_1_15_6_container,
#gform_fields_10 fieldset#field_1_15 #input_10_13_6_container,
#gform_fields_10 fieldset#field_1_15 #input_10_15_6_container,
#gform_fields_10 fieldset#field_1_15 #input_14_13_6_container,
#gform_fields_10 fieldset#field_1_15 #input_14_15_6_container,
#gform_fields_10 fieldset#field_10_13 #input_1_13_6_container,
#gform_fields_10 fieldset#field_10_13 #input_1_15_6_container,
#gform_fields_10 fieldset#field_10_13 #input_10_13_6_container,
#gform_fields_10 fieldset#field_10_13 #input_10_15_6_container,
#gform_fields_10 fieldset#field_10_13 #input_14_13_6_container,
#gform_fields_10 fieldset#field_10_13 #input_14_15_6_container,
#gform_fields_10 fieldset#field_10_15 #input_1_13_6_container,
#gform_fields_10 fieldset#field_10_15 #input_1_15_6_container,
#gform_fields_10 fieldset#field_10_15 #input_10_13_6_container,
#gform_fields_10 fieldset#field_10_15 #input_10_15_6_container,
#gform_fields_10 fieldset#field_10_15 #input_14_13_6_container,
#gform_fields_10 fieldset#field_10_15 #input_14_15_6_container,
#gform_fields_10 fieldset#field_14_13 #input_1_13_6_container,
#gform_fields_10 fieldset#field_14_13 #input_1_15_6_container,
#gform_fields_10 fieldset#field_14_13 #input_10_13_6_container,
#gform_fields_10 fieldset#field_14_13 #input_10_15_6_container,
#gform_fields_10 fieldset#field_14_13 #input_14_13_6_container,
#gform_fields_10 fieldset#field_14_13 #input_14_15_6_container,
#gform_fields_10 fieldset#field_14_15 #input_1_13_6_container,
#gform_fields_10 fieldset#field_14_15 #input_1_15_6_container,
#gform_fields_10 fieldset#field_14_15 #input_10_13_6_container,
#gform_fields_10 fieldset#field_14_15 #input_10_15_6_container,
#gform_fields_10 fieldset#field_14_15 #input_14_13_6_container,
#gform_fields_10 fieldset#field_14_15 #input_14_15_6_container,
#gform_fields_14 fieldset#field_1_13 #input_1_13_6_container,
#gform_fields_14 fieldset#field_1_13 #input_1_15_6_container,
#gform_fields_14 fieldset#field_1_13 #input_10_13_6_container,
#gform_fields_14 fieldset#field_1_13 #input_10_15_6_container,
#gform_fields_14 fieldset#field_1_13 #input_14_13_6_container,
#gform_fields_14 fieldset#field_1_13 #input_14_15_6_container,
#gform_fields_14 fieldset#field_1_15 #input_1_13_6_container,
#gform_fields_14 fieldset#field_1_15 #input_1_15_6_container,
#gform_fields_14 fieldset#field_1_15 #input_10_13_6_container,
#gform_fields_14 fieldset#field_1_15 #input_10_15_6_container,
#gform_fields_14 fieldset#field_1_15 #input_14_13_6_container,
#gform_fields_14 fieldset#field_1_15 #input_14_15_6_container,
#gform_fields_14 fieldset#field_10_13 #input_1_13_6_container,
#gform_fields_14 fieldset#field_10_13 #input_1_15_6_container,
#gform_fields_14 fieldset#field_10_13 #input_10_13_6_container,
#gform_fields_14 fieldset#field_10_13 #input_10_15_6_container,
#gform_fields_14 fieldset#field_10_13 #input_14_13_6_container,
#gform_fields_14 fieldset#field_10_13 #input_14_15_6_container,
#gform_fields_14 fieldset#field_10_15 #input_1_13_6_container,
#gform_fields_14 fieldset#field_10_15 #input_1_15_6_container,
#gform_fields_14 fieldset#field_10_15 #input_10_13_6_container,
#gform_fields_14 fieldset#field_10_15 #input_10_15_6_container,
#gform_fields_14 fieldset#field_10_15 #input_14_13_6_container,
#gform_fields_14 fieldset#field_10_15 #input_14_15_6_container,
#gform_fields_14 fieldset#field_14_13 #input_1_13_6_container,
#gform_fields_14 fieldset#field_14_13 #input_1_15_6_container,
#gform_fields_14 fieldset#field_14_13 #input_10_13_6_container,
#gform_fields_14 fieldset#field_14_13 #input_10_15_6_container,
#gform_fields_14 fieldset#field_14_13 #input_14_13_6_container,
#gform_fields_14 fieldset#field_14_13 #input_14_15_6_container,
#gform_fields_14 fieldset#field_14_15 #input_1_13_6_container,
#gform_fields_14 fieldset#field_14_15 #input_1_15_6_container,
#gform_fields_14 fieldset#field_14_15 #input_10_13_6_container,
#gform_fields_14 fieldset#field_14_15 #input_10_15_6_container,
#gform_fields_14 fieldset#field_14_15 #input_14_13_6_container,
#gform_fields_14 fieldset#field_14_15 #input_14_15_6_container {
  position: relative;
}
#gform_fields_1 fieldset#field_1_13 #input_1_13_6_container::after,
#gform_fields_1 fieldset#field_1_13 #input_1_15_6_container::after,
#gform_fields_1 fieldset#field_1_13 #input_10_13_6_container::after,
#gform_fields_1 fieldset#field_1_13 #input_10_15_6_container::after,
#gform_fields_1 fieldset#field_1_13 #input_14_13_6_container::after,
#gform_fields_1 fieldset#field_1_13 #input_14_15_6_container::after, #gform_fields_1 fieldset#field_1_15 #input_1_13_6_container::after,
#gform_fields_1 fieldset#field_1_15 #input_1_15_6_container::after,
#gform_fields_1 fieldset#field_1_15 #input_10_13_6_container::after,
#gform_fields_1 fieldset#field_1_15 #input_10_15_6_container::after,
#gform_fields_1 fieldset#field_1_15 #input_14_13_6_container::after,
#gform_fields_1 fieldset#field_1_15 #input_14_15_6_container::after, #gform_fields_1 fieldset#field_10_13 #input_1_13_6_container::after,
#gform_fields_1 fieldset#field_10_13 #input_1_15_6_container::after,
#gform_fields_1 fieldset#field_10_13 #input_10_13_6_container::after,
#gform_fields_1 fieldset#field_10_13 #input_10_15_6_container::after,
#gform_fields_1 fieldset#field_10_13 #input_14_13_6_container::after,
#gform_fields_1 fieldset#field_10_13 #input_14_15_6_container::after, #gform_fields_1 fieldset#field_10_15 #input_1_13_6_container::after,
#gform_fields_1 fieldset#field_10_15 #input_1_15_6_container::after,
#gform_fields_1 fieldset#field_10_15 #input_10_13_6_container::after,
#gform_fields_1 fieldset#field_10_15 #input_10_15_6_container::after,
#gform_fields_1 fieldset#field_10_15 #input_14_13_6_container::after,
#gform_fields_1 fieldset#field_10_15 #input_14_15_6_container::after, #gform_fields_1 fieldset#field_14_13 #input_1_13_6_container::after,
#gform_fields_1 fieldset#field_14_13 #input_1_15_6_container::after,
#gform_fields_1 fieldset#field_14_13 #input_10_13_6_container::after,
#gform_fields_1 fieldset#field_14_13 #input_10_15_6_container::after,
#gform_fields_1 fieldset#field_14_13 #input_14_13_6_container::after,
#gform_fields_1 fieldset#field_14_13 #input_14_15_6_container::after, #gform_fields_1 fieldset#field_14_15 #input_1_13_6_container::after,
#gform_fields_1 fieldset#field_14_15 #input_1_15_6_container::after,
#gform_fields_1 fieldset#field_14_15 #input_10_13_6_container::after,
#gform_fields_1 fieldset#field_14_15 #input_10_15_6_container::after,
#gform_fields_1 fieldset#field_14_15 #input_14_13_6_container::after,
#gform_fields_1 fieldset#field_14_15 #input_14_15_6_container::after,
#gform_fields_10 fieldset#field_1_13 #input_1_13_6_container::after,
#gform_fields_10 fieldset#field_1_13 #input_1_15_6_container::after,
#gform_fields_10 fieldset#field_1_13 #input_10_13_6_container::after,
#gform_fields_10 fieldset#field_1_13 #input_10_15_6_container::after,
#gform_fields_10 fieldset#field_1_13 #input_14_13_6_container::after,
#gform_fields_10 fieldset#field_1_13 #input_14_15_6_container::after,
#gform_fields_10 fieldset#field_1_15 #input_1_13_6_container::after,
#gform_fields_10 fieldset#field_1_15 #input_1_15_6_container::after,
#gform_fields_10 fieldset#field_1_15 #input_10_13_6_container::after,
#gform_fields_10 fieldset#field_1_15 #input_10_15_6_container::after,
#gform_fields_10 fieldset#field_1_15 #input_14_13_6_container::after,
#gform_fields_10 fieldset#field_1_15 #input_14_15_6_container::after,
#gform_fields_10 fieldset#field_10_13 #input_1_13_6_container::after,
#gform_fields_10 fieldset#field_10_13 #input_1_15_6_container::after,
#gform_fields_10 fieldset#field_10_13 #input_10_13_6_container::after,
#gform_fields_10 fieldset#field_10_13 #input_10_15_6_container::after,
#gform_fields_10 fieldset#field_10_13 #input_14_13_6_container::after,
#gform_fields_10 fieldset#field_10_13 #input_14_15_6_container::after,
#gform_fields_10 fieldset#field_10_15 #input_1_13_6_container::after,
#gform_fields_10 fieldset#field_10_15 #input_1_15_6_container::after,
#gform_fields_10 fieldset#field_10_15 #input_10_13_6_container::after,
#gform_fields_10 fieldset#field_10_15 #input_10_15_6_container::after,
#gform_fields_10 fieldset#field_10_15 #input_14_13_6_container::after,
#gform_fields_10 fieldset#field_10_15 #input_14_15_6_container::after,
#gform_fields_10 fieldset#field_14_13 #input_1_13_6_container::after,
#gform_fields_10 fieldset#field_14_13 #input_1_15_6_container::after,
#gform_fields_10 fieldset#field_14_13 #input_10_13_6_container::after,
#gform_fields_10 fieldset#field_14_13 #input_10_15_6_container::after,
#gform_fields_10 fieldset#field_14_13 #input_14_13_6_container::after,
#gform_fields_10 fieldset#field_14_13 #input_14_15_6_container::after,
#gform_fields_10 fieldset#field_14_15 #input_1_13_6_container::after,
#gform_fields_10 fieldset#field_14_15 #input_1_15_6_container::after,
#gform_fields_10 fieldset#field_14_15 #input_10_13_6_container::after,
#gform_fields_10 fieldset#field_14_15 #input_10_15_6_container::after,
#gform_fields_10 fieldset#field_14_15 #input_14_13_6_container::after,
#gform_fields_10 fieldset#field_14_15 #input_14_15_6_container::after,
#gform_fields_14 fieldset#field_1_13 #input_1_13_6_container::after,
#gform_fields_14 fieldset#field_1_13 #input_1_15_6_container::after,
#gform_fields_14 fieldset#field_1_13 #input_10_13_6_container::after,
#gform_fields_14 fieldset#field_1_13 #input_10_15_6_container::after,
#gform_fields_14 fieldset#field_1_13 #input_14_13_6_container::after,
#gform_fields_14 fieldset#field_1_13 #input_14_15_6_container::after,
#gform_fields_14 fieldset#field_1_15 #input_1_13_6_container::after,
#gform_fields_14 fieldset#field_1_15 #input_1_15_6_container::after,
#gform_fields_14 fieldset#field_1_15 #input_10_13_6_container::after,
#gform_fields_14 fieldset#field_1_15 #input_10_15_6_container::after,
#gform_fields_14 fieldset#field_1_15 #input_14_13_6_container::after,
#gform_fields_14 fieldset#field_1_15 #input_14_15_6_container::after,
#gform_fields_14 fieldset#field_10_13 #input_1_13_6_container::after,
#gform_fields_14 fieldset#field_10_13 #input_1_15_6_container::after,
#gform_fields_14 fieldset#field_10_13 #input_10_13_6_container::after,
#gform_fields_14 fieldset#field_10_13 #input_10_15_6_container::after,
#gform_fields_14 fieldset#field_10_13 #input_14_13_6_container::after,
#gform_fields_14 fieldset#field_10_13 #input_14_15_6_container::after,
#gform_fields_14 fieldset#field_10_15 #input_1_13_6_container::after,
#gform_fields_14 fieldset#field_10_15 #input_1_15_6_container::after,
#gform_fields_14 fieldset#field_10_15 #input_10_13_6_container::after,
#gform_fields_14 fieldset#field_10_15 #input_10_15_6_container::after,
#gform_fields_14 fieldset#field_10_15 #input_14_13_6_container::after,
#gform_fields_14 fieldset#field_10_15 #input_14_15_6_container::after,
#gform_fields_14 fieldset#field_14_13 #input_1_13_6_container::after,
#gform_fields_14 fieldset#field_14_13 #input_1_15_6_container::after,
#gform_fields_14 fieldset#field_14_13 #input_10_13_6_container::after,
#gform_fields_14 fieldset#field_14_13 #input_10_15_6_container::after,
#gform_fields_14 fieldset#field_14_13 #input_14_13_6_container::after,
#gform_fields_14 fieldset#field_14_13 #input_14_15_6_container::after,
#gform_fields_14 fieldset#field_14_15 #input_1_13_6_container::after,
#gform_fields_14 fieldset#field_14_15 #input_1_15_6_container::after,
#gform_fields_14 fieldset#field_14_15 #input_10_13_6_container::after,
#gform_fields_14 fieldset#field_14_15 #input_10_15_6_container::after,
#gform_fields_14 fieldset#field_14_15 #input_14_13_6_container::after,
#gform_fields_14 fieldset#field_14_15 #input_14_15_6_container::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  position: absolute;
  right: 28px;
  top: 75%;
  transform: translate(0%, -50%);
}
#gform_fields_1 fieldset#field_1_13 #input_1_13_6,
#gform_fields_1 fieldset#field_1_13 #input_1_15_6,
#gform_fields_1 fieldset#field_1_13 #input_10_13_6,
#gform_fields_1 fieldset#field_1_13 #input_10_15_6,
#gform_fields_1 fieldset#field_1_13 #input_14_13_6,
#gform_fields_1 fieldset#field_1_13 #input_14_15_6, #gform_fields_1 fieldset#field_1_15 #input_1_13_6,
#gform_fields_1 fieldset#field_1_15 #input_1_15_6,
#gform_fields_1 fieldset#field_1_15 #input_10_13_6,
#gform_fields_1 fieldset#field_1_15 #input_10_15_6,
#gform_fields_1 fieldset#field_1_15 #input_14_13_6,
#gform_fields_1 fieldset#field_1_15 #input_14_15_6, #gform_fields_1 fieldset#field_10_13 #input_1_13_6,
#gform_fields_1 fieldset#field_10_13 #input_1_15_6,
#gform_fields_1 fieldset#field_10_13 #input_10_13_6,
#gform_fields_1 fieldset#field_10_13 #input_10_15_6,
#gform_fields_1 fieldset#field_10_13 #input_14_13_6,
#gform_fields_1 fieldset#field_10_13 #input_14_15_6, #gform_fields_1 fieldset#field_10_15 #input_1_13_6,
#gform_fields_1 fieldset#field_10_15 #input_1_15_6,
#gform_fields_1 fieldset#field_10_15 #input_10_13_6,
#gform_fields_1 fieldset#field_10_15 #input_10_15_6,
#gform_fields_1 fieldset#field_10_15 #input_14_13_6,
#gform_fields_1 fieldset#field_10_15 #input_14_15_6, #gform_fields_1 fieldset#field_14_13 #input_1_13_6,
#gform_fields_1 fieldset#field_14_13 #input_1_15_6,
#gform_fields_1 fieldset#field_14_13 #input_10_13_6,
#gform_fields_1 fieldset#field_14_13 #input_10_15_6,
#gform_fields_1 fieldset#field_14_13 #input_14_13_6,
#gform_fields_1 fieldset#field_14_13 #input_14_15_6, #gform_fields_1 fieldset#field_14_15 #input_1_13_6,
#gform_fields_1 fieldset#field_14_15 #input_1_15_6,
#gform_fields_1 fieldset#field_14_15 #input_10_13_6,
#gform_fields_1 fieldset#field_14_15 #input_10_15_6,
#gform_fields_1 fieldset#field_14_15 #input_14_13_6,
#gform_fields_1 fieldset#field_14_15 #input_14_15_6,
#gform_fields_10 fieldset#field_1_13 #input_1_13_6,
#gform_fields_10 fieldset#field_1_13 #input_1_15_6,
#gform_fields_10 fieldset#field_1_13 #input_10_13_6,
#gform_fields_10 fieldset#field_1_13 #input_10_15_6,
#gform_fields_10 fieldset#field_1_13 #input_14_13_6,
#gform_fields_10 fieldset#field_1_13 #input_14_15_6,
#gform_fields_10 fieldset#field_1_15 #input_1_13_6,
#gform_fields_10 fieldset#field_1_15 #input_1_15_6,
#gform_fields_10 fieldset#field_1_15 #input_10_13_6,
#gform_fields_10 fieldset#field_1_15 #input_10_15_6,
#gform_fields_10 fieldset#field_1_15 #input_14_13_6,
#gform_fields_10 fieldset#field_1_15 #input_14_15_6,
#gform_fields_10 fieldset#field_10_13 #input_1_13_6,
#gform_fields_10 fieldset#field_10_13 #input_1_15_6,
#gform_fields_10 fieldset#field_10_13 #input_10_13_6,
#gform_fields_10 fieldset#field_10_13 #input_10_15_6,
#gform_fields_10 fieldset#field_10_13 #input_14_13_6,
#gform_fields_10 fieldset#field_10_13 #input_14_15_6,
#gform_fields_10 fieldset#field_10_15 #input_1_13_6,
#gform_fields_10 fieldset#field_10_15 #input_1_15_6,
#gform_fields_10 fieldset#field_10_15 #input_10_13_6,
#gform_fields_10 fieldset#field_10_15 #input_10_15_6,
#gform_fields_10 fieldset#field_10_15 #input_14_13_6,
#gform_fields_10 fieldset#field_10_15 #input_14_15_6,
#gform_fields_10 fieldset#field_14_13 #input_1_13_6,
#gform_fields_10 fieldset#field_14_13 #input_1_15_6,
#gform_fields_10 fieldset#field_14_13 #input_10_13_6,
#gform_fields_10 fieldset#field_14_13 #input_10_15_6,
#gform_fields_10 fieldset#field_14_13 #input_14_13_6,
#gform_fields_10 fieldset#field_14_13 #input_14_15_6,
#gform_fields_10 fieldset#field_14_15 #input_1_13_6,
#gform_fields_10 fieldset#field_14_15 #input_1_15_6,
#gform_fields_10 fieldset#field_14_15 #input_10_13_6,
#gform_fields_10 fieldset#field_14_15 #input_10_15_6,
#gform_fields_10 fieldset#field_14_15 #input_14_13_6,
#gform_fields_10 fieldset#field_14_15 #input_14_15_6,
#gform_fields_14 fieldset#field_1_13 #input_1_13_6,
#gform_fields_14 fieldset#field_1_13 #input_1_15_6,
#gform_fields_14 fieldset#field_1_13 #input_10_13_6,
#gform_fields_14 fieldset#field_1_13 #input_10_15_6,
#gform_fields_14 fieldset#field_1_13 #input_14_13_6,
#gform_fields_14 fieldset#field_1_13 #input_14_15_6,
#gform_fields_14 fieldset#field_1_15 #input_1_13_6,
#gform_fields_14 fieldset#field_1_15 #input_1_15_6,
#gform_fields_14 fieldset#field_1_15 #input_10_13_6,
#gform_fields_14 fieldset#field_1_15 #input_10_15_6,
#gform_fields_14 fieldset#field_1_15 #input_14_13_6,
#gform_fields_14 fieldset#field_1_15 #input_14_15_6,
#gform_fields_14 fieldset#field_10_13 #input_1_13_6,
#gform_fields_14 fieldset#field_10_13 #input_1_15_6,
#gform_fields_14 fieldset#field_10_13 #input_10_13_6,
#gform_fields_14 fieldset#field_10_13 #input_10_15_6,
#gform_fields_14 fieldset#field_10_13 #input_14_13_6,
#gform_fields_14 fieldset#field_10_13 #input_14_15_6,
#gform_fields_14 fieldset#field_10_15 #input_1_13_6,
#gform_fields_14 fieldset#field_10_15 #input_1_15_6,
#gform_fields_14 fieldset#field_10_15 #input_10_13_6,
#gform_fields_14 fieldset#field_10_15 #input_10_15_6,
#gform_fields_14 fieldset#field_10_15 #input_14_13_6,
#gform_fields_14 fieldset#field_10_15 #input_14_15_6,
#gform_fields_14 fieldset#field_14_13 #input_1_13_6,
#gform_fields_14 fieldset#field_14_13 #input_1_15_6,
#gform_fields_14 fieldset#field_14_13 #input_10_13_6,
#gform_fields_14 fieldset#field_14_13 #input_10_15_6,
#gform_fields_14 fieldset#field_14_13 #input_14_13_6,
#gform_fields_14 fieldset#field_14_13 #input_14_15_6,
#gform_fields_14 fieldset#field_14_15 #input_1_13_6,
#gform_fields_14 fieldset#field_14_15 #input_1_15_6,
#gform_fields_14 fieldset#field_14_15 #input_10_13_6,
#gform_fields_14 fieldset#field_14_15 #input_10_15_6,
#gform_fields_14 fieldset#field_14_15 #input_14_13_6,
#gform_fields_14 fieldset#field_14_15 #input_14_15_6 {
  position: relative;
  left: 12px;
}
#gform_fields_1 fieldset .ginput_complex,
#gform_fields_10 fieldset .ginput_complex,
#gform_fields_14 fieldset .ginput_complex {
  display: flex;
  flex-wrap: wrap;
}
#gform_fields_1 fieldset span,
#gform_fields_10 fieldset span,
#gform_fields_14 fieldset span {
  flex: 0 0 50%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
#gform_fields_1 fieldset span input,
#gform_fields_10 fieldset span input,
#gform_fields_14 fieldset span input {
  margin: 0 12px;
}
#gform_fields_1 fieldset span select,
#gform_fields_10 fieldset span select,
#gform_fields_14 fieldset span select {
  max-width: 232px;
}
#gform_fields_1 .gfield_required,
#gform_fields_10 .gfield_required,
#gform_fields_14 .gfield_required {
  display: none;
}
#gform_fields_1 #field_submit,
#gform_fields_10 #field_submit,
#gform_fields_14 #field_submit {
  bottom: 0px;
  height: 50px;
}
#gform_fields_1 #field_submit input,
#gform_fields_10 #field_submit input,
#gform_fields_14 #field_submit input {
  line-height: 0px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 24px 12px;
  background: #F27B13;
}
#gform_fields_1 #field_submit input:hover,
#gform_fields_10 #field_submit input:hover,
#gform_fields_14 #field_submit input:hover {
  background-color: rgb(199.0361445783, 98.6746987952, 10.9638554217);
}

#gform_fields_10 #field_10_18 .gfield_checkbox .gchoice:nth-child(2) label::after {
  content: "Easily order by sheets with this unit.";
}
#gform_fields_10 #field_10_18 .gfield_checkbox .gchoice:nth-child(3) label::after {
  content: "A pack contains several sheets, different for each item.";
}
#gform_fields_10 #field_10_18 .gfield_checkbox .gchoice:nth-child(1) label::after {
  content: "With this ordering unit, you always know exactly how much you will get delivered.";
}

#gform_fields_14 #field_14_18 .gfield_checkbox .gchoice:nth-child(2) label::after {
  content: "Bestellen Sie einfach pro Blatt mit diesem Gerät.";
}
#gform_fields_14 #field_14_18 .gfield_checkbox .gchoice:nth-child(3) label::after {
  content: "Eine Packung enthält mehrere Blätter, die für jeden Artikel unterschiedlich sind.";
}
#gform_fields_14 #field_14_18 .gfield_checkbox .gchoice:nth-child(1) label::after {
  content: "Mit dieser Bestelleinheit wissen Sie immer genau, wie viel Sie geliefert bekommen.";
}

.gform_wrapper form {
  margin: 0 -12px;
}
.gform_wrapper form .gform_fields {
  display: flex;
  flex-wrap: wrap;
}
.gform_wrapper form .gform_fields .gfield--width-half,
.gform_wrapper form .gform_fields .gfield--width-full {
  padding: 0 12px;
  margin-bottom: 24px;
}
.gform_wrapper form .gform_fields .gfield--width-half p,
.gform_wrapper form .gform_fields .gfield--width-full p {
  margin-bottom: 6px;
  margin-top: 6px;
}
.gform_wrapper form .gform_fields .gfield--width-half {
  flex: 0 0 50%;
}
.gform_wrapper form .gform_fields .gfield--width-full {
  flex: 0 0 100%;
}
.gform_wrapper form .gform_fields input,
.gform_wrapper form .gform_fields textarea {
  width: 100%;
}
.gform_wrapper form .gform_fields .gfield_required {
  display: none;
}
.gform_wrapper form .gform_footer input {
  line-height: 0px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #F27B13;
  margin-left: 12px;
  transition: background ease 0.1s;
}
.gform_wrapper form .gform_footer input:hover {
  background: rgb(199.0361445783, 98.6746987952, 10.9638554217);
  color: #fff;
}
.gform_wrapper form .gform_footer p {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.gform_wrapper form .instruction {
  display: none;
}

#gform_wrapper_3 form {
  margin: 0 -12px;
}
#gform_wrapper_3 .gform_fields {
  display: flex;
  flex-wrap: wrap;
}
#gform_wrapper_3 p {
  margin: 0;
  padding: 0;
  line-height: 0;
}
#gform_wrapper_3 fieldset,
#gform_wrapper_3 .gfield--width-full {
  flex: 0 0 100%;
  max-width: 100%;
}
#gform_wrapper_3 .gfield--width-half {
  flex: 0 0 50%;
  max-width: 50%;
}
#gform_wrapper_3 .gfield--width-third {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
#gform_wrapper_3 .gfield {
  margin-bottom: 24px;
}
#gform_wrapper_3 input,
#gform_wrapper_3 textarea,
#gform_wrapper_3 select {
  width: 100%;
  background: #FFF;
  border-radius: 5px;
  color: #000;
  line-height: 1.8em;
  margin-top: 12px;
}
#gform_wrapper_3 input[type=checkbox] {
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0;
}
#gform_wrapper_3 .gfield:not(.gfield_contains_required) label::after {
  content: "(Optioneel)";
  display: inline-block;
  font-size: 12px;
  color: #FF0000;
  padding-left: 6px;
}
#gform_wrapper_3 .ginput_container {
  padding: 0 12px;
  display: flex;
}
#gform_wrapper_3 label {
  display: block;
  padding-left: 12px;
}
#gform_wrapper_3 .gfield_required {
  display: none;
  color: #FFF;
}
#gform_wrapper_3 fieldset {
  border: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
#gform_wrapper_3 fieldset legend {
  display: none;
  margin-left: 12px;
}
#gform_wrapper_3 fieldset .ginput_complex {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
#gform_wrapper_3 fieldset input,
#gform_wrapper_3 fieldset select {
  width: 100%;
  margin: 12px 12px 0 12px;
}
#gform_wrapper_3 fieldset p {
  margin: 0;
  flex: 0 0 50%;
  max-width: 50%;
  line-height: 0;
}
#gform_wrapper_3 fieldset p span {
  display: flex;
  flex-wrap: wrap;
}
#gform_wrapper_3 fieldset p label {
  margin-bottom: 12px;
}
#gform_wrapper_3 fieldset .ginput_full,
#gform_wrapper_3 fieldset .ginput_left,
#gform_wrapper_3 fieldset .ginput_right {
  margin: 0;
  flex: 0 0 50%;
  max-width: 50%;
  line-height: inherit;
  display: flex;
  flex-wrap: wrap;
}
#gform_wrapper_3 .ginput_container_checkbox .gchoice {
  display: flex;
  margin-top: 6px;
}
#gform_wrapper_3 .ginput_container_checkbox input {
  flex-shrink: 0;
}
#gform_wrapper_3 .gfield:not(.gfield_contains_required) .ginput_container label::after {
  content: unset;
}
#gform_wrapper_3 .gform_footer {
  margin: 0 12px;
}
#gform_wrapper_3 .gform_footer input {
  line-height: 0;
  background: #F27B13;
  color: #fff;
  border-radius: 0;
}
#gform_wrapper_3 .validation_message {
  padding-left: 12px;
  padding-top: 12px;
  color: #FF0000;
  display: block;
}
#gform_wrapper_3 .gfield_error input,
#gform_wrapper_3 .gfield_error textarea {
  border: 1px solid #FF0000;
}
#gform_wrapper_3 .gform_validation_errors,
#gform_wrapper_3 .instruction {
  display: none;
}
@media (max-width: 768px) {
  #gform_wrapper_3 .gfield--width-half {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #gform_wrapper_3 .gfield--width-third {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #gform_wrapper_3 fieldset p {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #gform_wrapper_3 fieldset p label {
    margin-top: 24px;
  }
}
#gform_wrapper_3 .gform_heading {
  margin-bottom: 24px;
}
#gform_wrapper_3 .ginput_container {
  padding-left: 0;
}
#gform_wrapper_3 .gfield_checkbox {
  margin-left: 12px;
}
#gform_wrapper_3 .gfield_checkbox .gchoice {
  margin-top: 14px;
  gap: 6px;
}
#gform_wrapper_3 .gfield_checkbox .gchoice input {
  margin-top: 2px;
}
#gform_wrapper_3 label {
  padding-left: 0;
}
#gform_wrapper_3 .gfield--type-name input {
  margin-left: 0;
}
#gform_wrapper_3 .gfield--type-name .name_first input {
  margin-right: 0px;
}
#gform_wrapper_3 .gfield--type-address label {
  padding-left: 12px;
}
#gform_wrapper_3 .gfield--type-address .ginput_complex {
  margin-right: 12px;
}
#gform_wrapper_3 .gfield--type-email .ginput_container_email {
  padding-right: 0;
}
#gform_wrapper_3 .gfield--type-consent .ginput_container {
  margin-left: 12px;
  gap: 12px;
}
#gform_wrapper_3 .gform_footer {
  margin-right: 24px;
}
#gform_wrapper_3 .gform_footer input {
  margin-left: 0;
}
#gform_wrapper_3 #field_3_7 legend,
#gform_wrapper_3 #field_3_8 legend,
#gform_wrapper_3 #field_3_9 legend {
  display: block;
  background: #F27B13;
  padding: 12px;
  margin-left: 12px;
  color: #fff;
}
#gform_wrapper_3 #field_3_7 legend:hover,
#gform_wrapper_3 #field_3_8 legend:hover,
#gform_wrapper_3 #field_3_9 legend:hover {
  cursor: pointer;
}
#gform_wrapper_3 #field_3_7 .gfield_checkbox,
#gform_wrapper_3 #field_3_8 .gfield_checkbox,
#gform_wrapper_3 #field_3_9 .gfield_checkbox {
  display: none;
}

#gform_wrapper_5 .gfield--type-address,
#gform_wrapper_5 .gfield--type-checkbox,
#gform_wrapper_7 .gfield--type-address,
#gform_wrapper_7 .gfield--type-checkbox,
#gform_wrapper_11 .gfield--type-address,
#gform_wrapper_11 .gfield--type-checkbox {
  border: none;
}
#gform_wrapper_5 .gfield--type-address .ginput_complex,
#gform_wrapper_5 .gfield--type-checkbox .ginput_complex,
#gform_wrapper_7 .gfield--type-address .ginput_complex,
#gform_wrapper_7 .gfield--type-checkbox .ginput_complex,
#gform_wrapper_11 .gfield--type-address .ginput_complex,
#gform_wrapper_11 .gfield--type-checkbox .ginput_complex {
  margin-right: 24px;
}
#gform_wrapper_5 .gfield--type-address .ginput_complex input,
#gform_wrapper_5 .gfield--type-checkbox .ginput_complex input,
#gform_wrapper_7 .gfield--type-address .ginput_complex input,
#gform_wrapper_7 .gfield--type-checkbox .ginput_complex input,
#gform_wrapper_11 .gfield--type-address .ginput_complex input,
#gform_wrapper_11 .gfield--type-checkbox .ginput_complex input {
  margin-top: 8px;
}
#gform_wrapper_5 .gfield--type-checkbox,
#gform_wrapper_7 .gfield--type-checkbox,
#gform_wrapper_11 .gfield--type-checkbox {
  width: unset;
}
#gform_wrapper_5 .gfield--type-checkbox .gchoice,
#gform_wrapper_7 .gfield--type-checkbox .gchoice,
#gform_wrapper_11 .gfield--type-checkbox .gchoice {
  display: flex;
  align-items: center;
  gap: 6px;
}
#gform_wrapper_5 .gfield--type-checkbox label,
#gform_wrapper_7 .gfield--type-checkbox label,
#gform_wrapper_11 .gfield--type-checkbox label {
  margin-top: 10px;
}
#gform_wrapper_5 .gfield--type-checkbox input,
#gform_wrapper_7 .gfield--type-checkbox input,
#gform_wrapper_11 .gfield--type-checkbox input {
  -webkit-appearance: checkbox;
  width: 24px;
  height: 24px;
  margin-top: 12px;
}
#gform_wrapper_5 .gfield--type-number,
#gform_wrapper_7 .gfield--type-number,
#gform_wrapper_11 .gfield--type-number {
  margin-right: 24px;
  width: 100%;
  margin-left: 18px;
  margin-bottom: 12px;
  margin-top: 12px;
}
#gform_wrapper_5 .gfield--type-number input,
#gform_wrapper_7 .gfield--type-number input,
#gform_wrapper_11 .gfield--type-number input {
  max-width: 200px;
}
#gform_wrapper_5 .gform_footer,
#gform_wrapper_7 .gform_footer,
#gform_wrapper_11 .gform_footer {
  margin-top: 24px;
}

.validation_message {
  color: #f00;
  padding-top: 12px;
}

.gform_validation_errors {
  display: none;
}

.woocommerce-form-login {
  width: 100%;
}
.woocommerce-form-login p {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-form-login label,
.woocommerce-form-login input {
  flex: 0 0 100%;
}
.woocommerce-form-login .password-input {
  flex: 0 0 100%;
}
.woocommerce-form-login .password-input input {
  width: 100%;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox {
  flex: unset;
  display: flex;
  align-items: center;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox input {
  width: 21px;
  height: 21px;
  padding: 0;
  margin-right: 12px;
  flex: unset;
}
.woocommerce-form-login button {
  flex: 0 0 100%;
  margin-top: 24px;
}

.woocommerce-ResetPassword .woocommerce-form-row--first {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
.woocommerce-ResetPassword .woocommerce-form-row--first label,
.woocommerce-ResetPassword .woocommerce-form-row--first input {
  flex: 0 0 100%;
}

.mail-header,
.phone-header {
  display: flex;
  height: 40px;
  color: #000;
  align-items: center;
  background: #eee;
  padding-left: 10px;
  padding-right: 10px;
  color: #000;
}
.mail-header:hover,
.phone-header:hover {
  background: #999;
  color: #000;
}
.mail-header svg,
.phone-header svg {
  height: 20px;
  margin: 10px 10px 10px 0;
  display: inline-block;
}

.pop-up-overlay {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(10px);
  z-index: 100;
}
.pop-up-overlay.active {
  display: block;
}

#not-logged-in-pop-up {
  position: absolute;
  top: calc(50% - 66.5px);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
  background: white;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.16);
  padding: 36px 48px;
  animation: bounce 0.5s;
  transition: transform 0.1s;
}
#not-logged-in-pop-up .close-pop-up {
  position: absolute;
  top: 2px;
  right: 10px;
  font-size: 20px;
}
#not-logged-in-pop-up .close-pop-up:hover {
  cursor: pointer;
}

.faq-container ul {
  list-style-type: none;
  padding: 0;
}
.faq-container ul .question-container {
  position: relative;
  margin-bottom: 12px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 12px;
  padding-right: 24px;
}
.faq-container ul .question-container::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  position: absolute;
  top: 10px;
  right: 0;
}
.faq-container ul .question-container:hover {
  cursor: pointer;
}
.faq-container ul .question-container:hover .question {
  color: #F27B13;
}
.faq-container ul .question-container:hover::after {
  border-top: 5px solid #F27B13;
}
.faq-container ul .answer {
  display: none;
}

.slick-slider {
  margin: 0 -12px;
}
.slick-slider.active .slick-prev {
  left: -8px;
}
.slick-slider.active .slick-next {
  right: -8px;
}
.slick-slider:hover {
  cursor: grab;
}

.slick-list {
  overflow: visible;
}

.slide {
  padding: 0 12px;
}

.slick-prev {
  background: #F27B13;
  border: none;
  width: 41px;
  height: 41px;
  border-top-left-radius: 4px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -30vw;
  top: 50%;
  z-index: 1;
  transform: translate(0%, -115%);
  transition: left 0.5s ease;
}
.slick-prev:hover {
  cursor: pointer;
}
.slick-prev svg {
  transform: rotate(180deg);
}
.slick-prev path {
  fill: #fff;
}

.slick-next {
  background: #F27B13;
  border: none;
  width: 41px;
  height: 41px;
  border-top-right-radius: 4px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -30vw;
  top: 50%;
  z-index: 1;
  transform: translate(0%, -115%);
  transition: right 0.5s ease;
}
.slick-next:hover {
  cursor: pointer;
}
.slick-next path {
  fill: #fff;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto;
  margin: 36px 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 1px solid #F27B13;
  outline: none;
  background: transparent;
  border-radius: 999px;
}
.slick-dots .slick-active button {
  background: #F27B13;
}

.megamenu {
  padding: 0;
}
.megamenu .container .row {
  justify-content: unset;
  align-items: unset;
}
.megamenu .container .row .menu-left {
  max-width: 260px;
  padding: 24px;
  background-color: #EEEEEE;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}
.megamenu .container .row .menu-left .menu-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.megamenu .container .row .menu-left .menu-items a {
  color: #000;
}
.megamenu .container .row .menu-left .menu-items a.active {
  color: #F27B13;
}
.megamenu .container .row .menu-left .menu-items a:hover {
  color: #F27B13;
}
.megamenu .container .row .menu-left .info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: sticky;
  left: 0;
  bottom: 20px;
}
.megamenu .container .row .menu-left .info-wrapper p {
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}
.megamenu .container .row .menu-left .info-wrapper a {
  text-decoration: underline;
}
.megamenu .container .row .menu-left .info-wrapper svg {
  display: none;
}
.megamenu .container .row .menu-right {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 260px);
  gap: 24px;
  padding: 40px;
}
.megamenu .container .row .menu-right .berocket_single_filter_widget {
  flex: calc(25% - 18px);
  max-width: calc(25% - 18px);
}
.megamenu .container .row .menu-right .bapf_sfilter:not(.bapf_divi_sfa) .bapf_body {
  display: block !important;
}
.megamenu .container .row .menu-right .bapf_sfilter:not(.bapf_divi_sfa) .bapf_head h3 i {
  display: none;
}
.megamenu .col-6:last-child {
  text-align: end;
}
.megamenu .col-3 {
  padding: 12px;
}
.megamenu a {
  position: relative;
}
.megamenu .image-container {
  border-radius: 4px;
}
.megamenu .content-container {
  position: absolute;
  left: 12px;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 80%;
  color: #fff;
}
.megamenu .amount {
  background: #F27B13;
  border-radius: 9999px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
}
.megamenu .product-button {
  position: absolute;
  right: -6px;
  bottom: -6px;
  width: 43px;
  height: 43px;
  background: white;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  z-index: 1;
  transition: all ease 0.25s;
}
.megamenu .product-button:hover {
  transform: translateY(-0.15em);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}
.megamenu .back-menu-container {
  display: none;
}

#page-loader {
  display: none;
  position: fixed;
  left: 0;
  top: 13px;
  width: 100vw;
  height: 100vh;
  z-index: 9;
  background: white;
  opacity: 0.9;
  align-items: center;
  justify-content: center;
}
#page-loader.active {
  display: flex;
}
#page-loader img {
  animation: rotate 1.5s linear infinite;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes bounce {
  30% {
    transform: scale(1.1);
  }
  60% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounce-1 {
  0%, 100% {
    transform-origin: top;
    /* Bovenkant als draaipunt */
    transform: rotate(0deg);
  }
  50% {
    transform-origin: top;
    /* Bovenkant als draaipunt */
    transform: rotate(1deg);
    /* Aanpassen van de hoek van de zwaaiing */
  }
}
.berocket_single_filter_widget {
  margin-bottom: 24px;
}
.berocket_single_filter_widget .bapf_srch .bapf_head {
  display: none;
}
.berocket_single_filter_widget .bapf_srch .fa.fa-search::before {
  color: #000;
}
.berocket_single_filter_widget .bapf_show_hide {
  font-size: 14px;
  text-decoration: underline;
  color: #F27B13;
}
.berocket_single_filter_widget .bapf_show_hide:hover {
  color: rgb(199.0361445783, 98.6746987952, 10.9638554217);
}
.berocket_single_filter_widget .bapf_ckbox_sqchck input[type=checkbox] {
  border: 1px solid #555;
}
.berocket_single_filter_widget .bapf_sfilter.reset-filters-btn .bapf_button {
  background: #F27B13;
  padding: 0px 12px;
  border-radius: 4px;
  color: #fff;
  border: unset;
  padding: 12px;
}
.berocket_single_filter_widget .bapf_sfilter.reset-filters-btn .bapf_button:hover {
  background: rgb(199.0361445783, 98.6746987952, 10.9638554217);
}
.berocket_single_filter_widget .bapf_sfilter .bapf_hascolarr:hover {
  cursor: pointer;
}
.berocket_single_filter_widget .bapf_sfilter .bapf_body ul {
  padding-bottom: 12px;
  padding-top: 6px;
  margin-left: -5px;
}
.berocket_single_filter_widget .bapf_sfilter .bapf_body ul li {
  display: flex;
  align-items: center;
}
.berocket_single_filter_widget .bapf_sfilter .bapf_body ul li input[type=checkbox] {
  width: 10px;
  height: 10px;
  margin-bottom: 5px;
  padding: 4px !important;
}
.berocket_single_filter_widget .bapf_sfilter .bapf_body ul li input[type=checkbox]:checked {
  border: 1px solid #F27B13;
}
.berocket_single_filter_widget .bapf_sfilter .bapf_body ul li input[type=checkbox]::after {
  display: none;
}
.berocket_single_filter_widget .bapf_sfilter .bapf_body ul li label,
.berocket_single_filter_widget .bapf_sfilter .bapf_body ul li span {
  font-size: 14px;
}
.berocket_single_filter_widget .bapf_sfilter .bapf_body ul li span {
  margin-left: auto;
}
.berocket_single_filter_widget .bapf_sfilter.bapf_srch.bapf_button_icon span.bapf_search {
  font-size: 18px;
}
.berocket_single_filter_widget .bapf_sfilter.bapf_srch.bapf_button_icon .bapf_input {
  font-size: 18px;
}
.berocket_single_filter_widget h3 {
  font-size: 18px;
  margin-bottom: 6px;
}
.berocket_single_filter_widget ul {
  padding: 0;
}
.berocket_single_filter_widget .bapf_ckbox_sqchck input[type=checkbox]::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 2px;
  left: 6px;
}
.berocket_single_filter_widget .irs-bar,
.berocket_single_filter_widget .irs-from,
.berocket_single_filter_widget .irs-to {
  background-color: #F27B13;
}
.berocket_single_filter_widget .irs-handle i:first-child {
  background-color: #F27B13;
}

.irs--bapf-flat .irs-from:before,
.irs--bapf-flat .irs-single:before,
.irs--bapf-flat .irs-to:before {
  border-top-color: #F27B13;
}

.irs--bapf-flat .irs-handle.state_hover > i:first-child,
.irs--bapf-flat .irs-handle:hover > i:first-child {
  background-color: rgb(199.0361445783, 98.6746987952, 10.9638554217);
}

.bapf_divi_sfa h3,
.divi_checkbox_class h3,
.divi_color_class h3,
.divi_image_class h3,
.divi_slider_class h3 {
  color: #000;
  font-weight: 500;
  border-bottom: unset;
  margin: 0;
  padding: 0;
  width: unset;
}

.bapf_divi_sfa .bapf_body {
  margin-top: 24px;
}
.bapf_divi_sfa .bapf_body ul {
  margin-top: 6px;
  margin-left: 0px;
}

#cart-pop-up-container {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  max-width: 250px;
  min-width: 250px;
  background: #fff;
  border-top-left-radius: 6px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}
#cart-pop-up-container .cart-popup-wrapper {
  display: none;
}
#cart-pop-up-container #cart-popup {
  display: flex;
  flex-wrap: wrap;
  padding: 6px 9px 0 9px;
  max-height: 50vh;
  overflow-y: scroll;
}
#cart-pop-up-container .sq-pop-up-item,
#cart-pop-up-container a {
  flex: 0 0 100%;
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid lightgrey;
  font-size: 12px;
  color: #000;
}
#cart-pop-up-container .sq-pop-up-item:hover,
#cart-pop-up-container a:hover {
  color: #F27B13;
}
#cart-pop-up-container .pop-up-eenheid {
  font-weight: 700;
}
#cart-pop-up-container button {
  background: #F27B13;
  color: #fff;
  width: 100%;
  border: 0;
  padding: 6px;
  border-top-left-radius: 6px;
}
#cart-pop-up-container button:hover {
  cursor: pointer;
  background: rgb(199.0361445783, 98.6746987952, 10.9638554217);
}

section[id*=header-1] {
  position: relative;
}
section[id*=header-1] h1 p {
  line-height: unset;
  margin: 0;
}
section[id*=header-1] .special {
  font-weight: 300;
}
section[id*=header-1] .perfection {
  font-weight: 500;
}
section[id*=header-1] .container-image {
  position: relative;
  top: -205px;
  z-index: -1;
  left: 8%;
}
section[id*=header-1] .container-image img {
  position: absolute;
  top: 132px;
  height: 584px;
  animation-name: bounce-1;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  width: auto;
}
section[id*=header-1] .container-image img.img-0 {
  right: 179px;
}
section[id*=header-1] .container-image img.img-1 {
  right: 277px;
}
section[id*=header-1] .container-image img.img-2 {
  right: 373px;
  animation-delay: 0.5s;
}
section[id*=header-1] .container-image img.img-3 {
  right: 458px;
  animation-delay: 0.75s;
}
section[id*=header-1] .container-image img.img-4 {
  right: 540px;
  animation-delay: 0.5s;
}
section[id*=header-1] .container-image img.img-5 {
  right: 640px;
  animation-delay: 0.25s;
}
section[id*=header-1] .container .button-container {
  max-width: 450px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
section[id*=header-1] .container .button-container .button-top-text {
  margin-bottom: 6px;
}
section[id*=header-1] .container .button-container .button-top-text:last-of-type {
  margin-top: 20px;
}
section[id*=header-1] .cta-container {
  padding: 12px 18px;
  box-shadow: 0 0 40px 6px rgba(0, 0, 0, 0.2);
  margin-top: 36px;
  background: #fff;
}
section[id*=header-1] .breadcrumb-container {
  margin: 36px 0;
}
section[id*=header-1] .breadcrumb-container a {
  color: #000;
  font-weight: 500;
}
section[id*=header-1] .breadcrumb-container a:hover {
  color: #F27B13;
}
section[id*=header-1] .content-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
section[id*=header-1] .content-container p {
  margin: 0;
}
section[id*=header-1] .content-container a {
  font-weight: 500;
  display: flex;
  align-items: center;
}
section[id*=header-1] .content-container a svg {
  padding-left: 12px;
  padding-top: 2px;
}
section[id*=header-1] .path-col {
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  padding-right: 0;
}
section[id*=header-1] .path-col .path-container {
  -webkit-clip-path: url(#header-clip);
  clip-path: url(#header-clip);
  stroke-linejoin: round;
}
section[id*=header-1] .path-col .path-container .image-container::before {
  padding-top: 100%;
}
section[id*=header-1] .path-col .path-container svg path {
  transform: scale(0.001);
}
section[id*=header-1] .btn-orange {
  margin-right: 24px;
}
section[id*=header-1] .link svg {
  transition: all 0.25s ease-in-out;
}
section[id*=header-1] .link:hover {
  color: #F27B13;
}
section[id*=header-1] .link:hover svg {
  animation: bounceright 0.3s alternate ease infinite;
}

section[id*=content-].align-right .row {
  flex-direction: row-reverse;
}
section[id*=content-].align-center .row {
  justify-content: center;
}

section[id*=content-1] {
  position: relative;
}
section[id*=content-1].background {
  padding-top: 500px;
  padding-bottom: 500px;
}
section[id*=content-1].background .background-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
  width: 110%;
  right: 0;
  max-height: 1600px;
  max-width: unset;
  -webkit-filter: drop-shadow(0px 0px 5px #222);
  filter: drop-shadow(0px 0px 5px #222);
}
section[id*=content-1].background .content-container-1 {
  background: white;
  padding: 55px 110px;
  border-radius: 6px;
}
section[id*=content-1].align-right .row {
  flex-direction: row-reverse;
}
section[id*=content-1].align-center .row {
  justify-content: center;
}
section[id*=content-1] .col-6:nth-child(2) {
  padding-left: 8.3333333333%;
}
section[id*=content-1] .col-6:nth-child(2) .content-container:nth-child(2) {
  margin-top: 72px;
}

.page-id-757 #page-container {
  padding-top: 61px;
}
@media (max-width: 992px) {
  .page-id-757 #page-container {
    padding-top: 105px;
  }
}
@media (max-width: 768px) {
  .page-id-757 #page-container {
    padding-top: 155px;
  }
}
.page-id-757 #page-footer {
  display: none;
}
.page-id-757 #mobile-menu {
  display: none;
}
.page-id-757 section[id*=content-1] .col-12 {
  padding-left: calc(8.3333333333% + 12px);
}

section[id*=content-2] .btn-orange {
  margin-right: 12px;
}
section[id*=content-2].background-enabled .container .row h1,
section[id*=content-2].background-enabled .container .row h2,
section[id*=content-2].background-enabled .container .row h3,
section[id*=content-2].background-enabled .container .row h4,
section[id*=content-2].background-enabled .container .row h5,
section[id*=content-2].background-enabled .container .row h6 {
  color: #fff;
}
section[id*=content-2].background-enabled .container .row {
  color: #fff;
}
section[id*=content-2].background-enabled .background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section[id*=content-2].background-enabled .background svg {
  height: 50%;
  width: 100%;
}
section[id*=content-2].background-enabled .background svg:last-of-type {
  position: relative;
  bottom: -5px;
  margin-top: 90px;
}
section[id*=content-2].background-enabled .background svg:last-of-type path {
  fill: #fff;
}
section[id*=content-2].background-enabled .background .row .col-12 {
  margin-bottom: 24px;
}
section[id*=content-2].background-enabled:not(.background-swirl) .background {
  padding-top: 200px;
  padding-bottom: 200px;
}
section[id*=content-2].is-style-afbeelding_positie_links .image-container img {
  object-position: left;
}
section[id*=content-2].is-style-afbeelding_positie_rechts .image-container img {
  object-position: right;
}
section[id*=content-2].text_full_width.align-text-center .row {
  justify-content: center;
}
section[id*=content-2].text_full_width .button-container {
  margin-top: 24px;
}
section[id*=content-2].text_full_width .button-container a {
  margin-right: 12px;
}
section[id*=content-2].image {
  position: relative;
  overflow: hidden;
}
section[id*=content-2].image.image-swirl-main {
  padding-top: 180px;
  padding-bottom: 3vh;
  margin-top: 72px;
  margin-bottom: 72px;
}
section[id*=content-2].image.image-swirl-main .container .row .second-col.image-swirl {
  transform: unset;
  top: 0;
}
section[id*=content-2].image:not(.image-swirl-main) .image-container img {
  border-radius: 30px;
}
section[id*=content-2].image .row {
  align-items: center;
}
section[id*=content-2].image .image-container {
  margin-left: 16.6666666667%;
}
section[id*=content-2].image.align-right:not(.image-swirl-main) .image-container {
  margin-right: 16.6666666667%;
  margin-left: 0;
}
section[id*=content-2].image.align-right .container .row .second-col.image-swirl {
  left: 0;
  padding-right: 95px;
  padding-left: 0;
}
section[id*=content-2].image.align-right .container .row .second-col.image-swirl svg {
  top: -1px;
  left: unset;
  right: 94px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
section[id*=content-2].image .container .row .first-col {
  z-index: 3;
}
section[id*=content-2].image .container .row .second-col:not(.image-swirl).image-contain .image-container img {
  height: unset;
  top: 50%;
  bottom: 50%;
  transform: translate(0%, -50%);
}
section[id*=content-2].image .container .row .second-col.image-swirl {
  position: absolute;
  width: 100%;
  right: 0;
  top: 50%;
  padding-right: 0;
  padding-left: 95px;
  transform: translate(0%, -50%);
}
section[id*=content-2].image .container .row .second-col.image-swirl .image-container {
  margin-left: 0;
}
section[id*=content-2].image .container .row .second-col.image-swirl svg {
  position: absolute;
  left: 94px;
  top: 0px;
  z-index: 1;
  height: 101%;
}
section[id*=content-2].image .container .row .second-col.image-swirl svg path {
  fill: #fff;
}
section[id*=content-2] .calendly_widgets_wrapper .default_calendly_placeholder {
  background-color: #dfe0e2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  border: 3px solid #F27B13;
  cursor: pointer;
  text-align: center;
}
section[id*=content-2] .calendly_widgets_wrapper .default_calendly_placeholder:hover {
  background-color: #f0f0f0;
}
section[id*=content-2] .calendly_widgets_wrapper .default_calendly_placeholder svg {
  width: 40%;
  height: auto;
}
section[id*=content-2] .calendly_widgets_wrapper .calendly_widget {
  display: none;
}
section[id*=content-2].align-text-center .calendly_options .calendly_options_buttons {
  justify-content: center;
}
section[id*=content-2] #planner {
  scroll-margin-top: 120px;
}
section[id*=content-2] .calendly_options {
  margin-bottom: 34px;
}
section[id*=content-2] .calendly_options .calendly_options_buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}
section[id*=content-2] .calendly_options .calendly_options_buttons p {
  margin: 0;
}
section[id*=content-2] .col-4 .btn-orange:first-of-type {
  margin-right: 36px;
}

section[id*=product-slider] .row,
.section-product-slider .row {
  justify-content: center;
  text-align: center;
}
section[id*=product-slider] .col-12,
.section-product-slider .col-12 {
  margin-bottom: 24px;
}
section[id*=product-slider] .product a,
.section-product-slider .product a {
  position: relative;
}
section[id*=product-slider] .product .image-container::before,
.section-product-slider .product .image-container::before {
  padding-top: 88.66%;
}
section[id*=product-slider] .product img,
.section-product-slider .product img {
  border-radius: 6px;
}
section[id*=product-slider] .product a,
.section-product-slider .product a {
  display: block;
}
section[id*=product-slider] .product .content-container,
.section-product-slider .product .content-container {
  display: flex;
  flex-wrap: wrap;
  color: white;
  justify-content: space-between;
  position: absolute;
  bottom: 12px;
  left: 24px;
  width: 70%;
  z-index: 1;
}
section[id*=product-slider] .product .content-container h5,
.section-product-slider .product .content-container h5 {
  flex: 0 0 100%;
  color: #fff;
  padding-bottom: 12px;
  font-size: 18px;
}
section[id*=product-slider] .product .content-container .shoe-icon,
.section-product-slider .product .content-container .shoe-icon {
  width: 32px;
}
section[id*=product-slider] .product .content-container .shoe-icon.voeringleer,
.section-product-slider .product .content-container .shoe-icon.voeringleer {
  width: 36px;
}
section[id*=product-slider] .product .product-button,
.section-product-slider .product .product-button {
  position: absolute;
  right: -6px;
  bottom: -6px;
  width: 43px;
  height: 43px;
  background: white;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  z-index: 1;
  transition: all ease 0.25s;
}
section[id*=product-slider] .product .product-button:hover,
.section-product-slider .product .product-button:hover {
  transform: translateY(-0.15em);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}

.section-cards article {
  display: flex;
}
.section-cards article a {
  text-decoration: none;
  color: #000;
  display: flex;
  flex-direction: column;
  font-weight: 400;
}
.section-cards article a h2,
.section-cards article a h3,
.section-cards article a h4 {
  margin-bottom: 0;
  margin-top: 24px;
  color: #000;
}
.section-cards article a p {
  flex: 1;
}
.section-cards article a:hover b {
  color: #f00;
}

section[id*=images] .col-12.top img {
  object-position: top;
}
section[id*=images] .col-12.bottom img {
  object-position: bottom;
}
section[id*=images] .col-12 .image-container::before {
  padding-top: 33.33%;
}
section[id*=images] .image-slider .image-container::before {
  padding-top: 56.66%;
}

section[id*=usp] .row {
  align-items: center;
}
section[id*=usp] .row .col-6 .title {
  margin-bottom: 28px;
  padding-left: 40px;
}
section[id*=usp] .row .col-6 .text {
  margin-top: 28px;
  padding-left: 40px;
  max-width: 80%;
}
section[id*=usp] .row .col-6 .btn-orange {
  margin-left: 40px;
  margin-bottom: 28px;
}
section[id*=usp] .col-6:nth-child(2) {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -48px;
  position: relative;
  z-index: -1;
}
section[id*=usp] .image-container {
  border-radius: 999px;
  width: 100%;
  height: 100%;
}
section[id*=usp] .image-container::before {
  padding-top: 100%;
}
section[id*=usp] img {
  margin-bottom: 24px;
}
section[id*=usp]:not(.full-width) li {
  margin-bottom: 24px;
}
section[id*=usp].full-width {
  padding: 24px 0px 24px 0px;
}
section[id*=usp].full-width .usp-container ul {
  display: flex;
  justify-content: space-around;
  padding-left: 0;
  flex-wrap: wrap;
  gap: 12px;
}
section[id*=usp] ul {
  list-style-type: none;
}
section[id*=usp] li {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  display: flex;
}
section[id*=usp] li svg {
  padding-right: 18px;
  margin-top: 8px;
}
section[id*=usp] .signature {
  padding-left: 65px;
}

section[id*=quicklist-page] .col-3 {
  position: sticky;
  top: 128px;
  height: 100%;
}
section[id*=quicklist-page] .col-3 .h5 {
  margin-top: 12px;
  margin-bottom: 26px;
}
section[id*=quicklist-page] .products {
  margin: 0;
  padding: 0;
}
section[id*=quicklist-page] .products .product {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 100%;
  max-width: 100%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 0 12px;
  margin-bottom: 24px;
  position: relative;
}
section[id*=quicklist-page] .products .product a:nth-child(1) {
  position: relative !important;
}
section[id*=quicklist-page] .products .product .sq-product-link {
  display: flex;
  flex-direction: unset;
  align-items: center;
  flex-wrap: wrap;
  flex: 0 0 50%;
  justify-content: space-between;
}
section[id*=quicklist-page] .products .product .img-container {
  display: none;
}
section[id*=quicklist-page] .products .product img {
  width: 26px;
  height: 26px;
  order: -1;
}
section[id*=quicklist-page] .products .product .content-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #000;
  position: unset;
  padding-left: 12px;
  align-items: center;
  width: 90%;
}
section[id*=quicklist-page] .products .product .content-container h5 {
  color: #000;
  flex: unset;
  padding: 0;
  font-size: 16px;
  flex: 3;
}
section[id*=quicklist-page] .products .product .content-container span {
  flex: 1;
  white-space: nowrap;
  padding-right: 6px;
}
section[id*=quicklist-page] .products .product .content-container .shoe-icon {
  max-width: 32px;
}
section[id*=quicklist-page] .products .product .content-container .shoe-icon.voeringleer {
  width: 36px;
}
section[id*=quicklist-page] .products .product .content-container path {
  fill: #000;
}
section[id*=quicklist-page] .products .product .price-container {
  flex: 0 0 20%;
  display: flex;
  justify-content: center;
  white-space: nowrap;
}
section[id*=quicklist-page] .products .product .amount-container {
  display: flex;
  flex: 0 0 50%;
  justify-content: space-between;
  align-items: center;
}
section[id*=quicklist-page] .products .product .amount-container .select-wrapper {
  padding-right: 24px;
}
section[id*=quicklist-page] .products .product .amount-container .select-wrapper::after {
  right: 32px;
  z-index: 1;
}
section[id*=quicklist-page] .products .product .amount-container .select-wrapper #order_choice {
  width: 116px;
}
section[id*=quicklist-page] .products .product .product-button {
  display: none;
}

.filter-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.filter-container .sq-search-bar .wp-block-search__label,
.filter-container .sq-ordering .wp-block-search__label {
  display: none;
}
.filter-container .sq-product-sku-search {
  position: relative;
}
.filter-container .sq-product-sku-search::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  height: 40px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("https://maasleder.thesequel.nl/wp-content/themes/sq-theme/assets/images/search.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.filter-container .sq-product-sku-search input {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #000;
}
.filter-container .sq-product-sku-search button {
  width: 0;
  height: 0;
  border: none;
  background: none;
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  z-index: 2;
}
.filter-container .sq-product-sku-search button:hover {
  cursor: pointer;
}
.filter-container .sq-ordering {
  position: relative;
}
.filter-container .sq-ordering::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #8B8B8B;
  position: absolute;
  right: 3px;
  top: 18px;
}
.filter-container .sq-ordering .label-order-by {
  color: #000;
  font-weight: 500;
}
.filter-container .sq-ordering .orderby {
  border-radius: 4px;
  border: none;
  background: #EEEEEE;
  color: #8B8B8B;
}
.filter-container .button-container {
  position: relative;
}
.filter-container .button-container .btn-orange-border {
  background: none;
  color: #F27B13;
  font-weight: 500;
  padding: 0;
}
.filter-container .button-container .overview {
  display: block;
}
.filter-container .button-container .overview rect {
  fill: #F27B13;
}
.filter-container .button-container .icon-container {
  position: absolute;
  right: 12px;
  top: 16px;
}

.section-vacature-overzicht .col-4:nth-child(n+4) {
  margin-top: 48px;
}
.section-vacature-overzicht .image-container {
  border-radius: 6px;
}
.section-vacature-overzicht p {
  color: #000;
}
.section-vacature-overzicht p:hover {
  color: #000;
}
.section-vacature-overzicht .h4 {
  margin-top: 1em;
}

section[id*=video] {
  padding: 0;
}
section[id*=video] .container .row .col-12 .video-container {
  max-height: 430px;
}

section[id*=collection] {
  padding-bottom: 0px !important;
}
section[id*=collection]:not(.parameter-collection) .image-overlay {
  position: fixed;
  left: -8px;
  top: 118px;
  width: calc(100vw + 8px);
  height: 50vh;
  z-index: -1;
}
section[id*=collection]:not(.parameter-collection) .image-overlay img {
  max-width: none;
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
}
section[id*=collection].parameter-collection {
  padding-top: 0;
}
section[id*=collection].parameter-collection .background {
  height: calc(100vh - 150px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-end;
}
section[id*=collection].parameter-collection .background .collection-info-container {
  margin: 120px 0 120px 0;
}
section[id*=collection].parameter-collection .background .collection-info-container h1 {
  margin-bottom: 18px;
}
section[id*=collection].parameter-collection .background .collection-info-container .collection-info {
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.8);
  min-width: 400px;
}
section[id*=collection].parameter-collection .background .collection-info-container .collection-info a {
  margin: 14px 0 0 0;
  font-size: 24px;
  display: flex;
  justify-content: center;
}
section[id*=collection].parameter-collection .background .collection-info-container .collection-info table {
  width: 100%;
}
section[id*=collection].parameter-collection .background .collection-info-container .collection-info table tr td:first-of-type {
  font-weight: bold;
}
section[id*=collection].parameter-collection .background .collection-info-container .back-btn a {
  display: inline-block;
  box-sizing: border-box;
  background: #2d2d2e;
  color: #fff;
  margin: 0;
  padding: 6px 10px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  max-width: 170px;
}
section[id*=collection] .container .row {
  row-gap: 24px;
}
section[id*=collection] .container .row .col-12 {
  margin-bottom: 16px;
}
section[id*=collection] .container .row .col-12 h1,
section[id*=collection] .container .row .col-12 h2,
section[id*=collection] .container .row .col-12 h3,
section[id*=collection] .container .row .col-12 h4,
section[id*=collection] .container .row .col-12 h5,
section[id*=collection] .container .row .col-12 h6 {
  color: #fff;
}
section[id*=collection] .container .row .col-12 {
  color: #fff;
}
section[id*=collection] .container .row .col-12 .title-content {
  max-width: 70%;
}
section[id*=collection] .container .row .term {
  position: relative;
}
section[id*=collection] .container .row .term .image-container-big {
  transition: all 0.25s ease-in;
  position: fixed;
  width: 100vw;
  left: 0;
  z-index: -2;
  opacity: 0;
  height: 50vh;
  top: 118px;
  overflow: hidden;
}
section[id*=collection] .container .row .term .image-container-big.active {
  opacity: 1;
}
section[id*=collection] .container .row .term a .collection-name {
  position: absolute;
  bottom: 25px;
  left: 25px;
  font-size: 24px;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
}
section[id*=collection] .container .row .term a .image-container {
  border-radius: 5px;
}
section[id*=collection] .container .row .term a .collection-button {
  position: absolute;
  right: 100%;
  left: 85%;
  bottom: -6px;
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  z-index: 1;
  border-radius: 18px 5px 18px 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

section[id^=news-letter] form {
  width: 100%;
}
section[id^=news-letter] header {
  text-align: center;
  font-size: 24px;
  margin-bottom: 24px;
}
section[id^=news-letter] .form-body {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
section[id^=news-letter] .form-body .mc-field-group {
  flex: 0 0 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 6px;
}
section[id^=news-letter] .form-body .mc-field-group .asterisk {
  display: none;
}
section[id^=news-letter] .form-body .mc-field-group .email {
  flex: 0 0 100%;
}
section[id^=news-letter] .form-body input[type=submit] {
  line-height: unset;
  margin-left: 36px;
}

@media (max-width: 1400px) {
  .container,
  .container-xxl {
    max-width: 1140px;
  }
  #page-header #header-custom .usp-container ul li {
    padding-right: 12px;
  }
  #page-header #header-bottom .col:nth-child(1) {
    flex: 0 0 88%;
  }
  #page-header #header-bottom .col:nth-child(2),
  #page-header #header-bottom .col:nth-child(3) {
    flex: 0 0 6%;
  }
  #gform_fields_1,
  #gform_fields_10,
  #gform_fields_14 {
    grid-template-columns: 1fr 2fr;
  }
  #gform_fields_1 fieldset span select,
  #gform_fields_10 fieldset span select,
  #gform_fields_14 fieldset span select {
    max-width: 304px;
  }
  section[id*=header-1] .container-image {
    right: -206px;
    left: unset;
  }
  section[id*=header-1] .container-image img {
    height: 565px;
  }
  section[id*=content-1].background {
    padding-top: 360px;
    padding-bottom: 360px;
  }
  section[id*=content-1].background .background-image {
    width: 130%;
  }
  section[id*=content-1].background .content-container-1 {
    padding: 24px 48px;
  }
  section[id*=content-2].background {
    position: relative;
    padding-top: 360px;
    padding-bottom: 360px;
  }
  section[id*=content-2].image.image-swirl-main {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  section[id*=content-2].image.image-swirl-main:not(.align-right) .container .row .second-col.image-swirl {
    padding-left: 34px;
  }
  section[id*=content-2].image.image-swirl-main:not(.align-right) .container .row .second-col.image-swirl svg {
    left: 32px;
  }
  section[id*=content-2].image .container .row .first-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  section[id*=content-2].image .container .row .second-col.image-swirl {
    flex: 0 0 50%;
    max-width: 50%;
  }
  section[id*=content-2].image .container .row .second-col.image-swirl svg {
    top: -1px;
  }
  body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details {
    margin-top: 52px;
  }
  body.woocommerce-order-received .woocommerce .section-thank-you .bottom-background-image {
    bottom: -1020px;
  }
  .woocommerce-order-details section,
  .woocommerce-customer-details section {
    background-color: #fff;
    padding: 24px;
    border-radius: 10px;
  }
}
@media (max-width: 1200px) {
  .container,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 960px;
  }
  #page-header #header-top .col:nth-child(2) {
    width: 200px;
  }
  #page-header #header-custom .row {
    background: black;
    margin-left: 12px;
  }
  #page-header #header-custom .usp-container ul li {
    font-size: 14px;
  }
  #page-header #header-bottom .col:nth-child(1) {
    flex: 0 0 87%;
  }
  #page-header #header-bottom .col:nth-child(2),
  #page-header #header-bottom .col:nth-child(3) {
    flex: 0 0 6%;
  }
  #page-footer .col-3:nth-child(1) {
    display: none;
  }
  #page-footer .col-3 {
    flex: 0 0 33.3333333333%;
  }
  #page-footer #top-footer::after {
    transform: translateY(0);
  }
  #page-footer #top-footer .footer-background-image {
    bottom: 100%;
  }
  .woocommerce-form-login {
    width: 100%;
  }
  #gform_fields_1 fieldset span select,
  #gform_fields_10 fieldset span select,
  #gform_fields_14 fieldset span select {
    max-width: 218px;
  }
  #gform_fields_1,
  #gform_fields_10,
  #gform_fields_14 {
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: unset;
  }
  #gform_fields_1 fieldset span select,
  #gform_fields_10 fieldset span select,
  #gform_fields_14 fieldset span select {
    max-width: unset;
    margin-right: 24px;
  }
  #gform_fields_1 fieldset#field_1_13 label, #gform_fields_1 fieldset#field_1_15 label, #gform_fields_1 fieldset#field_10_13 label, #gform_fields_1 fieldset#field_10_15 label, #gform_fields_1 fieldset#field_14_13 label, #gform_fields_1 fieldset#field_14_15 label,
  #gform_fields_10 fieldset#field_1_13 label,
  #gform_fields_10 fieldset#field_1_15 label,
  #gform_fields_10 fieldset#field_10_13 label,
  #gform_fields_10 fieldset#field_10_15 label,
  #gform_fields_10 fieldset#field_14_13 label,
  #gform_fields_10 fieldset#field_14_15 label,
  #gform_fields_14 fieldset#field_1_13 label,
  #gform_fields_14 fieldset#field_1_15 label,
  #gform_fields_14 fieldset#field_10_13 label,
  #gform_fields_14 fieldset#field_10_15 label,
  #gform_fields_14 fieldset#field_14_13 label,
  #gform_fields_14 fieldset#field_14_15 label {
    padding-bottom: 12px;
  }
  #gform_fields_1 #field_1_1,
  #gform_fields_1 #field_1_3,
  #gform_fields_1 #field_1_19,
  #gform_fields_1 #field_1_4,
  #gform_fields_1 #field_1_2,
  #gform_fields_1 #field_1_20,
  #gform_fields_1 #field_1_6,
  #gform_fields_1 #field_1_15,
  #gform_fields_1 #field_1_16,
  #gform_fields_1 #field_1_14,
  #gform_fields_1 #field_1_13,
  #gform_fields_1 #field_10_1,
  #gform_fields_1 #field_10_3,
  #gform_fields_1 #field_10_19,
  #gform_fields_1 #field_10_4,
  #gform_fields_1 #field_10_2,
  #gform_fields_1 #field_10_20,
  #gform_fields_1 #field_10_6,
  #gform_fields_1 #field_10_15,
  #gform_fields_1 #field_10_16,
  #gform_fields_1 #field_10_14,
  #gform_fields_1 #field_10_13,
  #gform_fields_1 #field_14_1,
  #gform_fields_1 #field_14_3,
  #gform_fields_1 #field_14_19,
  #gform_fields_1 #field_14_4,
  #gform_fields_1 #field_14_2,
  #gform_fields_1 #field_14_20,
  #gform_fields_1 #field_14_6,
  #gform_fields_1 #field_14_15,
  #gform_fields_1 #field_14_16,
  #gform_fields_1 #field_14_14,
  #gform_fields_1 #field_14_13,
  #gform_fields_10 #field_1_1,
  #gform_fields_10 #field_1_3,
  #gform_fields_10 #field_1_19,
  #gform_fields_10 #field_1_4,
  #gform_fields_10 #field_1_2,
  #gform_fields_10 #field_1_20,
  #gform_fields_10 #field_1_6,
  #gform_fields_10 #field_1_15,
  #gform_fields_10 #field_1_16,
  #gform_fields_10 #field_1_14,
  #gform_fields_10 #field_1_13,
  #gform_fields_10 #field_10_1,
  #gform_fields_10 #field_10_3,
  #gform_fields_10 #field_10_19,
  #gform_fields_10 #field_10_4,
  #gform_fields_10 #field_10_2,
  #gform_fields_10 #field_10_20,
  #gform_fields_10 #field_10_6,
  #gform_fields_10 #field_10_15,
  #gform_fields_10 #field_10_16,
  #gform_fields_10 #field_10_14,
  #gform_fields_10 #field_10_13,
  #gform_fields_10 #field_14_1,
  #gform_fields_10 #field_14_3,
  #gform_fields_10 #field_14_19,
  #gform_fields_10 #field_14_4,
  #gform_fields_10 #field_14_2,
  #gform_fields_10 #field_14_20,
  #gform_fields_10 #field_14_6,
  #gform_fields_10 #field_14_15,
  #gform_fields_10 #field_14_16,
  #gform_fields_10 #field_14_14,
  #gform_fields_10 #field_14_13,
  #gform_fields_14 #field_1_1,
  #gform_fields_14 #field_1_3,
  #gform_fields_14 #field_1_19,
  #gform_fields_14 #field_1_4,
  #gform_fields_14 #field_1_2,
  #gform_fields_14 #field_1_20,
  #gform_fields_14 #field_1_6,
  #gform_fields_14 #field_1_15,
  #gform_fields_14 #field_1_16,
  #gform_fields_14 #field_1_14,
  #gform_fields_14 #field_1_13,
  #gform_fields_14 #field_10_1,
  #gform_fields_14 #field_10_3,
  #gform_fields_14 #field_10_19,
  #gform_fields_14 #field_10_4,
  #gform_fields_14 #field_10_2,
  #gform_fields_14 #field_10_20,
  #gform_fields_14 #field_10_6,
  #gform_fields_14 #field_10_15,
  #gform_fields_14 #field_10_16,
  #gform_fields_14 #field_10_14,
  #gform_fields_14 #field_10_13,
  #gform_fields_14 #field_14_1,
  #gform_fields_14 #field_14_3,
  #gform_fields_14 #field_14_19,
  #gform_fields_14 #field_14_4,
  #gform_fields_14 #field_14_2,
  #gform_fields_14 #field_14_20,
  #gform_fields_14 #field_14_6,
  #gform_fields_14 #field_14_15,
  #gform_fields_14 #field_14_16,
  #gform_fields_14 #field_14_14,
  #gform_fields_14 #field_14_13 {
    flex: 0 0 100%;
  }
  #gform_fields_1 #field_1_18,
  #gform_fields_1 #field_10_18,
  #gform_fields_1 #field_14_18,
  #gform_fields_10 #field_1_18,
  #gform_fields_10 #field_10_18,
  #gform_fields_10 #field_14_18,
  #gform_fields_14 #field_1_18,
  #gform_fields_14 #field_10_18,
  #gform_fields_14 #field_14_18 {
    margin: 0 12px;
    flex: 100%;
    max-width: 100%;
  }
  #gform_fields_1 #field_1_18 .gchoice,
  #gform_fields_1 #field_10_18 .gchoice,
  #gform_fields_1 #field_14_18 .gchoice,
  #gform_fields_10 #field_1_18 .gchoice,
  #gform_fields_10 #field_10_18 .gchoice,
  #gform_fields_10 #field_14_18 .gchoice,
  #gform_fields_14 #field_1_18 .gchoice,
  #gform_fields_14 #field_10_18 .gchoice,
  #gform_fields_14 #field_14_18 .gchoice {
    padding: 12px;
  }
  #gform_fields_1 #field_submit,
  #gform_fields_10 #field_submit,
  #gform_fields_14 #field_submit {
    bottom: 80px;
    left: 12px;
    width: 100%;
  }
  #gform_2,
  #gform_8 {
    margin: 0 -12px;
  }
  #gform_2 #gform_fields_2 .gfield--width-half,
  #gform_8 #gform_fields_2 .gfield--width-half {
    flex: 0 0 100%;
  }
  section[id*=header-1] .container-image {
    right: -346px;
  }
  section[id*=header-1] .container-image img .img-4 {
    right: 542px;
  }
  section[id*=header-1] .container-image img .img-3 {
    right: 458px;
  }
  section[id*=header-1] .container-image img .img-2 {
    right: 347px;
  }
  section[id*=header-1] .container-image img .img-1 {
    right: 274px;
  }
  section[id*=header-1] .container-image img .img-0 {
    display: none;
  }
  section[id*=header-1] .button-container a {
    margin-top: 12px;
  }
  section[id*=content-1].background {
    padding-top: 144px;
    padding-bottom: 144px;
  }
  .page-id-757 #page-container {
    padding-top: 61px;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .page-id-757 #page-container {
    padding-top: 105px;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .page-id-757 #page-container {
    padding-top: 155px;
  }
}
@media (max-width: 1200px) {
  .page-id-757 #page-footer {
    display: none;
  }
  .page-id-757 #mobile-menu {
    display: none;
  }
  .page-id-757 section[id*=content-1] .col-12 {
    padding-left: 12px;
  }
  section[id*=content-2].background {
    position: relative;
    padding-top: 216px;
    padding-bottom: 216px;
  }
  section[id*=content-2].background-enabled:not(.background-swirl) .background {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  section[id*=usp] .col-6:nth-child(1) {
    padding-left: 12px;
  }
  section[id*=usp] .col-6:nth-child(2) {
    margin-left: 0;
  }
  .label-order-by {
    display: none;
  }
  body.woocommerce-order-received .woocommerce .col-12 {
    padding-left: 12px;
  }
  body.woocommerce-order-received .woocommerce .section-thank-you .container .container-image {
    display: none;
  }
  body.woocommerce-order-received .woocommerce .section-thank-you .bottom-background-image {
    bottom: -865px;
  }
  body.woocommerce-order-received .woocommerce .woocommerce-order > p.woocommerce-notice {
    font-size: 42px;
  }
  .section-vacature-overzicht .col-4:nth-child(n+3) {
    margin-top: 48px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  section[id*=collection] .container .row {
    flex-wrap: wrap;
  }
  section[id*=collection] .container .row .term {
    max-width: 33.333333%;
    flex: 33.3333333%;
  }
  .megamenu .container .row .menu-right .berocket_single_filter_widget {
    flex: calc(33.333333% - 18px);
    max-width: calc(33.333333% - 18px);
  }
}
@media (max-width: 992px) {
  .container,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 720px;
  }
  #page-container {
    padding-top: 64px;
  }
  #page-header #header-top .col:nth-child(1) img {
    width: 150px;
  }
  #page-header #header-top .col:nth-child(2) {
    display: block;
    width: 180px;
  }
  #page-header #header-custom .container {
    max-width: 100%;
    padding: 0;
  }
  #page-header #header-custom .row {
    margin: 0;
    padding-top: 12px;
    justify-content: flex-start;
  }
  #page-header #header-custom .usp-container ul {
    padding-left: 12px;
    flex-wrap: wrap;
  }
  #page-header #header-bottom .container {
    max-width: 100%;
  }
  #page-header #header-bottom .col:last-child.active {
    top: 63px;
  }
  #page-header #header-top,
  #page-header #header-center {
    display: none;
  }
  #page-header #header-top .menu li a,
  #page-header #header-center .menu li a,
  #page-header #header-bottom .menu li a {
    padding: 3px 6px;
  }
  #page-header #header-bottom .col:nth-child(1) {
    flex: 0 0 91%;
  }
  #page-header #header-bottom .col:nth-child(1) .menu .assortiment a {
    padding: 3px 6px;
  }
  #page-header #header-bottom .col:nth-child(1),
  #page-header #header-bottom .col:nth-child(2) {
    display: none;
  }
  #page-header #header-bottom .col:last-child {
    top: 63px;
    z-index: 9999;
    margin: 0;
    padding: 0;
    max-height: 100vh;
    transition: left 0.5s ease-in-out;
    left: 100vw;
    width: 100vw;
  }
  #page-header #header-bottom .col:last-child.switch {
    left: 0;
  }
  #page-footer .col-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #gform_fields_1 fieldset span,
  #gform_fields_10 fieldset span,
  #gform_fields_14 fieldset span {
    flex: 0 0 100%;
  }
  #gform_fields_1 fieldset span select,
  #gform_fields_10 fieldset span select,
  #gform_fields_14 fieldset span select {
    max-width: 338px;
  }
  #gform_fields_1 fieldset#field_1_13 label, #gform_fields_1 fieldset#field_1_15 label, #gform_fields_1 fieldset#field_10_13 label, #gform_fields_1 fieldset#field_10_15 label, #gform_fields_1 fieldset#field_14_13 label, #gform_fields_1 fieldset#field_14_15 label,
  #gform_fields_10 fieldset#field_1_13 label,
  #gform_fields_10 fieldset#field_1_15 label,
  #gform_fields_10 fieldset#field_10_13 label,
  #gform_fields_10 fieldset#field_10_15 label,
  #gform_fields_10 fieldset#field_14_13 label,
  #gform_fields_10 fieldset#field_14_15 label,
  #gform_fields_14 fieldset#field_1_13 label,
  #gform_fields_14 fieldset#field_1_15 label,
  #gform_fields_14 fieldset#field_10_13 label,
  #gform_fields_14 fieldset#field_10_15 label,
  #gform_fields_14 fieldset#field_14_13 label,
  #gform_fields_14 fieldset#field_14_15 label {
    padding-bottom: 12px;
  }
  #gform_fields_1 fieldset#field_1_13 #input_1_13_6_container::after,
  #gform_fields_1 fieldset#field_1_13 #input_1_15_6_container::after,
  #gform_fields_1 fieldset#field_1_13 #input_10_13_6_container::after,
  #gform_fields_1 fieldset#field_1_13 #input_10_15_6_container::after,
  #gform_fields_1 fieldset#field_1_13 #input_14_13_6_container::after,
  #gform_fields_1 fieldset#field_1_13 #input_14_15_6_container::after, #gform_fields_1 fieldset#field_1_15 #input_1_13_6_container::after,
  #gform_fields_1 fieldset#field_1_15 #input_1_15_6_container::after,
  #gform_fields_1 fieldset#field_1_15 #input_10_13_6_container::after,
  #gform_fields_1 fieldset#field_1_15 #input_10_15_6_container::after,
  #gform_fields_1 fieldset#field_1_15 #input_14_13_6_container::after,
  #gform_fields_1 fieldset#field_1_15 #input_14_15_6_container::after, #gform_fields_1 fieldset#field_10_13 #input_1_13_6_container::after,
  #gform_fields_1 fieldset#field_10_13 #input_1_15_6_container::after,
  #gform_fields_1 fieldset#field_10_13 #input_10_13_6_container::after,
  #gform_fields_1 fieldset#field_10_13 #input_10_15_6_container::after,
  #gform_fields_1 fieldset#field_10_13 #input_14_13_6_container::after,
  #gform_fields_1 fieldset#field_10_13 #input_14_15_6_container::after, #gform_fields_1 fieldset#field_10_15 #input_1_13_6_container::after,
  #gform_fields_1 fieldset#field_10_15 #input_1_15_6_container::after,
  #gform_fields_1 fieldset#field_10_15 #input_10_13_6_container::after,
  #gform_fields_1 fieldset#field_10_15 #input_10_15_6_container::after,
  #gform_fields_1 fieldset#field_10_15 #input_14_13_6_container::after,
  #gform_fields_1 fieldset#field_10_15 #input_14_15_6_container::after, #gform_fields_1 fieldset#field_14_13 #input_1_13_6_container::after,
  #gform_fields_1 fieldset#field_14_13 #input_1_15_6_container::after,
  #gform_fields_1 fieldset#field_14_13 #input_10_13_6_container::after,
  #gform_fields_1 fieldset#field_14_13 #input_10_15_6_container::after,
  #gform_fields_1 fieldset#field_14_13 #input_14_13_6_container::after,
  #gform_fields_1 fieldset#field_14_13 #input_14_15_6_container::after, #gform_fields_1 fieldset#field_14_15 #input_1_13_6_container::after,
  #gform_fields_1 fieldset#field_14_15 #input_1_15_6_container::after,
  #gform_fields_1 fieldset#field_14_15 #input_10_13_6_container::after,
  #gform_fields_1 fieldset#field_14_15 #input_10_15_6_container::after,
  #gform_fields_1 fieldset#field_14_15 #input_14_13_6_container::after,
  #gform_fields_1 fieldset#field_14_15 #input_14_15_6_container::after,
  #gform_fields_10 fieldset#field_1_13 #input_1_13_6_container::after,
  #gform_fields_10 fieldset#field_1_13 #input_1_15_6_container::after,
  #gform_fields_10 fieldset#field_1_13 #input_10_13_6_container::after,
  #gform_fields_10 fieldset#field_1_13 #input_10_15_6_container::after,
  #gform_fields_10 fieldset#field_1_13 #input_14_13_6_container::after,
  #gform_fields_10 fieldset#field_1_13 #input_14_15_6_container::after,
  #gform_fields_10 fieldset#field_1_15 #input_1_13_6_container::after,
  #gform_fields_10 fieldset#field_1_15 #input_1_15_6_container::after,
  #gform_fields_10 fieldset#field_1_15 #input_10_13_6_container::after,
  #gform_fields_10 fieldset#field_1_15 #input_10_15_6_container::after,
  #gform_fields_10 fieldset#field_1_15 #input_14_13_6_container::after,
  #gform_fields_10 fieldset#field_1_15 #input_14_15_6_container::after,
  #gform_fields_10 fieldset#field_10_13 #input_1_13_6_container::after,
  #gform_fields_10 fieldset#field_10_13 #input_1_15_6_container::after,
  #gform_fields_10 fieldset#field_10_13 #input_10_13_6_container::after,
  #gform_fields_10 fieldset#field_10_13 #input_10_15_6_container::after,
  #gform_fields_10 fieldset#field_10_13 #input_14_13_6_container::after,
  #gform_fields_10 fieldset#field_10_13 #input_14_15_6_container::after,
  #gform_fields_10 fieldset#field_10_15 #input_1_13_6_container::after,
  #gform_fields_10 fieldset#field_10_15 #input_1_15_6_container::after,
  #gform_fields_10 fieldset#field_10_15 #input_10_13_6_container::after,
  #gform_fields_10 fieldset#field_10_15 #input_10_15_6_container::after,
  #gform_fields_10 fieldset#field_10_15 #input_14_13_6_container::after,
  #gform_fields_10 fieldset#field_10_15 #input_14_15_6_container::after,
  #gform_fields_10 fieldset#field_14_13 #input_1_13_6_container::after,
  #gform_fields_10 fieldset#field_14_13 #input_1_15_6_container::after,
  #gform_fields_10 fieldset#field_14_13 #input_10_13_6_container::after,
  #gform_fields_10 fieldset#field_14_13 #input_10_15_6_container::after,
  #gform_fields_10 fieldset#field_14_13 #input_14_13_6_container::after,
  #gform_fields_10 fieldset#field_14_13 #input_14_15_6_container::after,
  #gform_fields_10 fieldset#field_14_15 #input_1_13_6_container::after,
  #gform_fields_10 fieldset#field_14_15 #input_1_15_6_container::after,
  #gform_fields_10 fieldset#field_14_15 #input_10_13_6_container::after,
  #gform_fields_10 fieldset#field_14_15 #input_10_15_6_container::after,
  #gform_fields_10 fieldset#field_14_15 #input_14_13_6_container::after,
  #gform_fields_10 fieldset#field_14_15 #input_14_15_6_container::after,
  #gform_fields_14 fieldset#field_1_13 #input_1_13_6_container::after,
  #gform_fields_14 fieldset#field_1_13 #input_1_15_6_container::after,
  #gform_fields_14 fieldset#field_1_13 #input_10_13_6_container::after,
  #gform_fields_14 fieldset#field_1_13 #input_10_15_6_container::after,
  #gform_fields_14 fieldset#field_1_13 #input_14_13_6_container::after,
  #gform_fields_14 fieldset#field_1_13 #input_14_15_6_container::after,
  #gform_fields_14 fieldset#field_1_15 #input_1_13_6_container::after,
  #gform_fields_14 fieldset#field_1_15 #input_1_15_6_container::after,
  #gform_fields_14 fieldset#field_1_15 #input_10_13_6_container::after,
  #gform_fields_14 fieldset#field_1_15 #input_10_15_6_container::after,
  #gform_fields_14 fieldset#field_1_15 #input_14_13_6_container::after,
  #gform_fields_14 fieldset#field_1_15 #input_14_15_6_container::after,
  #gform_fields_14 fieldset#field_10_13 #input_1_13_6_container::after,
  #gform_fields_14 fieldset#field_10_13 #input_1_15_6_container::after,
  #gform_fields_14 fieldset#field_10_13 #input_10_13_6_container::after,
  #gform_fields_14 fieldset#field_10_13 #input_10_15_6_container::after,
  #gform_fields_14 fieldset#field_10_13 #input_14_13_6_container::after,
  #gform_fields_14 fieldset#field_10_13 #input_14_15_6_container::after,
  #gform_fields_14 fieldset#field_10_15 #input_1_13_6_container::after,
  #gform_fields_14 fieldset#field_10_15 #input_1_15_6_container::after,
  #gform_fields_14 fieldset#field_10_15 #input_10_13_6_container::after,
  #gform_fields_14 fieldset#field_10_15 #input_10_15_6_container::after,
  #gform_fields_14 fieldset#field_10_15 #input_14_13_6_container::after,
  #gform_fields_14 fieldset#field_10_15 #input_14_15_6_container::after,
  #gform_fields_14 fieldset#field_14_13 #input_1_13_6_container::after,
  #gform_fields_14 fieldset#field_14_13 #input_1_15_6_container::after,
  #gform_fields_14 fieldset#field_14_13 #input_10_13_6_container::after,
  #gform_fields_14 fieldset#field_14_13 #input_10_15_6_container::after,
  #gform_fields_14 fieldset#field_14_13 #input_14_13_6_container::after,
  #gform_fields_14 fieldset#field_14_13 #input_14_15_6_container::after,
  #gform_fields_14 fieldset#field_14_15 #input_1_13_6_container::after,
  #gform_fields_14 fieldset#field_14_15 #input_1_15_6_container::after,
  #gform_fields_14 fieldset#field_14_15 #input_10_13_6_container::after,
  #gform_fields_14 fieldset#field_14_15 #input_10_15_6_container::after,
  #gform_fields_14 fieldset#field_14_15 #input_14_13_6_container::after,
  #gform_fields_14 fieldset#field_14_15 #input_14_15_6_container::after {
    top: 50px;
  }
  #gform_fields_1 #field_1_1,
  #gform_fields_1 #field_1_3,
  #gform_fields_1 #field_1_19,
  #gform_fields_1 #field_10_1,
  #gform_fields_1 #field_10_3,
  #gform_fields_1 #field_10_19,
  #gform_fields_1 #field_14_1,
  #gform_fields_1 #field_14_3,
  #gform_fields_1 #field_14_19,
  #gform_fields_10 #field_1_1,
  #gform_fields_10 #field_1_3,
  #gform_fields_10 #field_1_19,
  #gform_fields_10 #field_10_1,
  #gform_fields_10 #field_10_3,
  #gform_fields_10 #field_10_19,
  #gform_fields_10 #field_14_1,
  #gform_fields_10 #field_14_3,
  #gform_fields_10 #field_14_19,
  #gform_fields_14 #field_1_1,
  #gform_fields_14 #field_1_3,
  #gform_fields_14 #field_1_19,
  #gform_fields_14 #field_10_1,
  #gform_fields_14 #field_10_3,
  #gform_fields_14 #field_10_19,
  #gform_fields_14 #field_14_1,
  #gform_fields_14 #field_14_3,
  #gform_fields_14 #field_14_19 {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  #gform_fields_1 #field_1_4,
  #gform_fields_1 #field_1_2,
  #gform_fields_1 #field_1_20,
  #gform_fields_1 #field_10_4,
  #gform_fields_1 #field_10_2,
  #gform_fields_1 #field_10_20,
  #gform_fields_1 #field_14_4,
  #gform_fields_1 #field_14_2,
  #gform_fields_1 #field_14_20,
  #gform_fields_10 #field_1_4,
  #gform_fields_10 #field_1_2,
  #gform_fields_10 #field_1_20,
  #gform_fields_10 #field_10_4,
  #gform_fields_10 #field_10_2,
  #gform_fields_10 #field_10_20,
  #gform_fields_10 #field_14_4,
  #gform_fields_10 #field_14_2,
  #gform_fields_10 #field_14_20,
  #gform_fields_14 #field_1_4,
  #gform_fields_14 #field_1_2,
  #gform_fields_14 #field_1_20,
  #gform_fields_14 #field_10_4,
  #gform_fields_14 #field_10_2,
  #gform_fields_14 #field_10_20,
  #gform_fields_14 #field_14_4,
  #gform_fields_14 #field_14_2,
  #gform_fields_14 #field_14_20 {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  #gform_fields_1 #field_1_6,
  #gform_fields_1 #field_1_15,
  #gform_fields_1 #field_1_16,
  #gform_fields_1 #field_1_14,
  #gform_fields_1 #field_1_13,
  #gform_fields_1 #field_10_6,
  #gform_fields_1 #field_10_15,
  #gform_fields_1 #field_10_16,
  #gform_fields_1 #field_10_14,
  #gform_fields_1 #field_10_13,
  #gform_fields_1 #field_14_6,
  #gform_fields_1 #field_14_15,
  #gform_fields_1 #field_14_16,
  #gform_fields_1 #field_14_14,
  #gform_fields_1 #field_14_13,
  #gform_fields_10 #field_1_6,
  #gform_fields_10 #field_1_15,
  #gform_fields_10 #field_1_16,
  #gform_fields_10 #field_1_14,
  #gform_fields_10 #field_1_13,
  #gform_fields_10 #field_10_6,
  #gform_fields_10 #field_10_15,
  #gform_fields_10 #field_10_16,
  #gform_fields_10 #field_10_14,
  #gform_fields_10 #field_10_13,
  #gform_fields_10 #field_14_6,
  #gform_fields_10 #field_14_15,
  #gform_fields_10 #field_14_16,
  #gform_fields_10 #field_14_14,
  #gform_fields_10 #field_14_13,
  #gform_fields_14 #field_1_6,
  #gform_fields_14 #field_1_15,
  #gform_fields_14 #field_1_16,
  #gform_fields_14 #field_1_14,
  #gform_fields_14 #field_1_13,
  #gform_fields_14 #field_10_6,
  #gform_fields_14 #field_10_15,
  #gform_fields_14 #field_10_16,
  #gform_fields_14 #field_10_14,
  #gform_fields_14 #field_10_13,
  #gform_fields_14 #field_14_6,
  #gform_fields_14 #field_14_15,
  #gform_fields_14 #field_14_16,
  #gform_fields_14 #field_14_14,
  #gform_fields_14 #field_14_13 {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  #gform_fields_1 #field_1_18,
  #gform_fields_1 #field_10_18,
  #gform_fields_1 #field_14_18,
  #gform_fields_10 #field_1_18,
  #gform_fields_10 #field_10_18,
  #gform_fields_10 #field_14_18,
  #gform_fields_14 #field_1_18,
  #gform_fields_14 #field_10_18,
  #gform_fields_14 #field_14_18 {
    grid-column-start: 3;
    grid-row-start: 1;
    grid-row-end: 5;
  }
  #gform_fields_1 #field_1_18 .gchoice,
  #gform_fields_1 #field_10_18 .gchoice,
  #gform_fields_1 #field_14_18 .gchoice,
  #gform_fields_10 #field_1_18 .gchoice,
  #gform_fields_10 #field_10_18 .gchoice,
  #gform_fields_10 #field_14_18 .gchoice,
  #gform_fields_14 #field_1_18 .gchoice,
  #gform_fields_14 #field_10_18 .gchoice,
  #gform_fields_14 #field_14_18 .gchoice {
    padding: 12px;
  }
  #gform_fields_1 #field_submit,
  #gform_fields_10 #field_submit,
  #gform_fields_14 #field_submit {
    bottom: 380px;
  }
  .woocommerce-ResetPassword .woocommerce-form-row--first {
    width: 100%;
  }
  section[id*=header-1] .col-6 {
    max-width: 60%;
    flex: 0 0 60%;
  }
  section[id*=header-1] .container-image {
    width: 60%;
    right: -470px;
  }
  section[id*=header-1] .container-image img.img-1 {
    right: -2px;
  }
  section[id*=header-1] .container-image img.img-2 {
    right: 62px;
    animation-delay: 0.5s;
  }
  section[id*=header-1] .container-image img.img-3 {
    right: 114px;
    animation-delay: 0.75s;
  }
  section[id*=header-1] .container-image img.img-4 {
    right: 166px;
    animation-delay: 0.5s;
  }
  section[id*=header-1] .container-image img.img-5 {
    right: 280px;
    animation-delay: 0.25s;
  }
  section[id*=content-1].background {
    padding-top: 144px;
    padding-bottom: 144px;
  }
  section[id*=content-1].background .background-image {
    width: 115%;
  }
  section[id*=content-1] .col-6:nth-child(2) {
    padding-left: 12px;
  }
  section[id*=content-1] .col-6:nth-child(2) .content-container:nth-child(2) {
    margin-top: 36px;
  }
  section[id*=content-2].background {
    position: relative;
    padding-top: 144px;
    padding-bottom: 144px;
  }
  section[id*=content-2].image.align-right .image-container {
    margin-right: 0;
    margin-left: 0;
  }
  section[id*=content-2].image.align-right .image-container img {
    object-position: left;
  }
  section[id*=content-2].image.align-right .container .row .second-col.image-swirl {
    left: -137px;
  }
  section[id*=content-2].image .image-container img {
    object-position: right;
  }
  section[id*=content-2].image.image-swirl-main {
    margin: 0;
  }
  section[id*=content-2].image.image-swirl-main .container .row .second-col.image-swirl {
    transform: unset;
    top: unset;
  }
  section[id*=content-2].image.align-right:not(.image-swirl):not(.image-swirl-main) .image-container {
    margin-right: 0;
  }
  section[id*=content-2].image:not(.image-swirl):not(.image-swirl-main) .container .row .second-col {
    flex: 100%;
    max-width: 100%;
  }
  section[id*=content-2].image .image-container {
    margin-left: 0;
  }
  section[id*=content-2].image .container .row .first-col {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }
  section[id*=content-2].image .container .row .second-col.image-swirl {
    flex: 100%;
    max-width: 100%;
    position: relative;
    right: -137px;
    transform: unset;
  }
  section[id*=content-2].text_full_width .col-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  section[id*=usp] .usp-container {
    padding-left: 12px 24px;
  }
  section[id*=usp] ul {
    padding-left: 0;
  }
  section[id*=usp] li {
    font-size: 15px;
  }
  section[id*=usp] .row .col-6 .title,
  section[id*=usp] .row .col-6 .text,
  section[id*=usp] .row .col-6 .btn-orange {
    padding-left: 0;
  }
  section[id*=quicklist-page] .col-3 {
    flex: 0 0 33.3333333333%;
  }
  section[id*=quicklist-page] .col-9 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  section[id*=quicklist-page] .products .product {
    padding: 12px;
  }
  section[id*=quicklist-page] .products .product .sq-product-link {
    flex: 0 0 100%;
    max-width: 100%;
  }
  section[id*=quicklist-page] .products .product .amount-container {
    flex: 0 0 100%;
    max-width: 100%;
  }
  section[id*=quicklist-page] .products .product .price-container {
    justify-content: flex-start;
  }
  .filter-container .sq-ordering,
  .filter-container .sq-search-bar {
    width: 180px;
  }
  .filter-container .button-container {
    flex: 0 0 50px;
    max-width: 50px;
  }
  .filter-container .button-container a {
    font-size: 0;
    font-size: 0;
    margin: 0;
    padding: 0 !important;
  }
  .filter-container .button-container .icon-container {
    right: 16px;
  }
  body.woocommerce-order-received .woocommerce .section-thank-you .bottom-background-image {
    bottom: -730px;
  }
  section[id^=news-letter] .form-body .mc-field-group {
    flex-basis: 75%;
  }
  .megamenu .container .row .menu-right .berocket_single_filter_widget {
    flex: calc(50% - 18px);
    max-width: calc(50% - 18px);
  }
  .prdctfltr_filter_inner {
    display: flex;
    flex-wrap: wrap;
  }
  .prdctfltr_filter_inner .prdctfltr_filter {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #mobile-menu {
    display: block;
  }
  #mobile-menu .header-cart span {
    color: #F27B13;
  }
  #mobile-menu .header-cart span::after {
    background: white;
  }
}
@media (max-width: 768px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 540px;
  }
  section {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col-2-4,
  div.woocommerce[class*=columns-] ul.products.columns-4 li.product {
    flex: 0 0 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    max-width: 100%;
  }
  #page-footer .whatsapp-btn {
    bottom: 70px;
    transition: bottom 0.5s ease-in-out;
  }
  #page-footer .whatsapp-btn.scroll-down {
    bottom: 20px;
  }
  #page-footer .footer-item {
    margin: 24px 0;
  }
  #page-footer .footer-item:first-of-type {
    margin-top: 0;
  }
  #page-footer .footer-item:last-of-type {
    margin-bottom: 0;
  }
  #page-footer #bottom-footer {
    padding-bottom: 50px;
  }
  #gform_wrapper_3 .gfield--type-name .name_first input {
    margin-right: 12px;
  }
  #gform_wrapper_3 .gfield--type-email .ginput_container_email {
    padding-right: 12px;
  }
  .login .col-6 {
    padding: 0 24px;
  }
  section[id*=header-1] .col-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  section[id*=header-1] .container-image {
    opacity: 0.25;
  }
  section[id*=header-1] .container-image img {
    height: 640px;
  }
  section[id*=header-1] .container-image img.img-0 {
    display: none;
  }
  section[id*=header-1] .container-image img.img-4 {
    right: 185px;
  }
  section[id*=header-1] .path-col {
    max-width: 90%;
    flex: 0 0 90%;
    padding-top: 0;
  }
  section[id*=header-1] .container {
    position: relative;
  }
  section[id*=content-1].background .background-image {
    width: unset;
    height: 120%;
  }
  section[id*=content-2].calendly-align .row .col-6 {
    width: 100%;
  }
  section[id*=content-2].background .background-image {
    width: unset;
    height: 100%;
  }
  section[id*=content-2].image .container .row .second-col.image-swirl .image-container {
    width: calc(100% + 120px);
  }
  section[id*=content-2].image .container .row .second-col.image-swirl svg {
    left: 0px;
    right: 469px;
  }
  section[id*=content-2].image.image-swirl-main {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  section[id*=content-2].image.image-swirl-main .container .row .second-col.image-swirl {
    padding-left: 0;
  }
  section[id*=content-2].image.image-swirl-main .container .row .second-col.image-swirl svg {
    left: 0;
  }
  section[id*=content-2].image.align-right .container .row .second-col.image-swirl svg {
    right: 0px;
    left: 469px;
  }
  section[id*=content-2].contact .container .row {
    flex-direction: column-reverse;
  }
  .page-id-771 section[id*=content-2] .col-6:first-child {
    order: 2;
  }
  section[id*=usp] .col-6:nth-child(2) {
    margin-left: 0;
  }
  section[id*=usp] .signature {
    display: flex;
    justify-content: center;
    padding-left: 0;
    max-width: 80%;
    margin: auto;
  }
  section[id*=usp] .image-container {
    max-width: 80%;
  }
  section[id*=quicklist-page] .col-3 {
    position: unset;
    flex: 0 0 100%;
  }
  section[id*=quicklist-page] .col-3 .h5 {
    margin-top: 18px;
    margin-bottom: -22px;
  }
  section[id*=quicklist-page] .col-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  section[id*=quicklist-page] .archive-product .img-container,
  section[id*=quicklist-page] .archive-product .default-image {
    display: none;
  }
  body.woocommerce-order-received .woocommerce .section-thank-you .bottom-background-image {
    bottom: -545px;
  }
  .section-vacature-overzicht .col-4:nth-child(n+2) {
    margin-top: 36px;
  }
  section[id*=collection] {
    padding: 0;
  }
  section[id*=collection]:not(.parameter-collection) .image-overlay {
    display: none;
  }
  section[id*=collection] .container .row .col-12 .title-content {
    padding-top: 32px;
  }
  section[id*=collection] .container .row .col-12 .title-content h1,
  section[id*=collection] .container .row .col-12 .title-content h2,
  section[id*=collection] .container .row .col-12 .title-content h3,
  section[id*=collection] .container .row .col-12 .title-content h4,
  section[id*=collection] .container .row .col-12 .title-content h5,
  section[id*=collection] .container .row .col-12 .title-content h6 {
    color: #000;
  }
  section[id*=collection] .container .row .col-12 .title-content {
    color: #000;
  }
  section[id*=collection] .container .row .term {
    max-width: 50%;
    flex: 50%;
  }
  section[id*=collection] .container .row .term .image-container-big {
    display: none;
  }
  .side-filters {
    padding: 0;
  }
  .side-filters .berocket_single_filter_widget .bapf_sfilter.bapf_srch.bapf_button_icon {
    display: none;
  }
  .megamenu .container .row .menu-left .info-wrapper {
    margin-bottom: 76px;
  }
  .megamenu .container .row .menu-right .berocket_single_filter_widget {
    flex: 100%;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 100%;
  }
  body {
    font-size: 14px;
  }
  h1,
  .h1 {
    font-size: 28px;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
  h3,
  .h3 {
    font-size: 22px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
  #page-header #header-custom .usp-container ul {
    gap: 8px;
  }
  #page-header #header-custom .container .row .col .logo-header img {
    max-width: 180px;
  }
  #page-footer {
    margin-top: 110px;
  }
  #page-footer .col-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #gform_wrapper_3 fieldset .ginput_full,
  #gform_wrapper_3 fieldset .ginput_left,
  #gform_wrapper_3 fieldset .ginput_right {
    flex: 100%;
    max-width: 100%;
  }
  .gform_wrapper#gform_wrapper_5 .gfield--type-number,
  .gform_wrapper#gform_wrapper_11 .gfield--type-number,
  .gform_wrapper#gform_wrapper_7 .gfield--type-number {
    width: 100%;
    margin-right: 12px;
    margin-left: 12px;
    margin-top: 12px;
  }
  .gform_wrapper#gform_wrapper_5 form .gform_fields .gfield--width-half,
  .gform_wrapper#gform_wrapper_11 form .gform_fields .gfield--width-half,
  .gform_wrapper#gform_wrapper_7 form .gform_fields .gfield--width-half {
    flex: 100%;
    max-width: 100%;
  }
  .gform_wrapper#gform_wrapper_5 input[type=number],
  .gform_wrapper#gform_wrapper_5 select,
  .gform_wrapper#gform_wrapper_5 input[type=text],
  .gform_wrapper#gform_wrapper_11 input[type=number],
  .gform_wrapper#gform_wrapper_11 select,
  .gform_wrapper#gform_wrapper_11 input[type=text],
  .gform_wrapper#gform_wrapper_7 input[type=number],
  .gform_wrapper#gform_wrapper_7 select,
  .gform_wrapper#gform_wrapper_7 input[type=text] {
    flex: 100%;
    max-width: 100%;
    width: 100%;
  }
  .slick-prev {
    left: 4px;
  }
  .slick-next {
    right: 4px;
  }
  section[id*=content-2].text_full_width .button-container {
    display: flex;
    flex-direction: column;
  }
  section[id*=content-2].text_full_width .button-container a {
    margin-bottom: 12px;
  }
  section[id*=content-2].background-enabled .background svg:last-of-type {
    margin-top: 30px;
  }
  section[id*=content-2] .container .row .first-col h1,
  section[id*=content-2] .container .row .first-col h2,
  section[id*=content-2] .container .row .first-col h3,
  section[id*=content-2] .container .row .first-col h4,
  section[id*=content-2] .container .row .first-col h5,
  section[id*=content-2] .container .row .first-col h6 {
    word-break: break-word;
  }
  section[id*=content-2].image .container .row .second-col.image-swirl {
    right: -60px;
  }
  section[id*=content-2].image .container .row .second-col.image-swirl .image-container {
    width: 100%;
  }
  section[id*=content-2].image .container .row .second-col.image-swirl svg {
    left: -5px;
    right: unset;
  }
  section[id*=content-2].image.align-right .container .row .second-col.image-swirl {
    left: 0;
    padding-right: 40px;
  }
  section[id*=content-2].image.align-right .container .row .second-col.image-swirl svg {
    right: 35px;
    left: unset;
  }
  section[id*=usp] li svg {
    padding-right: 12px;
  }
  .mobile-filter-button-container,
  .filter-container {
    padding: 0;
  }
  body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details,
  body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-customer-details {
    flex: 100%;
    max-width: 100%;
  }
  body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details section,
  body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-customer-details section {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }
  body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details section .woocommerce-column,
  body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-customer-details section .woocommerce-column {
    flex: 50%;
    max-width: 50%;
  }
  body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details section .col-1,
  body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-customer-details section .col-1 {
    padding-left: 0;
    padding-right: 0;
  }
  body.woocommerce-order-received .woocommerce .section-thank-you .row {
    margin: 0;
  }
  body.woocommerce-order-received .woocommerce .section-thank-you .bottom-background-image {
    bottom: -385px;
  }
  section[id*=header-1] .content-container {
    flex-direction: column;
    align-items: flex-start;
  }
  section[id*=header-1] .button-container {
    display: flex;
    flex-wrap: wrap;
  }
  section[id*=header-1] .button-container .btn-orange {
    width: fit-content;
    margin-bottom: 12px;
  }
  section[id*=collection] .container .row .term a .collection-name {
    bottom: 12px;
    left: 20px;
    font-size: 20px;
  }
  section[id*=collection] .container .row .term a .collection-button {
    left: 80%;
  }
  section[id*=collection].parameter-collection .background .collection-info-container .collection-info {
    min-width: 100%;
  }
  section[id*=collection].parameter-collection .background .collection-info-container .collection-info a {
    font-size: 18px;
  }
  section[id^=news-letter] form {
    width: 95vw;
    margin-inline: auto;
  }
  section[id^=news-letter] form .form-body {
    flex-wrap: wrap;
  }
  section[id^=news-letter] form .form-body .mc-field-group {
    flex-basis: 100%;
    margin-bottom: 24px;
  }
  .megamenu .container .row .menu-right {
    width: calc(100% - 192px);
  }
}
@media (max-width: 450px) {
  .megamenu .container .row .menu-left {
    flex: 100%;
    max-width: 100%;
  }
  .megamenu .container .row .menu-left .info-wrapper {
    display: none;
  }
  .megamenu .container .row .menu-right {
    padding: 24px;
    flex: 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 400px) {
  body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details section,
  body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-customer-details section {
    flex-direction: column;
  }
  body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details section .woocommerce-column,
  body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-customer-details section .woocommerce-column {
    padding-left: 0;
  }
  body.woocommerce-order-received .woocommerce .woocommerce-order .section-thank-you .bottom-background-image {
    bottom: -285px;
  }
}