/*
Theme Name: Global Furniture
Theme URI: https://globalfurniture.pixdev.nl
Author: Pixel Creation
Author URI: https://www.pixelcreation.nl/
Description: Een thema op maat door Pixel Creation.
Version: 1.0
Text Domain: globalfurniture
*/
@font-face {
  font-family: "DM Sans";
  src: url("webfonts/DMSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("webfonts/DMSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("webfonts/DMSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("webfonts/DMSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("webfonts/DMSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 1.125rem;
  font-family: "DM Sans", sans-serif;
  color: #333333;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.mobile-menu-open {
  overflow: hidden;
}

/* ACCESSIBILITY */
.skip-links a {
  position: absolute;
  top: -100vh;
  left: -100vw;
  z-index: 9999;
  padding: 1.2rem 2rem;
  color: white;
  border-top: 2px solid white;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  background-color: #1d1d1d;
}
.skip-links a:focus {
  top: 8rem;
  left: 0;
}

a:focus-visible, button:focus-visible {
  outline: 2px dotted black;
  z-index: 9999;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 2px white;
  box-shadow: 0 0 0 2px white;
}

.accessibility {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 9px;
  font-size: 16px;
}
.accessibility .set-font-size {
  padding: 0 0 3px 0;
  display: inline-flex;
}
.accessibility .set-font-size .font-size {
  padding: 0 8px 2px 8px;
  display: flex;
  align-items: end;
  line-height: 1;
  border: 0;
  background-color: unset;
}
.accessibility .set-font-size .font-size.font-small {
  font-size: 15px;
}
.accessibility .set-font-size .font-size.font-medium {
  font-size: 18px;
}
.accessibility .set-font-size .font-size.font-large {
  font-size: 21px;
}
.accessibility .set-font-size .font-size:hover {
  text-decoration: underline;
}
.accessibility .set-font-size .font-size.active {
  font-weight: 700;
  cursor: default;
}
.accessibility .set-font-size .font-size.active:hover {
  text-decoration: none;
}
.accessibility .contrast {
  border: 0;
  background-color: unset;
}

/* TYPOGRAPHY */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "DM Sans", sans-serif;
}

h1, .h1 {
  font-size: 2.5rem;
  line-height: 1.5%;
  font-weight: 700;
}

h2, .h2 {
  font-size: 1.875rem;
  line-height: 1.5;
  font-weight: 700;
}

h3, .h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
}

h4, .h4 {
  font-size: 1.4375rem;
  line-height: normal;
  font-weight: 700;
}

h5, .h5 {
  font-size: 1.25rem;
  line-height: normal;
  font-weight: 700;
}

h6, .h6 {
  font-size: 1.125rem;
  line-height: normal;
  font-weight: 700;
}

p, ul li, ol li {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

small {
  font-size: 0.875rem;
  line-height: 1.5;
}

a {
  color: #FBAE12;
  text-decoration: underline;
  transition: 0.3s;
}
a:hover {
  color: #D97502;
  text-decoration: underline;
}
a.a-no-hover:hover {
  text-decoration: none;
}
a.a-color-inherit {
  color: inherit;
}
a.a-hover-text-decoration:hover {
  text-decoration: underline !important;
}
a.a-hover-color:hover {
  color: #D97502 !important;
}

strong {
  font-weight: 700;
}

.p-last-child p:last-child {
  margin-bottom: 0;
}
.p-last-child ul {
  margin-bottom: 0;
  padding-left: 20px;
}
.p-last-child ul li {
  padding-left: 5px;
}
.p-last-child ul li::marker {
  color: #FBAE12;
}
@media screen and (max-width: 767px) {
  .p-last-child ul li::marker {
    font-size: 20px;
  }
}

/* Colors */
.first-color {
  color: #FBAE12;
}

.second-color {
  color: #579D5B;
}

.third-color {
  color: #E7E3D8;
}

.fourth-color {
  color: #D97502;
}

.fifth-color {
  color: #C4C0B6;
}

.text-color {
  color: #333333;
}

.white-color {
  color: #ffffff !important;
}

.black-color {
  color: #000000;
}

.first-bg {
  background-color: #FBAE12 !important;
}

.second-bg {
  background-color: #579D5B !important;
}

.third-bg {
  background-color: #E7E3D8 !important;
}

.fourth-bg {
  background-color: #D97502 !important;
}

.fifth-bg {
  background-color: #C4C0B6 !important;
}

.white-bg {
  background-color: #ffffff !important;
}

.black-bg {
  background-color: #000000 !important;
}

.dark-bg {
  background-color: #3A3A3A !important;
}

::selection {
  background-color: #FBAE12;
  color: #333333;
}

.object-fit-cover img {
  object-fit: cover;
  object-position: center;
}

.object-fit-contain img {
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 575.98px) {
  .horizontal-scroll {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .horizontal-scroll-item {
    width: 90vw;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
}
.font-size-small {
  font-size: 1rem;
}

.font-size-large {
  font-size: 1.125rem;
}

.font-size-larger {
  font-size: 1.25rem;
}

.link-unstyled {
  color: inherit;
  text-decoration: none;
}
.link-unstyled:hover {
  color: inherit;
}

.title-font {
  font-family: "DM Sans", sans-serif;
}

.review-stars {
  color: #FBAE12;
}

.checklist li {
  padding-left: 1.4rem;
  position: relative;
}
.checklist li:before {
  content: "\f00c";
  left: 0;
  position: absolute;
  font-family: "Font Awesome 7 Pro";
  color: #FBAE12;
}

.bg-primary {
  color: #333333;
  background-color: #FBAE12 !important;
}

.bg-secondary {
  color: #333333;
  background-color: #F4F6F5 !important;
}

.text-primary {
  color: #FBAE12 !important;
}

/* SECTIONS */
section {
  padding: 95px 0;
}
section.section-sm {
  padding: 60px 0;
}
section.section-sm-top {
  padding-top: 60px;
}
section.section-sm-bottom {
  padding-bottom: 60px;
}
section.overlay.overlay-primary:before {
  background-color: #FBAE12;
}
section.overlay.overlay-secondary:before {
  background-color: #F4F6F5;
}
section.overlay:before {
  content: "";
  width: 100%;
  height: 5rem;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

/* CONTAINER */
.container {
  padding: 0 20px;
  max-width: 1600px !important;
}

/* BUTTONS */
.btn, .button, input[type=submit], .wp-element-button {
  background-color: transparent !important;
  padding: 15px 20px !important;
  border: 1px solid transparent !important;
  border-radius: 40px !important;
  font-weight: 600 !important;
  font-size: 1.125rem !important;
  height: unset !important;
  text-decoration: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  opacity: 1 !important;
  transition: 0.3s !important;
}
.btn:hover, .button:hover, input[type=submit]:hover, .wp-element-button:hover {
  text-decoration: none !important;
}
.btn.btn-primary, .button.btn-primary, input[type=submit].btn-primary, .wp-element-button.btn-primary {
  background-color: #FBAE12 !important;
  color: #333333 !important;
}
.btn.btn-primary:hover, .button.btn-primary:hover, input[type=submit].btn-primary:hover, .wp-element-button.btn-primary:hover {
  background-color: #D97502 !important;
  color: white !important;
  border-radius: 3px 3px 25px 25px !important;
}
.btn.btn-primary:hover:after, .button.btn-primary:hover:after, input[type=submit].btn-primary:hover:after, .wp-element-button.btn-primary:hover:after {
  left: 5px;
}
.btn.btn-primary:after, .button.btn-primary:after, input[type=submit].btn-primary:after, .wp-element-button.btn-primary:after {
  content: "\f178";
  font-family: "Font Awesome 7 Pro";
  display: inline-block;
  margin-left: 10px;
  position: relative;
  left: 0;
  transition: 0.3s;
}

.wp-element-button {
  background-color: #FBAE12 !important;
  color: #333333 !important;
}
.wp-element-button:hover {
  background-color: #D97502 !important;
  color: white !important;
  border-radius: 3px 3px 25px 25px !important;
}
.wp-element-button:hover:after {
  left: 5px;
}
.wp-element-button:after {
  content: "\f178";
  font-family: "Font Awesome 7 Pro";
  display: inline-block;
  margin-left: 10px;
  position: relative;
  left: 0;
  transition: 0.3s;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 99;
}

.topbar {
  background-color: #3A3A3A;
  color: white;
}
.topbar a {
  color: white;
  text-decoration: none;
}
.topbar a:hover {
  color: white;
  opacity: 0.8;
}
.topbar .topbar-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .topbar .topbar-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    justify-content: unset;
  }
}
.topbar .topbar-usps {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  list-style: none;
}
@media screen and (max-width: 767.98px) {
  .topbar .topbar-usps {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .topbar .topbar-usps {
    max-width: 100%;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .topbar .topbar-usps::-webkit-scrollbar {
    display: none;
  }
}
.topbar .topbar-usps li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  white-space: nowrap;
  font-size: 1rem;
  flex-shrink: 0;
}
.topbar .topbar-usps i {
  color: white;
  font-size: 0.875rem;
}
.topbar .topbar-socials-wrapper {
  grid-column: 3;
  justify-self: end;
}
.topbar .topbar-socials li:not(:last-child) {
  margin-right: 0.6rem;
}
.topbar .topbar-socials li a {
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.header-main {
  padding: 0.85rem 0;
  background-color: #C4C0B6;
}
.header-main .header-main-inner {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 1199.98px) {
  .header-main .header-main-inner {
    display: grid;
    align-items: center;
    gap: 0.75rem;
    grid-template-columns: 1fr auto;
    grid-template-areas: "logo actions" "search search";
  }
}
.header-main .header-logo {
  display: block;
  flex-shrink: 0;
  grid-area: logo;
}
.header-main .header-logo img {
  width: 245px;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1199.98px) {
  .header-main .header-logo img {
    width: 180px;
  }
}
.header-main .header-search-wrap {
  flex-shrink: 0;
  grid-area: search;
}
@media screen and (min-width: 1200px) {
  .header-main .header-search-wrap {
    margin-left: auto;
  }
}
.header-main .header-search {
  width: 400px;
  max-width: 400px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1199.98px) {
  .header-main .header-search {
    width: 100%;
    max-width: 100%;
  }
}
.header-main .header-search-input {
  width: 100%;
  padding: 0.5rem 2.3rem 0.5rem 1rem;
  border: 0;
  border-radius: 40px;
  background-color: white;
  font-size: 1rem;
  box-shadow: unset;
}
.header-main .header-search-input:focus {
  outline: 2px dotted black;
  outline-offset: 0;
}
.header-main .header-search-btn {
  top: 50%;
  right: 0.9rem;
  padding: 0;
  border: 0;
  color: #333333;
  font-size: 0.95rem;
  position: absolute;
  background-color: transparent;
  transform: translateY(-50%);
}
.header-main .header-actions {
  gap: 0.35rem;
  flex-shrink: 0;
  grid-area: actions;
}
.header-main .header-action {
  width: 2rem;
  height: 2rem;
  border: 0;
  color: #3A3A3A;
  font-size: 1.15rem;
  background-color: unset;
}
.header-main .header-action.cart {
  cursor: pointer;
}
.header-main .header-action-count {
  width: 1.35rem;
  height: 1.35rem;
  top: -0.15rem;
  right: -0.15rem;
  font-size: 0.7rem;
  font-weight: 700;
  color: white;
  background-color: #579D5B;
}
.header-main .header-toggler {
  margin: 0 0 0 0.5rem;
  padding: 0;
  font-size: 1.25rem;
  border: 0;
  width: 2rem;
  height: 2rem;
  color: #3A3A3A;
  background-color: transparent;
}
.header-main .header-toggler:hover {
  background-color: transparent;
}
.header-main .header-toggler:focus {
  box-shadow: unset;
}

.header-nav {
  padding: 0;
  background-color: white;
  border-bottom: 1px solid #ececec;
}
.header-nav .mobile-menu-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.35);
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.header-nav .mobile-menu-overlay.open {
  opacity: 1;
  visibility: visible;
}
.header-nav .desktop-menu {
  display: none;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .header-nav .desktop-menu {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .header-nav .mobile-menu {
    display: none !important;
  }
}
@media screen and (max-width: 1199.98px) {
  .header-nav .mobile-menu {
    top: 0;
    right: 0;
    bottom: 0;
    width: min(24rem, 100%);
    padding: 0;
    display: block !important;
    position: fixed;
    overflow: hidden;
    background-color: white;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 101;
  }
  .header-nav .mobile-menu.open {
    transform: translateX(0);
  }
  .header-nav .mobile-menu .navbar-nav .nav-item .dropdown-menu {
    position: static;
    inset: auto;
    float: none;
    margin: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    border-left: 0;
    border-radius: 0;
    width: 100%;
    min-width: 0;
    box-shadow: none;
    transform: none;
  }
  .header-nav .mobile-menu .nav-link-toggle {
    width: 100%;
    padding: 1rem 2.75rem 1rem 1.25rem;
    display: block;
    position: relative;
    font-size: 1rem;
    font-weight: 600;
    color: #333333;
    text-align: left;
    border: 0;
    background-color: transparent;
    transition: 0.3s;
  }
  .header-nav .mobile-menu .nav-link-toggle:hover {
    color: #D97502;
  }
  .header-nav .mobile-menu .nav-link-toggle .nav-link-toggle-icon {
    top: 50%;
    right: 1.25rem;
    position: absolute;
    flex-shrink: 0;
    font-size: 0.9rem;
    transform: translateY(-50%);
    transition: transform 0.3s;
  }
  .header-nav .mobile-menu .nav-link-toggle.is-open .nav-link-toggle-icon {
    transform: translateY(-50%) scaleY(-1);
  }
  .header-nav .mobile-menu > .navbar-nav > .nav-item {
    border-bottom: 1px solid #ececec;
  }
  .header-nav .mobile-menu > .navbar-nav > .nav-item > .nav-link {
    display: block;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    font-weight: 600;
    color: #333333;
    text-decoration: none;
  }
  .header-nav .mobile-menu > .navbar-nav > .nav-item > .nav-link:hover {
    color: #D97502;
  }
  .header-nav .mobile-menu > .navbar-nav > .nav-item.dropdown.is-open {
    background-color: #F4F6F5;
  }
  .header-nav .mobile-menu > .navbar-nav > .nav-item.dropdown.is-open > .nav-item-top {
    background-color: transparent;
  }
  .header-nav .mobile-menu .nav-item-top,
.header-nav .mobile-menu .nav-item-sub {
    width: 100%;
  }
  .header-nav .mobile-menu .dropdown-menu {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #F4F6F5;
  }
  .header-nav .mobile-menu .dropdown-menu > .nav-item {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }
  .header-nav .mobile-menu .dropdown-menu > .nav-item.dropdown.is-open {
    background-color: rgba(0, 0, 0, 0.03);
  }
  .header-nav .mobile-menu .dropdown-menu > .nav-item.is-open > .nav-item-sub {
    background-color: transparent;
  }
  .header-nav .mobile-menu .dropdown-menu > .nav-item .nav-item-sub .nav-link-toggle {
    padding: 0.85rem 2.75rem 0.85rem 1.75rem;
    font-size: 0.875rem;
    font-weight: 600;
  }
  .header-nav .mobile-menu .dropdown-menu > li {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }
  .header-nav .mobile-menu .dropdown-menu .mobile-menu-heading {
    display: block;
    padding: 0.5rem 1.25rem 0.35rem 1.75rem;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #333333;
    text-decoration: none;
  }
  .header-nav .mobile-menu .dropdown-menu .mobile-menu-heading:hover {
    color: #D97502;
  }
  .header-nav .mobile-menu .dropdown-menu > li > .dropdown-item:not(.mobile-menu-heading),
.header-nav .mobile-menu .dropdown-menu > .nav-item:not(.dropdown) > .dropdown-item {
    display: block;
    padding: 0.75rem 1.25rem 0.75rem 1.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #333333;
    text-decoration: none;
  }
  .header-nav .mobile-menu .dropdown-menu > li > .dropdown-item:not(.mobile-menu-heading):hover,
.header-nav .mobile-menu .dropdown-menu > .nav-item:not(.dropdown) > .dropdown-item:hover {
    color: #D97502;
  }
  .header-nav .mobile-menu .dropdown-menu .dropdown-menu {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.03);
  }
  .header-nav .mobile-menu .dropdown-menu .dropdown-menu .dropdown-item {
    display: block;
    padding: 0.65rem 1.25rem 0.65rem 2.5rem;
    font-size: 0.8125rem;
    font-weight: 400;
    color: #333333;
    text-decoration: none;
  }
  .header-nav .mobile-menu .dropdown-menu .dropdown-menu .dropdown-item:hover {
    color: #D97502;
  }
  .header-nav .mobile-menu .nav-item.dropdown > .dropdown-menu {
    display: none;
  }
  .header-nav .mobile-menu .nav-item.dropdown.is-open > .dropdown-menu {
    display: block;
    animation: mobile-submenu-in 0.25s ease forwards;
  }
}
@media screen and (max-width: 1199.98px) {
  .mobile-menu .header-nav .navbar-nav {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 2rem;
    overflow-y: auto;
    position: relative;
    background-color: white;
  }
}
.header-nav .navbar-nav .mobile-menu-header {
  padding: 1.2rem 1.25rem;
  display: flex;
  position: sticky;
  top: 0;
  z-index: 6;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ececec;
  background-color: #C4C0B6;
}
.header-nav .navbar-nav .mobile-menu-header .mobile-menu-title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: #333333;
}
.header-nav .navbar-nav .mobile-menu-header .mobile-menu-close {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: #333333;
  border: 0;
  border-radius: 50%;
  background-color: white;
  transition: 0.3s;
}
.header-nav .navbar-nav .mobile-menu-header .mobile-menu-close:hover {
  color: #D97502;
  background-color: #F4F6F5;
}
@media screen and (min-width: 1200px) {
  .header-nav .navbar-nav .nav-item.dropdown:hover > .dropdown-menu, .header-nav .navbar-nav .nav-item.dropdown:focus-within > .dropdown-menu {
    display: block;
    animation: dropdown-fade-in 0.2s ease forwards;
  }
  .header-nav .navbar-nav .nav-item.dropdown-mega {
    position: static;
  }
}
@media screen and (max-width: 1199.98px) {
  .desktop-menu .header-nav .navbar-nav .nav-item {
    border-bottom: 1px solid #ececec;
  }
  .desktop-menu .header-nav .navbar-nav .nav-item.is-open > .nav-item-top, .desktop-menu .header-nav .navbar-nav .nav-item.is-open > .nav-item-sub {
    background-color: #F4F6F5;
  }
  .desktop-menu .header-nav .navbar-nav .nav-item .nav-item-top,
.desktop-menu .header-nav .navbar-nav .nav-item .nav-item-sub {
    min-height: 3.25rem;
    padding: 0 0.25rem 0 1.25rem;
  }
  .desktop-menu .header-nav .navbar-nav .nav-item > .nav-link {
    padding: 1rem 1.25rem;
  }
  .desktop-menu .header-nav .navbar-nav .nav-item .nav-item-top > .nav-link,
.desktop-menu .header-nav .navbar-nav .nav-item .nav-item-sub > .dropdown-item {
    padding: 1rem 0;
  }
  .desktop-menu .header-nav .navbar-nav .nav-item .nav-link,
.desktop-menu .header-nav .navbar-nav .nav-item .dropdown-item {
    flex: 1;
    font-size: 1rem;
    font-weight: 600;
    border-top: 0;
    text-decoration: none;
  }
  .desktop-menu .header-nav .navbar-nav .nav-item .nav-submenu-toggle {
    width: 2.75rem;
    height: 2.75rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: white;
    transition: 0.3s;
  }
  .desktop-menu .header-nav .navbar-nav .nav-item .nav-submenu-toggle i {
    transition: transform 0.3s;
  }
  .desktop-menu .header-nav .navbar-nav .nav-item .nav-submenu-toggle.is-open i {
    transform: scaleY(-1);
  }
  .desktop-menu .header-nav .navbar-nav .nav-item.dropdown .dropdown-menu, .desktop-menu .header-nav .navbar-nav .nav-item.dropend .dropdown-menu {
    display: none;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    background-color: #F4F6F5;
    animation: none;
  }
  .desktop-menu .header-nav .navbar-nav .nav-item.dropdown.is-open > .dropdown-menu, .desktop-menu .header-nav .navbar-nav .nav-item.dropend.is-open > .dropdown-menu {
    display: block;
    animation: mobile-submenu-in 0.25s ease forwards;
  }
  .desktop-menu .header-nav .navbar-nav .nav-item .dropdown-menu li {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }
  .desktop-menu .header-nav .navbar-nav .nav-item .dropdown-menu li a {
    padding: 0.85rem 1.25rem 0.85rem 1.75rem;
    font-size: 1rem;
    font-weight: 500;
    background-color: transparent;
  }
  .desktop-menu .header-nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #D97502;
    background-color: transparent;
  }
  .desktop-menu .header-nav .navbar-nav .nav-item .dropdown-menu li.dropend .dropdown-menu li a {
    padding-left: 2.5rem;
  }
  .desktop-menu .header-nav .navbar-nav .nav-item .mega-menu {
    padding: 0.5rem 0 1rem;
    border-radius: 0;
    background-color: #F4F6F5;
  }
  .desktop-menu .header-nav .navbar-nav .nav-item .mega-menu .mega-menu-column {
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .desktop-menu .header-nav .navbar-nav .nav-item .mega-menu .mega-menu-column:last-child {
    border-bottom: 0;
  }
  .desktop-menu .header-nav .navbar-nav .nav-item .mega-menu .mega-menu-title {
    padding: 0.85rem 1.25rem 0.35rem;
    margin-bottom: 0;
  }
  .desktop-menu .header-nav .navbar-nav .nav-item .mega-menu .mega-menu-links {
    padding-bottom: 0.5rem;
  }
  .desktop-menu .header-nav .navbar-nav .nav-item .mega-menu .mega-menu-link {
    padding: 0.65rem 1.25rem 0.65rem 1.75rem;
  }
}
.header-nav .navbar-nav .nav-item .nav-submenu-toggle {
  padding: 0;
  border: 0;
  color: #333333;
  font-size: 1.1rem;
  background-color: transparent;
}
.header-nav .navbar-nav .nav-item .nav-link {
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  color: #333333;
  transition: 0.3s;
}
@media screen and (min-width: 1200px) {
  .header-nav .navbar-nav .nav-item .nav-link {
    padding: 35px 12px 28px 12px;
    border-top: 0;
  }
}
.header-nav .navbar-nav .nav-item .nav-link:hover {
  text-decoration: none;
  color: #D97502;
}
@media screen and (min-width: 1200px) {
  .header-nav .navbar-nav .nav-item.dropdown > .nav-item-top > .nav-link:after {
    content: "\f107";
    margin: 0 0 0 0.5rem;
    font-family: "Font Awesome 7 Pro";
    border: 0;
    font-weight: 300;
    transition: 0.3s;
  }
}
@media screen and (min-width: 1200px) {
  .header-nav .navbar-nav .nav-item.dropdown:hover > .nav-item-top > .nav-link:after, .header-nav .navbar-nav .nav-item.dropdown:focus-within > .nav-item-top > .nav-link:after {
    transform: scaleY(-1);
  }
}
.header-nav .navbar-nav .nav-item .dropdown-menu {
  margin-bottom: 1.4rem;
  margin-left: 1rem;
  padding: 0;
  border: 0;
  border-left: 2px solid #ececec;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  z-index: 99;
}
@media screen and (max-width: 1199.98px) {
  .header-nav .navbar-nav .nav-item .dropdown-menu {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .header-nav .navbar-nav .nav-item .dropdown-menu {
    min-width: 14rem;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0.75rem 0;
    border-left: 0;
    border-top: 1px solid #ececec;
    border-radius: 0 0 10px 10px;
    box-shadow: none;
  }
}
@media screen and (min-width: 1200px) {
  .header-nav .navbar-nav .nav-item .dropdown-menu li.dropdown.dropend {
    position: relative;
  }
  .header-nav .navbar-nav .nav-item .dropdown-menu li.dropdown.dropend:hover > .dropdown-menu, .header-nav .navbar-nav .nav-item .dropdown-menu li.dropdown.dropend:focus-within > .dropdown-menu {
    display: block;
    animation: dropdown-fade-in 0.2s ease forwards;
  }
  .header-nav .navbar-nav .nav-item .dropdown-menu li.dropdown.dropend > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  .header-nav .navbar-nav .nav-item .dropdown-menu li.dropdown.dropend > .dropdown-item {
    position: relative;
    padding-right: 2rem;
  }
  .header-nav .navbar-nav .nav-item .dropdown-menu li.dropdown.dropend > .dropdown-item:after {
    content: "\f105";
    top: 50%;
    right: 1rem;
    position: absolute;
    font-family: "Font Awesome 7 Pro";
    font-weight: 300;
    transform: translateY(-50%);
  }
}
.header-nav .navbar-nav .nav-item .dropdown-menu li a {
  padding: 0.7rem 3rem 0.7rem 1rem;
  font-size: 1.1rem;
  color: #333333;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .header-nav .navbar-nav .nav-item .dropdown-menu li a {
    padding: 0.55rem 1.5rem;
    font-size: 1rem;
  }
}
.header-nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  text-decoration: none;
  background-color: #E7E3D8;
  color: #D97502;
}
@media screen and (min-width: 1200px) {
  .header-nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    background-color: transparent;
  }
}
.header-nav .navbar-nav .nav-item .dropdown-menu li a:active, .header-nav .navbar-nav .nav-item .dropdown-menu li a.active {
  font-weight: 700;
  color: #333333;
  background-color: transparent;
}
.header-nav .navbar-nav .nav-item .dropdown-menu.mega-menu {
  margin-bottom: 1.4rem;
  margin-left: 0;
  border-left: 0;
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 1200px) {
  .header-nav .navbar-nav .nav-item .dropdown-menu.mega-menu {
    left: 0;
    right: 0;
    width: 100%;
    padding: 2rem 0 2.5rem;
  }
}
.header-nav .navbar-nav .nav-item .dropdown-menu.mega-menu .mega-menu-columns {
  display: grid;
  gap: 1.5rem;
}
@media screen and (min-width: 1200px) {
  .header-nav .navbar-nav .nav-item .dropdown-menu.mega-menu .mega-menu-columns {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .header-nav .navbar-nav .nav-item .dropdown-menu.mega-menu .mega-menu-column {
    padding: 0 1rem 1rem;
    border-bottom: 1px solid #ececec;
  }
  .header-nav .navbar-nav .nav-item .dropdown-menu.mega-menu .mega-menu-column:last-child {
    border-bottom: 0;
  }
}
.header-nav .navbar-nav .nav-item .dropdown-menu.mega-menu .mega-menu-title {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 0.5rem;
  text-decoration: none;
  text-transform: uppercase;
}
.header-nav .navbar-nav .nav-item .dropdown-menu.mega-menu .mega-menu-title:hover {
  color: #D97502;
  text-decoration: none;
}
.header-nav .navbar-nav .nav-item .dropdown-menu.mega-menu .mega-menu-title.active {
  color: #D97502;
}
.header-nav .navbar-nav .nav-item .dropdown-menu.mega-menu .mega-menu-link {
  display: block;
  padding: 0.45rem 0;
  font-size: 1rem;
  color: #333333;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .header-nav .navbar-nav .nav-item .dropdown-menu.mega-menu .mega-menu-link {
    padding: 0.35rem 0;
  }
}
.header-nav .navbar-nav .nav-item .dropdown-menu.mega-menu .mega-menu-link:hover {
  color: #D97502;
  text-decoration: none;
}
.header-nav .navbar-nav .nav-item .dropdown-menu.mega-menu .mega-menu-link.active {
  font-weight: 700;
}
.header-nav .navbar-nav .nav-item.nav-sale .nav-link {
  font-weight: 700;
  color: #D97502;
}
@media screen and (min-width: 1200px) {
  .header-nav .navbar-nav {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
}

@keyframes mobile-submenu-in {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes dropdown-fade-in {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Cart Overlay */
.cart-sidebar {
  width: 100%;
  max-width: 28rem;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: scroll;
  background-color: white;
  transform: translateX(100%);
  transition: 0.3s all ease;
  z-index: 99;
}
.cart-sidebar.open {
  transform: translateX(0);
}
.cart-sidebar .cart-sidebar-wrapper {
  overflow-y: auto;
}
.cart-sidebar .cart-sidebar-header {
  padding: 1.2rem;
  z-index: 6;
  border-bottom: 1px solid #ececec;
}
.cart-sidebar .cart-sidebar-header button {
  color: #333333;
  border: 0;
  background-color: transparent;
  transition: 0.3s;
}
.cart-sidebar .cart-sidebar-header button:hover {
  opacity: 0.7;
}
.cart-sidebar .cart-sidebar-content .cart-sidebar-content-item {
  padding: 1.2rem;
  border-bottom: 1px solid #ececec;
}
.cart-sidebar .cart-sidebar-content .cart-sidebar-content-item figure {
  width: 5.5rem;
  height: 5.5rem;
  padding: 0.85rem;
}
.cart-sidebar .cart-sidebar-content .cart-sidebar-content-item figure img {
  width: 100%;
  height: 100%;
}
.cart-sidebar .cart-sidebar-content .cart-sidebar-content-item figure .quantity {
  width: 1.5rem;
  height: 1.5rem;
  top: -0.45rem;
  right: -0.45rem;
  font-size: 0.82rem;
  background-color: gray;
}
.cart-sidebar .cart-sidebar-content .cart-sidebar-content-extra {
  padding: 1.2rem;
}
.cart-sidebar .cart-sidebar-footer {
  padding: 1.2rem;
  border-top: 1px solid #ececec;
}

.cart-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  opacity: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
}
.cart-overlay.open {
  display: block;
  animation: navbg-fadein 0.5s ease forwards;
}

/* Blocks */
.block {
  padding: 1.5rem;
}
@media screen and (min-width: 576px) {
  .block {
    padding: 2rem;
  }
}
.block.block-xs {
  padding: 1.2rem;
}
.block.block-sm {
  padding: 1.5rem;
}
@media screen and (min-width: 576px) {
  .block.block-lg {
    padding: 2.5rem;
  }
}

/* Breadcrumbs */
.breadcrumb {
  margin: 0.8rem 0;
  top: 0;
  align-items: center;
  font-size: 0.95rem;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 576px) {
  .breadcrumb {
    margin: 1rem 0;
  }
}
.breadcrumb span {
  white-space: nowrap;
}
.breadcrumb a {
  color: #FBAE12;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb i {
  margin: 0 0.4rem;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 576px) {
  .breadcrumb i {
    margin: 0 0.6rem;
  }
}

.bg-primary .breadcrumb a {
  color: #333333;
}
.bg-primary .breadcrumb i {
  color: #333333;
}

/* USP banner */
.usp-banner .icon {
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 0.6rem 0 0;
}
@media screen and (min-width: 576px) {
  .usp-banner .icon {
    width: 2.8rem;
    height: 2.8rem;
    margin: 0 0.5rem 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .usp-banner .icon {
    margin: 0 1rem 0 0;
  }
}

/* FAQ */
.toggle-list.toggle-list-bordered li {
  border: 1px solid #ececec;
}
.toggle-list .toggle-list-item {
  border: 1px solid white;
  border-radius: 3px;
  background-color: white;
}
.toggle-list .toggle-list-item:not(:last-child) {
  margin-bottom: 1rem;
}
.toggle-list .toggle-list-item button {
  padding: 1rem 2.8rem 1rem 1rem;
  display: flex !important;
  align-items: center;
  color: #333333;
  border: 0;
  background-color: unset;
  transition: 0.3s;
}
.toggle-list .toggle-list-item button:after {
  content: "\f106";
  position: absolute;
  right: 1.1rem;
  font-family: "Font Awesome 7 Pro";
  font-weight: 400;
  color: #FBAE12;
  transition: 0.3s;
}
.toggle-list .toggle-list-item button.collapsed:after {
  transform: rotate(180deg);
}
.toggle-list .toggle-list-item .toggle-list-text {
  padding: 0 2.5rem 0 1rem;
  margin: 0 0 1.1rem 0;
}

/* Blog */
.blog-hero {
  aspect-ratio: 16/9;
}

.blog {
  display: block;
  height: 100%;
  color: #3A3A3A;
  text-decoration: none;
  background-color: white;
}
.blog .blog-photo {
  height: 13rem;
  overflow: hidden;
}
.blog .blog-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s ease;
}
.blog .blog-content {
  padding: 1.2rem;
}
@media screen and (min-width: 576px) {
  .blog .blog-content {
    padding: 1.7rem;
  }
}
.blog:hover {
  color: inherit;
  text-decoration: none;
}
.blog:hover .blog-photo img {
  transform: scale(1.1);
}

/* OWL carousel */
.owl-carousel .owl-stage {
  display: flex;
}

/* Woocommerce */
/* Woocommerce - Alerts */
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
  margin-bottom: 2.617924em;
  background-color: #2F7D4E;
  margin-left: 0;
  border-radius: 2px;
  color: #fff;
  clear: both;
  border-left: 0.6180469716em solid rgba(0, 0, 0, 0.15);
  padding: 1em 2em 1em 3.5em;
  position: relative;
  list-style: none outside;
}

.woocommerce-message::before, .woocommerce-message::after, .woocommerce-info::before, .woocommerce-info::after, .woocommerce-error::before, .woocommerce-error::after, .woocommerce-noreviews::before, .woocommerce-noreviews::after, p.no-comments::before, p.no-comments::after {
  content: "";
  display: table;
}

.woocommerce-message::after, .woocommerce-info::after, .woocommerce-error::after, .woocommerce-noreviews::after, p.no-comments::after {
  clear: both;
}

.woocommerce-message a, .woocommerce-info a, .woocommerce-error a, .woocommerce-noreviews a, p.no-comments a {
  color: #fff;
}

.woocommerce-message a:hover, .woocommerce-info a:hover, .woocommerce-error a:hover, .woocommerce-noreviews a:hover, p.no-comments a:hover {
  color: #fff;
  opacity: 0.7;
}

.woocommerce-message a.button:hover, .woocommerce-info a.button:hover, .woocommerce-error a.button:hover, .woocommerce-noreviews a.button:hover, p.no-comments a.button:hover {
  opacity: 1;
}

.woocommerce-message::before, .woocommerce-info::before, .woocommerce-error::before, .woocommerce-noreviews::before, p.no-comments::before {
  font-family: "Font Awesome 7 Pro";
  content: "\f06a";
  display: inline-block;
  position: absolute;
  top: 1.05em;
  left: 1.5em;
  color: #fff;
}

.woocommerce-message .button, .woocommerce-info .button, .woocommerce-error .button, .woocommerce-noreviews .button, p.no-comments .button {
  float: right;
  background: none;
  color: #fff;
  box-shadow: none;
  line-height: 1.618;
  margin-left: 1em;
  padding: 0 0 0 1em;
  border-width: 0;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.25) !important;
  border-radius: 0;
}

.woocommerce-message .button:hover, .woocommerce-info .button:hover, .woocommerce-error .button:hover, .woocommerce-noreviews .button:hover, p.no-comments .button:hover {
  background: none;
  color: #fff;
  opacity: 0.7;
}

.woocommerce-message pre, .woocommerce-info pre, .woocommerce-error pre, .woocommerce-noreviews pre, p.no-comments pre {
  background-color: rgba(0, 0, 0, 0.1);
}

.woocommerce-message::before {
  content: "\f058";
}

.woocommerce-error {
  list-style: none;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
  background-color: #e1c02c;
}

.woocommerce-info.woocommerce-no-products-found {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  color: inherit;
  padding: 1em 0;
}

.woocommerce-info.woocommerce-no-products-found::before, .woocommerce-info.woocommerce-no-products-found::after {
  content: none;
}

.woocommerce-error {
  background-color: #c4492d;
}

/* Woocommerce - Categories list */
.product-categories {
  line-height: 1.7rem;
}
.product-categories li a {
  color: #3A3A3A;
  text-decoration: none;
}
.product-categories li a:hover {
  text-decoration: underline;
}
.product-categories li .children, .product-categories li .grandchildren {
  display: none;
  margin: 0.3rem 0 0.4rem 0;
  padding-left: 0.7rem;
  border-left: 2px solid #ececec;
}
.product-categories li .children a, .product-categories li .grandchildren a {
  font-weight: 400;
}
.product-categories li.current-parent-cat .children {
  display: block;
}
.product-categories li.current-child-cat .grandchildren, .product-categories li.active-grandchild .grandchildren {
  display: block;
}
.product-categories li.active-child {
  display: block;
}
.product-categories li.active-child .children {
  display: block;
}
.product-categories li .children:has(li.active-grandchild) {
  display: block !important;
}

/* Woocommerce - Filters */
#filter-show {
  margin: 1.6rem 0 -2rem 0;
}
@media screen and (min-width: 576px) {
  #filter-show {
    margin: 2.5rem 0 -3rem 0;
  }
}
@media screen and (min-width: 768px) {
  #filter-show {
    margin: 3rem 0 -4rem 0;
  }
}

