/* _____ VARIABLES _____ */
/* Colors */
/* Mixins */
body.woocommerce,
body.woocommerce-page,
body.woocommerce-cart,
body.woocommerce-checkout {
  /* Rounded sliders */
}
body.woocommerce header,
body.woocommerce-page header,
body.woocommerce-cart header,
body.woocommerce-checkout header {
  z-index: 40;
}
body.woocommerce .wrapper:after,
body.woocommerce-page .wrapper:after,
body.woocommerce-cart .wrapper:after,
body.woocommerce-checkout .wrapper:after {
  content: none;
}
body.woocommerce .wcvat-toggle-button-excl,
body.woocommerce .wcvat-toggle-button-incl,
body.woocommerce-page .wcvat-toggle-button-excl,
body.woocommerce-page .wcvat-toggle-button-incl,
body.woocommerce-cart .wcvat-toggle-button-excl,
body.woocommerce-cart .wcvat-toggle-button-incl,
body.woocommerce-checkout .wcvat-toggle-button-excl,
body.woocommerce-checkout .wcvat-toggle-button-incl {
  display: none !important;
}
body.woocommerce .page-header-woocommerce-wrapper,
body.woocommerce-page .page-header-woocommerce-wrapper,
body.woocommerce-cart .page-header-woocommerce-wrapper,
body.woocommerce-checkout .page-header-woocommerce-wrapper {
  position: relative;
  overflow: hidden;
  margin-top: -20px;
}
body.woocommerce .page-header-woocommerce-wrapper .page-header-woocommerce,
body.woocommerce-page .page-header-woocommerce-wrapper .page-header-woocommerce,
body.woocommerce-cart .page-header-woocommerce-wrapper .page-header-woocommerce,
body.woocommerce-checkout .page-header-woocommerce-wrapper .page-header-woocommerce {
  font-family: "freude", sans-serif;
  color: #fff;
  background: #004322;
  z-index: 0;
  min-height: 146px;
  padding-bottom: 56px;
}
@media (max-width: 767px) {
  body.woocommerce .page-header-woocommerce-wrapper .page-header-woocommerce,
  body.woocommerce-page .page-header-woocommerce-wrapper .page-header-woocommerce,
  body.woocommerce-cart .page-header-woocommerce-wrapper .page-header-woocommerce,
  body.woocommerce-checkout .page-header-woocommerce-wrapper .page-header-woocommerce {
    padding-bottom: 0;
  }
}
body.woocommerce .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper,
body.woocommerce-page .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper,
body.woocommerce-cart .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper,
body.woocommerce-checkout .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding-top: 56px;
}
body.woocommerce .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper h1,
body.woocommerce-page .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper h1,
body.woocommerce-cart .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper h1,
body.woocommerce-checkout .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper h1 {
  position: relative;
  font-size: 65px;
  line-height: 75px;
  color: #fff;
  margin: 0 0 60px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  gap: 20px;
}
body.woocommerce .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper h1:after,
body.woocommerce-page .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper h1:after,
body.woocommerce-cart .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper h1:after,
body.woocommerce-checkout .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper h1:after {
  content: "";
  background-image: url("images/svg/horizontal-dots--color-2.svg");
  background-repeat: no-repeat;
  width: 68px;
  height: 6px;
}
@media (max-width: 767px) {
  body.woocommerce .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper h1,
  body.woocommerce-page .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper h1,
  body.woocommerce-cart .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper h1,
  body.woocommerce-checkout .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper h1 {
    font-size: 45px;
    margin: 0 0 70px 0;
    line-height: 55px;
  }
}
body.woocommerce .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper,
body.woocommerce-page .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper,
body.woocommerce-cart .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper,
body.woocommerce-checkout .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 999px) {
  body.woocommerce .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper,
  body.woocommerce-page .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper,
  body.woocommerce-cart .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper,
  body.woocommerce-checkout .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper {
    flex-direction: column;
  }
}
body.woocommerce .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .woocommerce-breadcrumbs *,
body.woocommerce-page .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .woocommerce-breadcrumbs *,
body.woocommerce-cart .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .woocommerce-breadcrumbs *,
body.woocommerce-checkout .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .woocommerce-breadcrumbs * {
  color: #ffffff !important;
}
body.woocommerce .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .woocommerce-breadcrumbs * a,
body.woocommerce-page .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .woocommerce-breadcrumbs * a,
body.woocommerce-cart .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .woocommerce-breadcrumbs * a,
body.woocommerce-checkout .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .woocommerce-breadcrumbs * a {
  color: #94C24A !important;
}
body.woocommerce .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .woocommerce-breadcrumbs * a:hover,
body.woocommerce-page .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .woocommerce-breadcrumbs * a:hover,
body.woocommerce-cart .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .woocommerce-breadcrumbs * a:hover,
body.woocommerce-checkout .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .woocommerce-breadcrumbs * a:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  body.woocommerce .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .woocommerce-breadcrumbs,
  body.woocommerce-page .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .woocommerce-breadcrumbs,
  body.woocommerce-cart .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .woocommerce-breadcrumbs,
  body.woocommerce-checkout .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .woocommerce-breadcrumbs {
    display: none;
  }
}
body.woocommerce .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container,
body.woocommerce-page .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container,
body.woocommerce-cart .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container,
body.woocommerce-checkout .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container {
  display: flex;
  flex-wrap: wrap;
  font-weight: 900;
  font-size: 14px;
  column-gap: 50px;
  row-gap: 20px;
  margin-left: auto;
}
@media (max-width: 999px) {
  body.woocommerce .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container,
  body.woocommerce-page .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container,
  body.woocommerce-cart .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container,
  body.woocommerce-checkout .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container {
    margin-left: 0;
  }
}
body.woocommerce .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .vat-toggle, body.woocommerce .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container a,
body.woocommerce-page .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .vat-toggle,
body.woocommerce-page .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container a,
body.woocommerce-cart .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .vat-toggle,
body.woocommerce-cart .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container a,
body.woocommerce-checkout .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .vat-toggle,
body.woocommerce-checkout .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container a {
  display: flex;
  color: #fff;
}
body.woocommerce .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .vat-toggle:hover, body.woocommerce .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container a:hover,
body.woocommerce-page .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .vat-toggle:hover,
body.woocommerce-page .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container a:hover,
body.woocommerce-cart .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .vat-toggle:hover,
body.woocommerce-cart .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container a:hover,
body.woocommerce-checkout .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .vat-toggle:hover,
body.woocommerce-checkout .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container a:hover {
  color: #94C24A;
}
body.woocommerce .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container,
body.woocommerce-page .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container,
body.woocommerce-cart .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container,
body.woocommerce-checkout .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 35px;
  padding-right: 100px;
}
@media (max-width: 767px) {
  body.woocommerce .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container,
  body.woocommerce-page .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container,
  body.woocommerce-cart .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container,
  body.woocommerce-checkout .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container {
    padding-right: 0;
  }
}
body.woocommerce .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.account-link,
body.woocommerce-page .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.account-link,
body.woocommerce-cart .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.account-link,
body.woocommerce-checkout .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.account-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: flex-start !important;
  cursor: pointer !important;
  text-decoration: none !important;
  padding: 12px 40px !important;
  background-color: #fff !important;
  color: #005229 !important;
  border-style: solid !important;
  border-radius: 30px !important;
  font-weight: 900 !important;
  min-height: 60px !important;
  text-align: center !important;
  line-height: 24px !important;
  height: auto !important;
  font-size: 20px !important;
  transition: 0.2s !important;
  white-space: normal !important;
  gap: 10px !important;
  align-self: center !important;
}
body.woocommerce .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.account-link:before,
body.woocommerce-page .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.account-link:before,
body.woocommerce-cart .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.account-link:before,
body.woocommerce-checkout .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.account-link:before {
  position: relative !important;
  top: 3px !important;
  content: url("images/svg/chevron-right--color-2.svg") !important;
  width: 11px !important;
  right: auto !important;
  transform: none !important;
  margin-top: 0 !important;
  transition: none !important;
  order: 999 !important;
  flex: 0 0 11px !important;
}
body.woocommerce .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.account-link:disabled,
body.woocommerce-page .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.account-link:disabled,
body.woocommerce-cart .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.account-link:disabled,
body.woocommerce-checkout .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.account-link:disabled {
  opacity: 0.4;
  pointer-events: none;
}
body.woocommerce .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.account-link:before,
body.woocommerce-page .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.account-link:before,
body.woocommerce-cart .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.account-link:before,
body.woocommerce-checkout .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.account-link:before {
  content: none !important;
}
body.woocommerce .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.account-link:after,
body.woocommerce-page .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.account-link:after,
body.woocommerce-cart .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.account-link:after,
body.woocommerce-checkout .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.account-link:after {
  content: url("images/svg/account-icon.svg") !important;
}
body.woocommerce .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.account-link:hover,
body.woocommerce-page .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.account-link:hover,
body.woocommerce-cart .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.account-link:hover,
body.woocommerce-checkout .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.account-link:hover {
  background-color: #EFFFD5 !important;
}
@media (max-width: 767px) {
  body.woocommerce .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.account-link,
  body.woocommerce-page .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.account-link,
  body.woocommerce-cart .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.account-link,
  body.woocommerce-checkout .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.account-link {
    padding-left: 24px !important;
    padding-right: 24px !important;
    min-height: 50px !important;
  }
}
body.woocommerce .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.basket-link,
body.woocommerce-page .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.basket-link,
body.woocommerce-cart .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.basket-link,
body.woocommerce-checkout .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.basket-link {
  position: relative;
}
body.woocommerce .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.basket-link .cart-contents .cart-contents-count,
body.woocommerce-page .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.basket-link .cart-contents .cart-contents-count,
body.woocommerce-cart .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.basket-link .cart-contents .cart-contents-count,
body.woocommerce-checkout .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.basket-link .cart-contents .cart-contents-count {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: #fff;
  width: 37px;
  height: 37px;
  right: -10px;
  top: -10px;
  border-radius: 100%;
  font-size: 24px;
  color: #005229;
  z-index: 1;
}
body.woocommerce .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.basket-link:after,
body.woocommerce-page .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.basket-link:after,
body.woocommerce-cart .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.basket-link:after,
body.woocommerce-checkout .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.basket-link:after {
  content: "";
  background-image: url("images/svg/basket-icon-bg.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 74px;
  height: 77px;
  transition: 0.2s;
}
@media (max-width: 767px) {
  body.woocommerce .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.basket-link:after,
  body.woocommerce-page .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.basket-link:after,
  body.woocommerce-cart .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.basket-link:after,
  body.woocommerce-checkout .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.basket-link:after {
    width: 59px;
    height: 61px;
  }
}
body.woocommerce .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.basket-link:hover:after,
body.woocommerce-page .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.basket-link:hover:after,
body.woocommerce-cart .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.basket-link:hover:after,
body.woocommerce-checkout .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .links-container a.basket-link:hover:after {
  filter: brightness(110%);
}
body.woocommerce .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .vat-toggle,
body.woocommerce-page .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .vat-toggle,
body.woocommerce-cart .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .vat-toggle,
body.woocommerce-checkout .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .vat-toggle {
  column-gap: 16px;
}
body.woocommerce .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .vat-toggle .text,
body.woocommerce-page .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .vat-toggle .text,
body.woocommerce-cart .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .vat-toggle .text,
body.woocommerce-checkout .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .vat-toggle .text {
  display: block;
}
body.woocommerce .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .vat-toggle .toggle,
body.woocommerce-page .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .vat-toggle .toggle,
body.woocommerce-cart .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .vat-toggle .toggle,
body.woocommerce-checkout .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper .breadcrumbs-links-vat-toggle-wrapper .links-vat-toggle-container .vat-toggle .toggle {
  display: flex;
}
body.woocommerce .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper:before,
body.woocommerce-page .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper:before,
body.woocommerce-cart .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper:before,
body.woocommerce-checkout .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper:before {
  position: absolute;
  z-index: 1;
  left: -315px;
  bottom: -60px;
  content: url("images/woocommerce-header-bg-left.png");
}
@media (max-width: 1023px) {
  body.woocommerce .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper:before,
  body.woocommerce-page .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper:before,
  body.woocommerce-cart .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper:before,
  body.woocommerce-checkout .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper:before {
    display: none;
  }
}
body.woocommerce .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper:after,
body.woocommerce-page .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper:after,
body.woocommerce-cart .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper:after,
body.woocommerce-checkout .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper:after {
  position: absolute;
  z-index: 0;
  right: -315px;
  bottom: -60px;
  content: url("images/woocommerce-header-bg-right.png");
}
@media (max-width: 1279px) {
  body.woocommerce .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper:after,
  body.woocommerce-page .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper:after,
  body.woocommerce-cart .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper:after,
  body.woocommerce-checkout .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper:after {
    bottom: -70px;
  }
}
@media (max-width: 767px) {
  body.woocommerce .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper:after,
  body.woocommerce-page .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper:after,
  body.woocommerce-cart .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper:after,
  body.woocommerce-checkout .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper:after {
    display: none;
  }
}
body.woocommerce .page-header-woocommerce-wrapper:after,
body.woocommerce-page .page-header-woocommerce-wrapper:after,
body.woocommerce-cart .page-header-woocommerce-wrapper:after,
body.woocommerce-checkout .page-header-woocommerce-wrapper:after {
  content: "";
  background-image: url("images/svg/woocommerce-header-bottom-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  display: inline-block;
  height: 56px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
}
@media (max-width: 767px) {
  body.woocommerce .page-header-woocommerce-wrapper:after,
  body.woocommerce-page .page-header-woocommerce-wrapper:after,
  body.woocommerce-cart .page-header-woocommerce-wrapper:after,
  body.woocommerce-checkout .page-header-woocommerce-wrapper:after {
    display: none;
  }
}
body.woocommerce .woocommerce-section,
body.woocommerce-page .woocommerce-section,
body.woocommerce-cart .woocommerce-section,
body.woocommerce-checkout .woocommerce-section {
  position: relative;
  margin: 0 !important;
  padding: 48px 0 112px 0 !important;
  overflow: hidden;
}
body.woocommerce .woocommerce-section *,
body.woocommerce-page .woocommerce-section *,
body.woocommerce-cart .woocommerce-section *,
body.woocommerce-checkout .woocommerce-section * {
  z-index: 10;
}
body.woocommerce .woocommerce-section:before, body.woocommerce .woocommerce-section:after,
body.woocommerce-page .woocommerce-section:before,
body.woocommerce-page .woocommerce-section:after,
body.woocommerce-cart .woocommerce-section:before,
body.woocommerce-cart .woocommerce-section:after,
body.woocommerce-checkout .woocommerce-section:before,
body.woocommerce-checkout .woocommerce-section:after {
  position: absolute;
  z-index: 0;
}
@media (max-width: 991px) {
  body.woocommerce .woocommerce-section:before, body.woocommerce .woocommerce-section:after,
  body.woocommerce-page .woocommerce-section:before,
  body.woocommerce-page .woocommerce-section:after,
  body.woocommerce-cart .woocommerce-section:before,
  body.woocommerce-cart .woocommerce-section:after,
  body.woocommerce-checkout .woocommerce-section:before,
  body.woocommerce-checkout .woocommerce-section:after {
    display: none;
  }
}
@media (max-width: 899px) {
  body.woocommerce .woocommerce-section,
  body.woocommerce-page .woocommerce-section,
  body.woocommerce-cart .woocommerce-section,
  body.woocommerce-checkout .woocommerce-section {
    padding: 60px 0 100px 0 !important;
  }
}
@media (max-width: 767px) {
  body.woocommerce .woocommerce-section,
  body.woocommerce-page .woocommerce-section,
  body.woocommerce-cart .woocommerce-section,
  body.woocommerce-checkout .woocommerce-section {
    padding: 40px 0 80px 0 !important;
  }
}
body.woocommerce .woocommerce-section *,
body.woocommerce-page .woocommerce-section *,
body.woocommerce-cart .woocommerce-section *,
body.woocommerce-checkout .woocommerce-section * {
  color: #004322 !important;
  text-transform: none !important;
  font-size: 18px !important;
}
@media (max-width: 767px) {
  body.woocommerce .woocommerce-section *,
  body.woocommerce-page .woocommerce-section *,
  body.woocommerce-cart .woocommerce-section *,
  body.woocommerce-checkout .woocommerce-section * {
    font-size: 16px !important;
  }
}
body.woocommerce .woocommerce-section .woocommerce-privacy-policy-text,
body.woocommerce-page .woocommerce-section .woocommerce-privacy-policy-text,
body.woocommerce-cart .woocommerce-section .woocommerce-privacy-policy-text,
body.woocommerce-checkout .woocommerce-section .woocommerce-privacy-policy-text {
  color: #262626 !important;
  font-size: 16px !important;
}
body.woocommerce .woocommerce-section .woocommerce-privacy-policy-text *,
body.woocommerce-page .woocommerce-section .woocommerce-privacy-policy-text *,
body.woocommerce-cart .woocommerce-section .woocommerce-privacy-policy-text *,
body.woocommerce-checkout .woocommerce-section .woocommerce-privacy-policy-text * {
  color: #262626 !important;
  font-size: 16px !important;
}
body.woocommerce .woocommerce-section .woocommerce-privacy-policy-text * a:hover,
body.woocommerce-page .woocommerce-section .woocommerce-privacy-policy-text * a:hover,
body.woocommerce-cart .woocommerce-section .woocommerce-privacy-policy-text * a:hover,
body.woocommerce-checkout .woocommerce-section .woocommerce-privacy-policy-text * a:hover {
  color: #004322 !important;
}
body.woocommerce .woocommerce-section .button:not(.products .button):after,
body.woocommerce-page .woocommerce-section .button:not(.products .button):after,
body.woocommerce-cart .woocommerce-section .button:not(.products .button):after,
body.woocommerce-checkout .woocommerce-section .button:not(.products .button):after {
  content: none;
}
body.woocommerce .woocommerce-section a:not(.woocommerce-cart-form__contents a):not(.button):not(.product a):not(.woocommerce-MyAccount-navigation a),
body.woocommerce-page .woocommerce-section a:not(.woocommerce-cart-form__contents a):not(.button):not(.product a):not(.woocommerce-MyAccount-navigation a),
body.woocommerce-cart .woocommerce-section a:not(.woocommerce-cart-form__contents a):not(.button):not(.product a):not(.woocommerce-MyAccount-navigation a),
body.woocommerce-checkout .woocommerce-section a:not(.woocommerce-cart-form__contents a):not(.button):not(.product a):not(.woocommerce-MyAccount-navigation a) {
  text-decoration: underline !important;
}
body.woocommerce .woocommerce-section p:not(.variation-Size p):not(.woocommerce-product-attributes p):not(.woocommerce-form-coupon p.form-row-first):not(.woocommerce-LostPassword):not(.woocommerce-form-register p:last-of-type):not(.woocommerce-columns--addresses .woocommerce-column *),
body.woocommerce-page .woocommerce-section p:not(.variation-Size p):not(.woocommerce-product-attributes p):not(.woocommerce-form-coupon p.form-row-first):not(.woocommerce-LostPassword):not(.woocommerce-form-register p:last-of-type):not(.woocommerce-columns--addresses .woocommerce-column *),
body.woocommerce-cart .woocommerce-section p:not(.variation-Size p):not(.woocommerce-product-attributes p):not(.woocommerce-form-coupon p.form-row-first):not(.woocommerce-LostPassword):not(.woocommerce-form-register p:last-of-type):not(.woocommerce-columns--addresses .woocommerce-column *),
body.woocommerce-checkout .woocommerce-section p:not(.variation-Size p):not(.woocommerce-product-attributes p):not(.woocommerce-form-coupon p.form-row-first):not(.woocommerce-LostPassword):not(.woocommerce-form-register p:last-of-type):not(.woocommerce-columns--addresses .woocommerce-column *) {
  margin-bottom: 20px !important;
}
body.woocommerce .woocommerce-section .variation-Size p,
body.woocommerce-page .woocommerce-section .variation-Size p,
body.woocommerce-cart .woocommerce-section .variation-Size p,
body.woocommerce-checkout .woocommerce-section .variation-Size p {
  margin: 0 !important;
}
@media (max-width: 767px) {
  body.woocommerce .woocommerce-section .variation,
  body.woocommerce-page .woocommerce-section .variation,
  body.woocommerce-cart .woocommerce-section .variation,
  body.woocommerce-checkout .woocommerce-section .variation {
    margin-left: auto;
    margin-top: 0 !important;
  }
}
body.woocommerce .woocommerce-section .tax_label, body.woocommerce .woocommerce-section .includes_tax,
body.woocommerce-page .woocommerce-section .tax_label,
body.woocommerce-page .woocommerce-section .includes_tax,
body.woocommerce-cart .woocommerce-section .tax_label,
body.woocommerce-cart .woocommerce-section .includes_tax,
body.woocommerce-checkout .woocommerce-section .tax_label,
body.woocommerce-checkout .woocommerce-section .includes_tax {
  font-size: 14px !important;
}
body.woocommerce .woocommerce-section table th, body.woocommerce .woocommerce-section table td,
body.woocommerce-page .woocommerce-section table th,
body.woocommerce-page .woocommerce-section table td,
body.woocommerce-cart .woocommerce-section table th,
body.woocommerce-cart .woocommerce-section table td,
body.woocommerce-checkout .woocommerce-section table th,
body.woocommerce-checkout .woocommerce-section table td {
  border: none !important;
}
body.woocommerce .woocommerce-section table dd,
body.woocommerce-page .woocommerce-section table dd,
body.woocommerce-cart .woocommerce-section table dd,
body.woocommerce-checkout .woocommerce-section table dd {
  display: inline-block !important;
}
body.woocommerce .woocommerce-section .upsells,
body.woocommerce .woocommerce-section .cross-sells,
body.woocommerce .woocommerce-section .related,
body.woocommerce-page .woocommerce-section .upsells,
body.woocommerce-page .woocommerce-section .cross-sells,
body.woocommerce-page .woocommerce-section .related,
body.woocommerce-cart .woocommerce-section .upsells,
body.woocommerce-cart .woocommerce-section .cross-sells,
body.woocommerce-cart .woocommerce-section .related,
body.woocommerce-checkout .woocommerce-section .upsells,
body.woocommerce-checkout .woocommerce-section .cross-sells,
body.woocommerce-checkout .woocommerce-section .related {
  position: relative;
  padding-top: 98px;
  padding-bottom: 127px;
}
@media (max-width: 1023px) {
  body.woocommerce .woocommerce-section .upsells,
  body.woocommerce .woocommerce-section .cross-sells,
  body.woocommerce .woocommerce-section .related,
  body.woocommerce-page .woocommerce-section .upsells,
  body.woocommerce-page .woocommerce-section .cross-sells,
  body.woocommerce-page .woocommerce-section .related,
  body.woocommerce-cart .woocommerce-section .upsells,
  body.woocommerce-cart .woocommerce-section .cross-sells,
  body.woocommerce-cart .woocommerce-section .related,
  body.woocommerce-checkout .woocommerce-section .upsells,
  body.woocommerce-checkout .woocommerce-section .cross-sells,
  body.woocommerce-checkout .woocommerce-section .related {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  body.woocommerce .woocommerce-section .upsells,
  body.woocommerce .woocommerce-section .cross-sells,
  body.woocommerce .woocommerce-section .related,
  body.woocommerce-page .woocommerce-section .upsells,
  body.woocommerce-page .woocommerce-section .cross-sells,
  body.woocommerce-page .woocommerce-section .related,
  body.woocommerce-cart .woocommerce-section .upsells,
  body.woocommerce-cart .woocommerce-section .cross-sells,
  body.woocommerce-cart .woocommerce-section .related,
  body.woocommerce-checkout .woocommerce-section .upsells,
  body.woocommerce-checkout .woocommerce-section .cross-sells,
  body.woocommerce-checkout .woocommerce-section .related {
    padding: 60px 0;
  }
}
body.woocommerce .woocommerce-section .upsells *,
body.woocommerce .woocommerce-section .cross-sells *,
body.woocommerce .woocommerce-section .related *,
body.woocommerce-page .woocommerce-section .upsells *,
body.woocommerce-page .woocommerce-section .cross-sells *,
body.woocommerce-page .woocommerce-section .related *,
body.woocommerce-cart .woocommerce-section .upsells *,
body.woocommerce-cart .woocommerce-section .cross-sells *,
body.woocommerce-cart .woocommerce-section .related *,
body.woocommerce-checkout .woocommerce-section .upsells *,
body.woocommerce-checkout .woocommerce-section .cross-sells *,
body.woocommerce-checkout .woocommerce-section .related * {
  position: relative;
  z-index: 1;
}
body.woocommerce .woocommerce-section .upsells h2:not(.woocommerce-loop-product__title),
body.woocommerce .woocommerce-section .cross-sells h2:not(.woocommerce-loop-product__title),
body.woocommerce .woocommerce-section .related h2:not(.woocommerce-loop-product__title),
body.woocommerce-page .woocommerce-section .upsells h2:not(.woocommerce-loop-product__title),
body.woocommerce-page .woocommerce-section .cross-sells h2:not(.woocommerce-loop-product__title),
body.woocommerce-page .woocommerce-section .related h2:not(.woocommerce-loop-product__title),
body.woocommerce-cart .woocommerce-section .upsells h2:not(.woocommerce-loop-product__title),
body.woocommerce-cart .woocommerce-section .cross-sells h2:not(.woocommerce-loop-product__title),
body.woocommerce-cart .woocommerce-section .related h2:not(.woocommerce-loop-product__title),
body.woocommerce-checkout .woocommerce-section .upsells h2:not(.woocommerce-loop-product__title),
body.woocommerce-checkout .woocommerce-section .cross-sells h2:not(.woocommerce-loop-product__title),
body.woocommerce-checkout .woocommerce-section .related h2:not(.woocommerce-loop-product__title) {
  font-size: 34px !important;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
  margin-bottom: 60px !important;
}
body.woocommerce .woocommerce-section .upsells h2:not(.woocommerce-loop-product__title):before,
body.woocommerce .woocommerce-section .cross-sells h2:not(.woocommerce-loop-product__title):before,
body.woocommerce .woocommerce-section .related h2:not(.woocommerce-loop-product__title):before,
body.woocommerce-page .woocommerce-section .upsells h2:not(.woocommerce-loop-product__title):before,
body.woocommerce-page .woocommerce-section .cross-sells h2:not(.woocommerce-loop-product__title):before,
body.woocommerce-page .woocommerce-section .related h2:not(.woocommerce-loop-product__title):before,
body.woocommerce-cart .woocommerce-section .upsells h2:not(.woocommerce-loop-product__title):before,
body.woocommerce-cart .woocommerce-section .cross-sells h2:not(.woocommerce-loop-product__title):before,
body.woocommerce-cart .woocommerce-section .related h2:not(.woocommerce-loop-product__title):before,
body.woocommerce-checkout .woocommerce-section .upsells h2:not(.woocommerce-loop-product__title):before,
body.woocommerce-checkout .woocommerce-section .cross-sells h2:not(.woocommerce-loop-product__title):before,
body.woocommerce-checkout .woocommerce-section .related h2:not(.woocommerce-loop-product__title):before {
  content: "";
  background-image: url("images/svg/horizontal-dots--color-4.svg");
  background-repeat: no-repeat;
  width: 68px;
  height: 6px;
}
@media (max-width: 767px) {
  body.woocommerce .woocommerce-section .upsells h2:not(.woocommerce-loop-product__title),
  body.woocommerce .woocommerce-section .cross-sells h2:not(.woocommerce-loop-product__title),
  body.woocommerce .woocommerce-section .related h2:not(.woocommerce-loop-product__title),
  body.woocommerce-page .woocommerce-section .upsells h2:not(.woocommerce-loop-product__title),
  body.woocommerce-page .woocommerce-section .cross-sells h2:not(.woocommerce-loop-product__title),
  body.woocommerce-page .woocommerce-section .related h2:not(.woocommerce-loop-product__title),
  body.woocommerce-cart .woocommerce-section .upsells h2:not(.woocommerce-loop-product__title),
  body.woocommerce-cart .woocommerce-section .cross-sells h2:not(.woocommerce-loop-product__title),
  body.woocommerce-cart .woocommerce-section .related h2:not(.woocommerce-loop-product__title),
  body.woocommerce-checkout .woocommerce-section .upsells h2:not(.woocommerce-loop-product__title),
  body.woocommerce-checkout .woocommerce-section .cross-sells h2:not(.woocommerce-loop-product__title),
  body.woocommerce-checkout .woocommerce-section .related h2:not(.woocommerce-loop-product__title) {
    margin-bottom: 40px !important;
  }
}
body.woocommerce .woocommerce-section .upsells h2:not(.woocommerce-loop-product__title):before,
body.woocommerce .woocommerce-section .cross-sells h2:not(.woocommerce-loop-product__title):before,
body.woocommerce .woocommerce-section .related h2:not(.woocommerce-loop-product__title):before,
body.woocommerce-page .woocommerce-section .upsells h2:not(.woocommerce-loop-product__title):before,
body.woocommerce-page .woocommerce-section .cross-sells h2:not(.woocommerce-loop-product__title):before,
body.woocommerce-page .woocommerce-section .related h2:not(.woocommerce-loop-product__title):before,
body.woocommerce-cart .woocommerce-section .upsells h2:not(.woocommerce-loop-product__title):before,
body.woocommerce-cart .woocommerce-section .cross-sells h2:not(.woocommerce-loop-product__title):before,
body.woocommerce-cart .woocommerce-section .related h2:not(.woocommerce-loop-product__title):before,
body.woocommerce-checkout .woocommerce-section .upsells h2:not(.woocommerce-loop-product__title):before,
body.woocommerce-checkout .woocommerce-section .cross-sells h2:not(.woocommerce-loop-product__title):before,
body.woocommerce-checkout .woocommerce-section .related h2:not(.woocommerce-loop-product__title):before {
  margin: 0 auto;
}
@media (max-width: 767px) {
  body.woocommerce .woocommerce-section .upsells h2:not(.woocommerce-loop-product__title),
  body.woocommerce .woocommerce-section .cross-sells h2:not(.woocommerce-loop-product__title),
  body.woocommerce .woocommerce-section .related h2:not(.woocommerce-loop-product__title),
  body.woocommerce-page .woocommerce-section .upsells h2:not(.woocommerce-loop-product__title),
  body.woocommerce-page .woocommerce-section .cross-sells h2:not(.woocommerce-loop-product__title),
  body.woocommerce-page .woocommerce-section .related h2:not(.woocommerce-loop-product__title),
  body.woocommerce-cart .woocommerce-section .upsells h2:not(.woocommerce-loop-product__title),
  body.woocommerce-cart .woocommerce-section .cross-sells h2:not(.woocommerce-loop-product__title),
  body.woocommerce-cart .woocommerce-section .related h2:not(.woocommerce-loop-product__title),
  body.woocommerce-checkout .woocommerce-section .upsells h2:not(.woocommerce-loop-product__title),
  body.woocommerce-checkout .woocommerce-section .cross-sells h2:not(.woocommerce-loop-product__title),
  body.woocommerce-checkout .woocommerce-section .related h2:not(.woocommerce-loop-product__title) {
    font-size: 30px !important;
  }
}
body.woocommerce .woocommerce-section .upsells:after,
body.woocommerce .woocommerce-section .cross-sells:after,
body.woocommerce .woocommerce-section .related:after,
body.woocommerce-page .woocommerce-section .upsells:after,
body.woocommerce-page .woocommerce-section .cross-sells:after,
body.woocommerce-page .woocommerce-section .related:after,
body.woocommerce-cart .woocommerce-section .upsells:after,
body.woocommerce-cart .woocommerce-section .cross-sells:after,
body.woocommerce-cart .woocommerce-section .related:after,
body.woocommerce-checkout .woocommerce-section .upsells:after,
body.woocommerce-checkout .woocommerce-section .cross-sells:after,
body.woocommerce-checkout .woocommerce-section .related:after {
  content: "";
  position: absolute;
  top: 0;
  left: -500%;
  height: 100%;
  width: 1000%;
  background-color: #CEF1FD;
  z-index: 0;
}
body.woocommerce .woocommerce-section input[type=text], body.woocommerce .woocommerce-section input[type=password], body.woocommerce .woocommerce-section input[type=number], body.woocommerce .woocommerce-section input[type=email], body.woocommerce .woocommerce-section input[type=tel], body.woocommerce .woocommerce-section select, body.woocommerce .woocommerce-section textarea, body.woocommerce .woocommerce-section .select2-selection,
body.woocommerce-page .woocommerce-section input[type=text],
body.woocommerce-page .woocommerce-section input[type=password],
body.woocommerce-page .woocommerce-section input[type=number],
body.woocommerce-page .woocommerce-section input[type=email],
body.woocommerce-page .woocommerce-section input[type=tel],
body.woocommerce-page .woocommerce-section select,
body.woocommerce-page .woocommerce-section textarea,
body.woocommerce-page .woocommerce-section .select2-selection,
body.woocommerce-cart .woocommerce-section input[type=text],
body.woocommerce-cart .woocommerce-section input[type=password],
body.woocommerce-cart .woocommerce-section input[type=number],
body.woocommerce-cart .woocommerce-section input[type=email],
body.woocommerce-cart .woocommerce-section input[type=tel],
body.woocommerce-cart .woocommerce-section select,
body.woocommerce-cart .woocommerce-section textarea,
body.woocommerce-cart .woocommerce-section .select2-selection,
body.woocommerce-checkout .woocommerce-section input[type=text],
body.woocommerce-checkout .woocommerce-section input[type=password],
body.woocommerce-checkout .woocommerce-section input[type=number],
body.woocommerce-checkout .woocommerce-section input[type=email],
body.woocommerce-checkout .woocommerce-section input[type=tel],
body.woocommerce-checkout .woocommerce-section select,
body.woocommerce-checkout .woocommerce-section textarea,
body.woocommerce-checkout .woocommerce-section .select2-selection {
  -webkit-appearance: none !important;
  border: none !important;
  cursor: pointer !important;
  font-size: 18px !important;
  background-color: #F5F5F5 !important;
  border-radius: 30px !important;
  color: #262626 !important;
  transition: 0.2s;
}
body.woocommerce .woocommerce-section input[type=text] span, body.woocommerce .woocommerce-section input[type=password] span, body.woocommerce .woocommerce-section input[type=number] span, body.woocommerce .woocommerce-section input[type=email] span, body.woocommerce .woocommerce-section input[type=tel] span, body.woocommerce .woocommerce-section select span, body.woocommerce .woocommerce-section textarea span, body.woocommerce .woocommerce-section .select2-selection span,
body.woocommerce-page .woocommerce-section input[type=text] span,
body.woocommerce-page .woocommerce-section input[type=password] span,
body.woocommerce-page .woocommerce-section input[type=number] span,
body.woocommerce-page .woocommerce-section input[type=email] span,
body.woocommerce-page .woocommerce-section input[type=tel] span,
body.woocommerce-page .woocommerce-section select span,
body.woocommerce-page .woocommerce-section textarea span,
body.woocommerce-page .woocommerce-section .select2-selection span,
body.woocommerce-cart .woocommerce-section input[type=text] span,
body.woocommerce-cart .woocommerce-section input[type=password] span,
body.woocommerce-cart .woocommerce-section input[type=number] span,
body.woocommerce-cart .woocommerce-section input[type=email] span,
body.woocommerce-cart .woocommerce-section input[type=tel] span,
body.woocommerce-cart .woocommerce-section select span,
body.woocommerce-cart .woocommerce-section textarea span,
body.woocommerce-cart .woocommerce-section .select2-selection span,
body.woocommerce-checkout .woocommerce-section input[type=text] span,
body.woocommerce-checkout .woocommerce-section input[type=password] span,
body.woocommerce-checkout .woocommerce-section input[type=number] span,
body.woocommerce-checkout .woocommerce-section input[type=email] span,
body.woocommerce-checkout .woocommerce-section input[type=tel] span,
body.woocommerce-checkout .woocommerce-section select span,
body.woocommerce-checkout .woocommerce-section textarea span,
body.woocommerce-checkout .woocommerce-section .select2-selection span {
  color: #262626 !important;
}
body.woocommerce .woocommerce-section input[type=text]:hover, body.woocommerce .woocommerce-section input[type=password]:hover, body.woocommerce .woocommerce-section input[type=number]:hover, body.woocommerce .woocommerce-section input[type=email]:hover, body.woocommerce .woocommerce-section input[type=tel]:hover, body.woocommerce .woocommerce-section select:hover, body.woocommerce .woocommerce-section textarea:hover, body.woocommerce .woocommerce-section .select2-selection:hover,
body.woocommerce-page .woocommerce-section input[type=text]:hover,
body.woocommerce-page .woocommerce-section input[type=password]:hover,
body.woocommerce-page .woocommerce-section input[type=number]:hover,
body.woocommerce-page .woocommerce-section input[type=email]:hover,
body.woocommerce-page .woocommerce-section input[type=tel]:hover,
body.woocommerce-page .woocommerce-section select:hover,
body.woocommerce-page .woocommerce-section textarea:hover,
body.woocommerce-page .woocommerce-section .select2-selection:hover,
body.woocommerce-cart .woocommerce-section input[type=text]:hover,
body.woocommerce-cart .woocommerce-section input[type=password]:hover,
body.woocommerce-cart .woocommerce-section input[type=number]:hover,
body.woocommerce-cart .woocommerce-section input[type=email]:hover,
body.woocommerce-cart .woocommerce-section input[type=tel]:hover,
body.woocommerce-cart .woocommerce-section select:hover,
body.woocommerce-cart .woocommerce-section textarea:hover,
body.woocommerce-cart .woocommerce-section .select2-selection:hover,
body.woocommerce-checkout .woocommerce-section input[type=text]:hover,
body.woocommerce-checkout .woocommerce-section input[type=password]:hover,
body.woocommerce-checkout .woocommerce-section input[type=number]:hover,
body.woocommerce-checkout .woocommerce-section input[type=email]:hover,
body.woocommerce-checkout .woocommerce-section input[type=tel]:hover,
body.woocommerce-checkout .woocommerce-section select:hover,
body.woocommerce-checkout .woocommerce-section textarea:hover,
body.woocommerce-checkout .woocommerce-section .select2-selection:hover {
  filter: brightness(98%);
}
body.woocommerce .woocommerce-section input:not([type=number]):not([type=checkbox]), body.woocommerce .woocommerce-section select, body.woocommerce .woocommerce-section textarea, body.woocommerce .woocommerce-section .select2-selection,
body.woocommerce-page .woocommerce-section input:not([type=number]):not([type=checkbox]),
body.woocommerce-page .woocommerce-section select,
body.woocommerce-page .woocommerce-section textarea,
body.woocommerce-page .woocommerce-section .select2-selection,
body.woocommerce-cart .woocommerce-section input:not([type=number]):not([type=checkbox]),
body.woocommerce-cart .woocommerce-section select,
body.woocommerce-cart .woocommerce-section textarea,
body.woocommerce-cart .woocommerce-section .select2-selection,
body.woocommerce-checkout .woocommerce-section input:not([type=number]):not([type=checkbox]),
body.woocommerce-checkout .woocommerce-section select,
body.woocommerce-checkout .woocommerce-section textarea,
body.woocommerce-checkout .woocommerce-section .select2-selection {
  padding: 10px 30px !important;
}
@media (max-width: 767px) {
  body.woocommerce .woocommerce-section input:not([type=number]):not([type=checkbox]), body.woocommerce .woocommerce-section select, body.woocommerce .woocommerce-section textarea, body.woocommerce .woocommerce-section .select2-selection,
  body.woocommerce-page .woocommerce-section input:not([type=number]):not([type=checkbox]),
  body.woocommerce-page .woocommerce-section select,
  body.woocommerce-page .woocommerce-section textarea,
  body.woocommerce-page .woocommerce-section .select2-selection,
  body.woocommerce-cart .woocommerce-section input:not([type=number]):not([type=checkbox]),
  body.woocommerce-cart .woocommerce-section select,
  body.woocommerce-cart .woocommerce-section textarea,
  body.woocommerce-cart .woocommerce-section .select2-selection,
  body.woocommerce-checkout .woocommerce-section input:not([type=number]):not([type=checkbox]),
  body.woocommerce-checkout .woocommerce-section select,
  body.woocommerce-checkout .woocommerce-section textarea,
  body.woocommerce-checkout .woocommerce-section .select2-selection {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
body.woocommerce .woocommerce-section input:not([type=number]):not([type=checkbox])::placeholder,
body.woocommerce .woocommerce-section input:not([type=number]):not([type=checkbox]) .select2-selection__placeholder, body.woocommerce .woocommerce-section select::placeholder,
body.woocommerce .woocommerce-section select .select2-selection__placeholder, body.woocommerce .woocommerce-section textarea::placeholder,
body.woocommerce .woocommerce-section textarea .select2-selection__placeholder, body.woocommerce .woocommerce-section .select2-selection::placeholder,
body.woocommerce .woocommerce-section .select2-selection .select2-selection__placeholder,
body.woocommerce-page .woocommerce-section input:not([type=number]):not([type=checkbox])::placeholder,
body.woocommerce-page .woocommerce-section input:not([type=number]):not([type=checkbox]) .select2-selection__placeholder,
body.woocommerce-page .woocommerce-section select::placeholder,
body.woocommerce-page .woocommerce-section select .select2-selection__placeholder,
body.woocommerce-page .woocommerce-section textarea::placeholder,
body.woocommerce-page .woocommerce-section textarea .select2-selection__placeholder,
body.woocommerce-page .woocommerce-section .select2-selection::placeholder,
body.woocommerce-page .woocommerce-section .select2-selection .select2-selection__placeholder,
body.woocommerce-cart .woocommerce-section input:not([type=number]):not([type=checkbox])::placeholder,
body.woocommerce-cart .woocommerce-section input:not([type=number]):not([type=checkbox]) .select2-selection__placeholder,
body.woocommerce-cart .woocommerce-section select::placeholder,
body.woocommerce-cart .woocommerce-section select .select2-selection__placeholder,
body.woocommerce-cart .woocommerce-section textarea::placeholder,
body.woocommerce-cart .woocommerce-section textarea .select2-selection__placeholder,
body.woocommerce-cart .woocommerce-section .select2-selection::placeholder,
body.woocommerce-cart .woocommerce-section .select2-selection .select2-selection__placeholder,
body.woocommerce-checkout .woocommerce-section input:not([type=number]):not([type=checkbox])::placeholder,
body.woocommerce-checkout .woocommerce-section input:not([type=number]):not([type=checkbox]) .select2-selection__placeholder,
body.woocommerce-checkout .woocommerce-section select::placeholder,
body.woocommerce-checkout .woocommerce-section select .select2-selection__placeholder,
body.woocommerce-checkout .woocommerce-section textarea::placeholder,
body.woocommerce-checkout .woocommerce-section textarea .select2-selection__placeholder,
body.woocommerce-checkout .woocommerce-section .select2-selection::placeholder,
body.woocommerce-checkout .woocommerce-section .select2-selection .select2-selection__placeholder {
  color: #ABABAB !important;
}
body.woocommerce .woocommerce-section input:not([type=number]):not([type=checkbox]):not([type=radio]), body.woocommerce .woocommerce-section select, body.woocommerce .woocommerce-section .select2-selection,
body.woocommerce-page .woocommerce-section input:not([type=number]):not([type=checkbox]):not([type=radio]),
body.woocommerce-page .woocommerce-section select,
body.woocommerce-page .woocommerce-section .select2-selection,
body.woocommerce-cart .woocommerce-section input:not([type=number]):not([type=checkbox]):not([type=radio]),
body.woocommerce-cart .woocommerce-section select,
body.woocommerce-cart .woocommerce-section .select2-selection,
body.woocommerce-checkout .woocommerce-section input:not([type=number]):not([type=checkbox]):not([type=radio]),
body.woocommerce-checkout .woocommerce-section select,
body.woocommerce-checkout .woocommerce-section .select2-selection {
  height: 50px !important;
}
body.woocommerce .woocommerce-section input[type=checkbox], body.woocommerce .woocommerce-section input[type=radio],
body.woocommerce-page .woocommerce-section input[type=checkbox],
body.woocommerce-page .woocommerce-section input[type=radio],
body.woocommerce-cart .woocommerce-section input[type=checkbox],
body.woocommerce-cart .woocommerce-section input[type=radio],
body.woocommerce-checkout .woocommerce-section input[type=checkbox],
body.woocommerce-checkout .woocommerce-section input[type=radio] {
  -webkit-appearance: auto !important;
}
body.woocommerce .woocommerce-section select,
body.woocommerce-page .woocommerce-section select,
body.woocommerce-cart .woocommerce-section select,
body.woocommerce-checkout .woocommerce-section select {
  font-family: "proxima-soft", "sans-serif" !important;
  color: #262626 !important;
  background-image: url("images/svg/select-chevron.svg");
  background-position: center right 24px;
  background-repeat: no-repeat;
}
body.woocommerce .woocommerce-section .woocommerce ul#shipping_method li input,
body.woocommerce-page .woocommerce-section .woocommerce ul#shipping_method li input,
body.woocommerce-cart .woocommerce-section .woocommerce ul#shipping_method li input,
body.woocommerce-checkout .woocommerce-section .woocommerce ul#shipping_method li input {
  margin-top: 5px !important;
}
body.woocommerce .woocommerce-section textarea,
body.woocommerce-page .woocommerce-section textarea,
body.woocommerce-cart .woocommerce-section textarea,
body.woocommerce-checkout .woocommerce-section textarea {
  min-height: 116px !important;
  min-width: 100%;
  max-width: 100%;
  padding: 30px !important;
}
@media (max-width: 767px) {
  body.woocommerce .woocommerce-section textarea,
  body.woocommerce-page .woocommerce-section textarea,
  body.woocommerce-cart .woocommerce-section textarea,
  body.woocommerce-checkout .woocommerce-section textarea {
    padding: 20px !important;
  }
}
body.woocommerce .woocommerce-section .select2-selection__rendered,
body.woocommerce-page .woocommerce-section .select2-selection__rendered,
body.woocommerce-cart .woocommerce-section .select2-selection__rendered,
body.woocommerce-checkout .woocommerce-section .select2-selection__rendered {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
  padding-left: 0 !important;
}
body.woocommerce .woocommerce-section .select2-selection__arrow,
body.woocommerce-page .woocommerce-section .select2-selection__arrow,
body.woocommerce-cart .woocommerce-section .select2-selection__arrow,
body.woocommerce-checkout .woocommerce-section .select2-selection__arrow {
  position: absolute !important;
  right: 1px !important;
  top: 1px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 50px !important;
  height: 50px !important;
  pointer-events: none !important;
  transition: 0.2s !important;
}
body.woocommerce .woocommerce-section .select2-selection__arrow b,
body.woocommerce-page .woocommerce-section .select2-selection__arrow b,
body.woocommerce-cart .woocommerce-section .select2-selection__arrow b,
body.woocommerce-checkout .woocommerce-section .select2-selection__arrow b {
  content: url("images/svg/select-chevron.svg") !important;
  border: none !important;
  height: auto !important;
  left: auto !important;
  position: static !important;
  top: auto !important;
  width: auto !important;
  margin: 0 !important;
}
body.woocommerce .woocommerce-section .woocommerce-form__label-for-checkbox,
body.woocommerce-page .woocommerce-section .woocommerce-form__label-for-checkbox,
body.woocommerce-cart .woocommerce-section .woocommerce-form__label-for-checkbox,
body.woocommerce-checkout .woocommerce-section .woocommerce-form__label-for-checkbox {
  display: flex !important;
  column-gap: 16px !important;
}
body.woocommerce .woocommerce-section .woocommerce-form__label-for-checkbox .switch,
body.woocommerce-page .woocommerce-section .woocommerce-form__label-for-checkbox .switch,
body.woocommerce-cart .woocommerce-section .woocommerce-form__label-for-checkbox .switch,
body.woocommerce-checkout .woocommerce-section .woocommerce-form__label-for-checkbox .switch {
  order: 2 !important;
}
body.woocommerce .woocommerce-section .woocommerce-form__label-for-checkbox .switch .slider-switch,
body.woocommerce-page .woocommerce-section .woocommerce-form__label-for-checkbox .switch .slider-switch,
body.woocommerce-cart .woocommerce-section .woocommerce-form__label-for-checkbox .switch .slider-switch,
body.woocommerce-checkout .woocommerce-section .woocommerce-form__label-for-checkbox .switch .slider-switch {
  background-color: #EFFFD5 !important;
}
body.woocommerce .woocommerce-section .woocommerce-form__label-for-checkbox .switch .slider-switch:before,
body.woocommerce-page .woocommerce-section .woocommerce-form__label-for-checkbox .switch .slider-switch:before,
body.woocommerce-cart .woocommerce-section .woocommerce-form__label-for-checkbox .switch .slider-switch:before,
body.woocommerce-checkout .woocommerce-section .woocommerce-form__label-for-checkbox .switch .slider-switch:before {
  background-color: #94C24A !important;
}
body.woocommerce .woocommerce-section .woocommerce-form__label-for-checkbox .switch input,
body.woocommerce-page .woocommerce-section .woocommerce-form__label-for-checkbox .switch input,
body.woocommerce-cart .woocommerce-section .woocommerce-form__label-for-checkbox .switch input,
body.woocommerce-checkout .woocommerce-section .woocommerce-form__label-for-checkbox .switch input {
  -webkit-appearance: none !important;
}
body.woocommerce .woocommerce-section .woocommerce-form__label-for-checkbox .switch.create-account,
body.woocommerce-page .woocommerce-section .woocommerce-form__label-for-checkbox .switch.create-account,
body.woocommerce-cart .woocommerce-section .woocommerce-form__label-for-checkbox .switch.create-account,
body.woocommerce-checkout .woocommerce-section .woocommerce-form__label-for-checkbox .switch.create-account {
  display: block !important;
}
body.woocommerce .woocommerce-section .woocommerce-ordering,
body.woocommerce .woocommerce-section .woocommerce-result-count,
body.woocommerce-page .woocommerce-section .woocommerce-ordering,
body.woocommerce-page .woocommerce-section .woocommerce-result-count,
body.woocommerce-cart .woocommerce-section .woocommerce-ordering,
body.woocommerce-cart .woocommerce-section .woocommerce-result-count,
body.woocommerce-checkout .woocommerce-section .woocommerce-ordering,
body.woocommerce-checkout .woocommerce-section .woocommerce-result-count {
  margin-bottom: 20px;
}
body.woocommerce .woocommerce-section .woocommerce-result-count,
body.woocommerce-page .woocommerce-section .woocommerce-result-count,
body.woocommerce-cart .woocommerce-section .woocommerce-result-count,
body.woocommerce-checkout .woocommerce-section .woocommerce-result-count {
  margin-top: 15px;
  font-family: "proxima-soft", "sans-serif";
  color: #262626 !important;
}
body.woocommerce .woocommerce-section div.product div.images,
body.woocommerce-page .woocommerce-section div.product div.images,
body.woocommerce-cart .woocommerce-section div.product div.images,
body.woocommerce-checkout .woocommerce-section div.product div.images {
  max-width: 540px !important;
  margin: 0 auto 100px auto !important;
}
@media (max-width: 767px) {
  body.woocommerce .woocommerce-section div.product div.images,
  body.woocommerce-page .woocommerce-section div.product div.images,
  body.woocommerce-cart .woocommerce-section div.product div.images,
  body.woocommerce-checkout .woocommerce-section div.product div.images {
    margin: 0 auto 50px auto !important;
  }
}
body.woocommerce .woocommerce-section div.product div.images img,
body.woocommerce-page .woocommerce-section div.product div.images img,
body.woocommerce-cart .woocommerce-section div.product div.images img,
body.woocommerce-checkout .woocommerce-section div.product div.images img {
  width: auto !important;
  max-width: 100% !important;
}
@media (max-width: 767px) {
  body.woocommerce .woocommerce-section div.product div.images img,
  body.woocommerce-page .woocommerce-section div.product div.images img,
  body.woocommerce-cart .woocommerce-section div.product div.images img,
  body.woocommerce-checkout .woocommerce-section div.product div.images img {
    width: 100% !important;
  }
}
body.woocommerce .woocommerce-section div.product div.images .woocommerce-product-gallery__image a img,
body.woocommerce-page .woocommerce-section div.product div.images .woocommerce-product-gallery__image a img,
body.woocommerce-cart .woocommerce-section div.product div.images .woocommerce-product-gallery__image a img,
body.woocommerce-checkout .woocommerce-section div.product div.images .woocommerce-product-gallery__image a img {
  border-radius: 20px;
  border: 2px solid #94C24A;
}
@media (max-width: 767px) {
  body.woocommerce .woocommerce-section div.product div.images .woocommerce-product-gallery__image a,
  body.woocommerce-page .woocommerce-section div.product div.images .woocommerce-product-gallery__image a,
  body.woocommerce-cart .woocommerce-section div.product div.images .woocommerce-product-gallery__image a,
  body.woocommerce-checkout .woocommerce-section div.product div.images .woocommerce-product-gallery__image a {
    width: 100% !important;
  }
}
body.woocommerce .woocommerce-section .woocommerce-product-gallery .flex-control-nav,
body.woocommerce-page .woocommerce-section .woocommerce-product-gallery .flex-control-nav,
body.woocommerce-cart .woocommerce-section .woocommerce-product-gallery .flex-control-nav,
body.woocommerce-checkout .woocommerce-section .woocommerce-product-gallery .flex-control-nav {
  margin-top: 30px !important;
}
@media (max-width: 1023px) {
  body.woocommerce .woocommerce-section .woocommerce-product-gallery .flex-control-nav,
  body.woocommerce-page .woocommerce-section .woocommerce-product-gallery .flex-control-nav,
  body.woocommerce-cart .woocommerce-section .woocommerce-product-gallery .flex-control-nav,
  body.woocommerce-checkout .woocommerce-section .woocommerce-product-gallery .flex-control-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}
body.woocommerce .woocommerce-section .woocommerce-product-gallery .flex-control-nav img,
body.woocommerce-page .woocommerce-section .woocommerce-product-gallery .flex-control-nav img,
body.woocommerce-cart .woocommerce-section .woocommerce-product-gallery .flex-control-nav img,
body.woocommerce-checkout .woocommerce-section .woocommerce-product-gallery .flex-control-nav img {
  border-radius: 20px;
  border: 2px solid #94C24A;
}
body.woocommerce .woocommerce-section table.variations .reset_variations,
body.woocommerce-page .woocommerce-section table.variations .reset_variations,
body.woocommerce-cart .woocommerce-section table.variations .reset_variations,
body.woocommerce-checkout .woocommerce-section table.variations .reset_variations {
  visibility: visible !important;
  margin-top: 15px;
  text-decoration: underline !important;
}
body.woocommerce .woocommerce-section table.variations *,
body.woocommerce-page .woocommerce-section table.variations *,
body.woocommerce-cart .woocommerce-section table.variations *,
body.woocommerce-checkout .woocommerce-section table.variations * {
  line-height: 1 !important;
}
body.woocommerce .woocommerce-section table.variations tr,
body.woocommerce-page .woocommerce-section table.variations tr,
body.woocommerce-cart .woocommerce-section table.variations tr,
body.woocommerce-checkout .woocommerce-section table.variations tr {
  background-color: #EFFFD5 !important;
}
body.woocommerce .woocommerce-section table.variations tr:first-of-type th,
body.woocommerce-page .woocommerce-section table.variations tr:first-of-type th,
body.woocommerce-cart .woocommerce-section table.variations tr:first-of-type th,
body.woocommerce-checkout .woocommerce-section table.variations tr:first-of-type th {
  padding-top: 18px;
}
body.woocommerce .woocommerce-section table.variations tr:first-of-type td,
body.woocommerce-page .woocommerce-section table.variations tr:first-of-type td,
body.woocommerce-cart .woocommerce-section table.variations tr:first-of-type td,
body.woocommerce-checkout .woocommerce-section table.variations tr:first-of-type td {
  padding-top: 18px;
}
body.woocommerce .woocommerce-section table.variations th,
body.woocommerce-page .woocommerce-section table.variations th,
body.woocommerce-cart .woocommerce-section table.variations th,
body.woocommerce-checkout .woocommerce-section table.variations th {
  padding: 18px 0 18px 46px;
  text-align: left;
  border-bottom: 8px solid white !important;
}
body.woocommerce .woocommerce-section table.variations th label,
body.woocommerce-page .woocommerce-section table.variations th label,
body.woocommerce-cart .woocommerce-section table.variations th label,
body.woocommerce-checkout .woocommerce-section table.variations th label {
  font-size: 18px;
  display: block;
  margin-right: 10px;
  margin-top: 16px;
}
body.woocommerce .woocommerce-section table.variations td,
body.woocommerce-page .woocommerce-section table.variations td,
body.woocommerce-cart .woocommerce-section table.variations td,
body.woocommerce-checkout .woocommerce-section table.variations td {
  padding: 18px 46px 18px 0;
  display: flex;
  flex-direction: column;
  border-bottom: 8px solid white !important;
}
body.woocommerce .woocommerce-section table.variations td select,
body.woocommerce-page .woocommerce-section table.variations td select,
body.woocommerce-cart .woocommerce-section table.variations td select,
body.woocommerce-checkout .woocommerce-section table.variations td select {
  position: relative;
  height: 50px !important;
  margin: 0 !important;
  padding: 10px 62px 10px 24px !important;
  border: none !important;
  border-radius: 30px !important;
  background-image: url("images/svg/select-chevron-lighter.svg");
  background-color: #fff !important;
}
@media (max-width: 767px) {
  body.woocommerce .woocommerce-section table.variations td select,
  body.woocommerce-page .woocommerce-section table.variations td select,
  body.woocommerce-cart .woocommerce-section table.variations td select,
  body.woocommerce-checkout .woocommerce-section table.variations td select {
    padding: 10px 68px 10px 20px !important;
  }
}
body.woocommerce .woocommerce-section .woocommerce-ordering,
body.woocommerce-page .woocommerce-section .woocommerce-ordering,
body.woocommerce-cart .woocommerce-section .woocommerce-ordering,
body.woocommerce-checkout .woocommerce-section .woocommerce-ordering {
  height: 60px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  body.woocommerce .woocommerce-section .woocommerce-ordering,
  body.woocommerce-page .woocommerce-section .woocommerce-ordering,
  body.woocommerce-cart .woocommerce-section .woocommerce-ordering,
  body.woocommerce-checkout .woocommerce-section .woocommerce-ordering {
    margin-bottom: 35px;
    width: 100%;
  }
}
body.woocommerce .woocommerce-section .woocommerce-ordering select,
body.woocommerce-page .woocommerce-section .woocommerce-ordering select,
body.woocommerce-cart .woocommerce-section .woocommerce-ordering select,
body.woocommerce-checkout .woocommerce-section .woocommerce-ordering select {
  border: none !important;
  width: 100% !important;
  height: 100% !important;
  padding: 10px 48px 10px 30px !important;
  font-family: "proxima-soft", "sans-serif";
  background-color: #EDEDED !important;
  font-size: 18px !important;
  border-radius: 30px !important;
}
@media (max-width: 767px) {
  body.woocommerce .woocommerce-section .woocommerce-ordering select,
  body.woocommerce-page .woocommerce-section .woocommerce-ordering select,
  body.woocommerce-cart .woocommerce-section .woocommerce-ordering select,
  body.woocommerce-checkout .woocommerce-section .woocommerce-ordering select {
    padding: 10px 48px 10px 20px !important;
  }
}
body.woocommerce .woocommerce-section .summary .product_title,
body.woocommerce-page .woocommerce-section .summary .product_title,
body.woocommerce-cart .woocommerce-section .summary .product_title,
body.woocommerce-checkout .woocommerce-section .summary .product_title {
  font-size: 65px !important;
  color: #004322 !important;
  padding-right: 80px !important;
  line-height: 75px;
}
@media (max-width: 1023px) {
  body.woocommerce .woocommerce-section .summary .product_title,
  body.woocommerce-page .woocommerce-section .summary .product_title,
  body.woocommerce-cart .woocommerce-section .summary .product_title,
  body.woocommerce-checkout .woocommerce-section .summary .product_title {
    font-size: 45px !important;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  body.woocommerce .woocommerce-section .summary .product_title,
  body.woocommerce-page .woocommerce-section .summary .product_title,
  body.woocommerce-cart .woocommerce-section .summary .product_title,
  body.woocommerce-checkout .woocommerce-section .summary .product_title {
    padding-right: 0 !important;
  }
}
body.woocommerce .woocommerce-section .summary .woocommerce-product-details__short-description *,
body.woocommerce .woocommerce-section .summary .woocommerce-variation-description *,
body.woocommerce-page .woocommerce-section .summary .woocommerce-product-details__short-description *,
body.woocommerce-page .woocommerce-section .summary .woocommerce-variation-description *,
body.woocommerce-cart .woocommerce-section .summary .woocommerce-product-details__short-description *,
body.woocommerce-cart .woocommerce-section .summary .woocommerce-variation-description *,
body.woocommerce-checkout .woocommerce-section .summary .woocommerce-product-details__short-description *,
body.woocommerce-checkout .woocommerce-section .summary .woocommerce-variation-description * {
  color: #262626 !important;
}
body.woocommerce .woocommerce-section .summary p.price .amount,
body.woocommerce .woocommerce-section .summary p.price .amount *,
body.woocommerce-page .woocommerce-section .summary p.price .amount,
body.woocommerce-page .woocommerce-section .summary p.price .amount *,
body.woocommerce-cart .woocommerce-section .summary p.price .amount,
body.woocommerce-cart .woocommerce-section .summary p.price .amount *,
body.woocommerce-checkout .woocommerce-section .summary p.price .amount,
body.woocommerce-checkout .woocommerce-section .summary p.price .amount * {
  font-size: 34px !important;
  font-family: "freude", sans-serif;
  color: #004322 !important;
  font-weight: 900 !important;
}
@media (max-width: 767px) {
  body.woocommerce .woocommerce-section .summary p.price .amount,
  body.woocommerce .woocommerce-section .summary p.price .amount *,
  body.woocommerce-page .woocommerce-section .summary p.price .amount,
  body.woocommerce-page .woocommerce-section .summary p.price .amount *,
  body.woocommerce-cart .woocommerce-section .summary p.price .amount,
  body.woocommerce-cart .woocommerce-section .summary p.price .amount *,
  body.woocommerce-checkout .woocommerce-section .summary p.price .amount,
  body.woocommerce-checkout .woocommerce-section .summary p.price .amount * {
    font-size: 30px !important;
  }
}
body.woocommerce .woocommerce-section .summary p.price del .amount.product-tax-on, body.woocommerce .woocommerce-section .summary p.price del .amount.product-tax-off,
body.woocommerce-page .woocommerce-section .summary p.price del .amount.product-tax-on,
body.woocommerce-page .woocommerce-section .summary p.price del .amount.product-tax-off,
body.woocommerce-cart .woocommerce-section .summary p.price del .amount.product-tax-on,
body.woocommerce-cart .woocommerce-section .summary p.price del .amount.product-tax-off,
body.woocommerce-checkout .woocommerce-section .summary p.price del .amount.product-tax-on,
body.woocommerce-checkout .woocommerce-section .summary p.price del .amount.product-tax-off {
  display: inline-block;
  margin-right: 8px !important;
}
body.woocommerce .woocommerce-section .summary p.price del:after,
body.woocommerce-page .woocommerce-section .summary p.price del:after,
body.woocommerce-cart .woocommerce-section .summary p.price del:after,
body.woocommerce-checkout .woocommerce-section .summary p.price del:after {
  bottom: 17px;
}
body.woocommerce .woocommerce-section .summary p.price .vat,
body.woocommerce-page .woocommerce-section .summary p.price .vat,
body.woocommerce-cart .woocommerce-section .summary p.price .vat,
body.woocommerce-checkout .woocommerce-section .summary p.price .vat {
  font-size: 18px !important;
}
body.woocommerce .woocommerce-section .summary .woocommerce-grouped-product-list *,
body.woocommerce-page .woocommerce-section .summary .woocommerce-grouped-product-list *,
body.woocommerce-cart .woocommerce-section .summary .woocommerce-grouped-product-list *,
body.woocommerce-checkout .woocommerce-section .summary .woocommerce-grouped-product-list * {
  color: #262626 !important;
}
body.woocommerce .woocommerce-section .summary .cart.grouped_form .single_add_to_cart_button,
body.woocommerce-page .woocommerce-section .summary .cart.grouped_form .single_add_to_cart_button,
body.woocommerce-cart .woocommerce-section .summary .cart.grouped_form .single_add_to_cart_button,
body.woocommerce-checkout .woocommerce-section .summary .cart.grouped_form .single_add_to_cart_button {
  margin-top: 11px !important;
}
body.woocommerce .woocommerce-section *.price del, body.woocommerce .woocommerce-section *.woocommerce-grouped-product-list-item__price del,
body.woocommerce-page .woocommerce-section *.price del,
body.woocommerce-page .woocommerce-section *.woocommerce-grouped-product-list-item__price del,
body.woocommerce-cart .woocommerce-section *.price del,
body.woocommerce-cart .woocommerce-section *.woocommerce-grouped-product-list-item__price del,
body.woocommerce-checkout .woocommerce-section *.price del,
body.woocommerce-checkout .woocommerce-section *.woocommerce-grouped-product-list-item__price del {
  position: relative;
  text-decoration: none !important;
}
body.woocommerce .woocommerce-section *.price del:after, body.woocommerce .woocommerce-section *.woocommerce-grouped-product-list-item__price del:after,
body.woocommerce-page .woocommerce-section *.price del:after,
body.woocommerce-page .woocommerce-section *.woocommerce-grouped-product-list-item__price del:after,
body.woocommerce-cart .woocommerce-section *.price del:after,
body.woocommerce-cart .woocommerce-section *.woocommerce-grouped-product-list-item__price del:after,
body.woocommerce-checkout .woocommerce-section *.price del:after,
body.woocommerce-checkout .woocommerce-section *.woocommerce-grouped-product-list-item__price del:after {
  position: absolute;
  content: "";
  width: calc(100% - 8px);
  height: 1px;
  bottom: 11px;
  left: 0;
  background-color: #004322 !important;
}
body.woocommerce .woocommerce-section .quantity input,
body.woocommerce-page .woocommerce-section .quantity input,
body.woocommerce-cart .woocommerce-section .quantity input,
body.woocommerce-checkout .woocommerce-section .quantity input {
  width: 70px;
  height: 58px;
  border: 1px solid #94C24A !important;
  margin-right: 20px;
  background-color: #fff !important;
  border-radius: 0 !important;
}
body.woocommerce .woocommerce-section .button,
body.woocommerce-page .woocommerce-section .button,
body.woocommerce-cart .woocommerce-section .button,
body.woocommerce-checkout .woocommerce-section .button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: flex-start !important;
  cursor: pointer !important;
  text-decoration: none !important;
  padding: 12px 40px !important;
  background-color: #005229 !important;
  color: #fff !important;
  border-style: solid !important;
  border-radius: 30px !important;
  font-weight: 900 !important;
  min-height: 60px !important;
  text-align: center !important;
  line-height: 24px !important;
  height: auto !important;
  font-size: 20px !important;
  transition: 0.2s !important;
  white-space: normal !important;
  gap: 10px !important;
  margin-bottom: 0 !important;
}
body.woocommerce .woocommerce-section .button:before,
body.woocommerce-page .woocommerce-section .button:before,
body.woocommerce-cart .woocommerce-section .button:before,
body.woocommerce-checkout .woocommerce-section .button:before {
  position: relative !important;
  top: 3px !important;
  content: url("images/svg/chevron-right--color-2.svg") !important;
  width: 11px !important;
  right: auto !important;
  transform: none !important;
  margin-top: 0 !important;
  transition: none !important;
  order: 999 !important;
  flex: 0 0 11px !important;
}
body.woocommerce .woocommerce-section .button:disabled,
body.woocommerce-page .woocommerce-section .button:disabled,
body.woocommerce-cart .woocommerce-section .button:disabled,
body.woocommerce-checkout .woocommerce-section .button:disabled {
  opacity: 0.4;
  pointer-events: none;
}
body.woocommerce .woocommerce-section .button:hover,
body.woocommerce-page .woocommerce-section .button:hover,
body.woocommerce-cart .woocommerce-section .button:hover,
body.woocommerce-checkout .woocommerce-section .button:hover {
  background-color: #004322 !important;
}
body.woocommerce .woocommerce-section .woocommerce-notices-wrapper,
body.woocommerce-page .woocommerce-section .woocommerce-notices-wrapper,
body.woocommerce-cart .woocommerce-section .woocommerce-notices-wrapper,
body.woocommerce-checkout .woocommerce-section .woocommerce-notices-wrapper {
  width: 100%;
}
body.woocommerce .woocommerce-section .woocommerce-error,
body.woocommerce .woocommerce-section .woocommerce-info,
body.woocommerce .woocommerce-section .woocommerce-message,
body.woocommerce-page .woocommerce-section .woocommerce-error,
body.woocommerce-page .woocommerce-section .woocommerce-info,
body.woocommerce-page .woocommerce-section .woocommerce-message,
body.woocommerce-cart .woocommerce-section .woocommerce-error,
body.woocommerce-cart .woocommerce-section .woocommerce-info,
body.woocommerce-cart .woocommerce-section .woocommerce-message,
body.woocommerce-checkout .woocommerce-section .woocommerce-error,
body.woocommerce-checkout .woocommerce-section .woocommerce-info,
body.woocommerce-checkout .woocommerce-section .woocommerce-message {
  margin-bottom: 60px !important;
  background-color: #EFFFD5;
  border-top-color: #94C24A;
  font-family: "freude", "sans-serif" !important;
}
@media (max-width: 767px) {
  body.woocommerce .woocommerce-section .woocommerce-error:before,
  body.woocommerce .woocommerce-section .woocommerce-info:before,
  body.woocommerce .woocommerce-section .woocommerce-message:before,
  body.woocommerce-page .woocommerce-section .woocommerce-error:before,
  body.woocommerce-page .woocommerce-section .woocommerce-info:before,
  body.woocommerce-page .woocommerce-section .woocommerce-message:before,
  body.woocommerce-cart .woocommerce-section .woocommerce-error:before,
  body.woocommerce-cart .woocommerce-section .woocommerce-info:before,
  body.woocommerce-cart .woocommerce-section .woocommerce-message:before,
  body.woocommerce-checkout .woocommerce-section .woocommerce-error:before,
  body.woocommerce-checkout .woocommerce-section .woocommerce-info:before,
  body.woocommerce-checkout .woocommerce-section .woocommerce-message:before {
    left: 1em;
  }
}
@media (max-width: 767px) {
  body.woocommerce .woocommerce-section .woocommerce-error,
  body.woocommerce .woocommerce-section .woocommerce-info,
  body.woocommerce .woocommerce-section .woocommerce-message,
  body.woocommerce-page .woocommerce-section .woocommerce-error,
  body.woocommerce-page .woocommerce-section .woocommerce-info,
  body.woocommerce-page .woocommerce-section .woocommerce-message,
  body.woocommerce-cart .woocommerce-section .woocommerce-error,
  body.woocommerce-cart .woocommerce-section .woocommerce-info,
  body.woocommerce-cart .woocommerce-section .woocommerce-message,
  body.woocommerce-checkout .woocommerce-section .woocommerce-error,
  body.woocommerce-checkout .woocommerce-section .woocommerce-info,
  body.woocommerce-checkout .woocommerce-section .woocommerce-message {
    margin-bottom: 40px !important;
    padding: 1em 1em 1em 2.5em;
  }
}
body.woocommerce .woocommerce-section .woocommerce-error .button,
body.woocommerce .woocommerce-section .woocommerce-info .button,
body.woocommerce .woocommerce-section .woocommerce-message .button,
body.woocommerce-page .woocommerce-section .woocommerce-error .button,
body.woocommerce-page .woocommerce-section .woocommerce-info .button,
body.woocommerce-page .woocommerce-section .woocommerce-message .button,
body.woocommerce-cart .woocommerce-section .woocommerce-error .button,
body.woocommerce-cart .woocommerce-section .woocommerce-info .button,
body.woocommerce-cart .woocommerce-section .woocommerce-message .button,
body.woocommerce-checkout .woocommerce-section .woocommerce-error .button,
body.woocommerce-checkout .woocommerce-section .woocommerce-info .button,
body.woocommerce-checkout .woocommerce-section .woocommerce-message .button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: flex-start !important;
  cursor: pointer !important;
  text-decoration: none !important;
  padding: 12px 40px !important;
  background-color: #005229 !important;
  color: #fff !important;
  border-style: solid !important;
  border-radius: 30px !important;
  font-weight: 900 !important;
  min-height: 60px !important;
  text-align: center !important;
  line-height: 24px !important;
  height: auto !important;
  font-size: 20px !important;
  transition: 0.2s !important;
  white-space: normal !important;
  gap: 10px !important;
  margin-left: 15px !important;
}
body.woocommerce .woocommerce-section .woocommerce-error .button:before,
body.woocommerce .woocommerce-section .woocommerce-info .button:before,
body.woocommerce .woocommerce-section .woocommerce-message .button:before,
body.woocommerce-page .woocommerce-section .woocommerce-error .button:before,
body.woocommerce-page .woocommerce-section .woocommerce-info .button:before,
body.woocommerce-page .woocommerce-section .woocommerce-message .button:before,
body.woocommerce-cart .woocommerce-section .woocommerce-error .button:before,
body.woocommerce-cart .woocommerce-section .woocommerce-info .button:before,
body.woocommerce-cart .woocommerce-section .woocommerce-message .button:before,
body.woocommerce-checkout .woocommerce-section .woocommerce-error .button:before,
body.woocommerce-checkout .woocommerce-section .woocommerce-info .button:before,
body.woocommerce-checkout .woocommerce-section .woocommerce-message .button:before {
  position: relative !important;
  top: 3px !important;
  content: url("images/svg/chevron-right--color-2.svg") !important;
  width: 11px !important;
  right: auto !important;
  transform: none !important;
  margin-top: 0 !important;
  transition: none !important;
  order: 999 !important;
  flex: 0 0 11px !important;
}
body.woocommerce .woocommerce-section .woocommerce-error .button:disabled,
body.woocommerce .woocommerce-section .woocommerce-info .button:disabled,
body.woocommerce .woocommerce-section .woocommerce-message .button:disabled,
body.woocommerce-page .woocommerce-section .woocommerce-error .button:disabled,
body.woocommerce-page .woocommerce-section .woocommerce-info .button:disabled,
body.woocommerce-page .woocommerce-section .woocommerce-message .button:disabled,
body.woocommerce-cart .woocommerce-section .woocommerce-error .button:disabled,
body.woocommerce-cart .woocommerce-section .woocommerce-info .button:disabled,
body.woocommerce-cart .woocommerce-section .woocommerce-message .button:disabled,
body.woocommerce-checkout .woocommerce-section .woocommerce-error .button:disabled,
body.woocommerce-checkout .woocommerce-section .woocommerce-info .button:disabled,
body.woocommerce-checkout .woocommerce-section .woocommerce-message .button:disabled {
  opacity: 0.4;
  pointer-events: none;
}
@media (max-width: 767px) {
  body.woocommerce .woocommerce-section .woocommerce-error .button,
  body.woocommerce .woocommerce-section .woocommerce-info .button,
  body.woocommerce .woocommerce-section .woocommerce-message .button,
  body.woocommerce-page .woocommerce-section .woocommerce-error .button,
  body.woocommerce-page .woocommerce-section .woocommerce-info .button,
  body.woocommerce-page .woocommerce-section .woocommerce-message .button,
  body.woocommerce-cart .woocommerce-section .woocommerce-error .button,
  body.woocommerce-cart .woocommerce-section .woocommerce-info .button,
  body.woocommerce-cart .woocommerce-section .woocommerce-message .button,
  body.woocommerce-checkout .woocommerce-section .woocommerce-error .button,
  body.woocommerce-checkout .woocommerce-section .woocommerce-info .button,
  body.woocommerce-checkout .woocommerce-section .woocommerce-message .button {
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 16px !important;
  }
}
body.woocommerce .woocommerce-section .woocommerce-error .button:hover,
body.woocommerce .woocommerce-section .woocommerce-info .button:hover,
body.woocommerce .woocommerce-section .woocommerce-message .button:hover,
body.woocommerce-page .woocommerce-section .woocommerce-error .button:hover,
body.woocommerce-page .woocommerce-section .woocommerce-info .button:hover,
body.woocommerce-page .woocommerce-section .woocommerce-message .button:hover,
body.woocommerce-cart .woocommerce-section .woocommerce-error .button:hover,
body.woocommerce-cart .woocommerce-section .woocommerce-info .button:hover,
body.woocommerce-cart .woocommerce-section .woocommerce-message .button:hover,
body.woocommerce-checkout .woocommerce-section .woocommerce-error .button:hover,
body.woocommerce-checkout .woocommerce-section .woocommerce-info .button:hover,
body.woocommerce-checkout .woocommerce-section .woocommerce-message .button:hover {
  background-color: #004322 !important;
}
body.woocommerce .woocommerce-section .woocommerce-form-login-toggle .woocommerce-info,
body.woocommerce-page .woocommerce-section .woocommerce-form-login-toggle .woocommerce-info,
body.woocommerce-cart .woocommerce-section .woocommerce-form-login-toggle .woocommerce-info,
body.woocommerce-checkout .woocommerce-section .woocommerce-form-login-toggle .woocommerce-info {
  margin-bottom: 30px !important;
}
body.woocommerce .woocommerce-section .woocommerce-variation,
body.woocommerce-page .woocommerce-section .woocommerce-variation,
body.woocommerce-cart .woocommerce-section .woocommerce-variation,
body.woocommerce-checkout .woocommerce-section .woocommerce-variation {
  margin-bottom: 1.5em;
}
body.woocommerce .woocommerce-section section.products,
body.woocommerce-page .woocommerce-section section.products,
body.woocommerce-cart .woocommerce-section section.products,
body.woocommerce-checkout .woocommerce-section section.products {
  margin-bottom: 116px !important;
}
@media (max-width: 899px) {
  body.woocommerce .woocommerce-section section.products,
  body.woocommerce-page .woocommerce-section section.products,
  body.woocommerce-cart .woocommerce-section section.products,
  body.woocommerce-checkout .woocommerce-section section.products {
    margin-bottom: 80px !important;
  }
}
body.woocommerce .woocommerce-section section.products:last-of-type,
body.woocommerce-page .woocommerce-section section.products:last-of-type,
body.woocommerce-cart .woocommerce-section section.products:last-of-type,
body.woocommerce-checkout .woocommerce-section section.products:last-of-type {
  margin-bottom: 0 !important;
}
body.woocommerce .woocommerce-section .woocommerce-pagination,
body.woocommerce-page .woocommerce-section .woocommerce-pagination,
body.woocommerce-cart .woocommerce-section .woocommerce-pagination,
body.woocommerce-checkout .woocommerce-section .woocommerce-pagination {
  display: flex;
  justify-content: center;
  margin: 116px 0 0 0;
}
@media (max-width: 899px) {
  body.woocommerce .woocommerce-section .woocommerce-pagination,
  body.woocommerce-page .woocommerce-section .woocommerce-pagination,
  body.woocommerce-cart .woocommerce-section .woocommerce-pagination,
  body.woocommerce-checkout .woocommerce-section .woocommerce-pagination {
    margin: 80px 0 0 0;
  }
}
body.woocommerce .woocommerce-section .woocommerce-pagination ul.page-numbers,
body.woocommerce-page .woocommerce-section .woocommerce-pagination ul.page-numbers,
body.woocommerce-cart .woocommerce-section .woocommerce-pagination ul.page-numbers,
body.woocommerce-checkout .woocommerce-section .woocommerce-pagination ul.page-numbers {
  margin: 0 !important;
  border: none;
}
body.woocommerce .woocommerce-section .woocommerce-pagination ul.page-numbers li,
body.woocommerce-page .woocommerce-section .woocommerce-pagination ul.page-numbers li,
body.woocommerce-cart .woocommerce-section .woocommerce-pagination ul.page-numbers li,
body.woocommerce-checkout .woocommerce-section .woocommerce-pagination ul.page-numbers li {
  border: none;
}
body.woocommerce .woocommerce-section .woocommerce-pagination ul.page-numbers li span, body.woocommerce .woocommerce-section .woocommerce-pagination ul.page-numbers li a,
body.woocommerce-page .woocommerce-section .woocommerce-pagination ul.page-numbers li span,
body.woocommerce-page .woocommerce-section .woocommerce-pagination ul.page-numbers li a,
body.woocommerce-cart .woocommerce-section .woocommerce-pagination ul.page-numbers li span,
body.woocommerce-cart .woocommerce-section .woocommerce-pagination ul.page-numbers li a,
body.woocommerce-checkout .woocommerce-section .woocommerce-pagination ul.page-numbers li span,
body.woocommerce-checkout .woocommerce-section .woocommerce-pagination ul.page-numbers li a {
  background-color: transparent;
  font-weight: 900 !important;
  color: #004322 !important;
  font-family: "freude", sans-serif !important;
}
body.woocommerce .woocommerce-section .woocommerce-tabs,
body.woocommerce-page .woocommerce-section .woocommerce-tabs,
body.woocommerce-cart .woocommerce-section .woocommerce-tabs,
body.woocommerce-checkout .woocommerce-section .woocommerce-tabs {
  width: 100%;
  padding: 0 0 56px 0;
}
@media (max-width: 899px) {
  body.woocommerce .woocommerce-section .woocommerce-tabs,
  body.woocommerce-page .woocommerce-section .woocommerce-tabs,
  body.woocommerce-cart .woocommerce-section .woocommerce-tabs,
  body.woocommerce-checkout .woocommerce-section .woocommerce-tabs {
    padding: 0 0 36px 0;
  }
}
body.woocommerce .woocommerce-section .woocommerce-tabs ul.tabs,
body.woocommerce-page .woocommerce-section .woocommerce-tabs ul.tabs,
body.woocommerce-cart .woocommerce-section .woocommerce-tabs ul.tabs,
body.woocommerce-checkout .woocommerce-section .woocommerce-tabs ul.tabs {
  position: relative !important;
  padding: 0 !important;
  overflow: visible !important;
  margin: 0 5px 40px 0 !important;
}
@media (max-width: 767px) {
  body.woocommerce .woocommerce-section .woocommerce-tabs ul.tabs,
  body.woocommerce-page .woocommerce-section .woocommerce-tabs ul.tabs,
  body.woocommerce-cart .woocommerce-section .woocommerce-tabs ul.tabs,
  body.woocommerce-checkout .woocommerce-section .woocommerce-tabs ul.tabs {
    margin: 0 0 40px 5px !important;
  }
}
body.woocommerce .woocommerce-section .woocommerce-tabs ul.tabs li,
body.woocommerce-page .woocommerce-section .woocommerce-tabs ul.tabs li,
body.woocommerce-cart .woocommerce-section .woocommerce-tabs ul.tabs li,
body.woocommerce-checkout .woocommerce-section .woocommerce-tabs ul.tabs li {
  width: auto !important;
  font-family: "freude", sans-serif !important;
  font-weight: 900 !important;
  height: 58px !important;
  display: inline-flex !important;
  border-radius: 0 !important;
  text-transform: capitalize !important;
  background-color: #fff !important;
  border: 1px solid #004322 !important;
}
@media (max-width: 768px) {
  body.woocommerce .woocommerce-section .woocommerce-tabs ul.tabs li,
  body.woocommerce-page .woocommerce-section .woocommerce-tabs ul.tabs li,
  body.woocommerce-cart .woocommerce-section .woocommerce-tabs ul.tabs li,
  body.woocommerce-checkout .woocommerce-section .woocommerce-tabs ul.tabs li {
    width: calc(100% + 5px) !important;
    border-bottom: none !important;
  }
  body.woocommerce .woocommerce-section .woocommerce-tabs ul.tabs li:last-of-type,
  body.woocommerce-page .woocommerce-section .woocommerce-tabs ul.tabs li:last-of-type,
  body.woocommerce-cart .woocommerce-section .woocommerce-tabs ul.tabs li:last-of-type,
  body.woocommerce-checkout .woocommerce-section .woocommerce-tabs ul.tabs li:last-of-type {
    border-bottom: 1px solid #004322 !important;
  }
}
body.woocommerce .woocommerce-section .woocommerce-tabs ul.tabs li a,
body.woocommerce-page .woocommerce-section .woocommerce-tabs ul.tabs li a,
body.woocommerce-cart .woocommerce-section .woocommerce-tabs ul.tabs li a,
body.woocommerce-checkout .woocommerce-section .woocommerce-tabs ul.tabs li a {
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  color: #004322 !important;
  width: 100%;
  height: 100%;
  padding: 12px 32px !important;
}
body.woocommerce .woocommerce-section .woocommerce-tabs ul.tabs li:hover,
body.woocommerce-page .woocommerce-section .woocommerce-tabs ul.tabs li:hover,
body.woocommerce-cart .woocommerce-section .woocommerce-tabs ul.tabs li:hover,
body.woocommerce-checkout .woocommerce-section .woocommerce-tabs ul.tabs li:hover {
  background-color: #004322 !important;
  border-color: #004322 !important;
}
body.woocommerce .woocommerce-section .woocommerce-tabs ul.tabs li:hover a,
body.woocommerce-page .woocommerce-section .woocommerce-tabs ul.tabs li:hover a,
body.woocommerce-cart .woocommerce-section .woocommerce-tabs ul.tabs li:hover a,
body.woocommerce-checkout .woocommerce-section .woocommerce-tabs ul.tabs li:hover a {
  color: #fff !important;
}
body.woocommerce .woocommerce-section .woocommerce-tabs ul.tabs li.active,
body.woocommerce-page .woocommerce-section .woocommerce-tabs ul.tabs li.active,
body.woocommerce-cart .woocommerce-section .woocommerce-tabs ul.tabs li.active,
body.woocommerce-checkout .woocommerce-section .woocommerce-tabs ul.tabs li.active {
  background-color: #004322 !important;
}
body.woocommerce .woocommerce-section .woocommerce-tabs ul.tabs li.active a,
body.woocommerce-page .woocommerce-section .woocommerce-tabs ul.tabs li.active a,
body.woocommerce-cart .woocommerce-section .woocommerce-tabs ul.tabs li.active a,
body.woocommerce-checkout .woocommerce-section .woocommerce-tabs ul.tabs li.active a {
  color: #fff !important;
}
body.woocommerce .woocommerce-section .woocommerce-tabs ul.tabs li:before,
body.woocommerce-page .woocommerce-section .woocommerce-tabs ul.tabs li:before,
body.woocommerce-cart .woocommerce-section .woocommerce-tabs ul.tabs li:before,
body.woocommerce-checkout .woocommerce-section .woocommerce-tabs ul.tabs li:before {
  width: auto;
  height: auto;
  background-color: transparent;
}
body.woocommerce .woocommerce-section .woocommerce-tabs ul.tabs li:before, body.woocommerce .woocommerce-section .woocommerce-tabs ul.tabs li:after,
body.woocommerce-page .woocommerce-section .woocommerce-tabs ul.tabs li:before,
body.woocommerce-page .woocommerce-section .woocommerce-tabs ul.tabs li:after,
body.woocommerce-cart .woocommerce-section .woocommerce-tabs ul.tabs li:before,
body.woocommerce-cart .woocommerce-section .woocommerce-tabs ul.tabs li:after,
body.woocommerce-checkout .woocommerce-section .woocommerce-tabs ul.tabs li:before,
body.woocommerce-checkout .woocommerce-section .woocommerce-tabs ul.tabs li:after {
  content: none !important;
}
body.woocommerce .woocommerce-section .woocommerce-tabs ul.tabs:before,
body.woocommerce-page .woocommerce-section .woocommerce-tabs ul.tabs:before,
body.woocommerce-cart .woocommerce-section .woocommerce-tabs ul.tabs:before,
body.woocommerce-checkout .woocommerce-section .woocommerce-tabs ul.tabs:before {
  border-bottom: none !important;
}
@media (min-width: 768px) {
  body.woocommerce .woocommerce-section .woocommerce-tabs ul.tabs:before,
  body.woocommerce-page .woocommerce-section .woocommerce-tabs ul.tabs:before,
  body.woocommerce-cart .woocommerce-section .woocommerce-tabs ul.tabs:before,
  body.woocommerce-checkout .woocommerce-section .woocommerce-tabs ul.tabs:before {
    position: absolute;
    width: calc(100% + 4.5px) !important;
    height: 1px !important;
    background-color: #004322 !important;
    border-bottom: none !important;
    bottom: 0 !important;
    left: -4.5px !important;
  }
}
body.woocommerce .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel,
body.woocommerce-page .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel,
body.woocommerce-cart .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel,
body.woocommerce-checkout .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel {
  text-align: center !important;
}
@media (min-width: 900px) {
  body.woocommerce .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel,
  body.woocommerce-page .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel,
  body.woocommerce-cart .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel,
  body.woocommerce-checkout .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel {
    text-align: left !important;
    max-width: 808px;
  }
}
body.woocommerce .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description,
body.woocommerce-page .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description,
body.woocommerce-cart .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description,
body.woocommerce-checkout .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description {
  overflow: hidden;
}
@media (min-width: 900px) {
  body.woocommerce .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description,
  body.woocommerce-page .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description,
  body.woocommerce-cart .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description,
  body.woocommerce-checkout .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description {
    max-width: 100%;
  }
  body.woocommerce .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description *,
  body.woocommerce-page .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description *,
  body.woocommerce-cart .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description *,
  body.woocommerce-checkout .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description * {
    max-width: 500px;
  }
}
@media (min-width: 900px) and (max-width: 767px) {
  body.woocommerce .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description *,
  body.woocommerce-page .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description *,
  body.woocommerce-cart .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description *,
  body.woocommerce-checkout .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description * {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 900px) {
  body.woocommerce .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p:not(:first-of-type),
  body.woocommerce-page .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p:not(:first-of-type),
  body.woocommerce-cart .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p:not(:first-of-type),
  body.woocommerce-checkout .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p:not(:first-of-type) {
    clear: both;
  }
  body.woocommerce .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description img,
  body.woocommerce-page .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description img,
  body.woocommerce-cart .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description img,
  body.woocommerce-checkout .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description img {
    float: right;
    margin-top: -90px;
  }
  body.woocommerce .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description img:not(:first-of-type),
  body.woocommerce-page .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description img:not(:first-of-type),
  body.woocommerce-cart .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description img:not(:first-of-type),
  body.woocommerce-checkout .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description img:not(:first-of-type) {
    clear: both;
  }
}
body.woocommerce .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description img:not(:first-of-type),
body.woocommerce-page .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description img:not(:first-of-type),
body.woocommerce-cart .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description img:not(:first-of-type),
body.woocommerce-checkout .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description img:not(:first-of-type) {
  margin-top: 20px;
}
@media (min-width: 1000px) {
  body.woocommerce .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description *,
  body.woocommerce-page .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description *,
  body.woocommerce-cart .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description *,
  body.woocommerce-checkout .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description * {
    max-width: 600px;
  }
}
@media (min-width: 1200px) {
  body.woocommerce .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description *,
  body.woocommerce-page .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description *,
  body.woocommerce-cart .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description *,
  body.woocommerce-checkout .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description * {
    max-width: 756px;
  }
}
body.woocommerce .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h2,
body.woocommerce-page .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h2,
body.woocommerce-cart .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h2,
body.woocommerce-checkout .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h2 {
  color: #004322 !important;
  font-family: "freude", "sans-serif" !important;
  font-size: 34px !important;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 30px !important;
}
body.woocommerce .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h2:after,
body.woocommerce-page .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h2:after,
body.woocommerce-cart .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h2:after,
body.woocommerce-checkout .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h2:after {
  content: "";
  background-image: url("images/svg/horizontal-dots--color-2.svg");
  background-repeat: no-repeat;
  width: 68px;
  height: 6px;
}
@media (max-width: 899px) {
  body.woocommerce .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h2,
  body.woocommerce-page .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h2,
  body.woocommerce-cart .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h2,
  body.woocommerce-checkout .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h2 {
    font-size: 30px !important;
  }
  body.woocommerce .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h2:after,
  body.woocommerce-page .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h2:after,
  body.woocommerce-cart .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h2:after,
  body.woocommerce-checkout .woocommerce-section .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h2:after {
    margin: 0 auto;
  }
}
body.woocommerce .woocommerce-section .woocommerce-tabs #reviews #comments, body.woocommerce .woocommerce-section .woocommerce-tabs #reviews #respond,
body.woocommerce-page .woocommerce-section .woocommerce-tabs #reviews #comments,
body.woocommerce-page .woocommerce-section .woocommerce-tabs #reviews #respond,
body.woocommerce-cart .woocommerce-section .woocommerce-tabs #reviews #comments,
body.woocommerce-cart .woocommerce-section .woocommerce-tabs #reviews #respond,
body.woocommerce-checkout .woocommerce-section .woocommerce-tabs #reviews #comments,
body.woocommerce-checkout .woocommerce-section .woocommerce-tabs #reviews #respond {
  margin: 0 !important;
}
body.woocommerce .woocommerce-section .woocommerce-tabs #reviews #comments label, body.woocommerce .woocommerce-section .woocommerce-tabs #reviews #respond label,
body.woocommerce-page .woocommerce-section .woocommerce-tabs #reviews #comments label,
body.woocommerce-page .woocommerce-section .woocommerce-tabs #reviews #respond label,
body.woocommerce-cart .woocommerce-section .woocommerce-tabs #reviews #comments label,
body.woocommerce-cart .woocommerce-section .woocommerce-tabs #reviews #respond label,
body.woocommerce-checkout .woocommerce-section .woocommerce-tabs #reviews #comments label,
body.woocommerce-checkout .woocommerce-section .woocommerce-tabs #reviews #respond label {
  font-family: "freude", "sans-serif" !important;
}
@media (max-width: 767px) {
  body.woocommerce .woocommerce-section .woocommerce-tabs #reviews #comments label, body.woocommerce .woocommerce-section .woocommerce-tabs #reviews #respond label,
  body.woocommerce-page .woocommerce-section .woocommerce-tabs #reviews #comments label,
  body.woocommerce-page .woocommerce-section .woocommerce-tabs #reviews #respond label,
  body.woocommerce-cart .woocommerce-section .woocommerce-tabs #reviews #comments label,
  body.woocommerce-cart .woocommerce-section .woocommerce-tabs #reviews #respond label,
  body.woocommerce-checkout .woocommerce-section .woocommerce-tabs #reviews #comments label,
  body.woocommerce-checkout .woocommerce-section .woocommerce-tabs #reviews #respond label {
    margin-bottom: 10px !important;
  }
}
body.woocommerce .woocommerce-section .woocommerce-tabs #reviews #comments label label:not(.wp-comment-cookies-consent), body.woocommerce .woocommerce-section .woocommerce-tabs #reviews #respond label label:not(.wp-comment-cookies-consent),
body.woocommerce-page .woocommerce-section .woocommerce-tabs #reviews #comments label label:not(.wp-comment-cookies-consent),
body.woocommerce-page .woocommerce-section .woocommerce-tabs #reviews #respond label label:not(.wp-comment-cookies-consent),
body.woocommerce-cart .woocommerce-section .woocommerce-tabs #reviews #comments label label:not(.wp-comment-cookies-consent),
body.woocommerce-cart .woocommerce-section .woocommerce-tabs #reviews #respond label label:not(.wp-comment-cookies-consent),
body.woocommerce-checkout .woocommerce-section .woocommerce-tabs #reviews #comments label label:not(.wp-comment-cookies-consent),
body.woocommerce-checkout .woocommerce-section .woocommerce-tabs #reviews #respond label label:not(.wp-comment-cookies-consent) {
  display: block !important;
}
body.woocommerce .woocommerce-section .woocommerce-tabs #review_form_wrapper,
body.woocommerce-page .woocommerce-section .woocommerce-tabs #review_form_wrapper,
body.woocommerce-cart .woocommerce-section .woocommerce-tabs #review_form_wrapper,
body.woocommerce-checkout .woocommerce-section .woocommerce-tabs #review_form_wrapper {
  margin-top: 20px;
}
@media (max-width: 767px) {
  body.woocommerce .woocommerce-section .woocommerce-tabs #review_form_wrapper,
  body.woocommerce-page .woocommerce-section .woocommerce-tabs #review_form_wrapper,
  body.woocommerce-cart .woocommerce-section .woocommerce-tabs #review_form_wrapper,
  body.woocommerce-checkout .woocommerce-section .woocommerce-tabs #review_form_wrapper {
    margin-top: 0 !important;
  }
}
body.woocommerce .woocommerce-section .woocommerce-tabs #review_form_wrapper #commentform label,
body.woocommerce-page .woocommerce-section .woocommerce-tabs #review_form_wrapper #commentform label,
body.woocommerce-cart .woocommerce-section .woocommerce-tabs #review_form_wrapper #commentform label,
body.woocommerce-checkout .woocommerce-section .woocommerce-tabs #review_form_wrapper #commentform label {
  width: auto !important;
}
body.woocommerce .woocommerce-section .woocommerce-tabs #review_form_wrapper #reply-title,
body.woocommerce-page .woocommerce-section .woocommerce-tabs #review_form_wrapper #reply-title,
body.woocommerce-cart .woocommerce-section .woocommerce-tabs #review_form_wrapper #reply-title,
body.woocommerce-checkout .woocommerce-section .woocommerce-tabs #review_form_wrapper #reply-title {
  display: block;
  margin-bottom: 20px !important;
}
body.woocommerce .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-cookies-consent label,
body.woocommerce-page .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-cookies-consent label,
body.woocommerce-cart .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-cookies-consent label,
body.woocommerce-checkout .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-cookies-consent label {
  margin-left: 10px !important;
}
body.woocommerce .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-rating label,
body.woocommerce-page .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-rating label,
body.woocommerce-cart .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-rating label,
body.woocommerce-checkout .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-rating label {
  display: block;
  margin-bottom: 20px !important;
}
body.woocommerce .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-rating,
body.woocommerce-page .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-rating,
body.woocommerce-cart .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-rating,
body.woocommerce-checkout .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-rating {
  margin-bottom: 20px !important;
}
body.woocommerce .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-comment,
body.woocommerce-page .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-comment,
body.woocommerce-cart .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-comment,
body.woocommerce-checkout .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-comment {
  margin-bottom: 0 !important;
}
body.woocommerce .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-comment label,
body.woocommerce-page .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-comment label,
body.woocommerce-cart .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-comment label,
body.woocommerce-checkout .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-comment label {
  margin-bottom: 10px !important;
}
body.woocommerce .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-comment textarea,
body.woocommerce-page .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-comment textarea,
body.woocommerce-cart .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-comment textarea,
body.woocommerce-checkout .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-comment textarea {
  height: 250px !important;
  width: 100%;
  background-color: #fff;
}
body.woocommerce .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-comment textarea:focus-within,
body.woocommerce-page .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-comment textarea:focus-within,
body.woocommerce-cart .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-comment textarea:focus-within,
body.woocommerce-checkout .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-comment textarea:focus-within {
  outline: none !important;
}
body.woocommerce .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-author,
body.woocommerce-page .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-author,
body.woocommerce-cart .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-author,
body.woocommerce-checkout .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-author {
  margin-top: 25px !important;
}
body.woocommerce .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-author label,
body.woocommerce .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-email label,
body.woocommerce-page .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-author label,
body.woocommerce-page .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-email label,
body.woocommerce-cart .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-author label,
body.woocommerce-cart .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-email label,
body.woocommerce-checkout .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-author label,
body.woocommerce-checkout .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-email label {
  margin-right: 10px;
}
@media (max-width: 767px) {
  body.woocommerce .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-author label,
  body.woocommerce .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-email label,
  body.woocommerce-page .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-author label,
  body.woocommerce-page .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-email label,
  body.woocommerce-cart .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-author label,
  body.woocommerce-cart .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-email label,
  body.woocommerce-checkout .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-author label,
  body.woocommerce-checkout .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-email label {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  body.woocommerce .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-author input,
  body.woocommerce .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-email input,
  body.woocommerce-page .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-author input,
  body.woocommerce-page .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-email input,
  body.woocommerce-cart .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-author input,
  body.woocommerce-cart .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-email input,
  body.woocommerce-checkout .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-author input,
  body.woocommerce-checkout .woocommerce-section .woocommerce-tabs #review_form_wrapper .comment-form-email input {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.woocommerce .woocommerce-section .woocommerce-tabs #review_form_wrapper form#commentform,
  body.woocommerce-page .woocommerce-section .woocommerce-tabs #review_form_wrapper form#commentform,
  body.woocommerce-cart .woocommerce-section .woocommerce-tabs #review_form_wrapper form#commentform,
  body.woocommerce-checkout .woocommerce-section .woocommerce-tabs #review_form_wrapper form#commentform {
    margin: 0 auto !important;
    max-width: 500px !important;
  }
}
body.woocommerce .woocommerce-section .woocommerce-tabs #review_form_wrapper .form-submit,
body.woocommerce-page .woocommerce-section .woocommerce-tabs #review_form_wrapper .form-submit,
body.woocommerce-cart .woocommerce-section .woocommerce-tabs #review_form_wrapper .form-submit,
body.woocommerce-checkout .woocommerce-section .woocommerce-tabs #review_form_wrapper .form-submit {
  margin-bottom: 0 !important;
}
body.woocommerce .woocommerce-section .woocommerce-tabs #review_form_wrapper .form-submit input[name=submit],
body.woocommerce-page .woocommerce-section .woocommerce-tabs #review_form_wrapper .form-submit input[name=submit],
body.woocommerce-cart .woocommerce-section .woocommerce-tabs #review_form_wrapper .form-submit input[name=submit],
body.woocommerce-checkout .woocommerce-section .woocommerce-tabs #review_form_wrapper .form-submit input[name=submit] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: flex-start !important;
  cursor: pointer !important;
  text-decoration: none !important;
  padding: 12px 40px !important;
  background-color: #005229 !important;
  color: #fff !important;
  border-style: solid !important;
  border-radius: 30px !important;
  font-weight: 900 !important;
  min-height: 60px !important;
  text-align: center !important;
  line-height: 24px !important;
  height: auto !important;
  font-size: 20px !important;
  transition: 0.2s !important;
  white-space: normal !important;
  gap: 10px !important;
  margin-top: 30px !important;
}
body.woocommerce .woocommerce-section .woocommerce-tabs #review_form_wrapper .form-submit input[name=submit]:before,
body.woocommerce-page .woocommerce-section .woocommerce-tabs #review_form_wrapper .form-submit input[name=submit]:before,
body.woocommerce-cart .woocommerce-section .woocommerce-tabs #review_form_wrapper .form-submit input[name=submit]:before,
body.woocommerce-checkout .woocommerce-section .woocommerce-tabs #review_form_wrapper .form-submit input[name=submit]:before {
  position: relative !important;
  top: 3px !important;
  content: url("images/svg/chevron-right--color-2.svg") !important;
  width: 11px !important;
  right: auto !important;
  transform: none !important;
  margin-top: 0 !important;
  transition: none !important;
  order: 999 !important;
  flex: 0 0 11px !important;
}
body.woocommerce .woocommerce-section .woocommerce-tabs #review_form_wrapper .form-submit input[name=submit]:disabled,
body.woocommerce-page .woocommerce-section .woocommerce-tabs #review_form_wrapper .form-submit input[name=submit]:disabled,
body.woocommerce-cart .woocommerce-section .woocommerce-tabs #review_form_wrapper .form-submit input[name=submit]:disabled,
body.woocommerce-checkout .woocommerce-section .woocommerce-tabs #review_form_wrapper .form-submit input[name=submit]:disabled {
  opacity: 0.4;
  pointer-events: none;
}
body.woocommerce .woocommerce-section .woocommerce-tabs #review_form_wrapper .form-submit input[name=submit]:hover,
body.woocommerce-page .woocommerce-section .woocommerce-tabs #review_form_wrapper .form-submit input[name=submit]:hover,
body.woocommerce-cart .woocommerce-section .woocommerce-tabs #review_form_wrapper .form-submit input[name=submit]:hover,
body.woocommerce-checkout .woocommerce-section .woocommerce-tabs #review_form_wrapper .form-submit input[name=submit]:hover {
  background-color: #004322 !important;
}
body.woocommerce .woocommerce-section form .form-row,
body.woocommerce-page .woocommerce-section form .form-row,
body.woocommerce-cart .woocommerce-section form .form-row,
body.woocommerce-checkout .woocommerce-section form .form-row {
  padding: 0 !important;
  margin-bottom: 20px !important;
}
body.woocommerce .woocommerce-section form .form-row label,
body.woocommerce-page .woocommerce-section form .form-row label,
body.woocommerce-cart .woocommerce-section form .form-row label,
body.woocommerce-checkout .woocommerce-section form .form-row label {
  margin-bottom: 12px;
}
body.woocommerce .woocommerce-section form .form-row:last-of-type,
body.woocommerce-page .woocommerce-section form .form-row:last-of-type,
body.woocommerce-cart .woocommerce-section form .form-row:last-of-type,
body.woocommerce-checkout .woocommerce-section form .form-row:last-of-type {
  margin-bottom: 0 !important;
}
body.woocommerce form .form-row label, body.woocommerce form .form-row legend,
body.woocommerce fieldset label,
body.woocommerce fieldset legend,
body.woocommerce-page form .form-row label,
body.woocommerce-page form .form-row legend,
body.woocommerce-page fieldset label,
body.woocommerce-page fieldset legend,
body.woocommerce-cart form .form-row label,
body.woocommerce-cart form .form-row legend,
body.woocommerce-cart fieldset label,
body.woocommerce-cart fieldset legend,
body.woocommerce-checkout form .form-row label,
body.woocommerce-checkout form .form-row legend,
body.woocommerce-checkout fieldset label,
body.woocommerce-checkout fieldset legend {
  line-height: 1;
  font-family: "freude", "sans-serif" !important;
}
body.woocommerce fieldset,
body.woocommerce-page fieldset,
body.woocommerce-cart fieldset,
body.woocommerce-checkout fieldset {
  padding-top: 15px !important;
}
body.woocommerce #add_payment_method table.cart img, body.woocommerce table.cart img, body.woocommerce table.cart img,
body.woocommerce-page #add_payment_method table.cart img,
body.woocommerce-page table.cart img,
body.woocommerce-page table.cart img,
body.woocommerce-cart #add_payment_method table.cart img,
body.woocommerce-cart table.cart img,
body.woocommerce-cart table.cart img,
body.woocommerce-checkout #add_payment_method table.cart img,
body.woocommerce-checkout table.cart img,
body.woocommerce-checkout table.cart img {
  max-width: 100% !important;
  width: 160px !important;
  border-radius: 20px !important;
  border: 2px solid #94C24A !important;
}
body.woocommerce #add_payment_method #payment, body.woocommerce #payment,
body.woocommerce-page #add_payment_method #payment,
body.woocommerce-page #payment,
body.woocommerce-cart #add_payment_method #payment,
body.woocommerce-cart #payment,
body.woocommerce-checkout #add_payment_method #payment,
body.woocommerce-checkout #payment {
  background-color: transparent !important;
}
body.woocommerce #add_payment_method #payment ul.payment_methods, body.woocommerce #payment ul.payment_methods, body.woocommerce #payment ul.payment_methods,
body.woocommerce-page #add_payment_method #payment ul.payment_methods,
body.woocommerce-page #payment ul.payment_methods,
body.woocommerce-page #payment ul.payment_methods,
body.woocommerce-cart #add_payment_method #payment ul.payment_methods,
body.woocommerce-cart #payment ul.payment_methods,
body.woocommerce-cart #payment ul.payment_methods,
body.woocommerce-checkout #add_payment_method #payment ul.payment_methods,
body.woocommerce-checkout #payment ul.payment_methods,
body.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: none !important;
  padding: 0 !important;
  margin-top: 30px !important;
}
body.woocommerce #add_payment_method #payment ul.payment_methods li, body.woocommerce #payment ul.payment_methods li, body.woocommerce #payment ul.payment_methods li,
body.woocommerce-page #add_payment_method #payment ul.payment_methods li,
body.woocommerce-page #payment ul.payment_methods li,
body.woocommerce-page #payment ul.payment_methods li,
body.woocommerce-cart #add_payment_method #payment ul.payment_methods li,
body.woocommerce-cart #payment ul.payment_methods li,
body.woocommerce-cart #payment ul.payment_methods li,
body.woocommerce-checkout #add_payment_method #payment ul.payment_methods li,
body.woocommerce-checkout #payment ul.payment_methods li,
body.woocommerce-checkout #payment ul.payment_methods li {
  padding-bottom: 0 !important;
}
body.woocommerce #add_payment_method #payment div.payment_box, body.woocommerce #payment div.payment_box, body.woocommerce #payment div.payment_box,
body.woocommerce-page #add_payment_method #payment div.payment_box,
body.woocommerce-page #payment div.payment_box,
body.woocommerce-page #payment div.payment_box,
body.woocommerce-cart #add_payment_method #payment div.payment_box,
body.woocommerce-cart #payment div.payment_box,
body.woocommerce-cart #payment div.payment_box,
body.woocommerce-checkout #add_payment_method #payment div.payment_box,
body.woocommerce-checkout #payment div.payment_box,
body.woocommerce-checkout #payment div.payment_box {
  margin-bottom: 0 !important;
}
body.woocommerce #wc-stripe-upe-form,
body.woocommerce-page #wc-stripe-upe-form,
body.woocommerce-cart #wc-stripe-upe-form,
body.woocommerce-checkout #wc-stripe-upe-form {
  margin-top: 15px !important;
}
body.woocommerce #wc-stripe-upe-form + fieldset,
body.woocommerce-page #wc-stripe-upe-form + fieldset,
body.woocommerce-cart #wc-stripe-upe-form + fieldset,
body.woocommerce-checkout #wc-stripe-upe-form + fieldset {
  padding-top: 0 !important;
}
body.woocommerce .wc-proceed-to-checkout,
body.woocommerce-page .wc-proceed-to-checkout,
body.woocommerce-cart .wc-proceed-to-checkout,
body.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 0 !important;
  margin-top: 30px !important;
}
@media (max-width: 767px) {
  body.woocommerce table.shop_table_responsive tr:nth-child(2n) td, body.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  body.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td,
  body.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td,
  body.woocommerce-cart table.shop_table_responsive tr:nth-child(2n) td,
  body.woocommerce-cart table.shop_table_responsive tr:nth-child(2n) td,
  body.woocommerce-checkout table.shop_table_responsive tr:nth-child(2n) td,
  body.woocommerce-checkout table.shop_table_responsive tr:nth-child(2n) td {
    background: none !important;
  }
}
body.woocommerce form.checkout_coupon, body.woocommerce form.login, body.woocommerce form.register,
body.woocommerce-page form.checkout_coupon,
body.woocommerce-page form.login,
body.woocommerce-page form.register,
body.woocommerce-cart form.checkout_coupon,
body.woocommerce-cart form.login,
body.woocommerce-cart form.register,
body.woocommerce-checkout form.checkout_coupon,
body.woocommerce-checkout form.login,
body.woocommerce-checkout form.register {
  background-color: #EFFFD5;
  border-radius: 0;
  border: none;
  padding: 52px !important;
}
@media (max-width: 1023px) {
  body.woocommerce form.checkout_coupon, body.woocommerce form.login, body.woocommerce form.register,
  body.woocommerce-page form.checkout_coupon,
  body.woocommerce-page form.login,
  body.woocommerce-page form.register,
  body.woocommerce-cart form.checkout_coupon,
  body.woocommerce-cart form.login,
  body.woocommerce-cart form.register,
  body.woocommerce-checkout form.checkout_coupon,
  body.woocommerce-checkout form.login,
  body.woocommerce-checkout form.register {
    padding: 30px !important;
  }
}
body.woocommerce form.checkout_coupon input[type=text], body.woocommerce form.checkout_coupon input[type=password], body.woocommerce form.checkout_coupon input[type=number], body.woocommerce form.checkout_coupon input[type=email], body.woocommerce form.checkout_coupon input[type=tel], body.woocommerce form.checkout_coupon select, body.woocommerce form.checkout_coupon textarea, body.woocommerce form.login input[type=text], body.woocommerce form.login input[type=password], body.woocommerce form.login input[type=number], body.woocommerce form.login input[type=email], body.woocommerce form.login input[type=tel], body.woocommerce form.login select, body.woocommerce form.login textarea, body.woocommerce form.register input[type=text], body.woocommerce form.register input[type=password], body.woocommerce form.register input[type=number], body.woocommerce form.register input[type=email], body.woocommerce form.register input[type=tel], body.woocommerce form.register select, body.woocommerce form.register textarea,
body.woocommerce-page form.checkout_coupon input[type=text],
body.woocommerce-page form.checkout_coupon input[type=password],
body.woocommerce-page form.checkout_coupon input[type=number],
body.woocommerce-page form.checkout_coupon input[type=email],
body.woocommerce-page form.checkout_coupon input[type=tel],
body.woocommerce-page form.checkout_coupon select,
body.woocommerce-page form.checkout_coupon textarea,
body.woocommerce-page form.login input[type=text],
body.woocommerce-page form.login input[type=password],
body.woocommerce-page form.login input[type=number],
body.woocommerce-page form.login input[type=email],
body.woocommerce-page form.login input[type=tel],
body.woocommerce-page form.login select,
body.woocommerce-page form.login textarea,
body.woocommerce-page form.register input[type=text],
body.woocommerce-page form.register input[type=password],
body.woocommerce-page form.register input[type=number],
body.woocommerce-page form.register input[type=email],
body.woocommerce-page form.register input[type=tel],
body.woocommerce-page form.register select,
body.woocommerce-page form.register textarea,
body.woocommerce-cart form.checkout_coupon input[type=text],
body.woocommerce-cart form.checkout_coupon input[type=password],
body.woocommerce-cart form.checkout_coupon input[type=number],
body.woocommerce-cart form.checkout_coupon input[type=email],
body.woocommerce-cart form.checkout_coupon input[type=tel],
body.woocommerce-cart form.checkout_coupon select,
body.woocommerce-cart form.checkout_coupon textarea,
body.woocommerce-cart form.login input[type=text],
body.woocommerce-cart form.login input[type=password],
body.woocommerce-cart form.login input[type=number],
body.woocommerce-cart form.login input[type=email],
body.woocommerce-cart form.login input[type=tel],
body.woocommerce-cart form.login select,
body.woocommerce-cart form.login textarea,
body.woocommerce-cart form.register input[type=text],
body.woocommerce-cart form.register input[type=password],
body.woocommerce-cart form.register input[type=number],
body.woocommerce-cart form.register input[type=email],
body.woocommerce-cart form.register input[type=tel],
body.woocommerce-cart form.register select,
body.woocommerce-cart form.register textarea,
body.woocommerce-checkout form.checkout_coupon input[type=text],
body.woocommerce-checkout form.checkout_coupon input[type=password],
body.woocommerce-checkout form.checkout_coupon input[type=number],
body.woocommerce-checkout form.checkout_coupon input[type=email],
body.woocommerce-checkout form.checkout_coupon input[type=tel],
body.woocommerce-checkout form.checkout_coupon select,
body.woocommerce-checkout form.checkout_coupon textarea,
body.woocommerce-checkout form.login input[type=text],
body.woocommerce-checkout form.login input[type=password],
body.woocommerce-checkout form.login input[type=number],
body.woocommerce-checkout form.login input[type=email],
body.woocommerce-checkout form.login input[type=tel],
body.woocommerce-checkout form.login select,
body.woocommerce-checkout form.login textarea,
body.woocommerce-checkout form.register input[type=text],
body.woocommerce-checkout form.register input[type=password],
body.woocommerce-checkout form.register input[type=number],
body.woocommerce-checkout form.register input[type=email],
body.woocommerce-checkout form.register input[type=tel],
body.woocommerce-checkout form.register select,
body.woocommerce-checkout form.register textarea {
  background-color: #fff !important;
}
body.woocommerce form.checkout_coupon .form-row-first,
body.woocommerce-page form.checkout_coupon .form-row-first,
body.woocommerce-cart form.checkout_coupon .form-row-first,
body.woocommerce-checkout form.checkout_coupon .form-row-first {
  margin-bottom: 0 !important;
  margin-top: 6px !important;
}
@media (max-width: 767px) {
  body.woocommerce form.checkout_coupon .form-row-first,
  body.woocommerce-page form.checkout_coupon .form-row-first,
  body.woocommerce-cart form.checkout_coupon .form-row-first,
  body.woocommerce-checkout form.checkout_coupon .form-row-first {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  body.woocommerce form.checkout_coupon,
  body.woocommerce-page form.checkout_coupon,
  body.woocommerce-cart form.checkout_coupon,
  body.woocommerce-checkout form.checkout_coupon {
    display: flex;
    flex-direction: column;
  }
  body.woocommerce form.checkout_coupon *,
  body.woocommerce-page form.checkout_coupon *,
  body.woocommerce-cart form.checkout_coupon *,
  body.woocommerce-checkout form.checkout_coupon * {
    width: 100% !important;
  }
}
body.woocommerce .switch,
body.woocommerce-page .switch,
body.woocommerce-cart .switch,
body.woocommerce-checkout .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}
body.woocommerce .slider-switch,
body.woocommerce-page .slider-switch,
body.woocommerce-cart .slider-switch,
body.woocommerce-checkout .slider-switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
body.woocommerce .slider-switch:before,
body.woocommerce-page .slider-switch:before,
body.woocommerce-cart .slider-switch:before,
body.woocommerce-checkout .slider-switch:before {
  content: "";
  position: absolute;
  height: 13px;
  width: 13px;
  left: 4px;
  bottom: 4px;
  background-color: #004322;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
body.woocommerce input:focus + .slider-switch,
body.woocommerce-page input:focus + .slider-switch,
body.woocommerce-cart input:focus + .slider-switch,
body.woocommerce-checkout input:focus + .slider-switch {
  box-shadow: 0 0 1px #fff;
}
body.woocommerce input:checked + .slider-switch:before,
body.woocommerce-page input:checked + .slider-switch:before,
body.woocommerce-cart input:checked + .slider-switch:before,
body.woocommerce-checkout input:checked + .slider-switch:before {
  transform: translateX(18px);
  background-color: #004322;
}
body.woocommerce .slider-switch.round,
body.woocommerce-page .slider-switch.round,
body.woocommerce-cart .slider-switch.round,
body.woocommerce-checkout .slider-switch.round {
  border-radius: 34px;
}
body.woocommerce .slider-switch.round:before,
body.woocommerce-page .slider-switch.round:before,
body.woocommerce-cart .slider-switch.round:before,
body.woocommerce-checkout .slider-switch.round:before {
  border-radius: 50%;
}

body.woocommerce-page.archive .woocommerce-section:before,
body.woocommerce-page.archive .woocommerce-section:after,
body.woocommerce-page.single-product .woocommerce-section:before,
body.woocommerce-page.single-product .woocommerce-section:after,
body.woocommerce-page.woocommerce-cart .woocommerce-section:before,
body.woocommerce-page.woocommerce-cart .cart-collaterals:after,
body.woocommerce-page.woocommerce-checkout .woocommerce-section:before,
body.woocommerce-page.woocommerce-checkout .woocommerce-section:after,
body.woocommerce-page.woocommerce-checkout form.woocommerce-checkout:after,
body.woocommerce-page.woocommerce-checkout .page-bg-checkout-middle-decoration {
  content: url("images/svg/page-bg-decoration--color-2.svg");
}

body.woocommerce-page.archive .woocommerce-section:before {
  left: -110px;
  top: 120px;
  transform: scaleX(-1) rotate(-80deg) scale(0.717);
}
@media screen and (max-width: 1439px) {
  body.woocommerce-page.archive .woocommerce-section:before {
    transform: scaleX(1) rotate(225deg) scale(0.539);
    top: -70px;
  }
}
body.woocommerce-page.archive .woocommerce-section:after {
  right: -90px;
  bottom: -30px;
  transform: rotate(-286deg) scale(0.723);
}
@media screen and (max-width: 1439px) {
  body.woocommerce-page.archive .woocommerce-section:after {
    transform: rotate(-286deg) scale(0.539);
  }
}

body.woocommerce-page.single-product .woocommerce-section:before {
  left: -150px;
  top: 100px;
  transform: scaleX(-1) rotate(-100deg) scale(0.764);
}
@media screen and (max-width: 1439px) {
  body.woocommerce-page.single-product .woocommerce-section:before {
    top: 500px;
    transform: scaleX(1) rotate(-302deg) scale(0.539);
    left: -170px;
  }
}
body.woocommerce-page.single-product .woocommerce-section:after {
  right: -90px;
  top: 450px;
  transform: rotate(-286deg) scale(0.723);
}
@media screen and (max-width: 1699px) {
  body.woocommerce-page.single-product .woocommerce-section:after {
    transform: rotate(-122deg) scale(0.723);
    top: -50px;
    right: -160px;
  }
}
@media screen and (max-width: 1439px) {
  body.woocommerce-page.single-product .woocommerce-section:after {
    transform: rotate(-122deg) scale(0.539);
    top: -50px;
    right: -160px;
  }
}

body.woocommerce-page.woocommerce-cart .woocommerce-section:before {
  left: -190px;
  top: 100px;
  transform: scaleX(-1) rotate(-100deg) scale(0.764);
}
@media screen and (max-width: 1439px) {
  body.woocommerce-page.woocommerce-cart .woocommerce-section:before {
    transform: scaleX(-1) rotate(-100deg) scale(0.5);
  }
}
body.woocommerce-page.woocommerce-cart .cart-collaterals {
  position: relative;
}
body.woocommerce-page.woocommerce-cart .cart-collaterals:after {
  position: absolute;
  right: -300px;
  top: 0;
  transform: rotate(-286deg) scale(0.723);
  z-index: 0;
}
@media screen and (max-width: 1439px) {
  body.woocommerce-page.woocommerce-cart .cart-collaterals:after {
    transform: rotate(195deg) scale(0.539);
    bottom: -250px;
    right: -150px;
    top: auto;
  }
}
@media (max-width: 767px) {
  body.woocommerce-page.woocommerce-cart .cart-collaterals:after {
    display: none;
  }
}

body.woocommerce-page.woocommerce-checkout .woocommerce-section:before {
  left: -130px;
  top: 220px;
  transform: scaleX(-1) rotate(-75deg) scale(0.728);
}
@media screen and (max-width: 1549px) {
  body.woocommerce-page.woocommerce-checkout .woocommerce-section:before {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  body.woocommerce-page.woocommerce-checkout .woocommerce-section:before {
    transform: rotate(75deg) scale(0.728);
    top: 375px;
    right: -130px;
    left: auto;
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  body.woocommerce-page.woocommerce-checkout .woocommerce-section:before {
    transform: rotate(75deg) scale(0.539);
    right: -150px;
  }
}
@media (max-width: 991px) {
  body.woocommerce-page.woocommerce-checkout .woocommerce-section:before {
    display: none;
  }
}
body.woocommerce-page.woocommerce-checkout .woocommerce-section:after {
  right: -160px;
  bottom: 50px;
  transform: rotate(348deg) scale(0.728);
}
@media screen and (max-width: 1549px) {
  body.woocommerce-page.woocommerce-checkout .woocommerce-section:after {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  body.woocommerce-page.woocommerce-checkout .woocommerce-section:after {
    transform: scaleX(-1) rotate(-106deg) scale(0.728);
    right: -85px;
    bottom: 500px;
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  body.woocommerce-page.woocommerce-checkout .woocommerce-section:after {
    transform: scaleX(-1) rotate(-106deg) scale(0.539);
    right: -105px;
  }
}
@media (max-width: 991px) {
  body.woocommerce-page.woocommerce-checkout .woocommerce-section:after {
    display: none;
  }
}
body.woocommerce-page.woocommerce-checkout .woocommerce-section .page-bg-checkout-middle-decoration {
  display: none;
}
@media screen and (max-width: 1279px) {
  body.woocommerce-page.woocommerce-checkout .woocommerce-section .page-bg-checkout-middle-decoration {
    position: absolute;
    display: block;
    bottom: 1400px;
    right: -200px;
    transform: rotate(356deg) scale(0.728);
  }
}
@media screen and (max-width: 1023px) {
  body.woocommerce-page.woocommerce-checkout .woocommerce-section .page-bg-checkout-middle-decoration {
    transform: rotate(356deg) scale(0.539);
  }
}
@media (max-width: 991px) {
  body.woocommerce-page.woocommerce-checkout .woocommerce-section .page-bg-checkout-middle-decoration {
    display: none;
  }
}
body.woocommerce-page.woocommerce-checkout .woocommerce-section form.woocommerce-checkout {
  position: relative;
}
body.woocommerce-page.woocommerce-checkout .woocommerce-section form.woocommerce-checkout:after {
  position: absolute;
  right: -250px;
  top: -40px;
  transform: rotate(190deg) scale(0.728);
}
@media screen and (max-width: 1549px) {
  body.woocommerce-page.woocommerce-checkout .woocommerce-section form.woocommerce-checkout:after {
    display: none;
  }
}
body.woocommerce-page.woocommerce-checkout .woocommerce-section wc-order-attribution-inputs {
  order: 3;
}

body.single-product .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper:after, body.single-product .page-header-woocommerce-wrapper .page-header-woocommerce .wrapper:before {
  display: none;
}

body.post-type-archive-product .woocommerce-section {
  margin: 0 !important;
  padding: 145px 0 !important;
}
@media (max-width: 899px) {
  body.post-type-archive-product .woocommerce-section {
    padding: 100px 0 !important;
  }
}
@media (max-width: 767px) {
  body.post-type-archive-product .woocommerce-section {
    padding: 80px 0 !important;
  }
}

body.woocommerce-cart .woocommerce-section,
body.woocommerce-checkout .woocommerce-section,
body.woocommerce-account .woocommerce-section {
  padding: 80px 0 120px 0 !important;
}
@media (max-width: 899px) {
  body.woocommerce-cart .woocommerce-section,
  body.woocommerce-checkout .woocommerce-section,
  body.woocommerce-account .woocommerce-section {
    padding: 80px 0 100px 0 !important;
  }
}
@media (max-width: 767px) {
  body.woocommerce-cart .woocommerce-section,
  body.woocommerce-checkout .woocommerce-section,
  body.woocommerce-account .woocommerce-section {
    padding: 80px 0 !important;
  }
}

body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents {
  display: flex;
  flex-direction: column;
  border: none !important;
}
body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents .quantity input {
  margin-right: 0 !important;
}
body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents tbody {
  width: 100%;
  display: flex;
  flex-direction: column;
}
body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents thead {
  flex: 1;
}
body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents thead tr {
  width: 100%;
}
@media (max-width: 767px) {
  body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents thead tr {
    display: none;
  }
}
body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents thead tr th {
  padding: 0 26px;
  justify-content: center;
}
body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents thead tr th.product-thumbnail {
  width: 238px;
  max-width: 100%;
}
@media (max-width: 1279px) {
  body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents thead tr th.product-thumbnail {
    display: none;
  }
}
body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents thead tr th.product-subtotal {
  padding-right: 52px;
}
body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents thead tr th.product-remove {
  order: 20;
}
@media (max-width: 767px) {
  body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents thead tr th.product-remove {
    order: 0;
  }
}
body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents thead tr th:not(.product-thumbnail) {
  flex: 1;
}
body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents thead, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents tr, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents td, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents th {
  display: flex;
}
body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents thead.actions, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents tr.actions, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents td.actions, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents th.actions {
  background-color: #EFFFD5 !important;
  padding: 35px 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
@media (max-width: 767px) {
  body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents thead.actions, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents tr.actions, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents td.actions, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents th.actions {
    padding: 40px 32px;
  }
}
body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents thead.actions .coupon, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents tr.actions .coupon, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents td.actions .coupon, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents th.actions .coupon {
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 268px;
}
@media (max-width: 767px) {
  body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents thead.actions .coupon, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents tr.actions .coupon, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents td.actions .coupon, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents th.actions .coupon {
    width: 100%;
  }
}
body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents thead.actions .coupon:before, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents tr.actions .coupon:before, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents td.actions .coupon:before, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents th.actions .coupon:before {
  content: "Apply coupon";
  color: #005229;
  font-family: "freude", "sans-serif" !important;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  height: 27px;
}
@media (max-width: 767px) {
  body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents thead.actions .coupon, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents tr.actions .coupon, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents td.actions .coupon, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents th.actions .coupon {
    width: 100%;
    padding-bottom: 0 !important;
    margin-bottom: 14px;
  }
}
body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents thead.actions .coupon input, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents tr.actions .coupon input, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents td.actions .coupon input, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents th.actions .coupon input {
  height: 50px !important;
  width: 268px !important;
  margin: 0 !important;
  border: none !important;
  background-color: #fff !important;
  padding-right: 65px !important;
}
@media (max-width: 767px) {
  body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents thead.actions .coupon input, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents tr.actions .coupon input, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents td.actions .coupon input, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents th.actions .coupon input {
    width: 100% !important;
  }
}
body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents thead.actions .coupon button[name=apply_coupon], body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents tr.actions .coupon button[name=apply_coupon], body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents td.actions .coupon button[name=apply_coupon], body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents th.actions .coupon button[name=apply_coupon] {
  position: absolute;
  right: 10px;
  top: 44px;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: flex-start !important;
  cursor: pointer !important;
  text-decoration: none !important;
  padding: 12px 40px !important;
  background-color: #94C24A !important;
  color: transparent !important;
  border-style: solid !important;
  border-radius: 30px !important;
  font-weight: 900 !important;
  min-height: 60px !important;
  text-align: center !important;
  line-height: 24px !important;
  height: auto !important;
  font-size: 20px !important;
  transition: 0.2s !important;
  white-space: normal !important;
  gap: 10px !important;
  height: 38px !important;
  min-height: 38px !important;
  width: 38px !important;
  padding: 0 !important;
  background-image: url("images/svg/plus-symbol.svg");
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0 !important;
  font-size: 0 !important;
}
body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents thead.actions .coupon button[name=apply_coupon]:before, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents tr.actions .coupon button[name=apply_coupon]:before, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents td.actions .coupon button[name=apply_coupon]:before, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents th.actions .coupon button[name=apply_coupon]:before {
  position: relative !important;
  top: 3px !important;
  content: url("images/svg/chevron-right--color-2.svg") !important;
  width: 11px !important;
  right: auto !important;
  transform: none !important;
  margin-top: 0 !important;
  transition: none !important;
  order: 999 !important;
  flex: 0 0 11px !important;
}
body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents thead.actions .coupon button[name=apply_coupon]:disabled, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents tr.actions .coupon button[name=apply_coupon]:disabled, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents td.actions .coupon button[name=apply_coupon]:disabled, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents th.actions .coupon button[name=apply_coupon]:disabled {
  opacity: 0.4;
  pointer-events: none;
}
body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents thead.actions .coupon button[name=apply_coupon]:before, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents tr.actions .coupon button[name=apply_coupon]:before, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents td.actions .coupon button[name=apply_coupon]:before, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents th.actions .coupon button[name=apply_coupon]:before {
  content: none !important;
}
body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents thead.actions .coupon button[name=apply_coupon]:hover, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents tr.actions .coupon button[name=apply_coupon]:hover, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents td.actions .coupon button[name=apply_coupon]:hover, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents th.actions .coupon button[name=apply_coupon]:hover {
  background-color: #004322 !important;
}
body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents thead.actions button[name=update_cart], body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents tr.actions button[name=update_cart], body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents td.actions button[name=update_cart], body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents th.actions button[name=update_cart] {
  font-size: 18px !important;
  margin-top: auto !important;
}
@media (max-width: 767px) {
  body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents thead.actions, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents tr.actions, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents td.actions, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents th.actions {
    flex-direction: column;
  }
}
body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr *:not(.button), body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents tbody td *:not(.button), body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents tbody th *:not(.button) {
  color: #262626 !important;
}
body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr a, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents tbody td a, body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents tbody th a {
  text-decoration: none !important;
}
body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents tr {
  border-top: 2px solid #94C24A;
}
body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents tr:first-of-type {
  border-top: 0;
}
@media (max-width: 767px) {
  body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents tr {
    flex-direction: column;
  }
}
body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents td {
  padding: 25px 26px;
  justify-content: center;
  align-items: center;
  background-color: #fff !important;
  border-top: none !important;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents td {
    padding: 20px 0;
  }
  body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents td:first-of-type {
    padding-top: 40px;
  }
  body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents td:last-of-type {
    padding-bottom: 40px;
  }
}
body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents td * {
  font-size: 18px;
}
body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-thumbnail {
  padding-left: 52px !important;
}
@media (max-width: 1279px) {
  body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-thumbnail {
    display: none;
  }
}
body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-remove {
  padding-right: 52px !important;
  order: 20;
}
@media (max-width: 767px) {
  body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-remove {
    order: 0;
  }
}
body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-remove a {
  margin-left: auto;
  font-size: 26px !important;
  color: red !important;
}
body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-remove a:hover {
  color: #fff !important;
}
@media (max-width: 767px) {
  body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-remove a {
    margin-left: 0;
  }
}
body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents td *:not(img):not(select):not(input) {
  text-align: center;
}
body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents td *:not(img):not(.product-tax) {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents td:not(.product-thumbnail) {
  flex: 1 !important;
}
body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents td .quantity input {
  border: 1px solid #004322;
  height: 50px !important;
  font-size: 18px;
}
@media (max-width: 767px) {
  body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents td {
    justify-content: space-between;
  }
  body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents td:before {
    font-size: 18px;
    margin-right: 20px;
  }
}
body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents thead {
  padding: 20px 0;
  background-color: #FCE5D6;
}
body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents thead th {
  padding: 0 52px;
  font-size: 18px;
  font-weight: bold !important;
  color: #005229 !important;
}
@media (max-width: 767px) {
  body.woocommerce-cart .woocommerce-section .woocommerce-cart-form table.woocommerce-cart-form__contents thead:after {
    display: block;
    width: 100%;
    content: "Items";
    text-align: center;
    color: #005229 !important;
    font-size: 18px;
    font-family: "freude", "sans-serif" !important;
  }
}
body.woocommerce-cart .woocommerce-section table.shop_table tr *:not(.button) {
  color: #262626 !important;
}
body.woocommerce-cart .woocommerce-section table.shop_table tr.order-total {
  border-top: 2px solid #94C24A;
}
body.woocommerce-cart .woocommerce-section table.shop_table tr.order-total th, body.woocommerce-cart .woocommerce-section table.shop_table tr.order-total td {
  padding-top: 30px !important;
}
body.woocommerce-cart .woocommerce-section table.shop_table tr:last-of-type {
  margin-bottom: 0 !important;
}
body.woocommerce-cart .woocommerce-section .cart-collaterals {
  display: flex;
  flex-direction: column;
  margin-top: 100px;
}
@media (max-width: 1023px) {
  body.woocommerce-cart .woocommerce-section .cart-collaterals {
    margin-top: 55px;
  }
}
@media (max-width: 767px) {
  body.woocommerce-cart .woocommerce-section .cart-collaterals {
    margin-top: 40px;
  }
}
body.woocommerce-cart .woocommerce-section .cart-collaterals .cross-sells {
  order: 2;
  margin-top: 100px;
  width: 100% !important;
}
@media (max-width: 767px) {
  body.woocommerce-cart .woocommerce-section .cart-collaterals .cross-sells {
    margin-top: 80px;
  }
}
body.woocommerce-cart .woocommerce-section .cart-collaterals .cart_totals {
  position: relative;
  z-index: 1;
  margin-left: auto;
  order: 1;
  width: 100% !important;
  max-width: 650px !important;
  background-color: #CEF1FD !important;
  padding: 40px 58px 48px 58px;
}
body.woocommerce-cart .woocommerce-section .cart-collaterals .cart_totals * {
  z-index: 1;
}
body.woocommerce-cart .woocommerce-section .cart-collaterals .cart_totals:before {
  position: absolute;
  left: -178px;
  top: 40px;
  content: url("images/basket-dog.png");
  z-index: 2;
}
@media (max-width: 767px) {
  body.woocommerce-cart .woocommerce-section .cart-collaterals .cart_totals:before {
    display: none;
  }
}
@media (max-width: 767px) {
  body.woocommerce-cart .woocommerce-section .cart-collaterals .cart_totals {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  body.woocommerce-cart .woocommerce-section .cart-collaterals .cart_totals {
    padding: 40px 30px;
  }
}
body.woocommerce-cart .woocommerce-section .cart-collaterals .cart_totals h2 {
  position: relative;
  font-family: "freude", sans-serif !important;
  color: #004322;
  margin-bottom: 40px;
  font-size: 30px !important;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
body.woocommerce-cart .woocommerce-section .cart-collaterals .cart_totals h2:after {
  content: "";
  background-image: url("images/svg/horizontal-dots--color-2.svg");
  background-repeat: no-repeat;
  width: 68px;
  height: 6px;
}
body.woocommerce-cart .woocommerce-section .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  display: flex;
  margin-top: 14px;
  flex-direction: column;
}
body.woocommerce-cart .woocommerce-section .cart-collaterals .cart_totals .wc-proceed-to-checkout a.button {
  align-self: flex-start;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  body.woocommerce-cart .woocommerce-section .cart-collaterals .cart_totals .wc-proceed-to-checkout a.button {
    order: 2;
  }
}
@media (max-width: 767px) {
  body.woocommerce-cart .woocommerce-section .cart-collaterals .cart_totals .wc-proceed-to-checkout a.button {
    width: 100%;
    margin-bottom: 8px;
  }
  body.woocommerce-cart .woocommerce-section .cart-collaterals .cart_totals .wc-proceed-to-checkout a.button:last-of-type {
    margin-bottom: 0;
  }
}
body.woocommerce-cart .woocommerce-section .cart-collaterals .cart_totals .wc-proceed-to-checkout a.continue-shopping-button {
  margin-right: 26px;
}
@media (max-width: 767px) {
  body.woocommerce-cart .woocommerce-section .cart-collaterals .cart_totals .wc-proceed-to-checkout a.continue-shopping-button {
    margin-right: 0;
    margin-bottom: 20px !important;
    order: 1;
  }
}
body.woocommerce-cart .woocommerce-section .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: flex-start !important;
  cursor: pointer !important;
  text-decoration: none !important;
  padding: 12px 40px !important;
  background-color: #005229 !important;
  color: white !important;
  border-style: solid !important;
  border-radius: 30px !important;
  font-weight: 900 !important;
  min-height: 60px !important;
  text-align: center !important;
  line-height: 24px !important;
  height: auto !important;
  font-size: 20px !important;
  transition: 0.2s !important;
  white-space: normal !important;
  gap: 10px !important;
}
body.woocommerce-cart .woocommerce-section .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button:before {
  position: relative !important;
  top: 3px !important;
  content: url("images/svg/chevron-right--color-2.svg") !important;
  width: 11px !important;
  right: auto !important;
  transform: none !important;
  margin-top: 0 !important;
  transition: none !important;
  order: 999 !important;
  flex: 0 0 11px !important;
}
body.woocommerce-cart .woocommerce-section .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button:disabled {
  opacity: 0.4;
  pointer-events: none;
}
body.woocommerce-cart .woocommerce-section .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #004322 !important;
}

body.woocommerce-page.woocommerce-account .u-column1 h2,
body.woocommerce-page.woocommerce-account .u-column2 h2 {
  font-size: 45px !important;
  line-height: 55px !important;
}
@media (max-width: 767px) {
  body.woocommerce-page.woocommerce-account .u-column1 h2,
  body.woocommerce-page.woocommerce-account .u-column2 h2 {
    font-size: 34px !important;
    line-height: 44px !important;
  }
}
body.woocommerce-page.woocommerce-account .woocommerce-LostPassword {
  margin-bottom: 0 !important;
}
body.woocommerce-page.woocommerce-account .woocommerce-LostPassword a {
  color: #262626 !important;
  font-size: 16px !important;
}
body.woocommerce-page.woocommerce-account .woocommerce-LostPassword a:hover {
  color: #004322 !important;
}
body.woocommerce-page.woocommerce-account .woocommerce-section .woocommerce-form-register {
  width: 100%;
}
body.woocommerce-page.woocommerce-account .woocommerce-section .woocommerce-form-register p.woocommerce-form-row:last-of-type {
  margin-bottom: 0 !important;
}
body.woocommerce-page.woocommerce-account .woocommerce-section .woocommerce-form-register .woocommerce-privacy-policy-text {
  margin-bottom: 20px !important;
}
body.woocommerce-page.woocommerce-account .woocommerce-section .woocommerce-ResetPassword {
  width: 100%;
  max-width: 650px;
}
body.woocommerce-page.woocommerce-account .woocommerce-section .woocommerce-ResetPassword p:first-of-type {
  margin-bottom: 20px !important;
}
body.woocommerce-page.woocommerce-account .woocommerce-section .woocommerce-ResetPassword input {
  border: none !important;
}
body.woocommerce-page.woocommerce-account .woocommerce-section .woocommerce-ResetPassword .password-input {
  border: 1px solid #004322 !important;
}
body.woocommerce-page.woocommerce-account .woocommerce-section .woocommerce {
  display: flex;
  flex-wrap: wrap;
  gap: 56px;
}
@media (max-width: 899px) {
  body.woocommerce-page.woocommerce-account .woocommerce-section .woocommerce {
    flex-direction: column;
    gap: 0;
  }
}
body.woocommerce-page.woocommerce-account .woocommerce-section .woocommerce:before {
  content: none;
}
body.woocommerce-page.woocommerce-account .woocommerce-section .woocommerce h2 {
  width: 100%;
  font-family: "freude", sans-serif !important;
  color: #004322 !important;
}
body.woocommerce-page.woocommerce-account .woocommerce-section .woocommerce .woocommerce-MyAccount-content {
  flex: 1;
}
body.woocommerce-page.woocommerce-account .woocommerce-section .woocommerce .woocommerce-MyAccount-content button[name=save_account_details] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: flex-start !important;
  cursor: pointer !important;
  text-decoration: none !important;
  padding: 12px 40px !important;
  background-color: #005229 !important;
  color: #fff !important;
  border-style: solid !important;
  border-radius: 30px !important;
  font-weight: 900 !important;
  min-height: 60px !important;
  text-align: center !important;
  line-height: 24px !important;
  height: auto !important;
  font-size: 20px !important;
  transition: 0.2s !important;
  white-space: normal !important;
  gap: 10px !important;
  margin-top: 30px;
}
body.woocommerce-page.woocommerce-account .woocommerce-section .woocommerce .woocommerce-MyAccount-content button[name=save_account_details]:before {
  position: relative !important;
  top: 3px !important;
  content: url("images/svg/chevron-right--color-2.svg") !important;
  width: 11px !important;
  right: auto !important;
  transform: none !important;
  margin-top: 0 !important;
  transition: none !important;
  order: 999 !important;
  flex: 0 0 11px !important;
}
body.woocommerce-page.woocommerce-account .woocommerce-section .woocommerce .woocommerce-MyAccount-content button[name=save_account_details]:disabled {
  opacity: 0.4;
  pointer-events: none;
}
body.woocommerce-page.woocommerce-account .woocommerce-section .woocommerce .woocommerce-MyAccount-content button[name=save_account_details]:hover {
  background-color: #004322 !important;
}
body.woocommerce-page.woocommerce-account .woocommerce-section .woocommerce .woocommerce-Addresses {
  margin-top: 30px;
}
body.woocommerce-page.woocommerce-account .woocommerce-section .woocommerce .woocommerce-MyAccount-content {
  width: auto !important;
}
body.woocommerce-page.woocommerce-account .woocommerce-section .woocommerce .woocommerce-form-login {
  width: 100%;
}
body.woocommerce-page.woocommerce-account .woocommerce-section .woocommerce .woocommerce-form-login input#password {
  border: none !important;
}
body.woocommerce-page.woocommerce-account .woocommerce-section .woocommerce .woocommerce-form-login p.woocommerce-LostPassword {
  margin-bottom: 0 !important;
}
body.woocommerce-page.woocommerce-account .woocommerce-section .woocommerce .woocommerce-form-login input:not([type=checkbox]),
body.woocommerce-page.woocommerce-account .woocommerce-section .woocommerce .woocommerce-ResetPassword input:not([type=checkbox]) {
  max-width: 384px !important;
  width: 100% !important;
}
@media (max-width: 767px) {
  body.woocommerce-page.woocommerce-account .woocommerce-section .woocommerce .woocommerce-form-login input:not([type=checkbox]),
  body.woocommerce-page.woocommerce-account .woocommerce-section .woocommerce .woocommerce-ResetPassword input:not([type=checkbox]) {
    max-width: 100% !important;
  }
}
body.woocommerce-page.woocommerce-account .woocommerce-section .woocommerce .woocommerce-form-login .woocommerce-form__label-for-checkbox,
body.woocommerce-page.woocommerce-account .woocommerce-section .woocommerce .woocommerce-ResetPassword .woocommerce-form__label-for-checkbox {
  margin-bottom: 20px !important;
}
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100% !important;
  max-width: 268px !important;
}
@media (max-width: 899px) {
  body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 30px;
    max-width: 100% !important;
  }
}
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation li {
  padding: 0 !important;
}
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation li a {
  text-decoration: none !important;
}
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation li:not(.woocommerce-MyAccount-navigation-link--customer-logout) {
  margin-bottom: 10px !important;
}
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation li:not(.woocommerce-MyAccount-navigation-link--customer-logout) a {
  height: 60px;
  display: flex;
  align-items: center;
  background-color: #EDEDED;
  padding: 0 30px 0 40px;
  border-radius: 30px !important;
  justify-content: space-between;
  gap: 10px;
  transition: 0.2s;
  font-family: "freude", sans-serif !important;
  color: #004322 !important;
  margin-bottom: 0;
}
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation li:not(.woocommerce-MyAccount-navigation-link--customer-logout) a:after {
  position: relative !important;
  top: 3px !important;
  content: url("images/svg/chevron-right--color-2.svg") !important;
  width: 11px !important;
}
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation li:not(.woocommerce-MyAccount-navigation-link--customer-logout) a:hover {
  background-color: #004322 !important;
  color: #fff !important;
}
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation li:not(.woocommerce-MyAccount-navigation-link--customer-logout).is-active a {
  background-color: #004322 !important;
  color: #fff !important;
}
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation li:not(.woocommerce-MyAccount-navigation-link--customer-logout):last-of-type {
  margin-bottom: 0 !important;
}
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: flex-start !important;
  cursor: pointer !important;
  text-decoration: none !important;
  padding: 12px 40px !important;
  background-color: #005229 !important;
  color: #fff !important;
  border-style: solid !important;
  border-radius: 30px !important;
  font-weight: 900 !important;
  min-height: 60px !important;
  text-align: center !important;
  line-height: 24px !important;
  height: auto !important;
  font-size: 20px !important;
  transition: 0.2s !important;
  white-space: normal !important;
  gap: 10px !important;
  margin-top: 30px !important;
}
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout:before {
  position: relative !important;
  top: 3px !important;
  content: url("images/svg/chevron-right--color-2.svg") !important;
  width: 11px !important;
  right: auto !important;
  transform: none !important;
  margin-top: 0 !important;
  transition: none !important;
  order: 999 !important;
  flex: 0 0 11px !important;
}
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout:disabled {
  opacity: 0.4;
  pointer-events: none;
}
@media (max-width: 767px) {
  body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout {
    margin-top: 10px !important;
  }
}
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #fff !important;
}
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout:hover {
  background-color: #004322 !important;
}
body.woocommerce-page.woocommerce-account .account-page-header {
  margin-bottom: 50px;
  border-bottom: 2px solid #94C24A;
}
@media (max-width: 767px) {
  body.woocommerce-page.woocommerce-account .account-page-header {
    margin-bottom: 30px;
  }
}
body.woocommerce-page.woocommerce-account .account-page-header h2 {
  font-size: 45px !important;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body.woocommerce-page.woocommerce-account .account-page-header h2 {
    font-size: 30px !important;
  }
}
@media (max-width: 767px) {
  body.woocommerce-page.woocommerce-account .u-column2.woocommerce-Address {
    margin-top: 20px !important;
  }
}
@media (max-width: 767px) {
  body.woocommerce-page.woocommerce-account .woocommerce-column--shipping-address {
    margin-top: 30px !important;
  }
}

