@charset "UTF-8";
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: "Open Sans", 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: #F28300;
  font-weight: 400;
  text-decoration: none;
}
a:hover {
  color: rgb(191, 103.3925619835, 0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Hind", sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  color: #000;
  margin: 0;
}

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

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

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

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

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

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

#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;
}
#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 a,
#page-header #header-center .menu li a,
#page-header #header-bottom .menu li a {
  display: block;
  padding: 0 12px;
  line-height: 40px;
  color: #000;
  text-decoration: none;
}
#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: #F28300;
}
#page-header #header-top .menu > li.menu-item-has-children:not(.menu-item-mega-menu),
#page-header #header-center .menu > li.menu-item-has-children:not(.menu-item-mega-menu),
#page-header #header-bottom .menu > li.menu-item-has-children:not(.menu-item-mega-menu) {
  padding-bottom: 32px;
  margin-top: 32px;
}
#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;
  padding: 12px 34px 24px 34px;
  background: #eee;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#page-header #header-top .menu > li ul li,
#page-header #header-center .menu > li ul li,
#page-header #header-bottom .menu > li ul li {
  white-space: nowrap;
}
#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.--scrolled #header-center {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
#page-header.--scrolled #mobile-menu #mobile-bar {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

body.mobile-menu-open {
  overflow: hidden;
}

#mobile-menu {
  display: none;
}
#mobile-menu .mobile-menu-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: -200%;
  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;
}
#mobile-menu .mobile-menu-wrapper::-webkit-scrollbar {
  display: none;
}
#mobile-menu .mobile-menu-wrapper .menu {
  list-style-type: none;
  padding: 0;
  margin: 0 0 50px 0;
}
#mobile-menu .mobile-menu-wrapper .menu .menu-item-has-children {
  position: relative;
}
#mobile-menu .mobile-menu-wrapper .menu .menu-item-has-children.active > a .submenu {
  background: #222;
}
#mobile-menu .mobile-menu-wrapper .menu .menu-item-has-children.active > a .submenu::after {
  border-top: 6px solid #eee;
  transform: rotate(180deg);
}
#mobile-menu .mobile-menu-wrapper .menu .menu-item-has-children > a .submenu {
  position: absolute;
  top: 5px;
  right: 12px;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  background: rgb(212.5, 212.5, 212.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
#mobile-menu .mobile-menu-wrapper .menu .menu-item-has-children > a .submenu::after {
  content: "";
  transform: rotate(0deg);
  transition: transform 0.5s ease-in-out;
  border-top: 6px solid #222;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-radius: 3px;
}
#mobile-menu .mobile-menu-wrapper .menu li.menu-item {
  position: relative;
}
#mobile-menu .mobile-menu-wrapper .menu li.menu-item:first-of-type {
  margin-top: 24px;
}
#mobile-menu .mobile-menu-wrapper .menu li.menu-item .sub-menu li.menu-item {
  background-color: #c1c1c1;
}
#mobile-menu .mobile-menu-wrapper .menu li.menu-item .sub-menu li.menu-item:first-of-type {
  margin-top: 0;
}
#mobile-menu .mobile-menu-wrapper .menu li.menu-item:not(.menu-item-has-children) a::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.333 9.813'%3E%3Cpath id='Path_6732' data-name='Path 6732' d='M30.868,101.378,26.7,105.547a.733.733,0,0,1-1.039,0l-.693-.693a.733.733,0,0,1,0-1.039l2.955-2.955L24.966,97.9a.733.733,0,0,1,0-1.039l.69-.7a.733.733,0,0,1,1.039,0l4.169,4.169A.734.734,0,0,1,30.868,101.378Z' transform='translate(-24.75 -95.95)' fill='%23222'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  position: absolute;
  height: 12px;
  width: 12px;
  right: 6px;
  top: 50%;
  transform: translate(-50%, -50%);
}
#mobile-menu .mobile-menu-wrapper .menu li.menu-item a {
  padding: 0 12px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
#mobile-menu .mobile-menu-wrapper .menu li.menu-item a:hover {
  color: #eee;
  background: #000;
}
#mobile-menu .mobile-menu-wrapper .menu li.menu-item.info-wrapper {
  padding: 0px 12px;
  margin-top: 24px;
}
#mobile-menu .mobile-menu-wrapper .menu li.menu-item.info-wrapper p {
  margin-block: 0;
}
#mobile-menu .mobile-menu-wrapper .menu li.menu-item.info-wrapper a {
  display: inline;
  color: #F28300;
  padding: 0;
  font-size: 14px;
}
#mobile-menu .mobile-menu-wrapper .menu li.menu-item.info-wrapper a::after {
  all: unset;
}
#mobile-menu .mobile-menu-wrapper .menu > li.menu-item > a {
  display: block;
  line-height: 45px;
}
#mobile-menu .mobile-menu-wrapper .menu > li.menu-item > a::after {
  all: unset;
}
#mobile-menu .mobile-menu-wrapper ul.sub-menu {
  list-style: none;
  display: none;
  padding-left: 0;
}
#mobile-menu .mobile-menu-wrapper ul.sub-menu li.menu-item a {
  display: inline-block;
  width: 100%;
  padding-left: 12px;
  padding-block: 6px;
  line-height: 34px;
}
#mobile-menu .mobile-menu-wrapper ul.sub-menu li.menu-item a:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.333 9.813'%3E%3Cpath id='Path_6732' data-name='Path 6732' d='M30.868,101.378,26.7,105.547a.733.733,0,0,1-1.039,0l-.693-.693a.733.733,0,0,1,0-1.039l2.955-2.955L24.966,97.9a.733.733,0,0,1,0-1.039l.69-.7a.733.733,0,0,1,1.039,0l4.169,4.169A.734.734,0,0,1,30.868,101.378Z' transform='translate(-24.75 -95.95)' fill='%23eee'/%3E%3C/svg%3E");
}
#mobile-menu.active .mobile-menu-wrapper {
  top: 0;
}
#mobile-menu.active .menu > [class*=menu-] {
  top: 50px;
}
#mobile-menu.active #mobile-bar button {
  animation-name: menu-button;
  animation-duration: 0.2s;
}
#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: 0;
  left: 0;
  padding: 5px 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  display: flex;
  justify-content: space-between;
  height: max-content;
  transition: bottom 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: #fff;
  font-size: 0;
  cursor: pointer;
  margin-right: 6px;
  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: #222;
  margin: 3px auto;
}
#mobile-menu #mobile-bar .logo {
  height: 40px;
  width: auto;
  margin-left: 12px;
}
#mobile-menu #mobile-bar .logo img {
  height: auto;
  width: 90%;
}
#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);
  }
}
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 a.woocommerce-LoopProduct-link {
  display: block;
  position: relative;
  text-decoration: none;
  color: #000;
  display: flex;
  flex-direction: column;
  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;
}