@media screen and (max-width: 991.98px) {
  .filters {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    overflow: scroll;
    transform: translateY(100%);
    transition: 0.3s all ease;
    z-index: 4;
    background-color: white;
  }
  .filters.open {
    transform: translateY(0);
  }
  .filters .filter-header {
    top: 0;
    padding: 1.2rem;
    z-index: 1;
  }
  .filters .filter-header button {
    right: 1rem;
    font-size: 1.5rem;
    color: #333333;
    border: 0;
    background-color: transparent;
  }
}
.filter-block {
  padding: 1.4rem;
  border-bottom: 1px solid #ececec;
  /* Collapse */
}
@media screen and (min-width: 1200px) {
  .filter-block {
    margin: 0 0 1.4rem 0;
    border: 1px solid #ececec;
  }
}
.filter-block li:not(:last-child) {
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 1200px) {
  .filter-block li:not(:last-child) {
    margin-bottom: 0.1rem;
  }
}
.filter-block .btn-toggle {
  padding: 0;
  border: 0;
  background-color: unset;
  transition: 0.3s;
}
.filter-block .btn-toggle i {
  color: #FBAE12;
  transform: scaleY(-1);
  transition: 0.3s;
}
.filter-block .btn-toggle.collapsed i {
  transform: scaleY(1);
}
.filter-block .btn-toggle:hover {
  opacity: 0.7;
}
.filter-block .btn-toggle:focus {
  outline: 0;
}
.filter-block .collapse-content {
  margin: 0.85rem 0 0 0;
}
.filter-block .checkbox-wrapper {
  display: block;
  position: relative;
  padding-left: 1.65rem;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filter-block .checkbox-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.filter-block .checkbox-wrapper input:checked ~ .checkmark {
  background-color: #FBAE12;
}
.filter-block .checkbox-wrapper input:hover:checked ~ .checkmark {
  background-color: #FBAE12;
}
.filter-block .checkbox-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.filter-block .checkbox-wrapper:hover input ~ .checkmark {
  background-color: #F4F6F5;
}
.filter-block .checkbox-wrapper .checkmark {
  position: absolute;
  left: 0;
  height: 1.05rem;
  width: 1.05rem;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid gray;
  border-radius: 0.1rem;
}
.filter-block .checkbox-wrapper .checkmark:after {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 7 Pro";
  font-size: 0.7rem;
  font-weight: 700;
  display: none;
}

/* Woocommerce - Product block */
.product-block {
  padding: 1.2rem;
  background-color: #F4F6F5;
}
@media screen and (min-width: 576px) {
  .product-block {
    padding: 1.4rem;
  }
}
.product-block figure {
  aspect-ratio: 1/1;
  max-height: 13rem;
  margin: 1.2rem auto 2.5rem;
}
.product-block figure img {
  width: 100%;
  height: 100%;
}
.product-block .add_to_cart_button {
  height: auto;
  padding: 0.7rem 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  font-size: 1.125rem;
  text-decoration: none;
  border-radius: 0.2rem;
  border-color: #FBAE12;
  background-color: #FBAE12;
}
.product-block .add_to_cart_button:hover {
  color: white;
  text-decoration: none;
  background-color: #D97502;
}
.product-block .add_to_cart_button.loading:after {
  content: "\f3f4";
  display: inline-block;
  font-family: "Font Awesome 7 Pro";
  margin: 0 0 0 1rem;
  animation: rotate 1s linear infinite;
}
.product-block .add_to_cart_button.added {
  display: none;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.product-block a {
  color: #3A3A3A;
  text-decoration: none;
}
.product-block a:hover {
  color: inherit;
  text-decoration: underline;
}
.product-block .product-info {
  flex: 1;
}
@media screen and (min-width: 576px) {
  .product-block .product-info {
    margin-right: 20px;
  }
}
.product-block .product-title {
  margin: 0 0 0.2rem 0;
}
.product-block .star-rating {
  margin: 0 0 0.2rem 0;
}
@media screen and (max-width: 575.98px) {
  .product-block.product-block-list figure {
    height: 6.5rem;
    margin: 0 1.5rem 0 0;
  }
}
.product-block.product-block-small figure {
  height: 7rem;
  margin: 0 1.5rem 0 0;
}
.product-block.product-block-small .onsale {
  left: 0;
  right: unset;
}

/* Woocommerce - Category Archive */
/* Pagination */
.pagination {
  margin: 3rem 0 0 0;
  justify-content: center;
}
.pagination .nav-links {
  display: flex;
}
.pagination .nav-links .page-numbers {
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 0.15rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #333333;
  text-decoration: none;
  border-radius: 50%;
  transition: 0.3s;
}
.pagination .nav-links .page-numbers:hover, .pagination .nav-links .page-numbers:focus {
  color: white;
}
.pagination .nav-links .page-numbers.dots {
  width: auto;
  margin: 0 0.2rem;
  align-items: end;
  background-color: unset;
}
.pagination .nav-links .page-numbers.dots:hover {
  color: inherit;
  background-color: unset;
}
.pagination .nav-links .page-numbers.next, .pagination .nav-links .page-numbers.prev {
  border: 1px solid #ececec;
}
.pagination .nav-links .page-numbers.next:hover, .pagination .nav-links .page-numbers.prev:hover {
  color: #333333;
  background-color: #F4F6F5;
}
.pagination .nav-links .page-numbers:hover, .pagination .nav-links .page-numbers:focus {
  color: white;
  text-decoration: none;
  background: #FBAE12;
}
.pagination .nav-links .page-numbers.current {
  color: white;
  border: 1px solid #FBAE12;
  background-color: #FBAE12;
}

/* Woocommerce - Product single */
.sticky-add-to-cart {
  height: 0;
  position: sticky;
  z-index: 2;
  transform: translateY(-7rem);
  transition: 0.3s;
  opacity: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .sticky-add-to-cart.active {
    height: auto;
    padding: 0.8rem 0;
    opacity: 1;
    transform: translateY(0);
    border-bottom: 1px solid #ececec;
  }
}
.sticky-add-to-cart img {
  width: 4rem;
  height: 4rem;
  padding: 0.4rem;
  flex-shrink: 0;
  object-fit: contain;
  background-color: #F4F6F5;
}

/* Gallery */
.woocommerce-product-gallery, .flex-viewport {
  height: 100% !important;
  margin-bottom: 0.5rem;
  background-color: #F4F6F5;
}

.flex-viewport .woocommerce-product-gallery__wrapper {
  justify-content: unset !important;
}

.woocommerce-product-gallery__wrapper {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  overflow: visible !important;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
  display: flex;
  justify-content: center;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
  width: 100%;
  aspect-ratio: 1/1;
  height: 550px;
  padding: 1.8rem 1.2rem;
  object-fit: contain;
}

.woocommerce-product-gallery__image--placeholder img {
  width: 100%;
  height: 100%;
}

.flex-control-thumbs {
  padding: 0;
  list-style-type: none;
  cursor: pointer;
}
.flex-control-thumbs li {
  width: calc(20% - 0.8rem);
  margin-top: 0.8rem;
  float: left;
  background-color: #F4F6F5;
}
.flex-control-thumbs li:not(:nth-child(5n)) {
  margin-right: 1rem;
}
.flex-control-thumbs li img {
  width: 100%;
  height: 100%;
  padding: 1.2rem;
  aspect-ratio: 1/1;
  object-fit: contain;
  opacity: 0.7;
  transition: 0.3s;
}
.flex-control-thumbs li img:hover, .flex-control-thumbs li img.flex-active {
  opacity: 1;
}

/* Price */
.price del {
  margin-right: 0.5rem;
  position: relative;
  color: gray;
  text-decoration: none;
}
.price del:after {
  content: "";
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  position: absolute;
  transform: rotate(350deg);
  background-color: gray;
}
.price ins {
  text-decoration: none;
}

/* Sale label */
.onsale {
  padding: 0.3rem 0.5rem;
  top: 0.8rem;
  left: 0;
  position: absolute;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  z-index: 1;
  background-color: #FBAE12;
}
@media screen and (min-width: 576px) {
  .onsale {
    right: 0;
    left: unset;
  }
}

/* Rating */
.woocommerce-product-rating {
  display: flex;
}
.woocommerce-product-rating .woocommerce-review-link {
  margin-left: 0.5rem;
  text-decoration: none;
  color: #333333;
}

/* Summary */
.summary .product_title {
  display: none;
}
@media screen and (min-width: 1200px) {
  .summary .product_title {
    display: block;
  }
}
.summary .woocommerce-product-rating {
  display: none;
}
@media screen and (min-width: 1200px) {
  .summary .woocommerce-product-rating {
    display: flex;
  }
}
.summary .price {
  margin: 1.4rem 0 1rem 0;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .summary .price {
    margin: 0.8rem 0 1rem 0;
  }
}
.summary .woocommerce-variation-price {
  margin: 0 0 1rem 0;
}
.summary .woocommerce-variation-price .price {
  font-size: 1.25rem;
}
.summary p {
  margin: 0 0 1.8rem 0;
}
.summary form.cart {
  display: flex;
}
.summary form.cart .quantity input {
  width: 3.8rem;
  height: 100%;
  margin-right: 0.8rem;
  padding: 0.5rem;
  border-radius: 0 0 10px 10px;
  border: 1px solid #ececec;
}
.summary form.cart button {
  width: 100%;
}
.summary form.cart.variations_form {
  display: block;
}
.summary form .woocommerce-variation-add-to-cart {
  display: flex;
}
.summary .variations {
  width: 100%;
  margin: 0 0 1.8rem 0;
}
.summary .variations th, .summary .variations td {
  width: 100%;
  display: block;
}
.summary .variations th label, .summary .variations td label {
  margin: 0 0 0.2rem 0;
  font-family: "DM Sans", sans-serif;
}
.summary .variations th select, .summary .variations td select {
  margin: 0 0 0.3rem 0;
}
.summary .stock {
  padding: 0.5rem 1.3rem;
  display: inline-block;
  border-radius: 3rem;
  background-color: #F4F6F5;
}
.summary .stock:before {
  margin-right: 0.55rem;
  display: inline-block;
  font-family: "Font Awesome 7 Pro";
  font-weight: 400;
}
.summary .stock.in-stock {
  color: #2F7D4E;
}
.summary .stock.in-stock:before {
  content: "\f118";
}
.summary .stock.out-of-stock:before {
  content: "\e376";
}
.summary .single_add_to_cart_button:before {
  content: "\f07a";
  margin: 0 0.7rem 0 0;
  font-family: "Font Awesome 7 Pro";
  font-weight: 400;
}
.summary .usp-list {
  margin: 1.8rem 0 0 0;
}
.summary .usp-list li {
  padding-left: 2.3rem;
}
.summary .usp-list li:not(:last-child) {
  margin-bottom: 0.6rem;
}
.summary .usp-list li i {
  width: 1.7rem;
  top: 0.12rem;
  left: 0;
  position: absolute;
  text-align: center;
  font-size: 1.25rem;
  color: #FBAE12;
}

/* Tabs */
.woocommerce-tabs h2 {
  margin: 0 0 1rem 0;
}
.woocommerce-tabs .wc-tabs {
  margin: 0 0 1.9rem 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.woocommerce-tabs .wc-tabs li {
  flex: 0 0 auto;
  scroll-snap-align: start;
}
.woocommerce-tabs .wc-tabs li a {
  display: inline-block;
  padding: 0.75rem 1.8rem;
  color: #FBAE12;
  text-decoration: none;
  border: 1px solid white;
  border-radius: 2rem;
  background-color: white;
}
.woocommerce-tabs .wc-tabs li:not(:last-child) {
  margin-right: 0.8rem;
}
.woocommerce-tabs .wc-tabs li.active a {
  border-color: #FBAE12;
}

/* Reviews */
.woocommerce-Reviews .commentlist {
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}
@media screen and (min-width: 1200px) {
  .woocommerce-Reviews .commentlist {
    grid-template-columns: 1fr 1fr;
  }
}
.woocommerce-Reviews .commentlist .review {
  background-color: white;
}
.woocommerce-Reviews .commentlist .review .comment_container {
  padding: 1.5rem;
  background-color: white;
}
.woocommerce-Reviews .commentlist .review .comment_container .avatar {
  display: none;
}
.woocommerce-Reviews .commentlist .review .comment_container .woocommerce-review__verified {
  margin-left: 0.2rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  text-indent: -9999px;
}
.woocommerce-Reviews .commentlist .review .comment_container .woocommerce-review__verified:before {
  content: "\f2f7";
  font-family: "Font Awesome 7 Pro";
  font-size: 1rem;
  font-weight: 400;
  text-indent: 0;
  color: #2F7D4E;
}
.woocommerce-Reviews .commentlist .review .comment_container .woocommerce-review__dash {
  display: none;
}
.woocommerce-Reviews .commentlist .review .comment_container .woocommerce-review__published-date {
  display: block;
  font-size: 1rem;
  color: gray;
}
.woocommerce-Reviews .commentlist .review .comment_container p:last-child {
  margin-bottom: 0;
}
.woocommerce-Reviews .commentlist .children {
  padding: 0;
  list-style-type: none;
  border-top: 1px solid #ececec;
}

.comment-respond .comment-reply-title {
  margin: 0 0 0.9rem 0;
  display: block;
  font-weight: 700;
}
.comment-respond .comment-form-rating {
  margin: 0 0 0.9rem 0;
}

#reviews .commentlist li .comment_container .comment-text .star-rating {
  top: 0.3rem;
  float: right;
  font-size: 0.875em;
  line-height: 1;
  height: 1em;
}

.star-rating::before {
  opacity: 0.25;
  float: left;
}

.star-rating::before, .star-rating span::before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  font-size: 1em;
  width: 5.55em;
  font-family: "Font Awesome 7 Pro";
  font-weight: 700;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span:before, .quantity .plus, .quantity .minus, p.stars a:hover:after, p.stars a:after, .star-rating span:before, #payment .payment_methods li input[type=radio]:first-child:checked + label:before {
  color: #FBAE12;
}

.star-rating::before, .star-rating span::before {
  content: "\e28b\e28b\e28b\e28b\e28b";
  top: 0;
  left: 0;
  position: absolute;
}

p.stars {
  display: inline-block;
  margin: 0;
}
p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
}
p.stars a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "Font Awesome 7 Pro";
  font-weight: 700;
  content: "\e28b\e28b\e28b\e28b\e28b";
  color: gray;
  text-indent: 0;
  opacity: 0.25;
}