body.woocommerce-checkout .woocommerce-section .woocommerce-form-login .woocommerce-form-login__submit {
  margin-top: 10px !important;
}
body.woocommerce-checkout .woocommerce-section .woocommerce-thankyou-order-details {
  padding-left: 0;
}
body.woocommerce-checkout .woocommerce-section .woocommerce-table--order-details {
  background-color: #EFFFD5 !important;
  padding: 30px;
}
@media (max-width: 767px) {
  body.woocommerce-checkout .woocommerce-section .woocommerce-table--order-details {
    padding: 30px 20px;
  }
}
body.woocommerce-checkout .woocommerce-section .woocommerce-columns--addresses address {
  padding: 30px;
}
@media (max-width: 767px) {
  body.woocommerce-checkout .woocommerce-section .woocommerce-columns--addresses address {
    padding: 30px 20px;
  }
}
body.woocommerce-checkout .woocommerce-section .woocommerce-columns--addresses *:last-of-type {
  margin-bottom: 0 !important;
}
body.woocommerce-checkout .woocommerce-section .woocommerce-form-coupon {
  margin-top: -20px !important;
}
body.woocommerce-checkout .woocommerce-section .woocommerce-checkout {
  column-gap: 56px !important;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
}
body.woocommerce-checkout .woocommerce-section .woocommerce-checkout #wc-stripe-payment-request-wrapper,
body.woocommerce-checkout .woocommerce-section .woocommerce-checkout #wc-stripe-payment-request-button-separator {
  grid-column: span 2;
}
@media (max-width: 1279px) {
  body.woocommerce-checkout .woocommerce-section .woocommerce-checkout #wc-stripe-payment-request-wrapper,
  body.woocommerce-checkout .woocommerce-section .woocommerce-checkout #wc-stripe-payment-request-button-separator {
    grid-column: unset;
  }
}
@media (max-width: 1279px) {
  body.woocommerce-checkout .woocommerce-section .woocommerce-checkout {
    grid-template-columns: auto;
  }
  body.woocommerce-checkout .woocommerce-section .woocommerce-checkout #customer_details,
  body.woocommerce-checkout .woocommerce-section .woocommerce-checkout #order_review {
    max-width: 592px;
  }
}
@media (max-width: 991px) {
  body.woocommerce-checkout .woocommerce-section .woocommerce-checkout #customer_details,
  body.woocommerce-checkout .woocommerce-section .woocommerce-checkout #order_review {
    max-width: 100%;
  }
}
@media (max-width: 991px) and (max-width: 899px) {
  body.woocommerce-checkout .woocommerce-section .woocommerce-checkout {
    flex-direction: column !important;
    grid-template-columns: 1fr;
  }
}
body.woocommerce-checkout .woocommerce-section .woocommerce-checkout .woocommerce-NoticeGroup {
  width: 100% !important;
}
body.woocommerce-checkout .woocommerce-section .woocommerce-checkout #customer_details,
body.woocommerce-checkout .woocommerce-section .woocommerce-checkout .woocommerce-checkout-review-order {
  display: flex !important;
  flex-direction: column !important;
  align-self: flex-start !important;
}
body.woocommerce-checkout .woocommerce-section .woocommerce-checkout #customer_details .woocommerce-error,
body.woocommerce-checkout .woocommerce-section .woocommerce-checkout #customer_details .woocommerce-info,
body.woocommerce-checkout .woocommerce-section .woocommerce-checkout #customer_details .woocommerce-message,
body.woocommerce-checkout .woocommerce-section .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-error,
body.woocommerce-checkout .woocommerce-section .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-info,
body.woocommerce-checkout .woocommerce-section .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-message {
  margin-bottom: 0 !important;
}
body.woocommerce-checkout .woocommerce-section .woocommerce-checkout .woocommerce-checkout-review-order {
  background-color: #CEF1FD !important;
  padding: 40px 58px 48px 58px;
}
@media (max-width: 899px) {
  body.woocommerce-checkout .woocommerce-section .woocommerce-checkout .woocommerce-checkout-review-order {
    width: 100% !important;
    margin-top: 30px !important;
  }
}
@media (max-width: 767px) {
  body.woocommerce-checkout .woocommerce-section .woocommerce-checkout .woocommerce-checkout-review-order {
    padding: 40px 30px;
  }
}
body.woocommerce-checkout .woocommerce-section .woocommerce-checkout .woocommerce-checkout-review-order h3 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
body.woocommerce-checkout .woocommerce-section .woocommerce-checkout .woocommerce-checkout-review-order h3:after {
  content: "";
  background-image: url("images/svg/horizontal-dots--color-2.svg");
  background-repeat: no-repeat;
  width: 68px;
  height: 6px;
}
body.woocommerce-checkout .woocommerce-section .woocommerce-checkout .woocommerce-checkout-review-order h3:after {
  background-image: url("images/svg/horizontal-dots--color-4.svg");
}
body.woocommerce-checkout .woocommerce-section .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
  border: none !important;
}
body.woocommerce-checkout .woocommerce-section .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr th, body.woocommerce-checkout .woocommerce-section .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr td {
  color: #262626 !important;
}
body.woocommerce-checkout .woocommerce-section .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr th *, body.woocommerce-checkout .woocommerce-section .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr td * {
  color: #262626 !important;
}
body.woocommerce-checkout .woocommerce-section .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr.cart_item td.product-name {
  padding-right: 20px !important;
}
body.woocommerce-checkout .woocommerce-section .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr.cart_item td.product-name .variation {
  padding-left: 20px !important;
}
body.woocommerce-checkout .woocommerce-section .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
body.woocommerce-checkout .woocommerce-section .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr:first-of-type, body.woocommerce-checkout .woocommerce-section .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr:last-of-type {
  border-top: 2px solid #85CFE8 !important;
  padding-top: 30px !important;
}
body.woocommerce-checkout .woocommerce-section .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr.cart-subtotal {
  border-bottom: none !important;
}
body.woocommerce-checkout .woocommerce-section .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr.shipping {
  margin-bottom: 19px !important;
}
body.woocommerce-checkout .woocommerce-section .woocommerce-checkout .woocommerce-checkout-review-order button#place_order {
  float: left !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: flex-start !important;
  cursor: pointer !important;
  text-decoration: none !important;
  padding: 12px 40px !important;
  background-color: #005229 !important;
  color: #fff !important;
  border-style: solid !important;
  border-radius: 30px !important;
  font-weight: 900 !important;
  min-height: 60px !important;
  text-align: center !important;
  line-height: 24px !important;
  height: auto !important;
  font-size: 20px !important;
  transition: 0.2s !important;
  white-space: normal !important;
  gap: 10px !important;
}
body.woocommerce-checkout .woocommerce-section .woocommerce-checkout .woocommerce-checkout-review-order button#place_order:before {
  position: relative !important;
  top: 3px !important;
  content: url("images/svg/chevron-right--color-2.svg") !important;
  width: 11px !important;
  right: auto !important;
  transform: none !important;
  margin-top: 0 !important;
  transition: none !important;
  order: 999 !important;
  flex: 0 0 11px !important;
}
body.woocommerce-checkout .woocommerce-section .woocommerce-checkout .woocommerce-checkout-review-order button#place_order:disabled {
  opacity: 0.4;
  pointer-events: none;
}
body.woocommerce-checkout .woocommerce-section .woocommerce-checkout .woocommerce-checkout-review-order button#place_order:hover {
  background-color: #004322 !important;
}
@media (max-width: 899px) {
  body.woocommerce-checkout .woocommerce-section .woocommerce-checkout #customer_details {
    width: 100% !important;
  }
}
body.woocommerce-checkout .woocommerce-section .woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout .woocommerce-section .woocommerce-checkout #customer_details .col-2 {
  width: 100% !important;
}
body.woocommerce-checkout .woocommerce-section .woocommerce-checkout #customer_details .col-2 .woocommerce-shipping-fields {
  margin: 47px 0 !important;
}
@media (max-width: 767px) {
  body.woocommerce-checkout .woocommerce-section .woocommerce-checkout #customer_details .col-2 .woocommerce-shipping-fields {
    margin: 30px 0 !important;
  }
}
body.woocommerce-checkout .woocommerce-section .woocommerce-checkout #customer_details .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper {
  padding-top: 20px;
}
body.woocommerce-checkout .woocommerce-section .woocommerce-checkout #customer_details .col-2 #ship-to-different-address {
  font-family: "freude", "sans-serif" !important;
}
body.woocommerce-checkout .woocommerce-section .woocommerce-checkout .woocommerce-additional-fields h3 {
  display: none !important;
}
body.woocommerce-checkout .woocommerce-section .woocommerce-checkout h3:not(#ship-to-different-address) {
  font-size: 34px !important;
  margin-bottom: 40px !important;
}
@media (max-width: 767px) {
  body.woocommerce-checkout .woocommerce-section .woocommerce-checkout h3:not(#ship-to-different-address) {
    font-size: 30px;
  }
}
body.woocommerce-checkout .woocommerce-section .woocommerce-checkout table.shop_table tr.cart-subtotal {
  border-bottom: 2px solid #94C24A !important;
}
body.woocommerce-checkout .woocommerce-section .woocommerce-checkout table.shop_table tr.order-total {
  margin-bottom: 0 !important;
}
body.woocommerce-checkout .woocommerce-section .woocommerce-checkout table.shop_table thead {
  display: none !important;
}