.woocommerce-cart .cart-empty-message {
  width: 1640px;
  margin: auto;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 24px;
  padding-bottom: 50px;
}
.woocommerce-cart .cart-empty-message .woocommerce {
  align-items: center;
}
.woocommerce-cart .cart-empty-message .woocommerce .woocommerce-notices-wrapper {
  margin-top: 24px;
}
.woocommerce-cart .cart-empty-message .woocommerce .cart-empty.woocommerce-info {
  margin-right: 12px;
}
.woocommerce-cart .cart-empty-message .button {
  background-color: #F28300;
  color: #fff;
}
.woocommerce-cart .cart-empty-message .button:hover {
  background-color: rgb(191, 103.3925619835, 0);
}
.woocommerce-cart .includes_tax .woocommerce-Price-amount {
  margin-right: 2px;
  position: relative;
}
.woocommerce-cart bdi {
  position: relative;
  padding-right: 9px;
}
.woocommerce-cart input[type=radio] {
  margin-top: 6px;
  -webkit-appearance: none;
  line-height: 0;
  padding: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #6EBD8F;
  border-radius: 0;
  margin-right: 10px;
  flex-shrink: 0;
  position: relative;
}
.woocommerce-cart input[type=radio]:hover {
  cursor: pointer;
}
.woocommerce-cart input[type=radio]:checked::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.02' height='8.571' viewBox='0 0 11.02 8.571'%3E%3Cpath id='_Color' data-name=' ↳Color' d='M3.506,6.78.877,4.093,0,4.989,3.506,8.571,11.02.9,10.143,0Z' fill='%2382c71a'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  position: absolute;
  left: 2px;
  top: 2px;
  width: 100%;
  height: 100%;
}
.woocommerce-cart .woocommerce .cart-checkout-top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
  margin-top: 36px;
}
.woocommerce-cart .woocommerce .cart {
  padding-top: 0;
}
.woocommerce-cart .woocommerce .row .shop-link {
  margin-top: 24px;
  margin-bottom: 40px;
}
.woocommerce-cart .woocommerce .row .shop-link a {
  color: #6EBD8F;
}
.woocommerce-cart .woocommerce .row .shop-link a:hover {
  color: rgb(69.5971563981, 152.9028436019, 104.3957345972);
}
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
  flex: 100%;
  max-width: 100%;
  margin-left: 12px;
  margin-right: 0px;
  padding: 0;
}
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  border: none;
  background: #6EBD8F;
  color: #fff;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.woocommerce-cart .woocommerce .update-cart-container .clean-cart {
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
}
.woocommerce-cart .woocommerce .update-cart-container button[name=update_cart] {
  display: none;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form {
  flex: 0 0 66.66%;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table {
  width: 100%;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table thead {
  display: none;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr .coupon {
  display: flex;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr .coupon input {
  height: 40px;
  line-height: 40px;
  background-color: #F8F8F8;
  border-radius: 10px 0px 0px 10px;
  border-color: #c1c1c1;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr .coupon button {
  background-color: #6EBD8F;
  color: #fff;
  border-radius: 0px 10px 10px 0px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr .coupon button:hover {
  background-color: rgb(191, 103.3925619835, 0);
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr.spacer {
  border: none;
  height: 24px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr:not(.update-cart-container) td {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 12px 0;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr:not(.update-cart-container) td.product-remove a:hover svg path {
  fill: #6EBD8F;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr:not(.update-cart-container) td.product-price {
  display: none;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr:not(.update-cart-container) td.product-name {
  padding-right: 12px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr:not(.update-cart-container) td.product-name a {
  color: #000;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr:not(.update-cart-container) td.product-quantity .quantity {
  display: flex;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr:not(.update-cart-container) td.product-quantity .quantity input {
  border: none;
  width: 24px;
  height: 24px;
  line-height: 0;
  box-shadow: none;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr:not(.update-cart-container) td.product-quantity .quantity .minus,
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr:not(.update-cart-container) td.product-quantity .quantity .plus {
  padding: 0px;
  background: #6EBD8F;
  display: flex;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr:not(.update-cart-container) td.product-quantity .quantity .minus:hover,
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr:not(.update-cart-container) td.product-quantity .quantity .plus:hover {
  cursor: pointer;
  background: rgb(191, 103.3925619835, 0);
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr:not(.update-cart-container) td.product-quantity .quantity .minus.laden,
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr:not(.update-cart-container) td.product-quantity .quantity .plus.laden {
  pointer-events: none;
  cursor: wait;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr:not(.update-cart-container) td.product-quantity .quantity .minus.laden:hover,
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr:not(.update-cart-container) td.product-quantity .quantity .plus.laden:hover {
  cursor: unset;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr:not(.update-cart-container) td.product-quantity .quantity .minus {
  margin-right: 6px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr:not(.update-cart-container) td.product-quantity .quantity .plus {
  margin-left: 6px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr:not(.update-cart-container) td.product-quantity .quantity .input-text {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr:not(.update-cart-container) td.product-quantity .quantity input::-webkit-outer-spin-button,
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr:not(.update-cart-container) td.product-quantity .quantity input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr:not(.update-cart-container) td.product-quantity .quantity {
  /* Firefox */
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr:not(.update-cart-container) td.product-quantity .quantity input[type=number] {
  -moz-appearance: textfield;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr:not(.update-cart-container) td img {
  width: 100px;
  padding-left: 12px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr:not(.update-cart-container) td.product-remove a {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 20px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr:not(.update-cart-container) td.product-remove a:hover {
  fill: rgb(222.5, 222.5, 222.5);
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr:not(.update-cart-container) td:first-child {
  border-left: 1px solid #eee;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr:not(.update-cart-container) td:last-child {
  border-right: 1px solid #eee;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.woocommerce-cart .woocommerce .cart-collaterals {
  flex: 0 0 33.33%;
  padding-left: 24px;
  padding-right: 12px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  position: sticky;
  top: 24px;
  background-color: #F8F8F8;
  padding: 26px 31px;
  color: #000;
  width: 100%;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .fee {
  border-bottom: 1px solid #F8F8F8;
  margin-bottom: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .fee th {
  width: 80%;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .spacer {
  height: 20px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .cart-subtotal {
  display: flex;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .cart-subtotal th {
  font-weight: 500;
  padding-right: 30px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals.shipping {
  background-color: #fff;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals.shipping td {
  padding: 13px 17px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals.shipping td .woocommerce-shipping-methods {
  padding-left: 0;
  list-style-type: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals.shipping td .woocommerce-shipping-methods .local-pickup-locations {
  display: block;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals.shipping td .woocommerce-shipping-methods li {
  display: flex;
  align-items: center;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals.shipping td .woocommerce-shipping-methods li label {
  margin-left: 6px;
  margin-top: 6px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals.shipping td .woocommerce-shipping-methods li label:hover {
  cursor: pointer;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals.shipping td .woocommerce-shipping-destination {
  display: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals.shipping td .woocommerce-shipping-calculator {
  display: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals.shipping td .woocommerce-shipping-calculator a {
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals.shipping td .woocommerce-shipping-calculator .shipping-calculator-form {
  padding-top: 0;
  padding-bottom: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals.shipping td .woocommerce-shipping-calculator .shipping-calculator-form #calc_shipping_country_field .select2-selection {
  display: flex;
  align-items: center;
  padding-left: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals.shipping td .woocommerce-shipping-calculator .shipping-calculator-form #calc_shipping_country_field .select2-selection .select2-selection__arrow {
  top: 7px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals.shipping td .woocommerce-shipping-calculator .shipping-calculator-form .form-row input,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals.shipping td .woocommerce-shipping-calculator .shipping-calculator-form .form-row textarea,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals.shipping td .woocommerce-shipping-calculator .shipping-calculator-form .form-row select,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals.shipping td .woocommerce-shipping-calculator .shipping-calculator-form .form-row .select2-container--default .select2-selection--single {
  border-radius: 4px;
  border-color: #F8F8F8;
  width: 100%;
  font-size: 14px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals.shipping th {
  width: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .tax-rate,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .order-total,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .order-delivery-time {
  display: flex;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .tax-rate th,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .order-total th,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .order-delivery-time th {
  width: 93px;
  font-weight: 500;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .tax-rate td,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .order-total td,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .order-delivery-time td {
  font-weight: 500;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .order-delivery-time td {
  font-weight: 400;
  font-size: 14px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table_responsive {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
  margin: 0 0 24px;
  display: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  display: flex;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button {
  margin-top: 25px;
  text-align: center;
  text-transform: unset;
  line-height: 54px;
  width: 100%;
  background-color: #6EBD8F;
  color: #fff;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button:hover {
  background: rgb(191, 103.3925619835, 0);
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .quantity {
  max-width: 50px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .payment-info p {
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #F8F8F8;
  margin: 0;
  padding-top: 17px;
  padding-bottom: 17px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .payment-info .payment-methods-icons {
  display: flex;
  margin-top: 25px;
  justify-content: center;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .payment-info .payment-methods-icons .image-container {
  max-width: 59px;
  width: 100%;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .payment-info .payment-methods-icons .image-container:not(:first-of-type) {
  margin-left: 7.5px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .payment-info .payment-methods-icons .image-container:not(:last-of-type) {
  margin-right: 7.5px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .payment-info .payment-methods-icons .image-container img {
  object-fit: contain;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-collaterals-bottom {
  flex: 0 0 33.33%;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-collaterals-bottom .phone-number {
  margin-top: 25px;
  margin-bottom: 35px;
  display: flex;
  justify-content: space-between;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-collaterals-bottom .phone-number a {
  display: flex;
  align-items: center;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-collaterals-bottom .phone-number a svg {
  margin-right: 6px;
  margin-left: 10px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-collaterals-bottom .phone-number a svg path {
  fill: #6EBD8F;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-collaterals-bottom .phone-number a svg path:hover {
  fill: rgb(191, 103.3925619835, 0);
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-collaterals-bottom .cart-info .show-info-container {
  border-bottom: 1px solid #eee;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-collaterals-bottom .cart-info .show-info-container .show-info {
  color: #000;
  position: relative;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-collaterals-bottom .cart-info .show-info-container .show-info.active::after {
  rotate: 180deg;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-collaterals-bottom .cart-info .show-info-container .show-info:hover {
  cursor: pointer;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-collaterals-bottom .cart-info .show-info-container .show-info::after {
  position: absolute;
  right: 0px;
  top: 50%;
  width: 9px;
  height: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.538' height='5' viewBox='0 0 8.538 5'%3E%3Cg id='icon_navigation_more_vert_24px' data-name='icon/navigation/more_vert_24px' transform='translate(-7 14) rotate(-90)'%3E%3Cpath id='_Color' data-name=' ↳Color' d='M5,0,0,4.269,5,8.538Z' transform='translate(9 7)'/%3E%3C/g%3E%3C/svg%3E");
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-collaterals-bottom .cart-info .show-info-container .info {
  display: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-collaterals-bottom .cart-info .show-info-container .info p:last-of-type {
  margin-bottom: 0;
}

.woocommerce-notices-wrapper,
.woocommerce-form-coupon-toggle {
  flex: 0 0 100%;
  padding-left: 12px;
  padding-right: 12px;
}
.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: #eee;
  border: 1px solid #222;
  padding: 24px;
}

.woocommerce-checkout .includes_tax .woocommerce-Price-amount {
  margin-right: 2px;
  position: relative;
}
.woocommerce-checkout .cart_item {
  position: relative;
}
.woocommerce-checkout input[type=radio] {
  margin-top: 6px;
  -webkit-appearance: none;
  line-height: 0;
  padding: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #6EBD8F;
  border-radius: 0;
  margin-right: 10px;
  flex-shrink: 0;
  position: relative;
}
.woocommerce-checkout input[type=radio]:hover {
  cursor: pointer;
}
.woocommerce-checkout input[type=radio]:checked::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.02' height='8.571' viewBox='0 0 11.02 8.571'%3E%3Cpath id='_Color' data-name=' ↳Color' d='M3.506,6.78.877,4.093,0,4.989,3.506,8.571,11.02.9,10.143,0Z' fill='%2382c71a'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  position: absolute;
  left: 2px;
  top: 2px;
  width: 100%;
  height: 100%;
}
.woocommerce-checkout .woocommerce {
  margin-bottom: 70px;
}
.woocommerce-checkout .woocommerce form .form-row .required {
  display: none;
}
.woocommerce-checkout .woocommerce .cart-checkout-top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 29px;
  margin-top: 29px;
}
.woocommerce-checkout .woocommerce .woocommerce-error {
  border: 1px solid #000;
  background-color: #6EBD8F;
  color: #000;
  padding: 20px 24px;
  list-style-type: none;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login-toggle {
  margin-bottom: 24px;
}
.woocommerce-checkout .woocommerce .woocommerce-form.woocommerce-form-login.login {
  background-color: #F8F8F8;
  max-width: fit-content;
  padding: 18px 24px;
  margin-bottom: 24px;
}
.woocommerce-checkout .woocommerce .woocommerce-form.woocommerce-form-login.login p {
  color: #000;
}
.woocommerce-checkout .woocommerce .woocommerce-form.woocommerce-form-login.login p.form-row {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-checkout .woocommerce .woocommerce-form.woocommerce-form-login.login p.form-row label {
  width: 100%;
}
.woocommerce-checkout .woocommerce .woocommerce-form.woocommerce-form-login.login p.form-row input {
  border-radius: 4px;
  border-color: #F8F8F8;
  background-color: #fff;
}
.woocommerce-checkout .woocommerce .woocommerce-form.woocommerce-form-login.login p.form-row .woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
}
.woocommerce-checkout .woocommerce .woocommerce-form.woocommerce-form-login.login p.form-row .woocommerce-form-login__rememberme span {
  margin-left: 6px;
}
.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
  background-color: unset;
  border: none;
  padding: 0;
}
.woocommerce-checkout .woocommerce .checkout_coupon.woocommerce-form-coupon {
  max-width: 416px;
  margin-bottom: 24px;
  display: flex !important;
  margin-left: auto;
}
.woocommerce-checkout .woocommerce .checkout_coupon.woocommerce-form-coupon input {
  height: 40px;
  line-height: 40px;
  background-color: #F8F8F8;
  border: none;
  border-radius: 10px 0px 0px 10px;
  width: 100%;
  box-shadow: unset;
}
.woocommerce-checkout .woocommerce .checkout_coupon.woocommerce-form-coupon button {
  background-color: #F28300;
  color: #fff;
  border-radius: 0px 10px 10px 0px;
}
.woocommerce-checkout .woocommerce .checkout_coupon.woocommerce-form-coupon button:hover {
  background-color: rgb(191, 103.3925619835, 0);
}
.woocommerce-checkout .woocommerce .checkout_coupon.woocommerce-form-coupon p {
  margin: 0;
}
.woocommerce-checkout .woocommerce .checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first {
  flex: 1;
}
.woocommerce-checkout .woocommerce .checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first .screen-reader-text {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-NoticeGroup-checkout {
  display: flex;
  width: 100%;
  background-color: #6EBD8F;
  border: 1px solid #000;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-NoticeGroup-checkout .woocommerce-error {
  list-style-type: none;
  color: #000;
  border: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout h3 {
  margin: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review_heading {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details {
  flex: 1;
  padding-left: 0;
  padding-right: 24px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .input-checkbox {
  line-height: 15px;
  width: 15px;
  height: 15px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .create-account label {
  display: flex;
  align-items: center;
  gap: 12px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .create-account .woocommerce-input-wrapper {
  display: flex;
  flex: 0 0 50%;
  max-width: calc(50% - 12px);
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .create-account .woocommerce-input-wrapper input {
  width: 100%;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .col-12 {
  padding-left: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .col-12 input,
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .col-12 textarea,
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .col-12 select,
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .col-12 .select2-container--default .select2-selection--single {
  border-radius: 4px;
  color: #000;
  border-color: #c1c1c1;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .col-12 .optional {
  color: #f00;
  font-size: 12px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .col-12 label {
  color: #000;
  font-weight: 500;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p {
  flex: 0 0 50%;
  margin: 12px 0;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p.kl_newsletter_checkbox_field {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p label {
  font-weight: 500;
  color: #000;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p input {
  width: 100%;
  color: #000;
  box-shadow: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p .select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: unset;
}
.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, .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_country_field {
  flex: 0 0 50%;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_country_field .select2-container {
  z-index: 1 !important;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_address_2_field {
  padding-top: 0px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_address_2_field label {
  display: block;
  position: relative !important;
  height: unset;
  margin: unset;
  width: unset;
  -webkit-clip-path: unset;
  clip-path: unset;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  text-transform: unset;
  margin-top: 24px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields h3 .woocommerce-form__label {
  display: flex;
  align-items: center;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields h3 .woocommerce-form__label input {
  margin-right: 12px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .form-row {
  display: flex;
  flex-direction: column;
  padding-left: 12px;
  padding-right: 12px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .form-row input {
  width: 100%;
  box-shadow: unset;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .form-row label {
  font-weight: 500;
  color: #000;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .form-row .select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: unset;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .form-row#shipping_first_name_field, .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .form-row#shipping_last_name_field, .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .form-row#shipping_country_field, .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .form-row#shipping_address_1_field, .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .form-row#shipping_postcode_field, .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .form-row#shipping_city_field {
  flex: calc(50% - 24px);
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .form-row#shipping_company_field {
  flex: 100%;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review {
  width: 416px;
  padding: 29px 31px;
  background-color: #F8F8F8;
  margin-top: 12px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
  width: 100%;
  border-collapse: collapse;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table thead {
  text-align: left;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .product-quantity {
  font-weight: 500;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .fee {
  border-bottom: 1px solid #F8F8F8;
  margin-bottom: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .fee th {
  width: 70%;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tr.cart_item .product-name {
  padding-bottom: 12px;
  padding-right: 24px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tr.cart_item .product-name .cart-data {
  width: 100%;
  padding-left: 18px;
  list-style-type: none;
  order: 3;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tr.cart_item .product-name .cart-data li::before {
  content: "•";
  color: #000;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tr.cart_item .product-total {
  padding-bottom: 12px;
  display: flex;
  font-weight: bold;
  justify-content: flex-end;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tr.cart_item:not(:last-of-type) {
  border-bottom: 1px solid #c1c1c1;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tr.spacer {
  border: none;
  height: 12px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tr.tax-rate th {
  padding-right: 6px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tr.tax-rate td {
  text-align: end;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tr.order-total th {
  padding-right: 6px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tr.order-total td {
  text-align: end;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td,
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table th {
  color: #000;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot .order-total,
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot .order-delivery-time {
  display: flex;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot .order-delivery-time th {
  margin-right: 10px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot .order-delivery-time td {
  font-weight: 400;
  font-size: 14px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot .cart-discount {
  display: flex;
  font-size: 14px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot .cart-discount th {
  margin-right: 6px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot .cart-discount td span {
  margin-left: 3px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals.shipping {
  background-color: #fff;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals.shipping th {
  width: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals.shipping td {
  padding: 13px 17px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals.shipping td .woocommerce-shipping-methods {
  padding-left: 0;
  list-style-type: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals.shipping td .woocommerce-shipping-methods li {
  display: flex;
  align-items: center;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals.shipping td .woocommerce-shipping-methods li label {
  margin-left: 6px;
  margin-top: 6px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals.shipping td .woocommerce-shipping-methods li label:hover {
  cursor: pointer;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals.shipping td .woocommerce-shipping-destination {
  font-size: 14px;
  font-style: italic;
  display: inline;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals.shipping td .woocommerce-shipping-calculator {
  display: inline;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals.shipping td .woocommerce-shipping-calculator a {
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot th {
  text-align: right;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review #payment ul {
  padding: 0;
  list-style-type: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review #payment ul li {
  background-color: #fff;
  padding: 12px 17px;
  margin-bottom: 12px;
  border-radius: 3px;
  line-height: 1;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review #payment ul li p {
  margin-bottom: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review #payment ul li.payment_method_mollie_wc_gateway_klarnapaynow label {
  position: relative;
  padding-left: 58px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review #payment ul li.payment_method_mollie_wc_gateway_klarnapaynow label::before {
  content: "Klarna. ";
  position: absolute;
  left: 0;
  top: 2px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review #payment ul li .payment_box select {
  font-size: 14px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review #payment ul li label {
  font-weight: bold;
  color: #000;
  position: relative;
  top: -3px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review #payment ul li label:hover {
  cursor: pointer;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review #payment ul li label img {
  margin-top: 4px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review #payment ul li .payment_box {
  margin-top: 6px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review #payment ul li .payment_box p {
  margin-top: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review #payment ul li .payment_box p select {
  color: #000;
  border-color: #F8F8F8;
  border-radius: 4px;
  margin-top: 6px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review #payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
  font-size: 12px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review #payment .form-row.place-order .form-row.validate-required .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review #payment .form-row.place-order .form-row.validate-required .woocommerce-form__label-for-checkbox input {
  margin-top: -29px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review #payment .form-row.place-order .form-row.validate-required .woocommerce-form__label-for-checkbox span {
  margin-left: 6px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .place-order #place_order {
  margin-top: 25px;
  text-align: center;
  text-transform: unset;
  line-height: 54px;
  width: 100%;
  background-color: #F28300;
  color: #fff;
  font-weight: 500;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .place-order #place_order:hover {
  background: rgb(191, 103.3925619835, 0);
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .checkout-bottom-info {
  flex: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .checkout-bottom-info .phone-number {
  width: 416px;
  margin-top: 25px;
  margin-bottom: 35px;
  display: flex;
  justify-content: space-between;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .checkout-bottom-info .phone-number a {
  display: flex;
  align-items: center;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .checkout-bottom-info .phone-number a svg {
  margin-right: 6px;
  margin-left: 10px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .checkout-bottom-info .phone-number a svg path {
  fill: #F28300;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .checkout-bottom-info .phone-number a svg path:hover {
  fill: rgb(191, 103.3925619835, 0);
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .checkout-bottom-info .show-info {
  width: 416px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .checkout-bottom-info .show-info .show-info-container {
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .checkout-bottom-info .show-info .show-info-container:not(:last-of-type) {
  border-bottom: 1px solid #eee;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .checkout-bottom-info .show-info .show-info-container .show-info {
  color: #000;
  position: relative;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .checkout-bottom-info .show-info .show-info-container .show-info:hover {
  cursor: pointer;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .checkout-bottom-info .show-info .show-info-container .show-info.active::after {
  rotate: 180deg;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .checkout-bottom-info .show-info .show-info-container .show-info::after {
  position: absolute;
  right: 0px;
  top: 50%;
  width: 9px;
  height: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.538' height='5' viewBox='0 0 8.538 5'%3E%3Cg id='icon_navigation_more_vert_24px' data-name='icon/navigation/more_vert_24px' transform='translate(-7 14) rotate(-90)'%3E%3Cpath id='_Color' data-name=' ↳Color' d='M5,0,0,4.269,5,8.538Z' transform='translate(9 7)'/%3E%3C/g%3E%3C/svg%3E");
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .checkout-bottom-info .show-info .show-info-container .info {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .checkout-bottom-info .show-info .show-info-container .info p:last-of-type {
  margin-bottom: 0;
}

body.woocommerce-account .woocommerce {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: -12px;
  margin-right: -12px;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  flex: 0 0 33.33%;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  flex: 0 0 66.66%;
  padding-left: 12px;
  padding-right: 12px;
}

.header-cart {
  font-size: 0;
  height: 40px;
  min-width: 40px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee;
  color: #000;
}
.header-cart:hover {
  background: #999;
  color: #000;
}
.header-cart svg {
  height: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.header-cart span {
  font-size: 16px;
  margin-right: 10px;
}

body.woocommerce-order-received .woocommerce .woocommerce-order {
  display: flex;
  flex-wrap: wrap;
}
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: 40px;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-overview {
  padding: 0 12px;
  flex: 0 0 100%;
  list-style-type: none;
  margin: 0;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details {
  padding: 0 12px;
  flex: 0 0 50%;
  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-customer-details {
  padding: 0 12px;
  flex: 0 0 50%;
  box-sizing: border-box;
}

@media (max-width: 1400px) {
  .woocommerce-cart .cart-empty-message {
    max-width: 1140px;
  }
}
@media (max-width: 1200px) {
  .woocommerce-cart .cart-empty-message {
    max-width: 960px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart-collaterals-bottom .phone-number {
    flex-direction: column;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button {
    padding-left: 12px;
    padding-right: 12px;
    line-height: 48px;
  }
}
@media (max-width: 992px) {
  .woocommerce-cart .cart-empty-message {
    max-width: 720px;
  }
  .woocommerce-cart .woocommerce .cart .container {
    margin-bottom: 72px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart-collaterals-bottom .phone-number {
    flex-direction: unset;
  }
  .woocommerce-cart .woocommerce .container .cart-checkout-top {
    flex-wrap: wrap;
    align-items: center;
  }
  .woocommerce-cart .woocommerce .container .cart-checkout-top .back-to-shop {
    flex: 100%;
    max-width: 100%;
    order: 2;
  }
  .woocommerce-cart .woocommerce .container .woocommerce-cart-form {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }
  .woocommerce-cart .woocommerce .container .woocommerce-cart-form table tr.woocommerce-cart-form__cart-item.cart_item td .quantity input {
    font-size: 14px;
  }
  .woocommerce-cart .woocommerce .container .woocommerce-cart-form table tr.woocommerce-cart-form__cart-item.cart_item td .quantity .product-amount_button {
    font-size: 16px;
    height: 24px;
    width: 24px;
  }
  .woocommerce-cart .woocommerce .container .cart-collaterals {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .woocommerce-cart .woocommerce .container .cart-collaterals .cart_totals,
  .woocommerce-cart .woocommerce .container .cart-collaterals .cart-collaterals-bottom {
    margin-left: 12px;
  }
  .woocommerce-cart .woocommerce .container .cart-collaterals {
    padding-left: 0;
    padding-right: 24px;
  }
  .woocommerce-checkout .woocommerce .cart-checkout-top {
    flex-wrap: wrap;
    align-items: center;
  }
  .woocommerce-checkout .woocommerce .cart-checkout-top .back-to-cart {
    flex: 100%;
    max-width: 100%;
    order: 2;
  }
  .woocommerce-checkout .woocommerce .cart-checkout-top img {
    max-width: 250px;
  }
  .woocommerce-checkout .woocommerce .checkout_coupon.woocommerce-form-coupon {
    max-width: fit-content;
  }
  .woocommerce-checkout .woocommerce .checkout_coupon.woocommerce-form-coupon button::after {
    display: none;
  }
  .woocommerce-checkout .woocommerce .checkout_coupon.woocommerce-form-coupon p.form-row input {
    height: 36px;
    line-height: 36px;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details {
    flex: 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .col-12 {
    padding-right: 0;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout #order_review {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout #order_review #payment ul li.payment_method_mollie_wc_gateway_klarnapaynow label {
    padding-left: 50px;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout .checkout-bottom-info {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout .checkout-bottom-info .phone-number,
  .woocommerce-checkout .woocommerce .woocommerce-checkout .checkout-bottom-info .show-info {
    width: 100%;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout .checkout-bottom-info .phone-number iframe {
    max-width: 40px;
    max-height: 40px;
    margin-top: -13px;
  }
  .woocommerce-checkout .woocommerce .container .cart-checkout-top img {
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  .woocommerce-checkout .woocommerce .cart-checkout-top .back-to-cart {
    max-width: 50%;
    order: 1;
  }
  .woocommerce-checkout .woocommerce .checkout_coupon.woocommerce-form-coupon {
    flex-wrap: wrap;
    margin-left: auto;
    justify-content: flex-end;
  }
  .woocommerce-checkout .woocommerce .checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first {
    margin-bottom: 12px;
  }
  .woocommerce-checkout .woocommerce .checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first, .woocommerce-checkout .woocommerce .checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last {
    width: 100%;
    max-width: 215px;
    flex: 100%;
  }
  .woocommerce-checkout .woocommerce .checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first input, .woocommerce-checkout .woocommerce .checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last input {
    border-radius: 4px;
  }
  .woocommerce-checkout .woocommerce .checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first .button, .woocommerce-checkout .woocommerce .checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last .button {
    width: 100%;
    border-radius: 4px;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields h3 .woocommerce-form__label input {
    width: 15px;
    height: 15px;
    margin-top: 4px;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout #order_review {
    flex: 100%;
    max-width: 100%;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout #order_review #payment .form-row.place-order .form-row.validate-required .woocommerce-form__label-for-checkbox input {
    width: 15px;
    height: 15px;
    margin-top: 4px;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals.shipping td .woocommerce-shipping-methods input[type=radio] {
    width: 15px;
    height: 15px;
    margin-top: 6px;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout .checkout-bottom-info {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout .checkout-bottom-info .phone-number,
  .woocommerce-checkout .woocommerce .woocommerce-checkout .checkout-bottom-info .show-info {
    padding-left: 0px;
  }
  .woocommerce-cart .cart-empty-message {
    max-width: 540px;
  }
  .woocommerce-cart .woocommerce .container .cart-checkout-top .back-to-shop {
    max-width: 50%;
    order: 1;
  }
  .woocommerce-cart .woocommerce .container .woocommerce-cart-form {
    margin-bottom: 6px;
  }
  .woocommerce-cart .woocommerce .container .woocommerce-cart-form table tr.woocommerce-cart-form__cart-item.cart_item {
    flex-wrap: wrap;
    padding-left: 28px;
    padding-right: 28px;
    justify-content: center;
    padding-top: 22px;
    padding-bottom: 22px;
    display: flex;
    position: relative;
    border: 1px solid #F8F8F8;
  }
  .woocommerce-cart .woocommerce .container .woocommerce-cart-form table tr.woocommerce-cart-form__cart-item.cart_item td {
    width: 100%;
    display: flex;
    justify-content: center;
    border: unset;
    padding: 0;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .woocommerce-cart .woocommerce .container .woocommerce-cart-form table tr.woocommerce-cart-form__cart-item.cart_item td.product-name {
    flex-wrap: wrap;
  }
  .woocommerce-cart .woocommerce .container .woocommerce-cart-form table tr.woocommerce-cart-form__cart-item.cart_item td.product-price {
    display: none;
  }
  .woocommerce-cart .woocommerce .container .woocommerce-cart-form table tr.woocommerce-cart-form__cart-item.cart_item td.product-remove {
    position: absolute;
    top: 8px;
    right: 12px;
    justify-content: flex-end;
  }
  .woocommerce-cart .woocommerce .container .woocommerce-cart-form table tr .actions .coupon {
    margin-bottom: 24px;
  }
  .woocommerce-cart .woocommerce .container .woocommerce-cart-form table tr .actions .coupon input {
    width: calc(100% - 189px);
  }
  .woocommerce-cart .woocommerce .container .cart-collaterals,
  .woocommerce-cart .woocommerce .container .cart-collaterals-bottom {
    flex: 100%;
    max-width: 100%;
  }
  .woocommerce-cart .woocommerce .container .cart-collaterals .cart_totals .wc-proceed-to-checkout .button {
    line-height: 45px;
  }
  .woocommerce-cart .woocommerce .container .cart-collaterals-bottom {
    padding-left: 0;
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    flex: 0 0 100%;
  }
}
@media (max-width: 576px) {
  .woocommerce-cart .cart-empty-message {
    max-width: 100%;
  }
  .woocommerce-cart .woocommerce .container .woocommerce-cart-form table tr .actions .coupon {
    justify-content: space-between;
  }
  .woocommerce-cart .woocommerce .container .woocommerce-cart-form table tr .actions .coupon button,
  .woocommerce-cart .woocommerce .container .woocommerce-cart-form table tr .actions .coupon input {
    border-radius: 10px;
  }
  .woocommerce-cart .woocommerce .container .woocommerce-cart-form table tr .actions .coupon input {
    width: calc(100% - 205px);
  }
  .woocommerce-cart .woocommerce .container .cart-checkout-top .back-to-shop {
    margin: 0;
  }
  .woocommerce-cart .woocommerce .container .cart-collaterals .cart_totals .woocommerce-shipping-totals.shipping input[type=radio] {
    height: 16px;
    line-height: 16px;
  }
  .woocommerce-cart .woocommerce .container .cart-checkout-top {
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
  .woocommerce-cart .woocommerce .container .cart-checkout-top a {
    margin-bottom: 12px;
  }
  .woocommerce-checkout .woocommerce {
    margin-left: -12px;
    margin-right: -12px;
  }
  .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,
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_country_field,
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p {
    flex: 0 0 100%;
    padding-top: 0;
  }
  .woocommerce-checkout #order_review .place-order #place_order {
    line-height: 48px;
  }
  .woocommerce-checkout .woocommerce .cart-checkout-top {
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
  .woocommerce-checkout .woocommerce .cart-checkout-top a {
    margin-bottom: 12px;
  }
  .woocommerce-checkout .woocommerce .cart-checkout-top .back-to-cart {
    margin: 0;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .create-account .woocommerce-input-wrapper {
    max-width: 100%;
    flex: 100%;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .form-row#shipping_first_name_field, .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .form-row#shipping_last_name_field, .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .form-row#shipping_country_field, .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .form-row#shipping_address_1_field, .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .form-row#shipping_postcode_field, .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .form-row#shipping_city_field {
    flex: 100%;
  }
  .woocommerce-checkout .woocommerce .container .cart-checkout-top {
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
  .woocommerce-checkout .woocommerce .container .cart-checkout-top a {
    margin-bottom: 12px;
  }
  .woocommerce-checkout #page-main {
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media (max-width: 450px) {
  .woocommerce-cart .woocommerce .container .cart-checkout-top .back-to-shop {
    max-width: fit-content;
  }
  .woocommerce-cart .woocommerce .container .woocommerce-cart-form table tr .actions .coupon {
    flex-wrap: wrap;
  }
  .woocommerce-cart .woocommerce .container .woocommerce-cart-form table tr .actions .coupon input,
  .woocommerce-cart .woocommerce .container .woocommerce-cart-form table tr .actions .coupon button {
    width: 100%;
    max-width: 215px;
  }
  .woocommerce-cart .woocommerce .container .woocommerce-cart-form table tr .actions .coupon button {
    margin-top: 12px;
  }
  .woocommerce-cart .woocommerce .container .cart-checkout-top a {
    width: 100%;
  }
  .woocommerce-checkout .woocommerce .checkout_coupon.woocommerce-form-coupon {
    margin-left: 0px;
    justify-content: flex-start;
  }
  .woocommerce-checkout .woocommerce .container .cart-checkout-top .back-to-cart {
    max-width: fit-content;
  }
  .woocommerce-checkout .woocommerce .container .cart-checkout-top a {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals.shipping td .woocommerce-shipping-methods .open-pickup {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 12px;
    height: auto;
    line-height: 28px;
  }
}
/* 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;
}

body {
  margin: 0;
  padding: 0;
}

#page-container {
  padding-top: 112px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#page-container #page-main {
  flex: 1;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #page-container {
    padding-top: 94px;
  }
}
@media screen and (max-width: 992px) {
  #page-container {
    padding-top: 50px;
  }
}

body.woocommerce-cart #page-container, body.woocommerce-checkout #page-container {
  padding-top: 74px;
}
body::-webkit-scrollbar {
  width: 12px;
}
body::-webkit-scrollbar-thumb {
  background: #F28300;
}
body::-webkit-scrollbar-thumb:hover {
  background: rgb(191, 103.3925619835, 0);
}
body::-webkit-scrollbar-track {
  background: #F8F8F8;
}

#bg-logos {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 576px) {
  #bg-logos {
    display: none;
  }
}
#bg-logos svg {
  position: absolute;
  width: 9vw;
  max-height: 650px;
  z-index: -1;
}
#bg-logos svg:nth-child(even) {
  left: 0;
  right: unset;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
#bg-logos svg:nth-child(odd) {
  right: 0;
  left: unset;
}
#bg-logos svg:nth-child(1) {
  top: 500px;
}
#bg-logos svg:nth-child(2) {
  top: 2500px;
}
#bg-logos svg:nth-child(3) {
  top: 4000px;
}
#bg-logos svg:nth-child(4) {
  top: 5500px;
}
#bg-logos svg:nth-child(5) {
  top: 7000px;
}
#bg-logos svg:nth-child(6) {
  top: 8500px;
}

.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%;
}

.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:not(.woocommerce-cart, .woocommerce-checkout) .header-checkout-cart {
  display: none;
}
body.woocommerce-cart #header-center,
body.woocommerce-cart #header-top,
body.woocommerce-cart #header-bottom, body.woocommerce-checkout #header-center,
body.woocommerce-checkout #header-top,
body.woocommerce-checkout #header-bottom {
  display: none;
}

#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 #header-top {
  background: #222;
}
#page-header #header-center {
  background: #fff;
  position: relative;
}
#page-header #header-center .row {
  padding: 9px 0px;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  #page-header #header-center .row {
    padding: 0;
  }
}
#page-header #header-center .col.header-center-widget-2 {
  padding-block: 12px;
  margin-inline: auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
  top: 1px;
}
@media screen and (max-width: 1200px) {
  #page-header #header-center .col.header-center-widget-2 {
    padding-block: 11px;
    top: 0;
  }
  #page-header #header-center .col.header-center-widget-2 .logo-header img {
    max-width: 85%;
    margin: auto;
  }
}
#page-header #header-center a[class$=-icon] {
  color: #000;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 12px;
}
#page-header #header-center a[class$=-icon]:hover {
  color: #F28300;
}
#page-header #header-center a[class$=-icon]:hover svg path {
  fill: #F28300;
}
@media screen and (max-width: 1200px) {
  #page-header #header-center a[class$=-icon] {
    padding-inline: 0;
  }
}
#page-header #header-center a[class$=-icon] svg {
  margin-left: 6px;
}
@media screen and (max-width: 1200px) {
  #page-header #header-center .col .logo-header {
    max-width: 85%;
    margin: auto;
  }
}
#page-header #header-center .col:first-of-type {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1200px) {
  #page-header #header-center .col:first-of-type {
    margin-right: 0;
  }
}
#page-header #header-center .col:last-of-type {
  padding: 0;
}
@media screen and (max-width: 1200px) {
  #page-header #header-center .col {
    font-size: 14px;
  }
}
#page-header #header-center .col:has(a[class$=-icon]):last-of-type {
  padding-right: 0;
}
#page-header #header-center .col.header-center-widget-3 {
  margin-left: auto;
}
#page-header #header-center .col .account-icon {
  content: "";
}
#page-header #header-center .col .account-icon svg {
  margin-top: 2px;
  width: 24px;
  height: 24px;
}
#page-header #header-center .col .account-icon svg path,
#page-header #header-center .col .download-icon svg path {
  fill: #000;
}
#page-header #header-center .col .menu {
  height: 94px;
  align-items: center;
}
#page-header #header-center .col .menu li {
  height: 50%;
  display: flex;
  align-items: center;
}
#page-header #header-center .col .menu li > a {
  color: #000;
  background-color: transparent;
}
#page-header #header-center .col .menu li > a:hover {
  color: #F28300;
}
#page-header #header-center .col .menu li.menu-item-has-children, #page-header #header-center .col .menu li.menu-item-mega-menu {
  margin-right: 12px;
}
#page-header #header-center .col .menu li.menu-item-has-children > a, #page-header #header-center .col .menu li.menu-item-mega-menu > a {
  margin-right: 12px;
}
#page-header #header-center .col .menu li.menu-item-has-children.active::after, #page-header #header-center .col .menu li.menu-item-mega-menu.active::after {
  rotate: 180deg;
  transition: 0.2s all;
}
#page-header #header-center .col .menu li.menu-item-has-children::after, #page-header #header-center .col .menu li.menu-item-mega-menu::after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjMxIiBoZWlnaHQ9IjUuMjgxIiB2aWV3Qm94PSIwIDAgOS4zMSA1LjI4MSI+CiAgPHBhdGggaWQ9IlBhdGhfNjc0OCIgZGF0YS1uYW1lPSJQYXRoIDY3NDgiIGQ9Ik0xMS45MjIsMTkyaDguMDU3YS42MjUuNjI1LDAsMCwxLC40NDIsMS4wNjhsLTQuMDI3LDQuMDNhLjYyNy42MjcsMCwwLDEtLjg4NiwwbC00LjAyNy00LjAzQTYyNS42MjUsMCwwLDEsMTEuOTIyLDE5MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMS4yOTUsLTE5MikiLz4KPC9zdmc+");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  height: 12px;
  width: 12px;
  right: 0px;
  transition: 0.2s all;
}
#page-header #header-center .col .menu li:not(.menu-item-mega-menu):hover > a {
  color: #F28300;
}
#page-header #header-center .col a.webshop-icon {
  background-color: #F28300;
  border-radius: 21px;
  color: #fff;
  padding: 12px 24px;
}
#page-header #header-center .col a.webshop-icon:hover {
  background-color: rgb(191, 103.3925619835, 0);
}
@media screen and (max-width: 1200px) {
  #page-header #header-center .col a.webshop-icon {
    padding: 6px 12px;
  }
}
#page-header #header-center #header-bottom {
  background-color: #222;
}

#page-footer {
  background: linear-gradient(0deg, rgb(213, 210, 210) 0%, rgb(255, 255, 255) 100%);
  overflow: hidden;
}
#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: 100%;
  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: #012751;
}
#page-footer a:hover {
  color: #F28300;
}
#page-footer p {
  color: #012751;
}
@media screen and (max-width: 576px) {
  #page-footer #extra-top-footer .extra-top-footer-title {
    margin-left: 12px;
    margin-right: 12px;
  }
}
#page-footer #extra-top-footer .container {
  padding: 34px 0px;
}
#page-footer #extra-top-footer .container .row {
  margin-left: -6px;
  margin-right: -6px;
  margin-top: 12px;
}
@media screen and (max-width: 576px) {
  #page-footer #extra-top-footer .container .row {
    margin-left: 6px;
    margin-right: 6px;
  }
}
#page-footer #extra-top-footer .container .row .footer-item {
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  #page-footer #extra-top-footer .container .row .footer-item {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media screen and (max-width: 768px) {
  #page-footer #extra-top-footer .container .row .footer-item {
    margin: 0;
    padding: 6px;
  }
}
@media screen and (max-width: 576px) {
  #page-footer #extra-top-footer .container .row .footer-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 400px) {
  #page-footer #extra-top-footer .container .row .footer-item {
    flex: 100%;
    max-width: 100%;
  }
}
#page-footer #extra-top-footer .container .row .footer-item .footer-item-inner-wrapper {
  height: 100%;
  padding: 18px;
  border-radius: 10px;
  border: 1px solid #003D81;
}
#page-footer #extra-top-footer .container .row .footer-item .footer-item-inner-wrapper .showMoreLess {
  margin: 0;
  cursor: pointer;
  text-decoration: underline;
  color: #000;
}
#page-footer #extra-top-footer .container .row .footer-item .footer-item-inner-wrapper .showMoreLess:hover {
  color: #F28300;
}
#page-footer #extra-top-footer .container .row .footer-item .footer-item-inner-wrapper .h6 {
  color: #012751;
}
#page-footer #extra-top-footer .container .row .footer-item .footer-item-inner-wrapper .menu {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
#page-footer #extra-top-footer .container .row .footer-item .footer-item-inner-wrapper .menu li:nth-child(n+7) {
  display: none;
}
#page-footer #extra-top-footer .container .row .footer-item .footer-item-inner-wrapper .menu li a {
  color: #000;
}
#page-footer #extra-top-footer .container .row .footer-item .footer-item-inner-wrapper .menu li a:hover {
  color: #F28300;
}
#page-footer #top-footer {
  padding-top: 72px;
  padding-bottom: 72px;
}
#page-footer #top-footer .container {
  position: relative;
}
#page-footer #top-footer .container .image-container {
  position: absolute;
  right: -100px;
  bottom: 0;
  width: 200px;
}
@media screen and (max-width: 576px) {
  #page-footer #top-footer .container .image-container {
    right: -30px;
    width: 130px;
  }
}
#page-footer #top-footer .container .image-container::before {
  padding-top: 150%;
}
#page-footer #top-footer .container .image-container img {
  object-fit: contain;
}
#page-footer #top-footer h3 {
  margin-top: 0;
  margin-bottom: 12px;
  color: #012751;
}
#page-footer #top-footer h4 {
  margin: 6px 0;
}
#page-footer #top-footer h4 a {
  font-weight: bold;
  font-size: 23px;
}
#page-footer #top-footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#page-footer #top-footer .footer-item:nth-child(2) a {
  display: flex;
  align-items: center;
  gap: 6px;
}
#page-footer #top-footer .footer-item:nth-child(2) a:first-of-type {
  margin-bottom: 6px;
}
#page-footer #top-footer .footer-item:nth-child(2) p:last-of-type br {
  display: none;
}
#page-footer #top-footer .footer-item:nth-child(2) svg path {
  fill: #fff;
}
#page-footer #top-footer .footer-item p:last-of-type {
  margin-bottom: 0;
}
#page-footer #top-footer .footer-item form {
  display: flex;
}
#page-footer #top-footer .footer-item form input {
  height: 49px;
  border: none;
}
#page-footer #top-footer .footer-item form .gform_body input {
  border-radius: 3px 0px 0px 3px;
}
#page-footer #top-footer .footer-item form .gform_footer {
  margin: 0;
  position: relative;
  min-width: 50px;
}
#page-footer #top-footer .footer-item form .gform_footer::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.051' height='15.573' viewBox='0 0 10.051 15.573'%3E%3Cpath id='Path_6725' data-name='Path 6725' d='M34.458,104.564l-6.616,6.616a1.163,1.163,0,0,1-1.649,0l-1.1-1.1a1.163,1.163,0,0,1,0-1.649l4.69-4.69-4.69-4.69a1.163,1.163,0,0,1,0-1.649l1.095-1.109a1.163,1.163,0,0,1,1.649,0l6.616,6.616A1.164,1.164,0,0,1,34.458,104.564Z' transform='translate(-24.75 -95.95)' fill='%23fff'/%3E%3C/svg%3E%0A");
  position: absolute;
  left: 20px;
  top: 16px;
  width: 10.05px;
  height: 15.57px;
}
#page-footer #top-footer .footer-item form .gform_footer input {
  border-radius: 0px 3px 3px 0px;
  background-color: #F28300;
  font-size: 0;
  width: 49px;
  width: 100%;
}
#page-footer #top-footer .footer-item form .gform_footer input:hover {
  background-color: rgb(191, 103.3925619835, 0);
}
@media screen and (max-width: 1200px) {
  #page-footer #top-footer .footer-item {
    padding-inline: 0px;
    flex-basis: 23%;
  }
}
@media screen and (max-width: 992px) {
  #page-footer #top-footer .footer-item {
    flex-basis: 21%;
  }
}
@media screen and (max-width: 768px) {
  #page-footer #top-footer .footer-item {
    padding-inline: 12px;
    flex-basis: 50%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  #page-footer #top-footer .footer-item {
    padding-inline: 12px;
    flex-basis: 100%;
    margin: 0;
    margin-bottom: 24px;
  }
  #page-footer #top-footer .footer-item:has(form) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  #page-footer #top-footer .row {
    flex-direction: column;
  }
}
#page-footer #bottom-footer .col:first-of-type p > a::before {
  content: "| ";
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  #page-footer #bottom-footer .col:first-of-type {
    padding-left: 0;
    font-size: 15px;
  }
  #page-footer #bottom-footer .col:last-of-type {
    padding-right: 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #page-footer #bottom-footer .row {
    flex-direction: column;
  }
  #page-footer #bottom-footer .row .col {
    padding-inline: 12px;
    margin-inline: auto;
    text-align: center;
  }
  #page-footer #bottom-footer .row .copyright {
    display: inline-block;
    width: 100%;
  }
  #page-footer #bottom-footer .row p > a:first-of-type::before {
    content: "";
  }
}

.button,
.btn-black {
  display: inline-block;
  padding: 0px 24px;
  text-decoration: none;
  line-height: 40px;
  border-radius: 21px;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  font-weight: 400;
  cursor: pointer;
  font-size: 16px;
  background: transparent;
  color: #000;
}
.button:hover,
.btn-black:hover {
  background: hsl(0, 0%, -10%);
  color: #fff;
}

.btn-none {
  display: inline-block;
  padding: 0px 24px;
  text-decoration: none;
  line-height: 40px;
  border-radius: 21px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  font-weight: 400;
  cursor: pointer;
  font-size: 16px;
  padding: 0;
  background-color: transparent;
  color: #fff;
}
.btn-none:hover {
  color: #F28300;
  background-color: unset;
}

.btn-white {
  display: inline-block;
  padding: 0px 24px;
  text-decoration: none;
  line-height: 40px;
  border-radius: 21px;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  font-weight: 400;
  cursor: pointer;
  font-size: 16px;
  background-color: #fff;
  color: #000;
}
.btn-white:hover {
  background: rgb(229.5, 229.5, 229.5);
  color: rgb(25.5, 25.5, 25.5);
}

.btn-orange {
  display: inline-block;
  padding: 0px 24px;
  text-decoration: none;
  line-height: 40px;
  border-radius: 21px;
  border-width: 1px;
  border-style: solid;
  border-color: #F28300;
  font-weight: 400;
  cursor: pointer;
  font-size: 16px;
  background: #F28300;
  color: #fff;
}
.btn-orange:hover {
  background: rgb(191, 103.3925619835, 0);
  color: #fff;
}

.btn-open-blue-main {
  display: inline-block;
  padding: 0px 24px;
  text-decoration: none;
  line-height: 40px;
  border-radius: 21px;
  border-width: 1px;
  border-style: solid;
  border-color: #012751;
  font-weight: 400;
  cursor: pointer;
  font-size: 16px;
  background: transparent;
  color: #fff;
}
.btn-open-blue-main:hover {
  background: rgb(0.3780487805, 14.743902439, 30.6219512195);
  color: #fff;
}

.btn-open-white {
  display: inline-block;
  padding: 0px 24px;
  text-decoration: none;
  line-height: 40px;
  border-radius: 21px;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  font-weight: 400;
  cursor: pointer;
  font-size: 16px;
  background-color: transparent;
  color: #fff;
}
.btn-open-white:hover {
  background: rgb(229.5, 229.5, 229.5);
  color: rgb(25.5, 25.5, 25.5);
}

.btn-open-orange {
  display: inline-block;
  padding: 0px 24px;
  text-decoration: none;
  line-height: 40px;
  border-radius: 21px;
  border-width: 1px;
  border-style: solid;
  border-color: #F28300;
  font-weight: 400;
  cursor: pointer;
  font-size: 16px;
  background-color: transparent;
  color: #F28300;
}
.btn-open-orange:hover {
  background: #F28300;
  color: #fff;
  border-color: #F28300;
}

.btn-open-blue {
  display: inline-block;
  padding: 0px 24px;
  text-decoration: none;
  line-height: 40px;
  border-radius: 21px;
  border-width: 1px;
  border-style: solid;
  border-color: #012751;
  font-weight: 400;
  cursor: pointer;
  font-size: 16px;
  background-color: transparent;
  color: #012751;
}
.btn-open-blue:hover {
  background: rgb(0.3780487805, 14.743902439, 30.6219512195);
  border-color: rgb(0.3780487805, 14.743902439, 30.6219512195);
  color: #fff;
}

.btn-animated {
  display: inline-block;
  padding: 0px 24px;
  text-decoration: none;
  line-height: 40px;
  border-radius: 21px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  font-weight: 400;
  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);
}

.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;
  text-decoration: none;
  font-size: 0;
}
.social-links li a:hover svg path,
.social-links li a:hover svg rect,
.social-links li a:hover svg circle {
  fill: #F28300;
}
.social-links li a svg {
  max-height: 60%;
  max-width: 60%;
}
.social-links li a svg path,
.social-links li a svg rect,
.social-links li a svg circle {
  fill: #012751;
}

input,
textarea,
select,
.select2-container--default .select2-selection--single {
  border: 1px solid #222;
  background: #fff;
  color: #000;
  padding: 0 12px;
  height: 40px;
  line-height: 40px;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 0;
  font-family: "Open Sans", sans-serif;
}
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: "Open Sans", sans-serif;
}

.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;
}

#video-widget iframe {
  width: 100%;
  height: 100vh;
  border-radius: 10px;
}
@media screen and (max-width: 992px) {
  #video-widget iframe {
    height: 56vh;
  }
}
@media screen and (max-width: 576px) {
  #video-widget iframe {
    height: 50vh;
  }
}

.slick-slider[data-slider-active=false]:hover {
  cursor: unset;
}
.slick-slider[data-slider-active=false] .slick-dots {
  display: none;
}

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

.slick-list {
  overflow: visible;
}

.slide {
  padding: 0 12px;
  opacity: 0.15;
  transition: opacity 0.25s ease-in;
}
.slide.slick-active {
  opacity: 1;
}

.slick-prev {
  border: none;
  background: none;
  position: absolute;
  left: -30vw;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  transition: left 0.5s ease;
}
.slick-prev:hover {
  cursor: pointer;
}
.slick-prev svg {
  transform: rotate(180deg);
}

.slick-next {
  border: none;
  background: none;
  position: absolute;
  right: -30vw;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  transition: right 0.5s ease;
}
.slick-next:hover {
  cursor: pointer;
}

.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;
  background-color: #eee;
  border: 1px solid #eee;
  outline: none;
  border-radius: 999px;
}
.slick-dots .slick-active button {
  border: 1px solid #F28300;
  background: #F28300;
}

.lbl-blue {
  background-color: #0069A4;
  padding: 12px;
  line-height: 36px;
  color: #fff;
  font-weight: bold;
}

.lbl-light-blue {
  background-color: #2DAFE6;
  padding: 12px;
  line-height: 36px;
  color: #fff;
  font-weight: bold;
}

.lbl-green {
  background-color: #6EBD8F;
  padding: 12px;
  line-height: 36px;
  color: #fff;
  font-weight: bold;
}

.lbl-yellow {
  background-color: #EABC00;
  padding: 12px;
  line-height: 36px;
  color: #fff;
  font-weight: bold;
}

.lbl-orange {
  background-color: #F28300;
  padding: 12px;
  line-height: 36px;
  color: #fff;
  font-weight: bold;
}

.lbl-red {
  background-color: #E84E0F;
  padding: 12px;
  line-height: 36px;
  color: #fff;
  font-weight: bold;
}

.lbl-pink {
  background-color: #E6007E;
  padding: 12px;
  line-height: 36px;
  color: #fff;
  font-weight: bold;
}

.lbl-purple {
  background-color: #764897;
  padding: 12px;
  line-height: 36px;
  color: #fff;
  font-weight: bold;
}

[class^=col-]:has(.outer-circle) {
  position: relative;
  min-height: 200px;
}

.outer-circle {
  border-radius: 100%;
  border: 6px solid #012751;
  position: absolute;
  width: 600px;
  height: 600px;
  top: -272.7272727273px;
  right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .outer-circle {
    width: 550px;
    height: 550px;
  }
}
@media screen and (max-width: 992px) {
  .outer-circle {
    width: 500px;
    height: 500px;
    position: unset;
  }
}
@media screen and (max-width: 576px) {
  .outer-circle {
    width: 85vw;
    height: 85vw;
  }
}

.inner-circle {
  border-radius: 100%;
  border: 3px solid #012751;
  overflow: hidden;
  height: 95%;
  width: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner-circle .inner-inner-circle {
  width: 95%;
  height: 95%;
  overflow: hidden;
  border-radius: 100%;
}
.inner-circle .image-container {
  height: 100%;
  margin: auto;
}

.category-card .menu-card {
  height: 100%;
}
.category-card .menu-card-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
}
.category-card .menu-card-content .image-container {
  margin-bottom: auto;
  padding: 24px;
}
.category-card .menu-card-content img {
  object-fit: contain;
  object-position: bottom;
}
.category-card .menu-card-content .row {
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 12px;
}
.category-card .menu-card-content h4 {
  font-size: 16px;
  font-weight: bold;
  margin-left: 12px;
}
.category-card .menu-card-content button {
  font-size: 12px;
  line-height: 34px;
  padding: 0px 15px;
  margin-bottom: auto;
}

section[id^=all-cats-] .row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: unset;
  margin: 0;
}
section[id^=all-cats-] .category-card {
  flex: calc(25% - 9px);
  max-width: calc(25% - 9px);
  position: relative;
  background: linear-gradient(0deg, rgb(213, 210, 210) 0%, rgb(255, 255, 255) 50%);
  border-radius: 10px;
}
section[id^=all-cats-] .category-card .menu-card .menu-card-content img {
  width: 60%;
  margin: auto;
  display: block;
  left: 0;
  right: 0;
}
section[id^=all-cats-] .category-card .menu-card .menu-card-content .bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 12px;
  padding-bottom: 1em;
  flex-wrap: wrap;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 12px;
}
section[id^=all-cats-] .category-card .menu-card .menu-card-content .bottom h6 {
  flex: 1;
}
section[id^=all-cats-] .category-card .menu-card .menu-card-content .bottom button {
  flex: 1;
  margin: 0;
  min-width: fit-content;
}
@media screen and (max-width: 992px) {
  section[id^=all-cats-] .category-card {
    flex: calc(33.333333333% - 9px);
    max-width: calc(33.333333333% - 9px);
  }
}
@media screen and (max-width: 768px) {
  section[id^=all-cats-] .category-card {
    flex: calc(50% - 9px);
    max-width: calc(50% - 9px);
  }
}
@media screen and (max-width: 480px) {
  section[id^=all-cats-] .category-card {
    flex: 100%;
    max-width: 100%;
  }
}

section[id^=banner-] {
  position: relative;
  padding: 0;
}
section[id^=banner-] .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  z-index: 1;
}
section[id^=banner-] .container {
  height: 100%;
  padding-block: 100px;
}
@media screen and (max-width: 992px) {
  section[id^=banner-] .container {
    padding-block: 50px;
  }
}
@media screen and (max-width: 768px) {
  section[id^=banner-] .container {
    padding-block: 12px;
  }
}
section[id^=banner-] .container .row {
  height: 100%;
  align-items: center;
}
section[id^=banner-] .container .row .text {
  color: white;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (max-width: 768px) {
  section[id^=banner-] .container .row .text {
    margin-top: 1em;
  }
}
section[id^=banner-] .container .row .text h2,
section[id^=banner-] .container .row .text h3,
section[id^=banner-] .container .row .text h4,
section[id^=banner-] .container .row .text a,
section[id^=banner-] .container .row .text > p {
  color: white;
  font-weight: bold;
}
section[id^=banner-] .container .row .text a.button {
  font-size: 22px;
}
@media screen and (max-width: 992px) {
  section[id^=banner-] .container .row .text a.button {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  section[id^=banner-] .container .row .text a.button {
    font-size: 14px;
  }
}
section[id^=banner-] .container .row .text a.button:hover {
  color: #F28300;
}
section[id^=banner-] .container .row .text h3 {
  font-size: 46px;
}
@media screen and (max-width: 992px) {
  section[id^=banner-] .container .row .text h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  section[id^=banner-] .container .row .text h3 {
    font-size: 26px;
  }
}
section[id^=banner-] .container .row .text h4 {
  font-size: 68px;
}
@media screen and (max-width: 992px) {
  section[id^=banner-] .container .row .text h4 {
    font-size: 55px;
  }
}
@media screen and (max-width: 768px) {
  section[id^=banner-] .container .row .text h4 {
    font-size: 42px;
  }
}
section[id^=banner-] .container .row .image {
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
section[id^=banner-] .container .row .image .image-container {
  height: 100%;
}
section[id^=banner-] .container .row .image .image-container img {
  width: 100%;
  height: 100%;
  display: block;
  object-position: bottom;
}

.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: rgb(191, 103.3925619835, 0);
}

section[id^=categorie-] {
  position: relative;
}
section[id^=categorie-] .row .col-12 {
  margin-bottom: 34px;
}
section[id^=categorie-] .row.gap-24 {
  gap: 24px;
}
section[id^=categorie-] .row.category-card-slider {
  width: 100%;
  overflow: hidden;
}
section[id^=categorie-] .row.category-card-slider .slick-list {
  width: 100%;
}
section[id^=categorie-] .row.category-card-slider ul.slick-dots {
  margin-inline: auto;
}
@media screen and (max-width: 992px) {
  section[id^=categorie-] .row.category-card-slider ul.slick-dots {
    margin-top: 0;
  }
}
section[id^=categorie-] .row.category-card-slider ul.slick-dots li button {
  border-color: #eee;
  background-color: #eee;
}
section[id^=categorie-] .row.category-card-slider ul.slick-dots li.slick-active button {
  background-color: #F28300;
  border-color: #F28300;
}
section[id^=categorie-] .row.product-slider-type:not(.slider-disabled) .category-card {
  background-image: unset;
  margin: 0;
}
section[id^=categorie-] .row.product-slider-type:not(.slider-disabled) .category-card .image-container {
  border-radius: 10px;
  margin-bottom: 12px;
}
section[id^=categorie-] .row.product-slider-type:not(.slider-disabled) .category-card .image-container img {
  object-fit: cover;
}
section[id^=categorie-] .row.product-slider-type:not(.slider-disabled) a .image-container {
  margin-bottom: 0;
}
section[id^=categorie-] .row:not(.slider-disabled) .category-card {
  width: 15vw;
  margin: 0 24px;
}
@media screen and (max-width: 1200px) {
  section[id^=categorie-] .row:not(.slider-disabled) .category-card {
    width: 20vw;
  }
}
@media screen and (max-width: 992px) {
  section[id^=categorie-] .row:not(.slider-disabled) .category-card {
    width: 25vw;
  }
}
@media screen and (max-width: 768px) {
  section[id^=categorie-] .row:not(.slider-disabled) .category-card {
    width: 30vw;
  }
}
@media screen and (max-width: 576px) {
  section[id^=categorie-] .row:not(.slider-disabled) .category-card {
    width: 40vw;
  }
}
@media screen and (max-width: 480px) {
  section[id^=categorie-] .row:not(.slider-disabled) .category-card {
    width: 90vw;
  }
}
section[id^=categorie-] .row.slider-disabled .category-card {
  flex: calc(25% - 18px);
  max-width: calc(25% - 18px);
}
section[id^=categorie-] .row.slider-disabled .category-card:nth-child(n+9) {
  display: none;
}
section[id^=categorie-] .row.slider-disabled .show-more {
  flex: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
section[id^=categorie-] .row .col-3:has(a[class^=btn]) {
  text-align: end;
}
@media screen and (max-width: 576px) {
  section[id^=categorie-] .row .col-3:has(a[class^=btn]) {
    text-align: center;
  }
}
@media screen and (max-width: 1200px) {
  section[id^=categorie-] .row.header .col-9 {
    flex-basis: 65%;
  }
}
@media screen and (max-width: 992px) {
  section[id^=categorie-] .row.header .col-9 {
    flex-basis: 55%;
  }
}
@media screen and (max-width: 768px) {
  section[id^=categorie-] .row.header .col-9 {
    flex-basis: 100%;
  }
}
section[id^=categorie-] .row.header .col-3 {
  align-self: center;
}
@media screen and (max-width: 1200px) {
  section[id^=categorie-] .row.header .col-3 {
    flex-basis: 35%;
  }
}
@media screen and (max-width: 992px) {
  section[id^=categorie-] .row.header .col-3 {
    flex-basis: 45%;
  }
}
@media screen and (max-width: 768px) {
  section[id^=categorie-] .row.header .col-3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  section[id^=categorie-] .row.header .col-3 a[class^=btn] {
    display: block;
    margin-inline: auto;
    width: fit-content;
  }
}

section[id^=clients-] h2 {
  text-align: center;
  font-size: 46px;
  font-weight: bold;
}
section[id^=clients-] .row {
  column-gap: 40px;
  row-gap: 24px;
  display: flex;
  flex-wrap: wrap;
}
section[id^=clients-] .row .col-12 {
  margin-bottom: 40px;
}
section[id^=clients-] .row .card {
  flex: calc(14.2857142857% - 35px);
  max-width: calc(14.2857142857% - 35px);
  margin-inline: auto;
}
@media screen and (max-width: 992px) {
  section[id^=clients-] .row .card {
    flex: calc(20% - 35px);
    max-width: calc(20% - 35px);
  }
}
@media screen and (max-width: 768px) {
  section[id^=clients-] .row .card {
    flex: calc(25% - 35px);
    max-width: calc(25% - 35px);
  }
}
@media screen and (max-width: 576px) {
  section[id^=clients-] .row .card {
    flex: calc(33.3333333333% - 35px);
    max-width: calc(33.3333333333% - 35px);
  }
}

section[id*=content-].align-right .row {
  flex-direction: row-reverse;
}
section[id*=content-].align-center .row {
  justify-content: center;
}
section[id*=content-]:has(.outer-circle) {
  margin-bottom: 140px;
}
section[id*=content-].bg-light-grey {
  background-image: linear-gradient(to bottom, #fff 25%, #F8F8F8 25%, #F8F8F8);
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  section[id*=content-].bg-light-grey {
    background-image: linear-gradient(to bottom, #F8F8F8, #F8F8F8);
  }
}
section[id*=content-] h2 {
  margin-top: 130px;
  font-size: 56px;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  section[id*=content-] h2 {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  section[id*=content-] h2 {
    font-size: 36px;
  }
}
section[id*=content-] .col-6:has(.button) p {
  margin-right: 10%;
}
@media screen and (max-width: 992px) {
  section[id*=content-] .col-6:has(.button) p {
    margin-right: 0;
  }
}
@media screen and (max-width: 992px) {
  section[id*=content-] .col-6:has(.button) {
    display: grid;
    grid-template-columns: 75% 25%;
    gap: 12px;
  }
  section[id*=content-] .col-6:has(.button) a.button {
    height: fit-content;
    text-align: center;
    width: fit-content;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  section[id*=content-] .col-6:has(.button) {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 992px) {
  section[id*=content-] .row:first-of-type {
    flex-direction: column;
  }
  section[id*=content-] .row:first-of-type .col-6 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  section[id*=content-] .col-6:has(.outer-circle) {
    margin-inline: auto;
  }
}
section[id*=content-] .outer-circle {
  top: -272.7272727273px;
}
@media screen and (max-width: 1200px) {
  section[id*=content-] .outer-circle {
    top: -240px;
  }
}
@media screen and (max-width: 992px) {
  section[id*=content-] .outer-circle {
    top: -214.2857142857px;
    right: -5%;
  }
}

section[id^=columns-].is-style-achtergrond_grijs {
  background-color: #eee;
}
@media screen and (max-width: 992px) {
  section[id^=columns-] .col-6:has(h4) {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  section[id^=columns-] .col-6:empty {
    display: none;
  }
}
section[id^=columns-].align-right .btn-wrapper {
  justify-content: flex-end;
}
section[id^=columns-].align-center .btn-wrapper {
  justify-content: center;
}
section[id^=columns-] .btn-wrapper {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}
@media screen and (max-width: 480px) {
  section[id^=columns-] .btn-wrapper {
    flex-direction: column;
    width: max-content;
    margin-inline: auto;
  }
}
section[id^=columns-] .row {
  align-items: inherit;
}
section[id^=columns-] .row .column-title {
  margin-bottom: 24px;
}
section[id^=columns-] .row .outer-image-wrapper {
  position: relative;
  margin-bottom: 24px;
}
section[id^=columns-] .row .outer-image-wrapper .image-container {
  border-radius: 10px;
}
section[id^=columns-] .row .outer-image-wrapper:hover .arrow-wrapper {
  background-color: rgb(191, 103.3925619835, 0);
}
section[id^=columns-] .row .outer-image-wrapper .arrow-wrapper {
  right: 0;
  bottom: 0;
  position: absolute;
  height: 65px;
  width: 64px;
  background-color: #F28300;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 0px 10px 0px;
}
section[id^=columns-] .row .outer-image-wrapper .arrow-wrapper svg {
  width: 15px;
  height: 22.5px;
}
@media screen and (max-width: 480px) {
  section[id^=columns-] .row .outer-image-wrapper .arrow-wrapper {
    height: 55px;
    width: 55px;
  }
  section[id^=columns-] .row .outer-image-wrapper .arrow-wrapper svg {
    width: 12px;
    height: 18px;
  }
}
section[id^=columns-] .row .col-4 .button,
section[id^=columns-] .row .col-3 .button {
  width: fit-content;
  margin-top: auto;
}
section[id^=columns-] .row .col-4 h1,
section[id^=columns-] .row .col-4 h2,
section[id^=columns-] .row .col-3 h1,
section[id^=columns-] .row .col-3 h2 {
  font-size: 29px;
}
@media screen and (max-width: 992px) {
  section[id^=columns-] .row:has(.col-4:nth-child(3)) {
    flex-wrap: wrap;
    row-gap: 36px;
  }
  section[id^=columns-] .row:has(.col-4:nth-child(3)) .col-4 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  section[id^=columns-] .row:has(.col-4:nth-child(3)) .col-4 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  section[id^=columns-] .row:has(.col-6) .col-6 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  section[id^=columns-] .row .col-3 {
    flex: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 576px) {
  section[id^=columns-] .row .col-3 {
    flex: 100%;
    max-width: 100%;
  }
}
section[id^=columns-]:not(.align-text-center) .row .col-4,
section[id^=columns-]:not(.align-text-center) .row .col-3 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
section[id^=columns-]:not(.align-text-center) .row .col-4 .button,
section[id^=columns-]:not(.align-text-center) .row .col-3 .button {
  margin-top: auto;
}

section[id^=divisions-] .col-8 > h2,
section[id^=divisions-] .col-8 p {
  text-align: center;
}
section[id^=divisions-] .col-8 h2 {
  font-size: 46px;
  font-weight: bold;
}
section[id^=divisions-] .col-12:has(.card) {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 24px;
}
@media screen and (max-width: 992px) {
  section[id^=divisions-] .col-12:has(.card) {
    grid-template-columns: 1fr;
    grid-auto-rows: 300px;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  section[id^=divisions-] .col-12:has(.card) {
    grid-auto-rows: 200px;
  }
}
@media screen and (max-width: 576px) {
  section[id^=divisions-] .col-12:has(.card) {
    grid-auto-rows: 150px;
  }
}
@media screen and (max-width: 480px) {
  section[id^=divisions-] .col-12:has(.card) {
    grid-auto-rows: 120px;
  }
}
section[id^=divisions-] .card {
  position: relative;
}
section[id^=divisions-] .card::before {
  z-index: 1;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5019607843) 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
}
section[id^=divisions-] .card .hover-text {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
@media screen and (max-width: 576px) {
  section[id^=divisions-] .card .hover-text {
    display: none !important;
  }
}
section[id^=divisions-] .card .hover-text .arrow-wrapper {
  right: 0;
  bottom: 0;
  position: absolute;
  height: 65px;
  width: 64px;
  background-color: #F28300;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 23px 0px 8px 0px;
  z-index: 2;
}
section[id^=divisions-] .card .hover-text .arrow-wrapper svg {
  width: 15px;
  height: 22.5px;
}
section[id^=divisions-] .card .hover-text .text {
  z-index: 2;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 34px;
}
section[id^=divisions-] .card .hover-text .text h1,
section[id^=divisions-] .card .hover-text .text h2,
section[id^=divisions-] .card .hover-text .text h3,
section[id^=divisions-] .card .hover-text .text h4,
section[id^=divisions-] .card .hover-text .text h5,
section[id^=divisions-] .card .hover-text .text h6 {
  font-size: 26px;
  color: #fff;
}
section[id^=divisions-] .card .hover-text::before {
  backdrop-filter: blur(7px);
  z-index: 1;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: transparent linear-gradient(180deg, #F38300 0%, rgba(0, 0, 0, 0.5960784314) 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
}
section[id^=divisions-] .card .normal {
  display: grid;
  border-radius: 10px;
  overflow: hidden;
  min-height: 563px;
  position: relative;
}
@media screen and (max-width: 992px) {
  section[id^=divisions-] .card .normal {
    min-height: 100%;
    max-height: 100%;
    height: 100%;
  }
}
section[id^=divisions-] .card .normal > * {
  grid-column: 1;
  grid-row: 1;
}
section[id^=divisions-] .card .normal p {
  align-self: end;
  z-index: 3;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 0 24px;
}
@media screen and (max-width: 992px) {
  section[id^=divisions-] .card .normal p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  section[id^=divisions-] .card .normal p {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  section[id^=divisions-] .card .normal p {
    display: block !important;
  }
}

section[id^=faq-] {
  background-color: #eee;
}
section[id^=faq-] h4 {
  text-align: center;
  margin-top: 48px;
  margin-bottom: 48px;
}
@media screen and (max-width: 576px) {
  section[id^=faq-] h4 {
    margin-bottom: 12px;
  }
}
section[id^=faq-] .col-6:nth-child(2) {
  padding-right: 24px;
}
section[id^=faq-] .col-6:nth-child(3) {
  padding-left: 24px;
}
section[id^=faq-] details {
  position: relative;
  width: 100%;
  margin-inline: auto;
  border-bottom: 2px solid #D9D9D9;
}
@media screen and (max-width: 576px) {
  section[id^=faq-] details {
    width: 100%;
  }
}
section[id^=faq-] details summary {
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  padding: 24px 0 0;
}
@media screen and (max-width: 576px) {
  section[id^=faq-] details summary {
    font-size: 14px;
  }
}
section[id^=faq-] details summary::marker {
  content: "";
}
section[id^=faq-] details summary::-webkit-details-marker {
  display: none;
}
section[id^=faq-] details summary .question,
section[id^=faq-] details summary .spacer {
  display: inline-block;
}
section[id^=faq-] details summary .question {
  width: 90%;
}
section[id^=faq-] details summary .spacer {
  width: 10%;
  margin-left: auto;
}
section[id^=faq-] details::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 9.548 6.162%22%3E%3Cpath id%3D%22Path_6757%22 data-name%3D%22Path 6757%22 d%3D%22M5.952%2C5.281%2C1.9%2C9.337a.713.713%2C0%2C0%2C1-1.011%2C0L.21%2C8.663a.713.713%2C0%2C0%2C1%2C0-1.011L3.086%2C4.777.21%2C1.9A.713.713%2C0%2C0%2C1%2C.21.89L.881.21a.713.713%2C0%2C0%2C1%2C1.011%2C0L5.949%2C4.267A.714.714%2C0%2C0%2C1%2C5.952%2C5.281Z%22 transform%3D%22translate(9.548)%20rotate(90)%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 36px;
  right: 0;
  height: 12px;
  width: 12px;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
section[id^=faq-] details[open]::after {
  transform: rotate(180deg) translate(50%, 50%);
}
@media screen and (max-width: 768px) {
  section[id^=faq-] .col-6 {
    padding: 0;
  }
  section[id^=faq-] .col-6:nth-child(2) {
    padding-right: 0;
  }
  section[id^=faq-] .col-6:nth-child(3) {
    padding-left: 0;
  }
}
@media screen and (max-width: 576px) {
  section[id^=faq-] .row {
    margin: 0;
  }
}

section[id^=hero-main] {
  padding-top: 0;
}
section[id^=hero-main] .gradient-overlay {
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  width: calc(100% - 24px);
  z-index: 1;
  opacity: 0.63;
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  section[id^=hero-main] .gradient-overlay {
    border-radius: 0;
  }
}
section[id^=hero-main] .container {
  z-index: 1;
  position: relative;
}
section[id^=hero-main] .container .row {
  z-index: 2;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
section[id^=hero-main] .category-list-column {
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  section[id^=hero-main] .category-list-column {
    flex-basis: 40%;
    max-width: 40%;
  }
}
@media screen and (max-width: 992px) {
  section[id^=hero-main] .category-list-column {
    flex-basis: 50%;
    max-width: 50%;
    margin-left: -2.5%;
  }
}
@media screen and (max-width: 768px) {
  section[id^=hero-main] .category-list-column {
    margin-left: 0%;
    flex-basis: clamp(450px, 100%, 60vw);
    max-width: unset;
  }
}
@media screen and (max-width: 576px) {
  section[id^=hero-main] .category-list-column {
    flex-basis: 100%;
  }
}
section[id^=hero-main] .hero-slider {
  width: calc(100% + 150px);
  position: absolute;
  left: -75px;
  top: 0;
  height: 100%;
}
section[id^=hero-main] .hero-slider .slide {
  height: 100%;
}
section[id^=hero-main] .hero-slider .slide:not(:first-of-type) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
section[id^=hero-main] .hero-slider.slick-initialized .slide:not(:first-of-type) {
  visibility: visible;
  opacity: 1;
}
section[id^=hero-main] .hero-slider .slick-dots {
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translate(-50%, 0px);
  padding-left: 27px;
}
section[id^=hero-main] .hero-slider .slick-track,
section[id^=hero-main] .hero-slider .slick-list {
  transition-delay: 10ms;
}
section[id^=hero-main] .hero-slider .slick-list {
  overflow: hidden;
  height: 100%;
}
section[id^=hero-main] .hero-slider .slick-list .slick-track {
  height: 100%;
  left: 12px;
}
section[id^=hero-main] .hero-slider .slide {
  position: relative;
  opacity: 1 !important;
}
section[id^=hero-main] .hero-slider .slide #hero-info {
  position: absolute;
  top: 40px;
  right: 75px;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  section[id^=hero-main] .hero-slider .slide #hero-info {
    flex-basis: 60%;
    max-width: 60%;
  }
  section[id^=hero-main] .hero-slider .slide #hero-info .text-wrapper {
    padding-left: 15%;
  }
}
@media screen and (max-width: 992px) {
  section[id^=hero-main] .hero-slider .slide #hero-info {
    flex-basis: 50%;
    max-width: 50%;
  }
  section[id^=hero-main] .hero-slider .slide #hero-info .col-6:empty {
    flex-basis: 20%;
    max-width: 20%;
  }
  section[id^=hero-main] .hero-slider .slide #hero-info .col-6:not(:empty) {
    flex-basis: 80%;
    max-width: 80%;
  }
}
section[id^=hero-main] .hero-slider .slide #hero-info h2 {
  font-size: 76px;
}
@media screen and (max-width: 1400px) {
  section[id^=hero-main] .hero-slider .slide #hero-info h2 {
    font-size: 72px;
  }
}
@media screen and (max-width: 1200px) {
  section[id^=hero-main] .hero-slider .slide #hero-info h2 {
    font-size: 66px;
  }
  section[id^=hero-main] .hero-slider .slide #hero-info .p1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  section[id^=hero-main] .hero-slider .slide #hero-info {
    display: none;
  }
}
section[id^=hero-main] .hero-slider .slide #hero-info h1,
section[id^=hero-main] .hero-slider .slide #hero-info h2,
section[id^=hero-main] .hero-slider .slide #hero-info h3,
section[id^=hero-main] .hero-slider .slide #hero-info h4,
section[id^=hero-main] .hero-slider .slide #hero-info h5,
section[id^=hero-main] .hero-slider .slide #hero-info h6,
section[id^=hero-main] .hero-slider .slide #hero-info p {
  color: #fff;
}
section[id^=hero-main] .hero-slider .slide #hero-info p {
  font-size: 30px;
  margin-top: 0;
  max-width: 85%;
  margin-left: auto;
}
section[id^=hero-main] .hero-slider .slide #hero-info .flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
section[id^=hero-main] .hero-slider .slide #hero-info .row:not(:first-of-type) {
  display: none;
}
section[id^=hero-main] .hero-slider .background {
  height: 100%;
}
section[id^=hero-main] .hero-slider .background .image-container {
  border-radius: 10px;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  section[id^=hero-main] .hero-slider .background .image-container {
    border-radius: 0;
  }
}
section[id^=hero-main] .category-item a {
  z-index: 1;
  color: #012751;
  padding: 12px 40px;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 992px) {
  section[id^=hero-main] .category-item a {
    padding: 12px;
  }
}
section[id^=hero-main] .category-list {
  list-style: none;
  border-radius: 10px;
  background-color: #fff;
  padding: 45px 0px;
}
@media screen and (max-width: 992px) {
  section[id^=hero-main] .category-list {
    padding: 12px 0px;
  }
}
section[id^=hero-main] .category-list li {
  position: relative;
  transition: background-color 0.3s ease;
  cursor: pointer;
  display: flex;
}
section[id^=hero-main] .category-list li:not(:last-of-type)::after {
  border-bottom: 2px solid #F8F8F8;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: calc(100% - 80px);
  height: 2px;
  transform: translate(-50%, 10px);
  right: 50%;
}
@media screen and (max-width: 992px) {
  section[id^=hero-main] .category-list li:not(:last-of-type)::after {
    width: calc(100% - 50px);
  }
}
section[id^=hero-main] .category-list li.selected a {
  color: #fff;
}
section[id^=hero-main] .category-list li.selected .title::after {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 6.3 9.8' style='enable-background:new 0 0 6.3 9.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath id='Path_6732' class='st0' d='M6.1,5.4L2,9.6c-0.3,0.3-0.7,0.3-1,0c0,0,0,0,0,0L0.2,8.9c-0.3-0.3-0.3-0.7,0-1c0,0,0,0,0,0l3-3 l-3-3c-0.3-0.3-0.3-0.7,0-1c0,0,0,0,0,0l0.7-0.7c0.3-0.3,0.7-0.3,1,0c0,0,0,0,0,0l4.2,4.2C6.4,4.7,6.4,5.1,6.1,5.4 C6.1,5.4,6.1,5.4,6.1,5.4z'/%3E%3C/svg%3E%0A");
}
section[id^=hero-main] .category-list li .title {
  display: inline-block;
  margin-inline: 12px auto;
  padding-left: 12px;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  section[id^=hero-main] .category-list li .title {
    font-size: 16px;
    padding: 0;
  }
}
section[id^=hero-main] .category-list li .title::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.333 9.813'%3E%3Cpath id='Path_6732' data-name='Path 6732' d='M30.868,101.378,26.7,105.547a.733.733,0,0,1-1.039,0l-.693-.693a.733.733,0,0,1,0-1.039l2.955-2.955L24.966,97.9a.733.733,0,0,1,0-1.039l.69-.7a.733.733,0,0,1,1.039,0l4.169,4.169A.734.734,0,0,1,30.868,101.378Z' transform='translate(-24.75 -95.95)' fill='%23222'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  position: absolute;
  height: 12px;
  width: 12px;
  right: 40px;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 992px) {
  section[id^=hero-main] .category-list li .title::after {
    right: 14px;
  }
}
section[id^=hero-main] .category-list li:last-child {
  border-bottom: none;
}
section[id^=hero-main] .catalog-download a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  overflow: hidden;
  color: #000;
  font-size: 18px;
  border-radius: 42px;
}
@media screen and (max-width: 576px) {
  section[id^=hero-main] .catalog-download a {
    font-size: 16px;
  }
}
section[id^=hero-main] .catalog-download a:hover {
  background-color: #F28300;
  color: #fff;
}
section[id^=hero-main] .catalog-download a:hover .icon {
  background-color: #fff;
}
section[id^=hero-main] .catalog-download a:hover .icon svg path {
  fill: #F28300;
}
section[id^=hero-main] .catalog-download .icon {
  background-color: #F28300;
  padding: 14px;
  width: 47px;
  height: 47px;
  border-radius: 100%;
  margin: 6px 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 576px) {
  section[id^=hero-main] .catalog-download .icon {
    width: 30px;
    height: 30px;
  }
  section[id^=hero-main] .catalog-download .icon svg {
    height: 20px;
    width: 20px;
  }
}
section[id^=hero-main] .catalog-download .icon svg {
  height: 36px;
  width: 36px;
}

section[id^=hero-sub] {
  padding-top: 0;
  padding-bottom: 12px;
}
section[id^=hero-sub].gradient-enabled.orange .container .background::before {
  background: transparent linear-gradient(0deg, #012751 0%, #F38300 100%) 0% 0% no-repeat padding-box;
  opacity: 0.63;
}
section[id^=hero-sub].gradient-enabled.blue .container .background::before {
  opacity: 0.74;
  background: transparent linear-gradient(249deg, #012751 0%, #0069A4 100%) 0% 0% no-repeat padding-box;
}
section[id^=hero-sub].gradient-enabled .container .background::before {
  border-radius: 10px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
section[id^=hero-sub] .container {
  position: relative;
}
section[id^=hero-sub] .container .background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  width: calc(100% + 150px);
  max-width: 95vw;
}
@media screen and (max-width: 576px) {
  section[id^=hero-sub] .container .background {
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
  }
}
section[id^=hero-sub] .container .row {
  z-index: 1;
  position: relative;
  min-height: 500px;
}
@media screen and (max-width: 576px) {
  section[id^=hero-sub] .container .row {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 576px) {
  section[id^=hero-sub] .container .row {
    min-height: unset;
  }
}
section[id^=hero-sub] .container .row .links {
  margin-top: auto;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
@media screen and (max-width: 992px) {
  section[id^=hero-sub] .container .row .links {
    flex-basis: 50%;
    max-width: 50%;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  section[id^=hero-sub] .container .row .links {
    flex-basis: 70%;
    max-width: 70%;
  }
}
@media screen and (max-width: 576px) {
  section[id^=hero-sub] .container .row .links {
    flex-basis: unset;
    max-width: unset;
  }
}
section[id^=hero-sub] .container .row .links .links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
}
section[id^=hero-sub] .container .row .links .hero-link a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 42px;
  overflow: hidden;
  color: #000;
  font-size: 18px;
}
@media screen and (max-width: 576px) {
  section[id^=hero-sub] .container .row .links .hero-link a {
    padding-right: 12px;
    font-size: 16px;
  }
}
@media screen and (max-width: 400px) {
  section[id^=hero-sub] .container .row .links .hero-link a {
    font-size: 14px;
  }
}
section[id^=hero-sub] .container .row .links .hero-link a:hover {
  background-color: #012751;
  color: #fff;
}
section[id^=hero-sub] .container .row .links .hero-link .icon {
  padding: 14px;
  display: inline-block;
  margin-right: 36px;
  width: 47px;
  height: 47px;
  border-radius: 100%;
  margin: 6px 7px;
}
@media screen and (max-width: 576px) {
  section[id^=hero-sub] .container .row .links .hero-link .icon {
    width: 25px;
    height: 25px;
  }
}
section[id^=hero-sub] .container .row .links .hero-link .icon svg {
  width: 47px;
  height: 47px;
}
@media screen and (max-width: 576px) {
  section[id^=hero-sub] .container .row .links .hero-link .icon svg {
    width: 25px;
    height: 25px;
  }
}
section[id^=hero-sub] .container .row .links .cart-link .icon,
section[id^=hero-sub] .container .row .links .phone-button .icon,
section[id^=hero-sub] .container .row .links .contact-button .icon {
  background-color: #F28300;
}
section[id^=hero-sub] .container .row .links .cart-link .icon svg path,
section[id^=hero-sub] .container .row .links .phone-button .icon svg path {
  fill: #fff;
}
section[id^=hero-sub] .container .row .links .catalog-button .icon,
section[id^=hero-sub] .container .row .links .whatsapp-button .icon {
  background-color: #c1c1c1;
}
section[id^=hero-sub] .container .row .links .catalog-button .icon svg path,
section[id^=hero-sub] .container .row .links .whatsapp-button .icon svg path {
  fill: #fff;
}
section[id^=hero-sub] .container .row .links .whatsapp-button .icon {
  background-color: #60cd62;
}
section[id^=hero-sub] .title,
section[id^=hero-sub] .lbl-blue,
section[id^=hero-sub] p {
  color: #fff;
}
section[id^=hero-sub] h1 {
  margin-top: 36px;
  color: #fff;
}
@media screen and (max-width: 576px) {
  section[id^=hero-sub] h1 {
    margin-top: 24px;
  }
}
section[id^=hero-sub] p {
  font-size: 30px;
  margin-top: 0;
}
@media screen and (max-width: 576px) {
  section[id^=hero-sub] p {
    font-size: 18px;
  }
}
section[id^=hero-sub] [class^=lbl-] {
  font-size: 18px;
  line-height: 15px;
  padding-bottom: 6px;
  vertical-align: middle;
}

section[id^=info-block-block_] .row:first-of-type {
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  section[id^=info-block-block_] .row:first-of-type {
    flex-direction: column;
    gap: 12px;
  }
}
@media screen and (max-width: 576px) {
  section[id^=info-block-block_] .row {
    margin: 0;
  }
}
section[id^=info-block-block_] .row .outer-div {
  display: flex;
  flex-wrap: wrap;
  min-height: 648px;
  position: relative;
}
@media screen and (max-width: 992px) {
  section[id^=info-block-block_] .row .outer-div {
    min-height: auto;
  }
  section[id^=info-block-block_] .row .outer-div[class^=col-] {
    flex: unset;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  section[id^=info-block-block_] .row .outer-div:first-of-type {
    flex-basis: 49%;
  }
}
section[id^=info-block-block_] .row .outer-div .image-container {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 12px);
  height: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 576px) {
  section[id^=info-block-block_] .row .outer-div .image-container {
    width: 100%;
  }
}
section[id^=info-block-block_] .row .outer-div .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 12px;
  bottom: 0;
  z-index: 1;
  opacity: 0.86;
  border-radius: 10px;
}
section[id^=info-block-block_] .row .outer-div .gradient-overlay.orange {
  background: transparent linear-gradient(0deg, #012751 0%, #F28300 100%) 0% 0% no-repeat padding-box;
}
section[id^=info-block-block_] .row .outer-div .gradient-overlay.gray {
  background: transparent linear-gradient(180deg, #eee 0%, #012751 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 576px) {
  section[id^=info-block-block_] .row .outer-div .gradient-overlay {
    width: 100%;
  }
}
section[id^=info-block-block_] .row .outer-div .card {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  margin-inline: 36px;
  margin-bottom: 36px;
  color: #fff;
}
@media screen and (max-width: 992px) {
  section[id^=info-block-block_] .row .outer-div .card {
    margin-top: 48px;
  }
}
@media screen and (max-width: 576px) {
  section[id^=info-block-block_] .row .outer-div .card {
    margin: 14px;
  }
}
section[id^=info-block-block_] .row .outer-div .card h3 {
  color: #fff;
  font-weight: bold;
}
section[id^=info-block-block_] .row .outer-div .card .button {
  margin-top: 60px;
}
@media screen and (max-width: 576px) {
  section[id^=info-block-block_] .row .outer-div .card .button {
    margin-top: 24px;
  }
}

section.megamenu {
  display: none;
  position: absolute;
  top: 31px;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: color-mix(in srgb, #000 40%, transparent);
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  section.megamenu {
    top: 22px;
  }
}
section.megamenu a {
  color: #000;
  display: inline-block;
  width: 100%;
  padding: 6px 12px;
  margin-inline: -12px;
  border-radius: 10px;
}
section.megamenu a:hover {
  color: #F28300;
}
section.megamenu a:hover h5 {
  color: #F28300;
}
section.megamenu .container {
  height: 75%;
}
section.megamenu .container .row {
  height: 100%;
  margin-left: -6px;
  margin-right: 6px;
}
section.megamenu .container .row .menu-left,
section.megamenu .container .row .menu-right {
  height: 100%;
}
section.megamenu ul {
  list-style: none;
  padding-left: 0;
}
section.megamenu ul li {
  cursor: pointer;
  margin-bottom: 1em;
}
section.megamenu .menu-left {
  background-color: #eee;
  padding: 12px 34px 24px 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-bottom-left-radius: 10px;
}
section.megamenu .menu-left ul {
  margin-bottom: auto;
  margin-top: 0;
}
section.megamenu .menu-left li {
  position: relative;
}
section.megamenu .menu-left li.active {
  color: #F28300;
}
section.megamenu .menu-left li::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.333 9.813'%3E%3Cpath id='Path_6732' data-name='Path 6732' d='M30.868,101.378,26.7,105.547a.733.733,0,0,1-1.039,0l-.693-.693a.733.733,0,0,1,0-1.039l2.955-2.955L24.966,97.9a.733.733,0,0,1,0-1.039l.69-.7a.733.733,0,0,1,1.039,0l4.169,4.169A.734.734,0,0,1,30.868,101.378Z' transform='translate(-24.75 -95.95)' fill='%23222'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  position: absolute;
  height: 12px;
  width: 12px;
  right: 0px;
  top: 50%;
  transform: translate(-50%, -50%);
}
section.megamenu .menu-left li:hover {
  color: #F28300;
}
section.megamenu .menu-left .info-wrapper a {
  display: inline;
  color: #F28300;
}
section.megamenu .menu-right {
  background-color: #fff;
  padding-inline: 0px;
  border-bottom-right-radius: 10px;
  overflow: auto;
  position: relative;
}
section.megamenu .menu-right::-webkit-scrollbar {
  width: 12px;
}
section.megamenu .menu-right::-webkit-scrollbar-thumb {
  background: #F28300;
}
section.megamenu .menu-right::-webkit-scrollbar-thumb:hover {
  background: rgb(191, 103.3925619835, 0);
}
section.megamenu .menu-right::-webkit-scrollbar-track {
  background: #F8F8F8;
}
section.megamenu .menu-right .close-btn {
  display: none;
}
section.megamenu .menu-right .sub-menu {
  display: none;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 12px 24px;
}
section.megamenu .menu-right .sub-menu.active {
  display: flex;
}
section.megamenu .menu-right .sub-menu .smaller-childs {
  display: flex;
  flex-wrap: wrap;
  flex: 100%;
  max-width: 100%;
  row-gap: 24px;
  margin-top: 12px;
}
section.megamenu .menu-right .sub-menu .smaller-childs:not(:last-of-type) {
  border-bottom: 1px solid #eee;
  padding-bottom: 24px;
}
section.megamenu .menu-right .sub-menu .smaller-childs h5 {
  font-size: 20px;
  flex: 100%;
  max-width: 100%;
  margin-top: 12px;
}
section.megamenu .menu-right .sub-menu:has(.contact-menu) {
  row-gap: 20px;
  gap: 20px;
}
section.megamenu .menu-right .sub-menu:has(.menu-list):not(:has(.contact-menu)) {
  flex-direction: column;
}
section.megamenu .menu-right .sub-menu:has(.menu-list):not(:has(.contact-menu)) .menu-card {
  position: relative;
  max-width: unset;
  flex: none;
  width: 20%;
  margin-bottom: 0;
}
section.megamenu .menu-right .sub-menu a:has(.image-container) {
  background: linear-gradient(0deg, rgb(213, 210, 210) 0%, rgb(255, 255, 255) 50%);
}
section.megamenu .menu-right .sub-menu a:has(.image-container) h5 {
  width: 50%;
  display: flex;
  min-height: 45px;
  align-items: flex-end;
}
section.megamenu .menu-right .sub-menu .menu-card {
  display: inline-flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: calc(25% - 40px);
  margin-right: 36px;
  margin-bottom: 12px;
  border-radius: 21px;
  row-gap: 0;
}
section.megamenu .menu-right .sub-menu .menu-card .image-container {
  margin-bottom: 6px;
}
section.megamenu .menu-right .sub-menu .menu-card .image-container img {
  z-index: 1;
}
@media (max-width: 1400px) {
  section.megamenu .menu-right .sub-menu .menu-card {
    max-width: calc(32% - 36px);
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  section.megamenu .menu-right .sub-menu .menu-card {
    max-width: calc(49% - 36px);
    width: 100%;
    font-size: 16px;
  }
  section.megamenu .menu-right .sub-menu .menu-card .image-container img {
    width: 50% !important;
  }
  section.megamenu .menu-right .sub-menu .menu-card .menu-list a {
    font-size: 14px;
  }
}
section.megamenu .menu-right .sub-menu .menu-card .image-container img {
  width: 80%;
  height: 90%;
  object-fit: contain;
  margin: auto;
  right: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
section.megamenu .menu-right .sub-menu .menu-card h5 {
  text-align: left;
  padding: 0 12px;
}
section.megamenu .menu-right .sub-menu .menu-card .subLinks {
  display: flex;
  flex-direction: column;
  padding: 0 12px;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.1em;
  color: #000;
  margin: 0;
}
section.megamenu .menu-right .sub-menu .menu-card .subLinks a {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 165px;
  white-space: nowrap;
}
section.megamenu .menu-right .sub-menu .menu-card .subLinks a:hover {
  width: fit-content;
}
section.megamenu .menu-right .sub-menu .menu-card .subLinks a:nth-child(n+3) {
  display: none;
}
@media (max-width: 1200px) {
  section.megamenu .menu-right .sub-menu .menu-card .subLinks a {
    font-size: 12px;
  }
}
section.megamenu .menu-right .sub-menu .menu-card .showMoreLess {
  padding: 0 12px;
  margin: 0;
  cursor: pointer;
  text-decoration: underline;
  font-size: 14px;
}
section.megamenu .menu-right .sub-menu .menu-card .showMoreLess:hover {
  color: #F28300;
}
section.megamenu .menu-right .sub-menu .contact-menu {
  flex: 0 0 80%;
  max-width: calc(80% - 36px);
}
section.megamenu .menu-right .sub-menu .contact-menu h5 {
  font-weight: bold;
}
section.megamenu .menu-right .sub-menu .contact-menu .topLayer,
section.megamenu .menu-right .sub-menu .contact-menu .middleLayer {
  border-bottom: 1px solid #bbbbbb;
}
section.megamenu .menu-right .sub-menu .contact-menu .topLayer,
section.megamenu .menu-right .sub-menu .contact-menu .middleLayer,
section.megamenu .menu-right .sub-menu .contact-menu .bottomLayer {
  padding: 12px 0;
}
section.megamenu .menu-right .sub-menu .contact-menu .topLayer {
  padding-top: 0;
}
section.megamenu .menu-right .sub-menu .contact-menu .contactData p {
  margin: 0;
}
@media (max-width: 1200px) {
  section.megamenu .menu-right .sub-menu .contact-menu .contactData h5,
  section.megamenu .menu-right .sub-menu .contact-menu .contactData p {
    font-size: 13px;
  }
}
section.megamenu .menu-right .sub-menu .contact-menu .topLayer .row,
section.megamenu .menu-right .sub-menu .contact-menu .middleLayer .row {
  align-items: flex-start;
}
section.megamenu .menu-right .sub-menu .contact-menu .emaillist {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
section.megamenu .menu-right .sub-menu .contact-menu .emaillist .email-link {
  width: 45%;
  margin-bottom: 0.7em;
}
@media (max-width: 1200px) {
  section.megamenu .menu-right .sub-menu .contact-menu .emaillist .email-link h5,
  section.megamenu .menu-right .sub-menu .contact-menu .emaillist .email-link a {
    font-size: 14px;
  }
}
section.megamenu .menu-right .sub-menu .contact-menu .companyDetails p {
  margin: 0;
  font-size: 14px;
}
@media (max-width: 1400px) {
  section.megamenu .menu-right .sub-menu .contact-menu .companyDetails p {
    font-size: 12px;
  }
}
@media (max-width: 1400px) {
  section.megamenu .menu-right .sub-menu .contact-menu .companyDetails p {
    font-size: 10px;
  }
}
section.megamenu .menu-right .sub-menu .contact-menu .socials {
  display: flex;
  flex-wrap: wrap;
  width: 200px;
}
section.megamenu .menu-right .sub-menu .contact-menu .socials .item {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  margin-bottom: 15px;
}
section.megamenu .menu-right .sub-menu .contact-menu .socials .item img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
section.megamenu .menu-right .sub-menu .contact-menu .whatsapp {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  margin-bottom: 15px;
}
section.megamenu .menu-right .sub-menu .contact-menu .whatsapp img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
section.megamenu .menu-right .sub-menu a.h4 {
  width: 100%;
  display: block;
}
section.megamenu .menu-right .sub-menu a.h4 > h4 {
  font-size: 15px;
  font-weight: bold;
  color: #F28300;
  border: 1px solid #F28300;
  display: inline-block;
  width: auto;
  padding: 3px 12px;
  border-radius: 200px;
}
section.megamenu .menu-right .sub-menu a.h4 > h4:hover {
  color: #fff;
  background: #F28300;
}
section.megamenu .menu-right .sub-menu h4 {
  width: 100%;
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #F28300;
  margin-bottom: 12px;
}
section.megamenu .menu-right .sub-menu h5 {
  font-size: 16px;
}
section.megamenu .menu-right .sub-menu .youtube-link img {
  border-radius: 10px;
}
section.megamenu .menu-right .sub-menu .youtube-link .title {
  margin: 6px auto;
  display: inline-block;
  color: #000;
}
section.megamenu .menu-right .sub-menu .download-link {
  color: #000;
}
section.megamenu .menu-right .sub-menu .download-link:hover {
  color: #F28300;
}
section.megamenu .menu-right .sub-menu .download-link:hover::after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 16.4 16.4'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23f39200; %7D %3C/style%3E%3C/defs%3E%3C!-- Generator: Adobe Illustrator 28.7.3, SVG Export Plug-In . SVG Version: 1.2.0 Build 164) --%3E%3Cg%3E%3Cg id='Laag_1'%3E%3Cpath id='Path_6739' class='cls-1' d='M6.9,0h2.6c.4,0,.8.3.8.8,0,0,0,0,0,0v5.4h2.8c.4,0,.6.3.6.6,0,.2,0,.3-.2.5l-4.9,4.9c-.2.2-.6.2-.9,0L2.9,7.2c-.2-.2-.2-.7,0-.9.1-.1.3-.2.5-.2h2.8V.8C6.1.3,6.5,0,6.9,0s0,0,0,0ZM16.4,12v3.6c0,.4-.3.8-.8.8,0,0,0,0,0,0H.8C.3,16.4,0,16,0,15.6c0,0,0,0,0,0v-3.6c0-.4.3-.8.8-.8,0,0,0,0,0,0h4.7l1.6,1.6c.6.6,1.7.6,2.3,0,0,0,0,0,0,0l1.6-1.6h4.7c.4,0,.8.3.8.8ZM12.4,14.9c0-.4-.3-.6-.6-.6s-.6.3-.6.6.3.6.6.6c.4,0,.6-.3.6-.6h0ZM14.5,14.9c0-.4-.3-.6-.6-.6s-.6.3-.6.6.3.6.6.6c.4,0,.6-.3.6-.6h0Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
section.megamenu .menu-right .sub-menu .download-link:after {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 16.4 16.4'%3E%3C!-- Generator: Adobe Illustrator 28.7.3, SVG Export Plug-In . SVG Version: 1.2.0 Build 164) --%3E%3Cg%3E%3Cg id='Laag_1'%3E%3Cpath id='Path_6739' class='cls-1' d='M6.9,0h2.6c.4,0,.8.3.8.8,0,0,0,0,0,0v5.4h2.8c.4,0,.6.3.6.6,0,.2,0,.3-.2.5l-4.9,4.9c-.2.2-.6.2-.9,0L2.9,7.2c-.2-.2-.2-.7,0-.9.1-.1.3-.2.5-.2h2.8V.8C6.1.3,6.5,0,6.9,0s0,0,0,0ZM16.4,12v3.6c0,.4-.3.8-.8.8,0,0,0,0,0,0H.8C.3,16.4,0,16,0,15.6c0,0,0,0,0,0v-3.6c0-.4.3-.8.8-.8,0,0,0,0,0,0h4.7l1.6,1.6c.6.6,1.7.6,2.3,0,0,0,0,0,0,0l1.6-1.6h4.7c.4,0,.8.3.8.8ZM12.4,14.9c0-.4-.3-.6-.6-.6s-.6.3-.6.6.3.6.6.6c.4,0,.6-.3.6-.6h0ZM14.5,14.9c0-.4-.3-.6-.6-.6s-.6.3-.6.6.3.6.6.6c.4,0,.6-.3.6-.6h0Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  position: absolute;
  top: 55%;
  right: -6px;
  height: 16px;
  width: 16px;
  transform: translate(0%, -50%);
}
section.megamenu .menu-right .sub-menu .download-link.t3 {
  position: relative;
}
section.megamenu .menu-right .sub-menu .download-link.t3:after {
  top: unset;
  bottom: 1px;
  right: 12px;
}
section.megamenu .menu-right .sub-menu[data-title=catalogus],
section.megamenu .menu-right .sub-menu[data-title=nieuws],
section.megamenu .menu-right .sub-menu[data-title=nieuwsbrieven] {
  flex-direction: row !important;
  flex-wrap: wrap !important;
}
section.megamenu.over-ons .container, section.megamenu.ontdek .container {
  height: auto;
}
section.megamenu.over-ons .container .menu-left, section.megamenu.ontdek .container .menu-left {
  border-bottom-right-radius: 10px;
}
section.megamenu.over-ons .container .menu-left {
  margin-right: 35%;
}
section.megamenu.ontdek .container .menu-left {
  margin-right: 58%;
}

section[id^=text-image-block_].align-right .row {
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  section[id^=text-image-block_].align-right .row {
    flex-direction: column-reverse;
  }
}
section[id^=text-image-block_].align-right .flex-col {
  margin-left: unset;
  margin-right: 24px;
}
@media screen and (max-width: 576px) {
  section[id^=text-image-block_].align-right .flex-col {
    margin-right: 0;
  }
}
section[id^=text-image-block_].bg-grey {
  background-color: #eee;
}
section[id^=text-image-block_] .row {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  section[id^=text-image-block_] .row {
    align-items: center;
    flex-direction: column-reverse;
  }
  section[id^=text-image-block_] .row > [class^=col-]:has(.image-container) {
    width: 100%;
  }
  section[id^=text-image-block_] .row > [class^=col-]:has(.image-container) .image-container {
    width: 100%;
  }
}
section[id^=text-image-block_] img,
section[id^=text-image-block_] iframe {
  border-radius: 10px;
}
section[id^=text-image-block_] .video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
section[id^=text-image-block_] .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
section[id^=text-image-block_] [class^=col-]:has(.flex-col) {
  margin-block: auto;
}
section[id^=text-image-block_] h3 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 48px;
}
section[id^=text-image-block_] a.button {
  margin-top: 36px;
}
section[id^=text-image-block_] .flex-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 24px;
}
@media screen and (max-width: 576px) {
  section[id^=text-image-block_] .flex-col {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  section[id^=text-image-block_] .flex-col h3 {
    margin-bottom: 12px;
  }
}

section[id^=cta-] .container .__inner {
  background: linear-gradient(45deg, rgb(1, 39, 81) 0%, rgb(242, 131, 0) 100%);
  border-radius: 10px;
  padding: 50px 12px;
  color: #fff;
}
section[id^=cta-] .container .__inner h1,
section[id^=cta-] .container .__inner h2,
section[id^=cta-] .container .__inner h3,
section[id^=cta-] .container .__inner h4,
section[id^=cta-] .container .__inner h5,
section[id^=cta-] .container .__inner h6 {
  color: #fff;
}
section[id^=cta-] .container .__inner form {
  max-width: 450px;
  position: relative;
  margin: auto;
  margin-top: 24px;
}
section[id^=cta-] .container .__inner form .gform_footer.before {
  margin: 0;
}
section[id^=cta-] .container .__inner form .gfield--type-captcha {
  display: none;
}
section[id^=cta-] .container .__inner form input[type=text] {
  height: 74px;
  border-radius: 100px;
  padding: 0 80px 0 20px;
}
@media screen and (max-width: 576px) {
  section[id^=cta-] .container .__inner form input[type=text] {
    height: 50px;
  }
}
section[id^=cta-] .container .__inner form input[type=submit] {
  position: absolute !important;
  right: 6px !important;
  top: 6px !important;
  aspect-ratio: 1/1 !important;
  font-size: 0 !important;
  background-color: #F28300 !important;
  border-radius: 100% !important;
  height: calc(100% - 12px) !important;
  padding: 0 !important;
  border: 0 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.165' height='23.498' viewBox='0 0 15.165 23.498'%3E%3Cpath id='Path_6725' data-name='Path 6725' d='M39.4,108.947l-9.983,9.983a1.755,1.755,0,0,1-2.488,0l-1.659-1.659a1.755,1.755,0,0,1,0-2.488l7.076-7.076-7.076-7.076a1.754,1.754,0,0,1,0-2.488l1.652-1.674a1.755,1.755,0,0,1,2.488,0l9.983,9.983A1.757,1.757,0,0,1,39.4,108.947Z' transform='translate(-24.75 -95.95)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: 25%;
  background-repeat: no-repeat;
}
section[id^=cta-] .container .__inner form input[type=submit]:hover {
  background-color: rgb(191, 103.3925619835, 0) !important;
}
section[id^=cta-] .container .__inner form .gform-footer {
  margin: 0;
}

section[id^=text-image-double-] .container .row {
  gap: 50px;
}
@media screen and (max-width: 992px) {
  section[id^=text-image-double-] .container .row {
    align-items: stretch;
  }
}
section[id^=text-image-double-] .container .row .col-6 {
  flex: calc(50% - 25px);
  max-width: calc(50% - 25px);
}
@media screen and (max-width: 992px) {
  section[id^=text-image-double-] .container .row .col-6 {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  section[id^=text-image-double-] .container .row .col-6 {
    flex: 100%;
    max-width: 100%;
  }
}
section[id^=text-image-double-] .container .row .col-6 .image-container {
  margin-bottom: 48px;
}
@media screen and (max-width: 992px) {
  section[id^=text-image-double-] .container .row .col-6 .flex-col {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  section[id^=text-image-double-] .container .row .col-6 .flex-col a {
    margin-top: auto;
  }
}
@media screen and (max-width: 576px) {
  section[id^=text-image-double-] .container .row .col-6 .flex-col {
    padding: 0px;
  }
}
section[id^=text-image-double-] .outer-circle {
  margin-bottom: 80px;
}
@media screen and (max-width: 992px) {
  section[id^=text-image-double-] .outer-circle {
    width: 40vw;
    height: 40vw;
  }
}
@media screen and (max-width: 768px) {
  section[id^=text-image-double-] .outer-circle {
    width: 85vw;
    height: 85vw;
  }
}

section[id^=contact-block_] {
  padding-top: 12px;
  padding-bottom: 12px;
}
section[id^=contact-block_] h1 {
  font-size: 32px;
}
section[id^=contact-block_] h2 {
  font-size: 18px;
}
section[id^=contact-block_] h3 {
  font-size: 18px;
}
section[id^=contact-block_] p {
  margin: 0;
}
section[id^=contact-block_] a {
  color: #000;
  display: flex;
  align-items: center;
}
section[id^=contact-block_] a svg {
  width: 14px;
  margin-right: 6px;
}
section[id^=contact-block_] a svg path {
  fill: #000;
}
section[id^=contact-block_] .col-9 {
  padding: 0 12px 0 0;
}
@media screen and (max-width: 992px) {
  section[id^=contact-block_] #companyDetails {
    display: flex;
    flex-wrap: wrap;
  }
  section[id^=contact-block_] #companyDetails h1 {
    width: 100%;
  }
  section[id^=contact-block_] #companyDetails #companyAdministratie {
    margin-left: auto;
  }
}
@media screen and (max-width: 480px) {
  section[id^=contact-block_] #companyDetails {
    display: unset;
  }
  section[id^=contact-block_] #companyDetails #companyAdministratie {
    margin-left: unset;
  }
}
section[id^=contact-block_] #companyDetails h1 {
  color: #F28300;
  margin-bottom: 0.2em;
}
section[id^=contact-block_] #companyDetails .spacer {
  display: block;
  margin-bottom: 1.2em;
}
section[id^=contact-block_] #companyDetails .spacer2 {
  display: block;
  margin-bottom: 0.8em;
}
section[id^=contact-block_] #companyDetails #routeCalc {
  font-weight: 400;
}
section[id^=contact-block_] #companyAdministratie p:nth-child(3) {
  margin-top: 0.8em;
}
section[id^=contact-block_] #emailBlocks {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
  padding-left: 12px;
}
section[id^=contact-block_] #emailBlocks .block h2 {
  margin-bottom: 0.5em;
  color: #F28300;
}
section[id^=contact-block_] #emailBlocks .block a {
  font-weight: 400;
  color: #012751;
}
section[id^=contact-block_] #emailBlocks .block {
  flex: calc(33.333333% - 12px);
  padding: 32px;
  min-height: 190px;
  max-height: 190px;
  border-radius: 10px;
  margin-bottom: 0px;
  border: 1px solid #012751;
}
@media screen and (max-width: 992px) {
  section[id^=contact-block_] #emailBlocks .block {
    flex-basis: 48%;
  }
}
@media screen and (max-width: 576px) {
  section[id^=contact-block_] #emailBlocks .block {
    flex-basis: 100%;
  }
}

section[id^=contact-page-socials-and-form] {
  padding-top: 12px;
}
section[id^=contact-page-socials-and-form] h2 {
  font-size: 18px;
}
section[id^=contact-page-socials-and-form] .socials {
  display: flex;
  flex-wrap: wrap;
  width: 200px;
}
@media screen and (max-width: 768px) {
  section[id^=contact-page-socials-and-form] .socials {
    width: 100%;
  }
}
section[id^=contact-page-socials-and-form] .socials .item {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 576px) {
  section[id^=contact-page-socials-and-form] .socials .item {
    width: 30%;
    height: 80px;
  }
}
@media screen and (max-width: 480px) {
  section[id^=contact-page-socials-and-form] .socials .item {
    width: 32%;
    height: 75px;
  }
}
section[id^=contact-page-socials-and-form] .socials .item img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
section[id^=contact-page-socials-and-form] .contactTitle {
  font-size: 38px;
}
section[id^=contact-page-socials-and-form] .contactSubTitle {
  font-size: 24px;
  margin: 0;
}
section[id^=contact-page-socials-and-form] .contactForm {
  margin-top: 1em;
}
section[id^=contact-page-socials-and-form] .contactForm .gform_body .ginput_container input,
section[id^=contact-page-socials-and-form] .contactForm .gform_body .ginput_container textarea,
section[id^=contact-page-socials-and-form] .contactForm .gform_body .ginput_container select {
  border: 1px solid #DDDDDD;
  box-shadow: none;
  border-radius: 4px;
}
section[id^=contact-page-socials-and-form] .contactForm .gform_body .ginput_container input::placeholder,
section[id^=contact-page-socials-and-form] .contactForm .gform_body .ginput_container textarea::placeholder,
section[id^=contact-page-socials-and-form] .contactForm .gform_body .ginput_container select::placeholder {
  color: #b9b9b9;
}
section[id^=contact-page-socials-and-form] .contactForm .gform_footer {
  justify-content: flex-end;
}
section[id^=contact-page-socials-and-form] .contactForm .gform_footer input {
  background-color: #F28300 !important;
  border-radius: 20px !important;
}
section[id^=contact-page-socials-and-form] .contactForm .gform_footer input:hover {
  background-color: rgb(191, 103.3925619835, 0) !important;
}
@media screen and (max-width: 992px) {
  section[id^=contact-page-socials-and-form] .col-9:has(.contactTitle) {
    flex-basis: 100%;
    max-width: 100%;
  }
}

section[id^=info-block-media-grid] .row {
  margin-left: -24px;
  margin-right: -24px;
}
@media screen and (max-width: 576px) {
  section[id^=info-block-media-grid] .row {
    margin-left: -12px;
    margin-right: -12px;
  }
}
section[id^=info-block-media-grid] .media-grid .grid-title {
  font-size: 24px;
  margin-left: 27px;
}
section[id^=info-block-media-grid] .media-grid .grid-title:not(:nth-child(1)) {
  margin-top: 1em;
}
section[id^=info-block-media-grid] .media-grid .grid-row {
  display: flex;
  height: 450px;
  overflow: hidden;
}
section[id^=info-block-media-grid] .media-grid .grid-row .grid-section {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
section[id^=info-block-media-grid] .media-grid .grid-row .grid-section.vert {
  flex-direction: column;
}
section[id^=info-block-media-grid] .media-grid .grid-row .grid-section .gridImage {
  height: 450px;
  padding: 12px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  section[id^=info-block-media-grid] .media-grid .grid-row .grid-section .gridImage {
    padding: 6px 0px;
  }
}
section[id^=info-block-media-grid] .media-grid .grid-row .grid-section .gridImage.img-large {
  height: 450px;
  width: 100%;
}
section[id^=info-block-media-grid] .media-grid .grid-row .grid-section .gridImage.img-smal, section[id^=info-block-media-grid] .media-grid .grid-row .grid-section .gridImage.img-smal-1, section[id^=info-block-media-grid] .media-grid .grid-row .grid-section .gridImage.img-smal-2, section[id^=info-block-media-grid] .media-grid .grid-row .grid-section .gridImage.img-smal-3, section[id^=info-block-media-grid] .media-grid .grid-row .grid-section .gridImage.img-smal-4 {
  height: 225px;
  width: 50%;
}
section[id^=info-block-media-grid] .media-grid .grid-row .grid-section .gridImage.img-smal-vert, section[id^=info-block-media-grid] .media-grid .grid-row .grid-section .gridImage.img-smal-1-vert, section[id^=info-block-media-grid] .media-grid .grid-row .grid-section .gridImage.img-smal-2-vert, section[id^=info-block-media-grid] .media-grid .grid-row .grid-section .gridImage.img-smal-3-vert, section[id^=info-block-media-grid] .media-grid .grid-row .grid-section .gridImage.img-smal-4-vert {
  height: 225px;
  width: 100%;
}
section[id^=info-block-media-grid] .media-grid .grid-row .grid-section .gridImage.img-tall {
  height: 450px;
  width: 100%;
}
section[id^=info-block-media-grid] .media-grid .grid-row .grid-section .gridImage.img-long {
  height: 225px;
  width: 100%;
}
section[id^=info-block-media-grid] .media-grid .grid-row .grid-section .gridImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
section[id^=info-block-media-grid] .media-grid .grid-row .grid-section .gridImage iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

section[id*=image-slider-] .container .row .set-images-slider {
  width: 100%;
  margin: 0;
  margin-top: 24px;
}
section[id*=image-slider-] .container .row .set-images-slider .slide:not(.slick-active) {
  opacity: 0;
}
section[id*=image-slider-] .container .row .set-images-slider .slide .image-container {
  border-radius: 10px;
}

section[id^=info-block-branch-image-links] .links .link {
  margin-bottom: 1.6em;
}
section[id^=info-block-branch-image-links] .links .link .imgBlock {
  position: relative;
}
section[id^=info-block-branch-image-links] .links .link .imgBlock img {
  border-radius: 10px;
  overflow: hidden;
}
section[id^=info-block-branch-image-links] .links .link .imgBlock .img-arrow {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #F39200;
  padding: 0px 3px;
  border-bottom-right-radius: 21px;
  border-top-left-radius: 12px;
  color: #FFF;
  font-weight: bold;
  font-size: 45px;
}
section[id^=info-block-branch-image-links] .links .link p {
  margin: 0;
  margin-top: 0.3em;
  margin-left: 24px;
  font-weight: bold;
}

section[id^=info-block-events] .links .link {
  margin-bottom: 1.6em;
}
section[id^=info-block-events] .links .link .imgBlock {
  position: relative;
  height: 250px;
}
section[id^=info-block-events] .links .link .imgBlock img {
  border-radius: 1-px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section[id^=info-block-events] .links .link .imgBlock .img-arrow {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #F39200;
  padding: 0px 3px;
  border-bottom-right-radius: 21px;
  border-top-left-radius: 12px;
  color: #FFF;
  font-weight: bold;
  font-size: 45px;
}
section[id^=info-block-events] .links .link p {
  margin: 0;
  margin-top: 0.3em;
  margin-left: 24px;
  font-weight: bold;
}

section[id^=image-single-full-block_] .image-container img {
  object-fit: contain;
}

@media (max-width: 1400px) {
  .container,
  .container-xxl {
    max-width: 1140px;
  }
}
@media (max-width: 1200px) {
  .container,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 960px;
  }
  #page-header #header-top .menu > li.menu-item-has-children:not(.menu-item-mega-menu),
  #page-header #header-center .menu > li.menu-item-has-children:not(.menu-item-mega-menu),
  #page-header #header-bottom .menu > li.menu-item-has-children:not(.menu-item-mega-menu) {
    padding-bottom: 23px;
    margin-top: 23px;
  }
}
@media (max-width: 992px) {
  .container,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 90vw;
  }
  body {
    font-size: 14px;
  }
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 35px;
  }
  h3,
  .h3 {
    font-size: 30px;
  }
  h4,
  .h4 {
    font-size: 25px;
  }
  h5,
  .h5 {
    font-size: 20px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
  #page-header.header-checkout-cart .container {
    max-width: 100%;
    padding: 0;
  }
  #page-header.header-checkout-cart .container .first-row .col {
    margin-left: 12px;
    margin-right: 12px;
  }
  #page-header.header-checkout-cart .container .first-row .col:nth-child(1) img {
    max-width: 130px;
  }
  #page-header.header-checkout-cart .container .first-row .col:nth-child(2) .usps div {
    padding-left: 35px;
  }
  #page-header.header-checkout-cart .container .first-row .col:nth-child(2) .usps div p {
    font-size: 12px;
  }
  #page-header #header-center {
    display: none;
  }
  .button,
  .btn-red {
    font-size: 14px;
  }
  #mobile-menu {
    display: block;
  }
}
@media (max-width: 768px) {
  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%;
  }
  body:not(.woocommerce-cart) #page-header.header-checkout-cart, body:not(.woocommerce-checkout) #page-header.header-checkout-cart {
    display: block;
  }
  body:not(.woocommerce-cart) #page-header.header-checkout-cart .container, body:not(.woocommerce-checkout) #page-header.header-checkout-cart .container {
    max-width: 540px;
  }
  #page-header.header-checkout-cart .container .first-row .col:nth-child(2) {
    display: none;
  }
  #page-footer .whatsapp-btn.scroll-down {
    bottom: 20px;
  }
  #page-footer .footer-item {
    margin: 24px 0;
  }
  #page-footer .footer-item:last-of-type {
    margin-bottom: 0;
  }
  #page-footer #bottom-footer {
    padding-bottom: 50px;
  }
  .slick-slider .slick-prev {
    left: 0;
  }
  .slick-slider .slick-next {
    right: 0;
  }
}
@media (max-width: 576px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 100%;
  }
  body:not(.woocommerce-cart) #page-header.header-checkout-cart .container, body:not(.woocommerce-checkout) #page-header.header-checkout-cart .container {
    max-width: 100%;
  }
}