p.stars a:hover ~ a:before, p.stars.selected a.active ~ a:before {
  color: gray;
}

p.stars.selected a.active:before, p.stars:hover a:before, p.stars.selected a:not(.active):before, p.stars.selected a.active:before {
  color: #FBAE12;
  opacity: 1;
}

p.stars.selected a:not(.active)::before {
  color: #FBAE12;
  opacity: 1;
}

/* Attributen tabel */
.woocommerce-product-attributes {
  width: 100%;
}
.woocommerce-product-attributes p {
  margin: 0;
}
.woocommerce-product-attributes tr {
  border-bottom: 1px solid white;
}
.woocommerce-product-attributes tr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.woocommerce-product-attributes tr th, .woocommerce-product-attributes tr td {
  padding: 0.9rem 0.5rem;
}
.woocommerce-product-attributes tr th {
  width: 50%;
  font-weight: 400;
}

/* Woocommerce - Winkelwagen */
.woocommerce-cart-form.processing .cart-table:after {
  content: "\f3f4";
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: calc(50% - 1rem);
  right: calc(50% - 1rem);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 7 Pro";
  font-size: 2rem;
  animation: rotate 1s linear infinite;
}

.cart-item {
  margin: 0 0 1.5rem 0;
  padding: 0 0 1.5rem 0;
  border-bottom: 1px solid #ececec;
}
.cart-item img {
  width: 100%;
  height: 100%;
  padding: 0.8rem;
  aspect-ratio: 1/1;
  object-fit: contain;
  background-color: #F4F6F5;
}
.cart-item a {
  color: #3A3A3A;
  text-decoration: none;
}
.cart-item .wc-item-meta {
  padding: 0;
  list-style-type: none;
}
.cart-item .wc-item-meta li {
  display: flex;
}
.cart-item .wc-item-meta li .wc-item-meta-label {
  margin-right: 0.3rem;
}
.cart-item .wc-item-meta li p {
  margin: 0;
}
.cart-item .remove {
  color: #FBAE12;
}
.cart-item .remove:hover {
  text-decoration: underline;
}
.cart-item .woocommerce-Price-amount {
  font-weight: 700;
}