body.woocommerce-checkout table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details),
body.woocommerce-cart table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) {
  border: none !important;
  margin-bottom: 0 !important;
}
body.woocommerce-checkout table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) tr, body.woocommerce-checkout table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) th, body.woocommerce-checkout table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) td,
body.woocommerce-cart table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) tr,
body.woocommerce-cart table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) th,
body.woocommerce-cart table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) td {
  padding: 0 !important;
  width: 100% !important;
}
body.woocommerce-checkout table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) tr input, body.woocommerce-checkout table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) tr select, body.woocommerce-checkout table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) th input, body.woocommerce-checkout table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) th select, body.woocommerce-checkout table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) td input, body.woocommerce-checkout table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) td select,
body.woocommerce-cart table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) tr input,
body.woocommerce-cart table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) tr select,
body.woocommerce-cart table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) th input,
body.woocommerce-cart table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) th select,
body.woocommerce-cart table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) td input,
body.woocommerce-cart table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) td select {
  font-size: 18px !important;
}
@media (max-width: 767px) {
  body.woocommerce-checkout table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) tr, body.woocommerce-checkout table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) th, body.woocommerce-checkout table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) td,
  body.woocommerce-cart table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) tr,
  body.woocommerce-cart table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) th,
  body.woocommerce-cart table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) td {
    width: auto !important;
  }
}
body.woocommerce-checkout table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) tr:before, body.woocommerce-checkout table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) th:before, body.woocommerce-checkout table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) td:before,
body.woocommerce-cart table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) tr:before,
body.woocommerce-cart table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) th:before,
body.woocommerce-cart table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) td:before {
  display: none !important;
}
body.woocommerce-checkout table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) tr, body.woocommerce-checkout table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) th, body.woocommerce-checkout table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) td:not([data-title^=Shipping]),
body.woocommerce-cart table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) tr,
body.woocommerce-cart table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) th,
body.woocommerce-cart table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) td:not([data-title^=Shipping]) {
  display: flex;
}
body.woocommerce-checkout table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) tr,
body.woocommerce-cart table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) tr {
  margin-bottom: 40px !important;
}
body.woocommerce-checkout table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) tr.order-total td,
body.woocommerce-cart table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) tr.order-total td {
  display: block !important;
}
body.woocommerce-checkout table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) tr.cart-subtotal td,
body.woocommerce-cart table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) tr.cart-subtotal td {
  display: block !important;
}
body.woocommerce-checkout table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) tr.cart-subtotal th, body.woocommerce-checkout table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) tr.order-total th,
body.woocommerce-cart table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) tr.cart-subtotal th,
body.woocommerce-cart table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) tr.order-total th {
  font-family: "proxima-soft", "sans-serif" !important;
}
body.woocommerce-checkout table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) tr.cart-subtotal .woocommerce-Price-amount, body.woocommerce-checkout table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) tr.order-total .woocommerce-Price-amount,
body.woocommerce-cart table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) tr.cart-subtotal .woocommerce-Price-amount,
body.woocommerce-cart table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) tr.order-total .woocommerce-Price-amount {
  font-family: "proxima-soft", "sans-serif" !important;
  font-weight: normal !important;
}
body.woocommerce-checkout table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) tr.woocommerce-shipping-totals label,
body.woocommerce-cart table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) tr.woocommerce-shipping-totals label {
  font-family: "proxima-soft", "sans-serif" !important;
  font-weight: normal !important;
}
@media (max-width: 767px) {
  body.woocommerce-checkout table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) tr,
  body.woocommerce-cart table.shop_table:not(.woocommerce-cart-form__contents):not(.woocommerce-table--order-details) tr {
    justify-content: space-between;
  }
}
body.woocommerce-checkout .shipping-calculator-form .select2-selection,
body.woocommerce-cart .shipping-calculator-form .select2-selection {
  padding: 10px 42px 10px 30px !important;
}
@media (max-width: 767px) {
  body.woocommerce-checkout .shipping-calculator-form .select2-selection,
  body.woocommerce-cart .shipping-calculator-form .select2-selection {
    padding-left: 20px !important;
  }
}
body.woocommerce-checkout .shipping-calculator-form .select2-selection .select2-selection__rendered,
body.woocommerce-cart .shipping-calculator-form .select2-selection .select2-selection__rendered {
  max-width: 170px !important;
}
body.woocommerce-checkout .shipping-calculator-form .select2-selection span,
body.woocommerce-cart .shipping-calculator-form .select2-selection span {
  padding: 0 !important;
}
body.woocommerce-checkout .shipping-calculator-form input[type=text], body.woocommerce-checkout .shipping-calculator-form input[type=password], body.woocommerce-checkout .shipping-calculator-form input[type=number], body.woocommerce-checkout .shipping-calculator-form input[type=email], body.woocommerce-checkout .shipping-calculator-form input[type=tel], body.woocommerce-checkout .shipping-calculator-form select, body.woocommerce-checkout .shipping-calculator-form textarea, body.woocommerce-checkout .shipping-calculator-form .select2-selection,
body.woocommerce-cart .shipping-calculator-form input[type=text],
body.woocommerce-cart .shipping-calculator-form input[type=password],
body.woocommerce-cart .shipping-calculator-form input[type=number],
body.woocommerce-cart .shipping-calculator-form input[type=email],
body.woocommerce-cart .shipping-calculator-form input[type=tel],
body.woocommerce-cart .shipping-calculator-form select,
body.woocommerce-cart .shipping-calculator-form textarea,
body.woocommerce-cart .shipping-calculator-form .select2-selection {
  background-color: #fff !important;
}
body.woocommerce-checkout .wc_payment_method *,
body.woocommerce-cart .wc_payment_method * {
  font-size: 18px !important;
  color: #262626 !important;
}
body.woocommerce-checkout #payment div.payment_box,
body.woocommerce-cart #payment div.payment_box {
  background: transparent;
  padding: 0;
}
body.woocommerce-checkout #payment div.payment_box:before,
body.woocommerce-cart #payment div.payment_box:before {
  display: none;
}

body.woocommerce .woocommerce-section ul.products,
body.woocommerce-page .woocommerce-section ul.products,
body.woocommerce-cart .woocommerce-section ul.products,
body.woocommerce-checkout .woocommerce-section ul.products,
body.page-template-template-donate .accordion-content ul.products {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 56px !important;
  margin-bottom: 0 !important;
}
@media (max-width: 1279px) {
  body.woocommerce .woocommerce-section ul.products,
  body.woocommerce-page .woocommerce-section ul.products,
  body.woocommerce-cart .woocommerce-section ul.products,
  body.woocommerce-checkout .woocommerce-section ul.products,
  body.page-template-template-donate .accordion-content ul.products {
    gap: 30px !important;
  }
}
@media (max-width: 500px) {
  body.woocommerce .woocommerce-section ul.products,
  body.woocommerce-page .woocommerce-section ul.products,
  body.woocommerce-cart .woocommerce-section ul.products,
  body.woocommerce-checkout .woocommerce-section ul.products,
  body.page-template-template-donate .accordion-content ul.products {
    gap: 30px !important;
  }
}
@media (max-width: 767px) {
  body.woocommerce .woocommerce-section ul.products,
  body.woocommerce-page .woocommerce-section ul.products,
  body.woocommerce-cart .woocommerce-section ul.products,
  body.woocommerce-checkout .woocommerce-section ul.products,
  body.page-template-template-donate .accordion-content ul.products {
    justify-content: center !important;
  }
}
body.woocommerce .woocommerce-section ul.products:before, body.woocommerce .woocommerce-section ul.products:after,
body.woocommerce-page .woocommerce-section ul.products:before,
body.woocommerce-page .woocommerce-section ul.products:after,
body.woocommerce-cart .woocommerce-section ul.products:before,
body.woocommerce-cart .woocommerce-section ul.products:after,
body.woocommerce-checkout .woocommerce-section ul.products:before,
body.woocommerce-checkout .woocommerce-section ul.products:after,
body.page-template-template-donate .accordion-content ul.products:before,
body.page-template-template-donate .accordion-content ul.products:after {
  content: none !important;
}
body.woocommerce .woocommerce-section ul.products.columns-4 li,
body.woocommerce-page .woocommerce-section ul.products.columns-4 li,
body.woocommerce-cart .woocommerce-section ul.products.columns-4 li,
body.woocommerce-checkout .woocommerce-section ul.products.columns-4 li,
body.page-template-template-donate .accordion-content ul.products.columns-4 li {
  width: calc(25% - 42px) !important;
}
@media (max-width: 1023px) {
  body.woocommerce .woocommerce-section ul.products.columns-4 li,
  body.woocommerce-page .woocommerce-section ul.products.columns-4 li,
  body.woocommerce-cart .woocommerce-section ul.products.columns-4 li,
  body.woocommerce-checkout .woocommerce-section ul.products.columns-4 li,
  body.page-template-template-donate .accordion-content ul.products.columns-4 li {
    width: calc(33.3% - 20px) !important;
  }
}
body.woocommerce .woocommerce-section ul.products.columns-3 li,
body.woocommerce-page .woocommerce-section ul.products.columns-3 li,
body.woocommerce-cart .woocommerce-section ul.products.columns-3 li,
body.woocommerce-checkout .woocommerce-section ul.products.columns-3 li,
body.page-template-template-donate .accordion-content ul.products.columns-3 li {
  width: calc(33.3% - 38px) !important;
}
@media (max-width: 767px) {
  body.woocommerce .woocommerce-section ul.products.columns-4 li, body.woocommerce .woocommerce-section ul.products.columns-3 li,
  body.woocommerce-page .woocommerce-section ul.products.columns-4 li,
  body.woocommerce-page .woocommerce-section ul.products.columns-3 li,
  body.woocommerce-cart .woocommerce-section ul.products.columns-4 li,
  body.woocommerce-cart .woocommerce-section ul.products.columns-3 li,
  body.woocommerce-checkout .woocommerce-section ul.products.columns-4 li,
  body.woocommerce-checkout .woocommerce-section ul.products.columns-3 li,
  body.page-template-template-donate .accordion-content ul.products.columns-4 li,
  body.page-template-template-donate .accordion-content ul.products.columns-3 li {
    width: calc(50% - 15px) !important;
  }
}
@media (max-width: 500px) {
  body.woocommerce .woocommerce-section ul.products.columns-4 li, body.woocommerce .woocommerce-section ul.products.columns-3 li,
  body.woocommerce-page .woocommerce-section ul.products.columns-4 li,
  body.woocommerce-page .woocommerce-section ul.products.columns-3 li,
  body.woocommerce-cart .woocommerce-section ul.products.columns-4 li,
  body.woocommerce-cart .woocommerce-section ul.products.columns-3 li,
  body.woocommerce-checkout .woocommerce-section ul.products.columns-4 li,
  body.woocommerce-checkout .woocommerce-section ul.products.columns-3 li,
  body.page-template-template-donate .accordion-content ul.products.columns-4 li,
  body.page-template-template-donate .accordion-content ul.products.columns-3 li {
    width: 75% !important;
  }
}
@media (max-width: 380px) {
  body.woocommerce .woocommerce-section ul.products.columns-4 li, body.woocommerce .woocommerce-section ul.products.columns-3 li,
  body.woocommerce-page .woocommerce-section ul.products.columns-4 li,
  body.woocommerce-page .woocommerce-section ul.products.columns-3 li,
  body.woocommerce-cart .woocommerce-section ul.products.columns-4 li,
  body.woocommerce-cart .woocommerce-section ul.products.columns-3 li,
  body.woocommerce-checkout .woocommerce-section ul.products.columns-4 li,
  body.woocommerce-checkout .woocommerce-section ul.products.columns-3 li,
  body.page-template-template-donate .accordion-content ul.products.columns-4 li,
  body.page-template-template-donate .accordion-content ul.products.columns-3 li {
    width: 100% !important;
    max-width: 238px !important;
  }
}
body.woocommerce .woocommerce-section ul.products.columns-2 li,
body.woocommerce-page .woocommerce-section ul.products.columns-2 li,
body.woocommerce-cart .woocommerce-section ul.products.columns-2 li,
body.woocommerce-checkout .woocommerce-section ul.products.columns-2 li,
body.page-template-template-donate .accordion-content ul.products.columns-2 li {
  width: calc(50% - 38px) !important;
}
@media (max-width: 380px) {
  body.woocommerce .woocommerce-section ul.products.columns-2 li,
  body.woocommerce-page .woocommerce-section ul.products.columns-2 li,
  body.woocommerce-cart .woocommerce-section ul.products.columns-2 li,
  body.woocommerce-checkout .woocommerce-section ul.products.columns-2 li,
  body.page-template-template-donate .accordion-content ul.products.columns-2 li {
    width: 100% !important;
    max-width: 238px !important;
  }
}
body.woocommerce .woocommerce-section ul.products li,
body.woocommerce-page .woocommerce-section ul.products li,
body.woocommerce-cart .woocommerce-section ul.products li,
body.woocommerce-checkout .woocommerce-section ul.products li,
body.page-template-template-donate .accordion-content ul.products li {
  display: flex !important;
  flex-direction: column !important;
  margin: 0 !important;
  font-family: "freude", sans-serif;
  color: #004322 !important;
  max-width: 238px !important;
}
body.woocommerce .woocommerce-section ul.products li.product-category a,
body.woocommerce-page .woocommerce-section ul.products li.product-category a,
body.woocommerce-cart .woocommerce-section ul.products li.product-category a,
body.woocommerce-checkout .woocommerce-section ul.products li.product-category a,
body.page-template-template-donate .accordion-content ul.products li.product-category a {
  display: flex;
  flex-direction: column;
}
body.woocommerce .woocommerce-section ul.products li.product-category a .img-container,
body.woocommerce-page .woocommerce-section ul.products li.product-category a .img-container,
body.woocommerce-cart .woocommerce-section ul.products li.product-category a .img-container,
body.woocommerce-checkout .woocommerce-section ul.products li.product-category a .img-container,
body.page-template-template-donate .accordion-content ul.products li.product-category a .img-container {
  display: flex;
  position: relative;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}