.tax_label {
  display: none;
}

.coupon-link:after {
  content: "\f107";
  margin: 0 0 0 0.6rem;
  display: inline-block;
  font-family: "Font Awesome 7 Pro";
  transform: rotate(180deg);
}
.coupon-link.collapsed:after {
  transform: rotate(0deg);
}

.cart-collaterals {
  background-color: white;
}
.cart-collaterals .cart_totals h2 {
  display: none;
}
.cart-collaterals .cart_totals .checkout-button {
  width: 100%;
}

.shop_table {
  margin: 0 0 0.6rem 0;
  box-shadow: unset;
  border-collapse: separate;
  border-spacing: 0;
}
.shop_table tr {
  border-bottom: 0;
}
.shop_table tr th, .shop_table tr td {
  padding: 1.15rem 0;
  font-weight: 400;
  border-top: 1px solid #ececec;
}
.shop_table tr th {
  width: 50%;
  font-weight: 700;
}
.shop_table tr.order-total td strong {
  font-size: 1.125rem;
}

.woocommerce-shipping-destination {
  display: none;
}

.woocommerce-shipping-methods {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.woocommerce-shipping-methods input {
  margin: 0.3rem 0.6rem 0 0;
}
.woocommerce-shipping-methods label {
  display: unset;
}

.woocommerce-shipping-calculator {
  margin: 0.5rem 0 0 0;
}

.shipping-calculator-form {
  margin: 0.8rem 0 0 0;
}

.shipping-calculator-button {
  color: #FBAE12;
}

/* Woocommerce - Check-out */
.woocommerce-form-login-toggle .alert {
  padding: 0;
  color: #333333;
  border: 0;
  background-color: transparent;
}
.woocommerce-form-login-toggle .alert a {
  font-weight: 400;
}

.checkout h3 {
  font-size: 1.1rem;
}
.checkout .form-switch {
  font-size: 1.1rem;
}

.form-row {
  margin-bottom: 0.9rem;
}
.form-row.woocommerce-invalid-required-field .form-control {
  border-color: red;
  background-color: #fef1f2;
}
.form-row.woocommerce-invalid-required-field .woocommerce-terms-and-conditions-checkbox-text {
  color: red;
}

@media screen and (min-width: 1200px) {
  .form-row-first, .form-row-last {
    width: calc(50% - 0.5rem);
    display: inline-block;
  }
}

@media screen and (min-width: 1200px) {
  .form-row-last {
    margin-left: 1rem;
  }
}

.form-label {
  margin: 0 0 0.4rem 0;
}

.form-control, .form-select {
  padding: 0.45rem 0.75rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.woocommerce-input-wrapper {
  display: block;
}

.woocommerce-checkout-review-order-table tr th, .woocommerce-checkout-review-order-table tr td {
  padding: 0.5rem 0;
}
.woocommerce-checkout-review-order-table figure {
  width: 5rem;
  height: 5rem;
  margin-right: 1rem;
  aspect-ratio: 1/1;
}
.woocommerce-checkout-review-order-table img {
  width: 100%;
  height: 100%;
  padding: 0.8rem;
}
.woocommerce-checkout-review-order-table .product-quantity {
  width: 1.5rem;
  height: 1.5rem;
  top: -0.45rem;
  right: -0.45rem;
  font-size: 0.82rem;
  background-color: gray;
}

.order-table-total {
  border-collapse: separate;
  border-spacing: 0;
}
.order-table-total tr th, .order-table-total tr td {
  padding: 1.15rem 0;
  border-top: 1px solid #ececec;
}
@media screen and (min-width: 1200px) {
  .order-table-total tr th {
    width: 50%;
  }
}
.order-table-total tr.order-total td strong {
  font-size: 1.125rem;
}

.place-order button {
  width: 100%;
}

ul.wc_payment_methods {
  margin: 0 0 1.3rem 0;
  padding: 0;
  list-style-type: none;
  border: 0;
  background-color: white;
}
ul.wc_payment_methods li:not(:last-child) label {
  border-bottom: 0;
}
ul.wc_payment_methods li input[type=radio] {
  opacity: 0;
  position: fixed;
  width: 0;
}
ul.wc_payment_methods li:first-child label {
  border-radius: 10px 10px 0 0;
}
ul.wc_payment_methods li:last-child label {
  border-radius: 0 0 10px 10px;
}
ul.wc_payment_methods li label {
  width: 100%;
  margin: 0;
  padding: 1rem 1rem 1rem 2.7rem;
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #ececec;
  cursor: pointer;
}
ul.wc_payment_methods li label:before {
  content: "";
  font-family: "Font Awesome 7 Pro";
  position: absolute;
  font-size: 1.1rem;
  left: 1rem;
  width: 1rem;
  height: 1rem;
  background: white;
  border-radius: 50%;
  border: 1px solid #ececec;
}
ul.wc_payment_methods li label img {
  margin: 0 !important;
  position: absolute !important;
  right: 1rem;
  top: 1.3rem;
}
ul.wc_payment_methods li input[type=radio]:checked + label:before {
  border-color: #FBAE12;
  background-color: #FBAE12;
}
ul.wc_payment_methods li input[type=radio]:checked + label:after {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  position: absolute;
  left: 1.27rem;
  border-radius: 50%;
  background-color: white;
}
ul.wc_payment_methods li .payment_box {
  margin: 0;
  padding: 1rem;
  font-style: italic;
  background-color: #F4F6F5;
  border-radius: 0 !important;
  border-right: 1px solid #ececec;
  border-left: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
ul.wc_payment_methods li .payment_box:before {
  display: none;
}
ul.wc_payment_methods li .payment_box p {
  margin: 0;
}
ul.wc_payment_methods li .payment_box select, ul.wc_payment_methods li .payment_box input[type=date] {
  width: 100%;
  margin: 0.5rem 0 0 0;
  padding: 0.8rem;
  border: 1px solid #ececec;
  border-radius: 0.5rem;
  transition: 0.3s;
}
ul.wc_payment_methods li .payment_box select:hover, ul.wc_payment_methods li .payment_box input[type=date]:hover {
  border: 1px solid #a1a9ad;
}
ul.wc_payment_methods li .payment_box select:focus, ul.wc_payment_methods li .payment_box input[type=date]:focus {
  border-color: green;
  outline: 0;
}
ul.wc_payment_methods li:last-child input[type=radio]:checked + label {
  border-bottom: 0;
  border-radius: 0;
}
ul.wc_payment_methods li:last-child .payment_box {
  border-radius: 0 0 10px 10px !important;
}

.woocommerce-terms-and-conditions {
  margin: 0 0 1.3rem 0;
  padding: 1rem;
  border-radius: 10px;
  border: 1px solid #ececec;
  background-color: #F4F6F5;
}

.woocommerce-terms-and-conditions-checkbox-text {
  position: relative;
}

.woocommerce-form__label-for-checkbox {
  padding: 0 0 0 1.5rem;
  position: relative;
}
.woocommerce-form__label-for-checkbox input {
  position: absolute;
  top: 0.4rem;
  left: 0;
}

.validate-required {
  margin-bottom: 1.4rem;
}

/* Woocommerce - Account / Thank You Page */
.woocommerce-MyAccount-navigation {
  z-index: 4;
}
@media screen and (max-width: 991.98px) {
  .woocommerce-MyAccount-navigation {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    overflow: scroll;
    background-color: white;
    transform: translateX(-100%);
    transition: 0.3s all ease;
  }
}
.woocommerce-MyAccount-navigation.open {
  transform: translateY(0);
}
.woocommerce-MyAccount-navigation .account-header {
  top: 0;
  padding: 1.2rem;
}
.woocommerce-MyAccount-navigation .account-header button {
  right: 1rem;
  font-size: 1.5rem;
  color: #333333;
  border: 0;
  background-color: transparent;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #ececec;
}
@media screen and (min-width: 1200px) {
  .woocommerce-MyAccount-navigation ul li {
    border-bottom: 0;
  }
}
.woocommerce-MyAccount-navigation ul li a {
  padding: 1.1rem 0.2rem 1.1rem 3.5rem;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.1rem;
  color: #3A3A3A;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .woocommerce-MyAccount-navigation ul li a {
    padding: 0.85rem 0.2rem 0.85rem 3.5rem;
    font-size: 1.125rem;
    border-left: 3px solid #ececec;
  }
}
.woocommerce-MyAccount-navigation ul li a:hover {
  color: #FBAE12;
  text-decoration: none;
}
.woocommerce-MyAccount-navigation ul li a:before {
  font-family: "Font Awesome 7 Pro";
  font-weight: 400;
  font-size: 1.25rem;
  position: absolute;
  left: 1.2rem;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  font-weight: 700;
  border-color: #FBAE12;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: "\f007";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\f466";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
  content: "\e053";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "\f2b9";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "\f044";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "\f08b";
}

.woocommerce-MyAccount-orders li {
  margin-bottom: 1.5rem;
}

.woocommerce-orders-table__row a {
  color: #3A3A3A;
  text-decoration: none;
}

.woocommerce-OrderUpdates li:not(:last-child) {
  margin: 0 0 1rem 0;
}
.woocommerce-OrderUpdates li .woocommerce-OrderUpdate-meta {
  font-size: 0.8rem;
}
.woocommerce-OrderUpdates li .woocommerce-OrderUpdate-inner {
  padding: 0.9rem 1rem;
  border: 1px solid #ececec;
  border-left: 2px solid #FBAE12;
  background-color: white;
}

.woocommerce-order-details, .woocommerce-customer-details, .woocommerce-columns {
  padding: 0;
}

.table tr td {
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

.order_details figure {
  width: 4.5rem;
  height: 4.5rem;
  aspect-ratio: 1/1;
}
.order_details img {
  width: 100%;
  height: 100%;
  padding: 0.5rem;
}
.order_details .product-quantity {
  width: 1.5rem;
  height: 1.5rem;
  top: -0.45rem;
  right: -0.45rem;
  font-size: 0.82rem;
  background-color: gray;
}
.order_details .wc-item-meta {
  margin: 0;
}
.order_details .wc-item-meta p {
  margin: 0;
}

.order-again a:before {
  content: "\f01e";
  margin: 0 0.7rem 0 0;
  font-family: "Font Awesome 7 Pro";
  font-weight: 400;
}

mark {
  font-weight: 700;
  background-color: unset;
}

.woocommerce-thankyou-order-details {
  margin: 0 0 2.5rem 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
}
@media screen and (min-width: 1200px) {
  .woocommerce-thankyou-order-details {
    grid-template-columns: 1fr 1fr;
  }
}
.woocommerce-thankyou-order-details li {
  padding: 1.1rem 1rem 1.1rem 3.9rem;
  position: relative;
  border-radius: 10px;
  border: 1px solid #ececec;
  background-color: white;
}
.woocommerce-thankyou-order-details li:before {
  width: 2rem;
  top: 0.8rem;
  left: 1rem;
  display: flex;
  justify-content: center;
  position: absolute;
  font-family: "Font Awesome 7 Pro";
  font-size: 1.4rem;
  font-weight: 300;
  opacity: 0.5;
}
.woocommerce-thankyou-order-details li.order:before {
  content: "#";
}
.woocommerce-thankyou-order-details li.date:before {
  content: "\f133";
}
.woocommerce-thankyou-order-details li.email:before {
  content: "\f0e0";
}
.woocommerce-thankyou-order-details li.total:before {
  content: "\f543";
}
.woocommerce-thankyou-order-details li.method:before {
  content: "\f53c";
}

/* Forms */
label {
  margin: 0 0 0.5rem 0;
  display: block;
}

input[type=text], input[type=number], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=search], textarea, .input-text, select {
  width: 100%;
  padding: 0.8rem;
  background-color: #F4F6F5;
  color: #333333;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
  border-radius: 3px;
}

.form-check-input:checked {
  background-color: #FBAE12;
  border-color: #FBAE12;
}

select {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1.3rem + 2px), calc(100% - 15px) calc(1.3rem + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 2.2rem;
  background-repeat: no-repeat;
}

input[type=submit] {
  color: #333333;
  border-color: #FBAE12;
  background-color: #FBAE12;
}
input[type=submit]:hover {
  color: white;
  border-color: #D97502;
  background-color: #D97502;
}

/* 404 */
.searchform div {
  display: flex;
}
.searchform div input[type=text] {
  margin-right: 0.5rem;
}

/* Ninja Forms */
.nf-form-title {
  margin: 0 0 0.5rem 0;
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.nf-form-fields-required {
  margin: 0 0 1rem 0;
}

.nf-form-content {
  padding: 0 !important;
}
.nf-form-content .nf-cell {
  padding: 0 !important;
}
@media screen and (min-width: 601px) {
  .nf-form-content .nf-cell {
    padding-left: 0 !important;
    padding-right: 1rem !important;
  }
}
.nf-form-content input[type=submit] {
  height: unset !important;
  padding: 0.75rem 1.6rem;
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 0.2rem !important;
  color: #333333 !important;
  background-color: #FBAE12 !important;
}
.nf-form-content input[type=submit]:hover {
  color: white !important;
  background-color: #D97502 !important;
}

/* Contact */
.tabel-openingstijden.table > :not(caption) > * > * {
  padding: 0.3rem 0;
}
.tabel-openingstijden th {
  font-weight: 400;
}

/* Footer */
.newsletter, footer, .footerbar {
  color: white;
  background-color: #3A3A3A;
}

.newsletter {
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 576px) {
  .newsletter {
    padding: 4.8rem 0;
  }
}

footer {
  padding: 2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 576px) {
  footer {
    padding: 4.8rem 0 6rem 0;
  }
}
footer a {
  color: white;
  text-decoration: none;
}
footer a:hover {
  color: inherit;
  text-decoration: underline;
}

.footerbar {
  padding: 3.2rem 0;
}
.footerbar a {
  color: #3A3A3A;
  text-decoration: none;
}
.footerbar a:hover {
  text-decoration: underline;
}

.payment-logos {
  display: flex;
  justify-content: center;
}
.payment-logos img {
  max-width: 100%;
  height: 1.7rem;
}

.socials li:not(:last-child) {
  margin-right: 0.2rem;
}
.socials li a {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  color: #3A3A3A;
  text-decoration: none;
  background-color: white;
}
.socials li a:hover {
  color: white;
  background-color: #3A3A3A;
}

/* SCREEN READER */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

@media screen and (max-width: 767px) {
  section {
    padding: 70px 0;
  }
  section.section-sm {
    padding: 30px 0;
  }
  section.section-sm-top {
    padding-top: 30px;
  }
  section.section-sm-bottom {
    padding-bottom: 30px;
  }

  h1, .h1 {
    font-size: 1.875rem;
  }

  h2, .h2 {
    font-size: 1.5rem;
  }

  h3, .h3 {
    font-size: 1.4375rem;
  }

  h4, .h4 {
    font-size: 1.25rem;
  }

  h5, .h5 {
    font-size: 1.175rem;
  }

  h6, .h6 {
    font-size: 1.125rem;
  }
}

/*# sourceMappingURL=style.css.map */