body.woocommerce .woocommerce-section ul.products li.product-category a .img-container img,
body.woocommerce-page .woocommerce-section ul.products li.product-category a .img-container img,
body.woocommerce-cart .woocommerce-section ul.products li.product-category a .img-container img,
body.woocommerce-checkout .woocommerce-section ul.products li.product-category a .img-container img,
body.page-template-template-donate .accordion-content ul.products li.product-category a .img-container img {
  margin: 0;
  border-radius: 20px;
  border: 2px solid #94C24A;
}
body.woocommerce .woocommerce-section ul.products li.product-category a:hover .woocommerce-loop-category__title:before,
body.woocommerce-page .woocommerce-section ul.products li.product-category a:hover .woocommerce-loop-category__title:before,
body.woocommerce-cart .woocommerce-section ul.products li.product-category a:hover .woocommerce-loop-category__title:before,
body.woocommerce-checkout .woocommerce-section ul.products li.product-category a:hover .woocommerce-loop-category__title:before,
body.page-template-template-donate .accordion-content ul.products li.product-category a:hover .woocommerce-loop-category__title:before {
  transform: translateX(2px) !important;
}
body.woocommerce .woocommerce-section ul.products li.product-category .woocommerce-loop-category__title,
body.woocommerce-page .woocommerce-section ul.products li.product-category .woocommerce-loop-category__title,
body.woocommerce-cart .woocommerce-section ul.products li.product-category .woocommerce-loop-category__title,
body.woocommerce-checkout .woocommerce-section ul.products li.product-category .woocommerce-loop-category__title,
body.page-template-template-donate .accordion-content ul.products li.product-category .woocommerce-loop-category__title {
  display: flex;
  gap: 10px;
  padding: 0;
}
body.woocommerce .woocommerce-section ul.products li.product-category .woocommerce-loop-category__title:before,
body.woocommerce-page .woocommerce-section ul.products li.product-category .woocommerce-loop-category__title:before,
body.woocommerce-cart .woocommerce-section ul.products li.product-category .woocommerce-loop-category__title:before,
body.woocommerce-checkout .woocommerce-section ul.products li.product-category .woocommerce-loop-category__title:before,
body.page-template-template-donate .accordion-content ul.products li.product-category .woocommerce-loop-category__title:before {
  position: relative !important;
  top: 2px !important;
  content: url("images/svg/chevron-right--color-2.svg") !important;
  width: 11px !important;
  right: auto !important;
  transform: none !important;
  margin-top: 0 !important;
  order: 999 !important;
  flex: 0 0 11px !important;
  transition: 0.2s !important;
}
body.woocommerce .woocommerce-section ul.products li.product-category .woocommerce-loop-category__title mark,
body.woocommerce-page .woocommerce-section ul.products li.product-category .woocommerce-loop-category__title mark,
body.woocommerce-cart .woocommerce-section ul.products li.product-category .woocommerce-loop-category__title mark,
body.woocommerce-checkout .woocommerce-section ul.products li.product-category .woocommerce-loop-category__title mark,
body.page-template-template-donate .accordion-content ul.products li.product-category .woocommerce-loop-category__title mark {
  display: none;
}
body.woocommerce .woocommerce-section ul.products li.product:not(.product-category) h2.woocommerce-loop-product__title,
body.woocommerce-page .woocommerce-section ul.products li.product:not(.product-category) h2.woocommerce-loop-product__title,
body.woocommerce-cart .woocommerce-section ul.products li.product:not(.product-category) h2.woocommerce-loop-product__title,
body.woocommerce-checkout .woocommerce-section ul.products li.product:not(.product-category) h2.woocommerce-loop-product__title,
body.page-template-template-donate .accordion-content ul.products li.product:not(.product-category) h2.woocommerce-loop-product__title {
  text-transform: none !important;
  font-size: 18px !important;
}
body.woocommerce .woocommerce-section ul.products li.product:not(.product-category) a .img-container img,
body.woocommerce-page .woocommerce-section ul.products li.product:not(.product-category) a .img-container img,
body.woocommerce-cart .woocommerce-section ul.products li.product:not(.product-category) a .img-container img,
body.woocommerce-checkout .woocommerce-section ul.products li.product:not(.product-category) a .img-container img,
body.page-template-template-donate .accordion-content ul.products li.product:not(.product-category) a .img-container img {
  margin: 0;
  border-radius: 20px;
  border: 2px solid #94C24A;
}
body.woocommerce .woocommerce-section ul.products li.product-category a:hover .product-button,
body.woocommerce-page .woocommerce-section ul.products li.product-category a:hover .product-button,
body.woocommerce-cart .woocommerce-section ul.products li.product-category a:hover .product-button,
body.woocommerce-checkout .woocommerce-section ul.products li.product-category a:hover .product-button,
body.page-template-template-donate .accordion-content ul.products li.product-category a:hover .product-button {
  background-color: #004322;
  transition: 0.2s;
}
body.woocommerce .woocommerce-section ul.products li .woocommerce-loop-product__title,
body.woocommerce-page .woocommerce-section ul.products li .woocommerce-loop-product__title,
body.woocommerce-cart .woocommerce-section ul.products li .woocommerce-loop-product__title,
body.woocommerce-checkout .woocommerce-section ul.products li .woocommerce-loop-product__title,
body.page-template-template-donate .accordion-content ul.products li .woocommerce-loop-product__title {
  padding: 0;
}
body.woocommerce .woocommerce-section ul.products li .button,
body.woocommerce-page .woocommerce-section ul.products li .button,
body.woocommerce-cart .woocommerce-section ul.products li .button,
body.woocommerce-checkout .woocommerce-section ul.products li .button,
body.page-template-template-donate .accordion-content ul.products li .button {
  margin-top: auto !important;
  padding: 12px 24px !important;
  width: 100% !important;
}
body.woocommerce .woocommerce-section ul.products li .img-container,
body.woocommerce-page .woocommerce-section ul.products li .img-container,
body.woocommerce-cart .woocommerce-section ul.products li .img-container,
body.woocommerce-checkout .woocommerce-section ul.products li .img-container,
body.page-template-template-donate .accordion-content ul.products li .img-container {
  display: flex;
  position: relative;
  margin-bottom: 20px;
  justify-content: center;
  width: 100%;
}
body.woocommerce .woocommerce-section ul.products li .img-container img,
body.woocommerce-page .woocommerce-section ul.products li .img-container img,
body.woocommerce-cart .woocommerce-section ul.products li .img-container img,
body.woocommerce-checkout .woocommerce-section ul.products li .img-container img,
body.page-template-template-donate .accordion-content ul.products li .img-container img {
  width: auto;
  align-self: center;
}
body.woocommerce .woocommerce-section ul.products li .woocommerce-loop-product__link:hover .product-button,
body.woocommerce-page .woocommerce-section ul.products li .woocommerce-loop-product__link:hover .product-button,
body.woocommerce-cart .woocommerce-section ul.products li .woocommerce-loop-product__link:hover .product-button,
body.woocommerce-checkout .woocommerce-section ul.products li .woocommerce-loop-product__link:hover .product-button,
body.page-template-template-donate .accordion-content ul.products li .woocommerce-loop-product__link:hover .product-button {
  background-color: #004322;
  transition: 0.2s;
}
body.woocommerce .woocommerce-section ul.products li *:not(span.vat):not(.button):not(.added_to_cart):not(span.onsale):not(.price *),
body.woocommerce-page .woocommerce-section ul.products li *:not(span.vat):not(.button):not(.added_to_cart):not(span.onsale):not(.price *),
body.woocommerce-cart .woocommerce-section ul.products li *:not(span.vat):not(.button):not(.added_to_cart):not(span.onsale):not(.price *),
body.woocommerce-checkout .woocommerce-section ul.products li *:not(span.vat):not(.button):not(.added_to_cart):not(span.onsale):not(.price *),
body.page-template-template-donate .accordion-content ul.products li *:not(span.vat):not(.button):not(.added_to_cart):not(span.onsale):not(.price *) {
  color: #005229 !important;
  text-transform: none !important;
  font-size: 24px !important;
}
body.woocommerce .woocommerce-section ul.products li .added_to_cart,
body.woocommerce-page .woocommerce-section ul.products li .added_to_cart,
body.woocommerce-cart .woocommerce-section ul.products li .added_to_cart,
body.woocommerce-checkout .woocommerce-section ul.products li .added_to_cart,
body.page-template-template-donate .accordion-content ul.products li .added_to_cart {
  font-size: 18px !important;
}
body.woocommerce .woocommerce-section ul.products li p,
body.woocommerce-page .woocommerce-section ul.products li p,
body.woocommerce-cart .woocommerce-section ul.products li p,
body.woocommerce-checkout .woocommerce-section ul.products li p,
body.page-template-template-donate .accordion-content ul.products li p {
  margin-bottom: 20px !important;
}
body.woocommerce .woocommerce-section ul.products li span.vat,
body.woocommerce-page .woocommerce-section ul.products li span.vat,
body.woocommerce-cart .woocommerce-section ul.products li span.vat,
body.woocommerce-checkout .woocommerce-section ul.products li span.vat,
body.page-template-template-donate .accordion-content ul.products li span.vat {
  font-weight: bold !important;
  font-size: 14px !important;
}
body.woocommerce .woocommerce-section ul.products li span.onsale,
body.woocommerce-page .woocommerce-section ul.products li span.onsale,
body.woocommerce-cart .woocommerce-section ul.products li span.onsale,
body.woocommerce-checkout .woocommerce-section ul.products li span.onsale,
body.page-template-template-donate .accordion-content ul.products li span.onsale {
  top: -20px !important;
}
@media (max-width: 767px) {
  body.woocommerce .woocommerce-section ul.products li span.onsale,
  body.woocommerce-page .woocommerce-section ul.products li span.onsale,
  body.woocommerce-cart .woocommerce-section ul.products li span.onsale,
  body.woocommerce-checkout .woocommerce-section ul.products li span.onsale,
  body.page-template-template-donate .accordion-content ul.products li span.onsale {
    right: auto !important;
    left: -15px !important;
    margin: 0 !important;
    top: -25px !important;
  }
}
body.woocommerce .woocommerce-section ul.products li span.price,
body.woocommerce-page .woocommerce-section ul.products li span.price,
body.woocommerce-cart .woocommerce-section ul.products li span.price,
body.woocommerce-checkout .woocommerce-section ul.products li span.price,
body.page-template-template-donate .accordion-content ul.products li span.price {
  margin-bottom: 20px;
  margin-top: 10px;
}
body.woocommerce .woocommerce-section ul.products li span.price *,
body.woocommerce-page .woocommerce-section ul.products li span.price *,
body.woocommerce-cart .woocommerce-section ul.products li span.price *,
body.woocommerce-checkout .woocommerce-section ul.products li span.price *,
body.page-template-template-donate .accordion-content ul.products li span.price * {
  color: #005229 !important;
  font-size: 20px !important;
}
body.woocommerce .woocommerce-section ul.products .button,
body.woocommerce-page .woocommerce-section ul.products .button,
body.woocommerce-cart .woocommerce-section ul.products .button,
body.woocommerce-checkout .woocommerce-section ul.products .button,
body.page-template-template-donate .accordion-content ul.products .button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: flex-start !important;
  cursor: pointer !important;
  text-decoration: none !important;
  padding: 12px 40px !important;
  background-color: #005229 !important;
  color: #fff !important;
  border-style: solid !important;
  border-radius: 30px !important;
  font-weight: 900 !important;
  min-height: 60px !important;
  text-align: center !important;
  line-height: 24px !important;
  height: auto !important;
  font-size: 20px !important;
  transition: 0.2s !important;
  white-space: normal !important;
  gap: 10px !important;
  margin-bottom: 0 !important;
}
body.woocommerce .woocommerce-section ul.products .button:before,
body.woocommerce-page .woocommerce-section ul.products .button:before,
body.woocommerce-cart .woocommerce-section ul.products .button:before,
body.woocommerce-checkout .woocommerce-section ul.products .button:before,
body.page-template-template-donate .accordion-content ul.products .button:before {
  position: relative !important;
  top: 3px !important;
  content: url("images/svg/chevron-right--color-2.svg") !important;
  width: 11px !important;
  right: auto !important;
  transform: none !important;
  margin-top: 0 !important;
  transition: none !important;
  order: 999 !important;
  flex: 0 0 11px !important;
}
body.woocommerce .woocommerce-section ul.products .button:disabled,
body.woocommerce-page .woocommerce-section ul.products .button:disabled,
body.woocommerce-cart .woocommerce-section ul.products .button:disabled,
body.woocommerce-checkout .woocommerce-section ul.products .button:disabled,
body.page-template-template-donate .accordion-content ul.products .button:disabled {
  opacity: 0.4;
  pointer-events: none;
}
body.woocommerce .woocommerce-section ul.products .button:hover,
body.woocommerce-page .woocommerce-section ul.products .button:hover,
body.woocommerce-cart .woocommerce-section ul.products .button:hover,
body.woocommerce-checkout .woocommerce-section ul.products .button:hover,
body.page-template-template-donate .accordion-content ul.products .button:hover {
  background-color: #004322 !important;
}
body.woocommerce .woocommerce-section ul.products .added_to_cart,
body.woocommerce-page .woocommerce-section ul.products .added_to_cart,
body.woocommerce-cart .woocommerce-section ul.products .added_to_cart,
body.woocommerce-checkout .woocommerce-section ul.products .added_to_cart,
body.page-template-template-donate .accordion-content ul.products .added_to_cart {
  font-weight: bold !important;
  margin-top: 10px;
  text-align: center;
  text-decoration: underline !important;
}
body.woocommerce .woocommerce-section ul.products .added_to_cart:hover,
body.woocommerce-page .woocommerce-section ul.products .added_to_cart:hover,
body.woocommerce-cart .woocommerce-section ul.products .added_to_cart:hover,
body.woocommerce-checkout .woocommerce-section ul.products .added_to_cart:hover,
body.page-template-template-donate .accordion-content ul.products .added_to_cart:hover {
  color: #004322 !important;
}
body.woocommerce .woocommerce-section ul.products .product-button,
body.woocommerce-page .woocommerce-section ul.products .product-button,
body.woocommerce-cart .woocommerce-section ul.products .product-button,
body.woocommerce-checkout .woocommerce-section ul.products .product-button,
body.page-template-template-donate .accordion-content ul.products .product-button {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 40px;
  height: 40px;
  background-color: #94C24A;
}
body.woocommerce .woocommerce-section span.onsale,
body.woocommerce-page .woocommerce-section span.onsale,
body.woocommerce-cart .woocommerce-section span.onsale,
body.woocommerce-checkout .woocommerce-section span.onsale,
body.page-template-template-donate .accordion-content span.onsale {
  position: absolute;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -15px !important;
  right: -15px !important;
  left: auto;
  width: 88px;
  height: 92px;
  margin: 0 !important;
  background-image: url("images/svg/sale-bg.svg");
  background-color: transparent;
  color: #005229 !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  font-size: 20px !important;
  transform: rotate(10deg);
}
@media (max-width: 767px) {
  body.woocommerce .woocommerce-section span.onsale,
  body.woocommerce-page .woocommerce-section span.onsale,
  body.woocommerce-cart .woocommerce-section span.onsale,
  body.woocommerce-checkout .woocommerce-section span.onsale,
  body.page-template-template-donate .accordion-content span.onsale {
    left: -455px !important;
    right: 0 !important;
    margin: 0 auto !important;
    top: -35px !important;
    transform: scale(0.7) rotate(10deg);
    font-size: 24px !important;
  }
}
@media (max-width: 540px) {
  body.woocommerce .woocommerce-section span.onsale,
  body.woocommerce-page .woocommerce-section span.onsale,
  body.woocommerce-cart .woocommerce-section span.onsale,
  body.woocommerce-checkout .woocommerce-section span.onsale,
  body.page-template-template-donate .accordion-content span.onsale {
    margin: 0 !important;
    left: -10px !important;
    right: auto !important;
  }
}
body.woocommerce .woocommerce-section span.price,
body.woocommerce-page .woocommerce-section span.price,
body.woocommerce-cart .woocommerce-section span.price,
body.woocommerce-checkout .woocommerce-section span.price,
body.page-template-template-donate .accordion-content span.price {
  color: #004322 !important;
  font-weight: 900 !important;
  margin-bottom: 20px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::before {
  display: none !important;
}

body.woocommerce-cart ul#breadcrumbs li:first-of-type,
body.woocommerce-checkout ul#breadcrumbs li:first-of-type,
body.woocommerce-account ul#breadcrumbs li:first-of-type,
body.tax-product_cat ul#breadcrumbs li:first-of-type {
  display: none;
}
body.woocommerce-cart ul#breadcrumbs li:last-of-type,
body.woocommerce-checkout ul#breadcrumbs li:last-of-type,
body.woocommerce-account ul#breadcrumbs li:last-of-type,
body.tax-product_cat ul#breadcrumbs li:last-of-type {
  display: flex;
}

body.single-product .summary.entry-summary {
  display: flex;
  flex-direction: column;
}
body.single-product .summary.entry-summary .woocommerce-product-details__short-description {
  order: 2 !important;
}
body.single-product .summary.entry-summary .out-of-stock {
  font-weight: bold;
  font-size: 24px !important;
  color: red !important;
  order: 1 !important;
  margin-top: 20px !important;
}
body.single-product .summary.entry-summary #wc-stripe-payment-request-wrapper {
  margin: 0 0 20px 0 !important;
}
body.single-product div.product div.images .flex-control-thumbs li img {
  opacity: 1;
  filter: brightness(50%);
  transition: all 0.1s ease;
}
body.single-product div.product div.images .flex-control-thumbs li img.flex-active, body.single-product div.product div.images .flex-control-thumbs li img:hover {
  filter: brightness(100%);
}

body.woocommerce-checkout .woocommerce-section .newsletter-form {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  width: 100%;
  background-color: #EFFFD5;
  padding: 40px 58px;
  min-height: 356px;
}
@media (max-width: 991px) {
  body.woocommerce-checkout .woocommerce-section .newsletter-form {
    padding: 40px 30px 0 30px;
  }
}
body.woocommerce-checkout .woocommerce-section .newsletter-form h2 {
  font-size: 34px !important;
  margin-bottom: 40px !important;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1279px) {
  body.woocommerce-checkout .woocommerce-section .newsletter-form h2 {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  body.woocommerce-checkout .woocommerce-section .newsletter-form h2 {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  body.woocommerce-checkout .woocommerce-section .newsletter-form h2 {
    font-size: 30px;
  }
}
body.woocommerce-checkout .woocommerce-section .newsletter-form h2:after {
  content: "";
  background-image: url("images/svg/horizontal-dots--color-2.svg");
  background-repeat: no-repeat;
  width: 68px;
  height: 6px;
}
body.woocommerce-checkout .woocommerce-section .newsletter-form .newsletter-copy {
  font-size: 24px !important;
  font-weight: bold;
  max-width: 700px;
}
@media (max-width: 1279px) {
  body.woocommerce-checkout .woocommerce-section .newsletter-form .newsletter-copy {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  body.woocommerce-checkout .woocommerce-section .newsletter-form .newsletter-copy {
    max-width: 100%;
  }
}
body.woocommerce-checkout .woocommerce-section .newsletter-form .klaviyo-form {
  display: block !important;
}
body.woocommerce-checkout .woocommerce-section .newsletter-form .klaviyo-form form > div > div {
  gap: 20px;
}
body.woocommerce-checkout .woocommerce-section .newsletter-form .klaviyo-form form > div > div > div {
  justify-content: flex-start !important;
}
body.woocommerce-checkout .woocommerce-section .newsletter-form .klaviyo-form form > div > div > div > div {
  margin-inline: 0 !important;
  max-width: 500px;
  width: 100%;
}
body.woocommerce-checkout .woocommerce-section .newsletter-form .klaviyo-form form > div > div > div > div input {
  background-color: #ffffff !important;
  max-width: 500px;
  width: 100%;
}
body.woocommerce-checkout .woocommerce-section .newsletter-form .klaviyo-form form > div > div > div:last-of-type {
  margin: 0 !important;
}
body.woocommerce-checkout .woocommerce-section .newsletter-form .klaviyo-form form > div > div > div:last-of-type button {
  color: #ffffff !important;
  font-size: 20px !important;
}
body.woocommerce-checkout .woocommerce-section .newsletter-form:after {
  content: "";
  position: absolute;
  right: 50px;
  bottom: 0;
  background-image: url("images/cta-banner-dog.png");
  background-size: 370px 370px;
  width: 370px;
  height: 370px;
}
@media (max-width: 991px) {
  body.woocommerce-checkout .woocommerce-section .newsletter-form:after {
    position: relative;
    margin: 0 auto;
    right: auto;
  }
}
@media (max-width: 767px) {
  body.woocommerce-checkout .woocommerce-section .newsletter-form:after {
    background-image: url("images/cta-banner-dog.png");
    background-size: 300px 300px;
    width: 300px;
    height: 300px;
  }
}

body.woocommerce-page ul#breadcrumbs {
  padding: 0;
  margin-top: 10px;
}
body.woocommerce-page ul#breadcrumbs li a {
  color: #ffffff;
}
body.woocommerce-page ul#breadcrumbs li a:before {
  content: url(images/svg/breadcrumb-chevron.svg);
}
body.woocommerce-page p.price del,
body.woocommerce-page span.price del {
  line-height: 30px !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading::after {
  top: 18px !important;
}

.woocommerce form #custom_checkout_optin_fields .form-row label.radio {
  display: flex;
  flex-direction: row;
  gap: 0.5em;
  align-items: center;
}
.woocommerce form #custom_checkout_optin_fields .form-row:last-of-type {
  margin-bottom: 20px !important;
}

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