.container {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
}

.big-gap {
  margin-top: 124px;
}

.small-gap {
  margin-top: 64px;
}

.position-center {
  text-align: center;
}
.position-left {
  text-align: left;
}
.position-right {
  text-align: right;
}

.align-left {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .align-left {
    margin: 0 auto 0 0;
  }
}
.align-center {
  margin: 0 auto;
}
.align-right {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .align-right {
    margin: 0 0 0 auto;
  }
}

.background-green {
  background-color: #43a773;
}
.background-dark {
  background-color: #333333;
}

.pr-24 {
  padding-right: 24px;
}
.pr-12 {
  padding-right: 12px;
}

.pl-24 {
  padding-left: 24px;
}
.pl-12 {
  padding-left: 12px;
}

.pt-24 {
  padding-top: 24px;
}
.pt-12 {
  padding-top: 12px;
}

.pb-24 {
  padding-bottom: 24px;
}
.pb-12 {
  padding-bottom: 12px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  transition: 0.5s;
  text-decoration: none;
}

ul {
  padding-left: 40px;
}
ul li {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

button {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
}

input, textarea {
  color: #666;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
}
input::placeholder, textarea::placeholder {
  font-size: 1rem;
  color: #666;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
input:focus, textarea:focus {
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}

body {
  font-weight: 400;
  line-height: 1.2;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  color: #333333;
  position: relative;
}
body.open:before {
  opacity: 1;
  visibility: visible;
}
body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

main {
  overflow: hidden;
}

.content-container {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
}

.pl-24 {
  padding-left: 24px;
}

.pr-24 {
  padding-right: 24px;
}

body.home .footer {
  margin-top: 124px;
}

.woocommerce-info {
  border-color: #43a773;
}
.woocommerce-info::before {
  color: #43a773;
}

.wfacp-template-container {
  max-width: 1240px;
  margin: 64px auto 0 auto;
  width: 100%;
  padding: 0 24px;
}

.woocommerce .product {
  border: 1px solid #dbdbdb;
  height: 100%;
}
.woocommerce .product .thumbnail-wrapper {
  padding: 12px;
  text-align: center;
}
@media (min-width: 768px) {
  .woocommerce .product .thumbnail-wrapper {
    padding: 24px;
  }
}
.woocommerce .product .thumbnail-wrapper .onsale {
  right: 0;
  left: unset;
  border-radius: 0;
  background-color: #43a773;
  color: #FFF;
  font-weight: 500;
  min-height: auto;
  min-width: auto;
  display: inline-block;
  padding: 12px;
  line-height: normal;
  top: 0;
}
.woocommerce .product .thumbnail-wrapper img {
  height: 200px;
  width: 100%;
  object-fit: contain;
}
@media (min-width: 768px) {
  .woocommerce .product .thumbnail-wrapper img {
    height: 250px;
  }
}
.woocommerce .product .info-wrapper {
  background-color: #43a773;
  padding: 12px;
  height: calc(100% - 224px);
}
@media (min-width: 768px) {
  .woocommerce .product .info-wrapper {
    padding: 24px;
    height: calc(100% - 298px);
  }
}
.woocommerce .product .info-wrapper h2 {
  color: #FFF;
  font-size: clamp(1rem, 0.7983rem + 0.4202vw, 1.25rem);
}
.woocommerce .product .info-wrapper .excerpt {
  margin-top: 12px;
}
.woocommerce .product .info-wrapper .excerpt p {
  color: #FFF;
  font-size: 0.875rem;
  line-height: 1.5;
}
.woocommerce .product .info-wrapper .star-rating {
  float: none;
  color: #FFF;
  margin-top: 12px;
}
.woocommerce .product .info-wrapper .bottom-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #FFF;
}
.woocommerce .product .info-wrapper .bottom-wrapper .left .price {
  color: #FFF;
}
.woocommerce .product .info-wrapper .bottom-wrapper .right .order-button span {
  font-weight: 500;
  color: #FFF;
  cursor: pointer;
}

.header-top {
  background-color: #43a773;
}
.header-top .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.header-top .container .column {
  width: 100%;
  margin-top: 12px;
  text-align: center;
}
.header-top .container .column:first-child {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .header-top .container .column {
    width: auto;
    text-align: left;
    margin-top: 0;
  }
}
.header-top .container .column iframe {
  background-color: #FFF;
}
.header-top .container .column p {
  color: #FFF;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  background-color: #FFF;
  width: 100%;
  z-index: 1000;
}
.header__bottom {
  border-bottom: 1px solid #edefee;
}
.header__bottom .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 1200px) {
  .header__bottom .container {
    flex-wrap: nowrap;
  }
}
.header__bottom .container .logo {
  order: 1;
  width: 150px;
}
@media (min-width: 1200px) {
  .header__bottom .container .logo {
    width: auto;
  }
}
.header__bottom .container .logo img {
  width: auto;
  height: 35px;
  vertical-align: bottom;
}
.header__bottom .container .navigation {
  flex: 1 0 auto;
  margin-left: 48px;
  display: none;
}
@media (min-width: 1200px) {
  .header__bottom .container .navigation {
    order: 2;
    display: block;
  }
}
.header__bottom .container .navigation ul.menu {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.header__bottom .container .navigation ul.menu > li {
  margin-right: 24px;
  list-style: none;
  position: relative;
}
.header__bottom .container .navigation ul.menu > li:last-child {
  margin-right: 0;
}
.header__bottom .container .navigation ul.menu > li.menu-item-has-children:hover .sub-menu, .header__bottom .container .navigation ul.menu > li.menu-item-has-children:focus .sub-menu {
  display: block;
}
.header__bottom .container .navigation ul.menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  padding-top: 24px;
  display: none;
}
.header__bottom .container .navigation ul.menu > li .sub-menu__inner {
  background-color: #FFF;
  padding-bottom: 12px;
}
.header__bottom .container .navigation ul.menu > li .sub-menu__inner > div a {
  display: block;
  width: 100%;
  padding: 12px 12px 0 12px;
}
.header__bottom .container .navigation ul.menu > li a {
  color: #43a773;
  font-weight: 500;
}
.header__bottom .container .navigation ul.menu > li a:hover, .header__bottom .container .navigation ul.menu > li a:focus {
  color: #333333;
}
.header__bottom .container .navigation ul.menu > li.current_page_item a {
  color: #333333;
}
.header__bottom .container .search {
  margin-top: 24px;
  position: relative;
  z-index: 10;
  order: 3;
  width: 100%;
}
@media (min-width: 1200px) {
  .header__bottom .container .search {
    width: 240px;
    margin-right: 48px;
    margin-top: 0;
  }
}
.header__bottom .container .search form {
  width: 100%;
  margin: 0 0 0 auto;
}
.header__bottom .container .search form .wrapper {
  position: relative;
  z-index: 10;
  margin: 0;
}
.header__bottom .container .search form .wrapper input {
  width: 100%;
  background-color: #FFF;
  border: none;
  padding: 0 12px;
  height: 40px;
  color: #666;
  border: 1px solid #ccc;
  font-size: clamp(0.75rem, 0.6492rem + 0.2101vw, 0.875rem);
}
.header__bottom .container .search form .wrapper input::placeholder {
  font-size: clamp(0.75rem, 0.6492rem + 0.2101vw, 0.875rem);
  color: #666;
}
.header__bottom .container .search form .wrapper button {
  position: absolute;
  top: 0;
  right: 5px;
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  background-color: transparent;
  transition: 0.5s;
}
.header__bottom .container .search form .wrapper button .loading, .header__bottom .container .search form .wrapper button .search-icon {
  display: none;
}
.header__bottom .container .search form .wrapper button .visible {
  display: block;
}
.header__bottom .container .search form .wrapper button .search-icon svg, .header__bottom .container .search form .wrapper button .loading svg {
  width: 18px;
  height: auto;
  vertical-align: middle;
}
.header__bottom .container .search form .wrapper button .search-icon svg path, .header__bottom .container .search form .wrapper button .loading svg path {
  fill: #333333;
  transition: 0.5s;
}
.header__bottom .container .search__results {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #FFF;
  width: 100%;
}
.header__bottom .container .search__results .results-container {
  padding: 12px;
}
.header__bottom .container .search__results .results-container .top-heading p {
  font-size: clamp(0.75rem, 0.6492rem + 0.2101vw, 0.875rem);
}
.header__bottom .container .search__results .results-container .items {
  margin-top: 12px;
}
.header__bottom .container .search__results .results-container .items .item {
  margin-top: 12px;
}
.header__bottom .container .search__results .results-container .items .item:first-child {
  margin-top: 0;
}
.header__bottom .container .search__results .results-container .items .item__inner {
  display: flex;
  flex-wrap: wrap;
}
.header__bottom .container .search__results .results-container .items .item__inner--left {
  width: 64px;
}
.header__bottom .container .search__results .results-container .items .item__inner--left img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  vertical-align: bottom;
}
.header__bottom .container .search__results .results-container .items .item__inner--right {
  width: calc(100% - 64px);
  padding-left: 12px;
}
.header__bottom .container .search__results .results-container .items .item__inner--right p {
  color: #333333;
  font-size: clamp(0.75rem, 0.6492rem + 0.2101vw, 0.875rem);
}
.header__bottom .container .search__results .results-container .items .item__inner--right p:nth-child(2) {
  margin-top: 6px;
  font-weight: 300;
  font-size: clamp(0.75rem, 0.6492rem + 0.2101vw, 0.875rem);
}
.header__bottom .container .search__results .results-container .more-items {
  margin-top: 12px;
}
.header__bottom .container .search__results .results-container .more-items a {
  color: #333333;
  font-size: clamp(0.75rem, 0.6492rem + 0.2101vw, 0.875rem);
  display: flex;
  align-items: center;
}
.header__bottom .container .search__results .results-container .more-items a svg {
  margin-left: 6px;
  height: auto;
  width: 12px;
  vertical-align: middle;
}
.header__bottom .container .search__results .results-container .more-items a svg path {
  stroke: #333333;
}
.header__bottom .container .actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  order: 2;
  width: calc(100% - 150px);
}
@media (min-width: 1200px) {
  .header__bottom .container .actions {
    width: auto;
    order: 4;
  }
}
.header__bottom .container .actions .hamburger {
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .header__bottom .container .actions .hamburger {
    display: none;
  }
}
.header__bottom .container .actions .hamburger svg {
  height: 28px;
  width: auto;
  vertical-align: middle;
}
.header__bottom .container .actions .user .icon, .header__bottom .container .actions .cart .icon {
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.header__bottom .container .actions .user .icon svg, .header__bottom .container .actions .cart .icon svg {
  height: 22px;
  width: auto;
  vertical-align: middle;
}
.header__bottom .container .actions .user {
  margin-right: 12px;
}
.header__bottom .container .actions .cart .icon .count {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 16px;
  height: 16px;
  background-color: #43a773;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__bottom .container .actions .cart .icon .count span {
  color: #FFF;
  font-size: 0.875rem;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 400px;
  width: 100%;
  background-color: #FFF;
  height: 100%;
  z-index: 10000000;
  overflow: scroll;
  border-top: 10px solid #FFF;
  border-bottom: 10px solid #FFF;
  transition: 0.5s;
  transform: translateX(-400px);
}
.mobile-menu.open {
  transform: translateX(0);
}
@media (min-width: 768px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  border-bottom: 1px solid #ddd;
}
.mobile-menu__top svg {
  vertical-align: middle;
}
.mobile-menu__top .left img {
  width: 125px;
  height: auto;
}
.mobile-menu__top .right svg {
  width: 18px;
  height: auto;
  fill: #333;
}
.mobile-menu__items {
  border-bottom: 1px solid #ddd;
  padding: 0 24px 24px 24px;
}
.mobile-menu__items ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu__items ul li {
  margin-top: 24px;
}
.mobile-menu__items ul li a {
  color: #333;
  font-size: clamp(1rem, 0.7983rem + 0.4202vw, 1.25rem);
}
@media (min-width: 768px) {
  .mobile-menu__items ul li.menu-item-has-children > a {
    display: block;
  }
}
.mobile-menu__items ul li.current-menu-item a {
  color: #000;
}
.mobile-menu__items ul li .sub-menu {
  padding-left: 20px;
}
.mobile-menu__items ul li .sub-menu li a {
  font-size: clamp(0.875rem, 0.7742rem + 0.2101vw, 1rem);
}
.mobile-menu__info {
  padding: 12px 24px;
}
.mobile-menu__info p {
  font-family: "Roboto", sans-serif;
  font-size: clamp(1.25rem, 1.0483rem + 0.4202vw, 1.5rem);
  color: #43a773;
}
.mobile-menu__info ul {
  margin-top: 6px;
  list-style: none;
  padding: 0;
}
.mobile-menu__info ul li {
  line-height: 2;
  color: #333333;
}
.mobile-menu__info ul li a {
  color: #43a773;
}
.mobile-menu__info .socials {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}
.mobile-menu__info .socials .social {
  margin-right: 6px;
}
.mobile-menu__info .socials .social:last-child {
  margin-right: 0;
}
.mobile-menu__info .socials .social svg {
  height: 20px;
  width: auto;
  vertical-align: middle;
}
.mobile-menu__info .socials .social svg path {
  fill: #43a773;
}

.footer {
  border-top: 3px solid #43a773;
}
.footer.big-gap {
  padding-top: 64px;
  margin-top: 124px;
}
.footer.small-gap {
  padding-top: 32px;
  margin-top: 64px;
}
.footer__inner {
  padding-bottom: 48px;
}
.footer__inner .top {
  display: flex;
  flex-wrap: wrap;
}
.footer__inner .top .column {
  width: 100%;
  padding: 0 24px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .footer__inner .top .column {
    width: 50%;
  }
  .footer__inner .top .column:first-child, .footer__inner .top .column:nth-child(2) {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .footer__inner .top .column {
    margin-top: 0;
  }
}
.footer__inner .top .column:first-child {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .footer__inner .top .column:first-child {
    width: 35%;
  }
}
@media (min-width: 1024px) {
  .footer__inner .top .column:nth-child(2) {
    width: 15%;
  }
}
@media (min-width: 1024px) {
  .footer__inner .top .column:nth-child(3), .footer__inner .top .column:nth-child(4) {
    width: 25%;
  }
}
.footer__inner .top .column p.title {
  color: #43a773;
  font-size: clamp(1rem, 0.7983rem + 0.4202vw, 1.25rem);
}
.footer__inner .top .column ul {
  list-style: none;
  padding: 0;
}
.footer__inner .top .column li, .footer__inner .top .column p {
  line-height: 1.5;
  font-size: clamp(0.75rem, 0.6492rem + 0.2101vw, 0.875rem);
}
.footer__inner .top .column a {
  color: #333333;
}
.footer__inner .top .column a:hover, .footer__inner .top .column a:focus {
  color: #43a773;
}
.footer__inner .top .column ul, .footer__inner .top .column p {
  margin-top: 12px;
}
.footer__inner .top .column .socials {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}
.footer__inner .top .column .socials .social {
  margin-right: 6px;
}
.footer__inner .top .column .socials .social:last-child {
  margin-right: 0;
}
.footer__inner .top .column .socials .social svg {
  width: auto;
  height: 32px;
  vertical-align: middle;
  fill: #43a773;
  transition: 0.5s;
}
.footer__inner .top .column .socials .social a:hover svg, .footer__inner .top .column .socials .social a:focus svg {
  fill: #333333;
}
.footer__inner .bottom {
  margin-top: 48px;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
}
.footer__inner .bottom .payment-methods {
  width: 100%;
  order: 1;
}
.footer__inner .bottom .payment-methods p {
  font-size: clamp(0.75rem, 0.6492rem + 0.2101vw, 0.875rem);
}
.footer__inner .bottom .payment-methods ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-top: 12px;
}
.footer__inner .bottom .payment-methods ul li {
  margin-right: 6px;
}
.footer__inner .bottom .payment-methods ul li:last-child {
  margin-right: 0;
}
.footer__inner .bottom .payment-methods ul li img {
  height: 24px;
  width: auto;
  vertical-align: middle;
}
.footer__inner .bottom .copyright, .footer__inner .bottom .documents {
  margin-top: 24px;
}
.footer__inner .bottom .copyright {
  width: 100%;
  order: 3;
}
@media (min-width: 768px) {
  .footer__inner .bottom .copyright {
    width: 40%;
    order: 2;
  }
}
.footer__inner .bottom .copyright p {
  font-size: clamp(0.75rem, 0.6492rem + 0.2101vw, 0.875rem);
}
.footer__inner .bottom .documents {
  width: 100%;
  order: 2;
}
@media (min-width: 768px) {
  .footer__inner .bottom .documents {
    width: 60%;
    order: 3;
  }
}
.footer__inner .bottom .documents ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .footer__inner .bottom .documents ul {
    justify-content: flex-end;
  }
}
.footer__inner .bottom .documents ul li {
  margin-right: 12px;
}
.footer__inner .bottom .documents ul li:last-child {
  margin-right: 0;
}
.footer__inner .bottom .documents ul li a {
  font-size: clamp(0.75rem, 0.6492rem + 0.2101vw, 0.875rem);
  color: #333333;
}
.footer__inner .bottom .documents ul li a:hover, .footer__inner .bottom .documents ul li a:focus {
  color: #43a773;
}

.floating-cart {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1000;
}
.floating-cart .icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #43a773;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  cursor: pointer;
  border: 1px solid #333333;
}
.floating-cart .icon .count {
  position: absolute;
  top: 12px;
  right: 12px;
  color: #FFF;
  font-size: 0.675rem;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333333;
}
.floating-cart .icon svg {
  height: 32px;
  width: auto;
  vertical-align: middle;
}
.floating-cart .icon svg path, .floating-cart .icon svg g {
  fill: #FFF;
}

.window {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 300px;
  transition: 0.5s;
  z-index: 100000;
  transform: translateX(300px);
}
.window.open {
  transform: translateX(0);
}
.window .shopping-cart {
  background-color: #FFF;
  width: 100%;
  border: 1px solid #ddd;
  padding: 0 12px;
  height: 100%;
  position: relative;
  transition: 0.5s;
}
@media (min-width: 400px) {
  .window .shopping-cart {
    padding: 0 24px;
  }
}
.window .shopping-cart:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 100;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.window .shopping-cart.loading:before {
  opacity: 1;
  visibility: visible;
}
.window .shopping-cart__inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}
.window .shopping-cart__inner .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #e5e5e5;
}
.window .shopping-cart__inner .top-bar .title h3 {
  font-size: clamp(1rem, 0.7983rem + 0.4202vw, 1.25rem);
  font-weight: 500;
  color: #333333;
}
.window .shopping-cart__inner .top-bar .close {
  width: 24px;
  height: 24px;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.window .shopping-cart__inner .top-bar .close svg {
  width: 12px;
  height: auto;
  fill: #000;
}
.window .shopping-cart__inner .items {
  max-height: 100vh;
  overflow-y: scroll;
  width: 100%;
  padding-bottom: 145px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.window .shopping-cart__inner .items::-webkit-scrollbar {
  display: none;
}
.window .shopping-cart__inner .items .no-items {
  padding: 12px 0;
}
.window .shopping-cart__inner .items .no-items p {
  font-size: 0.875rem;
}
.window .shopping-cart__inner .items .item {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0;
  border-bottom: 1px solid #e5e5e5;
}
.window .shopping-cart__inner .items .item .image {
  width: 60px;
}
.window .shopping-cart__inner .items .item .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
  vertical-align: bottom;
}
.window .shopping-cart__inner .items .item .remove {
  width: 18px;
  display: flex;
}
@media (min-width: 400px) {
  .window .shopping-cart__inner .items .item .remove {
    align-items: center;
  }
}
.window .shopping-cart__inner .items .item .remove svg {
  width: 18px;
  height: auto;
  cursor: pointer;
  vertical-align: bottom;
}
.window .shopping-cart__inner .items .item .content {
  width: calc(100% - 78px);
  padding: 0 12px;
}
.window .shopping-cart__inner .items .item .content .title a {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #333333;
}
.window .shopping-cart__inner .items .item .content .info {
  display: flex;
  align-items: center;
  margin-top: 6px;
}
.window .shopping-cart__inner .items .item .content .info .price {
  margin-left: 12px;
  display: block;
  font-size: 0.875rem;
  width: calc(100% - 96px);
  color: #43a773;
  opacity: 0.6;
}
.window .shopping-cart__inner .items .item .content .info .price ins {
  text-decoration: none;
}
.window .shopping-cart__inner .items .item .content .info .number-wrapper {
  width: 96px;
  display: flex;
  flex-wrap: nowrap;
  border: 1px solid #ddd;
  height: 34px;
}
.window .shopping-cart__inner .items .item .content .info .number-wrapper .minus, .window .shopping-cart__inner .items .item .content .info .number-wrapper .plus {
  height: 100%;
  text-align: center;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(67, 167, 115, 0.1);
  cursor: pointer;
}
.window .shopping-cart__inner .items .item .content .info .number-wrapper .minus svg, .window .shopping-cart__inner .items .item .content .info .number-wrapper .plus svg {
  width: 12px;
}
.window .shopping-cart__inner .items .item .content .info .number-wrapper .minus {
  border-right: 1px solid #e5e5e5;
}
.window .shopping-cart__inner .items .item .content .info .number-wrapper .plus {
  border-left: 1px solid #e5e5e5;
}
.window .shopping-cart__inner .items .item .content .info .number-wrapper input::-webkit-outer-spin-button,
.window .shopping-cart__inner .items .item .content .info .number-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.window .shopping-cart__inner .items .item .content .info .number-wrapper input {
  width: 44px;
  height: 100%;
  border: none;
  -moz-appearance: textfield;
  font-size: 1rem;
  color: #000;
  text-align: center;
}
.window .shopping-cart__inner .items .item .content .info .number-wrapper input:focus {
  outline: 0;
}
.window .shopping-cart__inner .bottom-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  width: 100%;
}
.window .shopping-cart__inner .bottom-wrapper .totals {
  padding: 12px 0 0 0;
}
.window .shopping-cart__inner .bottom-wrapper .totals p {
  font-size: 0.875rem;
}
.window .shopping-cart__inner .bottom-wrapper .totals p strong {
  font-size: 1rem;
}
.window .shopping-cart__inner .bottom-wrapper .buttons {
  padding: 0 0 12px 0;
}
.window .shopping-cart__inner .bottom-wrapper .buttons .button {
  margin-top: 12px;
  padding: 0;
}
.window .shopping-cart__inner .bottom-wrapper .buttons .button a {
  background-color: #0170b9;
  color: #FFF;
  border: 1px solid transparent;
  font-weight: 400;
  transition: 0.5s;
  width: 100%;
  text-align: center;
  font-size: 0.875rem;
  width: 100%;
  display: block;
  padding: 12px 24px;
}
.window .shopping-cart__inner .bottom-wrapper .buttons .button a:hover, .window .shopping-cart__inner .bottom-wrapper .buttons .button a:focus {
  background-color: #43a773;
}

body.woocommerce-shop .wrapper {
  margin-top: 64px;
}
body.woocommerce-shop .wrapper__inner--title {
  text-align: center;
}
body.woocommerce-shop .wrapper__inner--title h1 {
  font-size: clamp(2rem, 1.5966rem + 0.8403vw, 2.5rem);
}
body.woocommerce-shop .wrapper__inner--breadcrumbs {
  margin-top: 64px;
}
body.woocommerce-shop .wrapper__inner--breadcrumbs .woocommerce-breadcrumb {
  margin: 0;
}
body.woocommerce-shop .wrapper__inner--content {
  margin-top: 24px;
}
body.woocommerce-shop .wrapper__inner--content .products {
  display: grid;
  row-gap: 24px;
  column-gap: 24px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  body.woocommerce-shop .wrapper__inner--content .products {
    grid-template-columns: repeat(3, 1fr);
  }
}
body.woocommerce-shop .wrapper__inner--content .products .product {
  width: 100%;
}
body.woocommerce-shop .wrapper__inner--content .woocommerce-pagination {
  text-align: left;
  margin-top: 24px;
}
body.woocommerce-shop .wrapper__inner--content .woocommerce-pagination ul {
  margin: 0;
}
body.woocommerce-shop .wrapper__inner--content .woocommerce-pagination ul li a, body.woocommerce-shop .wrapper__inner--content .woocommerce-pagination ul li span {
  color: #FFF;
  padding: 12px;
  font-size: clamp(1rem, 0.7983rem + 0.4202vw, 1.25rem);
}
body.woocommerce-shop .wrapper__inner--content .woocommerce-pagination ul li a {
  background: #333333;
}
body.woocommerce-shop .wrapper__inner--content .woocommerce-pagination ul li a:hover, body.woocommerce-shop .wrapper__inner--content .woocommerce-pagination ul li a:focus {
  background: #666666;
}
body.woocommerce-shop .wrapper__inner--content .woocommerce-pagination ul li span {
  background: #666666;
}
body.woocommerce-shop .wrapper__inner--content .seo-content {
  margin-top: 64px;
}
body.woocommerce-shop .wrapper__inner--content .seo-content h1, body.woocommerce-shop .wrapper__inner--content .seo-content h2, body.woocommerce-shop .wrapper__inner--content .seo-content h3, body.woocommerce-shop .wrapper__inner--content .seo-content h4, body.woocommerce-shop .wrapper__inner--content .seo-content h5, body.woocommerce-shop .wrapper__inner--content .seo-content p, body.woocommerce-shop .wrapper__inner--content .seo-content ul, body.woocommerce-shop .wrapper__inner--content .seo-content ol, body.woocommerce-shop .wrapper__inner--content .seo-content img {
  margin: 24px 0 0 0;
}
body.woocommerce-shop .wrapper__inner--content .seo-content h1:first-child, body.woocommerce-shop .wrapper__inner--content .seo-content h2:first-child, body.woocommerce-shop .wrapper__inner--content .seo-content h3:first-child, body.woocommerce-shop .wrapper__inner--content .seo-content h4:first-child, body.woocommerce-shop .wrapper__inner--content .seo-content h5:first-child, body.woocommerce-shop .wrapper__inner--content .seo-content p:first-child, body.woocommerce-shop .wrapper__inner--content .seo-content ul:first-child, body.woocommerce-shop .wrapper__inner--content .seo-content ol:first-child, body.woocommerce-shop .wrapper__inner--content .seo-content img:first-child {
  margin-top: 0;
}
body.woocommerce-shop .wrapper__inner--content .seo-content h1 {
  font-size: clamp(2rem, 1.5966rem + 0.8403vw, 2.5rem);
}
body.woocommerce-shop .wrapper__inner--content .seo-content h2 {
  font-size: clamp(1.75rem, 1.5483rem + 0.4202vw, 2rem);
}
body.woocommerce-shop .wrapper__inner--content .seo-content h3 {
  font-size: clamp(1.25rem, 1.0483rem + 0.4202vw, 1.5rem);
}
body.woocommerce-shop .wrapper__inner--content .seo-content h4 {
  font-size: clamp(1rem, 0.7983rem + 0.4202vw, 1.25rem);
}
body.woocommerce-shop .wrapper__inner--content .seo-content h5 {
  font-size: clamp(0.875rem, 0.7742rem + 0.2101vw, 1rem);
}
body.woocommerce-shop .wrapper__inner--content .seo-content p, body.woocommerce-shop .wrapper__inner--content .seo-content li {
  letter-spacing: 1px;
  line-height: 1.7;
  font-weight: 300;
}
body.woocommerce-shop .wrapper__inner--content .seo-content ul, body.woocommerce-shop .wrapper__inner--content .seo-content ol {
  padding: 0;
  list-style: none;
}

body.single-product .wrapper {
  margin-top: 64px;
}
body.single-product .wrapper__inner--breadcrumbs .woocommerce-breadcrumb {
  margin-bottom: 24px;
}
body.single-product .wrapper__inner--content > .product {
  border: none;
  height: auto;
}
body.single-product .wrapper__inner--content > .product .onsale {
  left: 0;
  border-radius: 0;
  background-color: #43a773;
  color: #FFF;
  font-weight: 500;
  min-height: auto;
  min-width: auto;
  display: inline-block;
  padding: 12px;
  line-height: normal;
  top: 0;
}
body.single-product .wrapper__inner--content > .product .product-wrapper {
  display: flex;
  flex-wrap: wrap;
}
body.single-product .wrapper__inner--content > .product .summary {
  width: 100%;
}
@media (min-width: 768px) {
  body.single-product .wrapper__inner--content > .product .summary {
    width: 60%;
  }
}
body.single-product .wrapper__inner--content > .product .summary h1.product_title {
  font-size: clamp(1.75rem, 1.5483rem + 0.4202vw, 2rem);
}
body.single-product .wrapper__inner--content > .product .summary .woocommerce-product-rating {
  margin: 12px 0 0 0;
}
body.single-product .wrapper__inner--content > .product .summary .woocommerce-product-rating .star-rating {
  color: #43a773;
}
body.single-product .wrapper__inner--content > .product .summary .woocommerce-product-rating a {
  color: #333333;
}
body.single-product .wrapper__inner--content > .product .summary .price {
  margin-top: 12px;
  color: #43a773;
  font-size: clamp(1.25rem, 1.0483rem + 0.4202vw, 1.5rem);
  font-weight: 700;
}
body.single-product .wrapper__inner--content > .product .summary form {
  margin-top: 24px;
}
body.single-product .wrapper__inner--content > .product .summary form .number-wrapper {
  width: 96px;
  display: flex;
  flex-wrap: nowrap;
  border: 1px solid #ddd;
  height: 34px;
}
body.single-product .wrapper__inner--content > .product .summary form .number-wrapper .minus, body.single-product .wrapper__inner--content > .product .summary form .number-wrapper .plus {
  height: 100%;
  text-align: center;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(67, 167, 115, 0.1);
  cursor: pointer;
}
body.single-product .wrapper__inner--content > .product .summary form .number-wrapper .minus svg, body.single-product .wrapper__inner--content > .product .summary form .number-wrapper .plus svg {
  width: 12px;
}
body.single-product .wrapper__inner--content > .product .summary form .number-wrapper .minus {
  border-right: 1px solid #e5e5e5;
}
body.single-product .wrapper__inner--content > .product .summary form .number-wrapper .plus {
  border-left: 1px solid #e5e5e5;
}
body.single-product .wrapper__inner--content > .product .summary form .number-wrapper input::-webkit-outer-spin-button,
body.single-product .wrapper__inner--content > .product .summary form .number-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.single-product .wrapper__inner--content > .product .summary form .number-wrapper input {
  width: 44px;
  height: 100%;
  border: none;
  -moz-appearance: textfield;
  font-size: 1rem;
  color: #000;
  text-align: center;
}
body.single-product .wrapper__inner--content > .product .summary form .number-wrapper input:focus {
  outline: 0;
}
body.single-product .wrapper__inner--content > .product .summary form button {
  height: 34px;
  border-radius: 0;
  background: #43a773;
  letter-spacing: 1px;
  font-weight: 500;
}
body.single-product .wrapper__inner--content > .product .summary .woocommerce-product-details__short-description {
  margin-top: 24px;
}
body.single-product .wrapper__inner--content > .product .summary .woocommerce-product-details__short-description h1, body.single-product .wrapper__inner--content > .product .summary .woocommerce-product-details__short-description h2, body.single-product .wrapper__inner--content > .product .summary .woocommerce-product-details__short-description h3, body.single-product .wrapper__inner--content > .product .summary .woocommerce-product-details__short-description h4, body.single-product .wrapper__inner--content > .product .summary .woocommerce-product-details__short-description h5, body.single-product .wrapper__inner--content > .product .summary .woocommerce-product-details__short-description p, body.single-product .wrapper__inner--content > .product .summary .woocommerce-product-details__short-description ul, body.single-product .wrapper__inner--content > .product .summary .woocommerce-product-details__short-description ol, body.single-product .wrapper__inner--content > .product .summary .woocommerce-product-details__short-description img {
  margin: 24px 0 0 0;
}
body.single-product .wrapper__inner--content > .product .summary .woocommerce-product-details__short-description h1:first-child, body.single-product .wrapper__inner--content > .product .summary .woocommerce-product-details__short-description h2:first-child, body.single-product .wrapper__inner--content > .product .summary .woocommerce-product-details__short-description h3:first-child, body.single-product .wrapper__inner--content > .product .summary .woocommerce-product-details__short-description h4:first-child, body.single-product .wrapper__inner--content > .product .summary .woocommerce-product-details__short-description h5:first-child, body.single-product .wrapper__inner--content > .product .summary .woocommerce-product-details__short-description p:first-child, body.single-product .wrapper__inner--content > .product .summary .woocommerce-product-details__short-description ul:first-child, body.single-product .wrapper__inner--content > .product .summary .woocommerce-product-details__short-description ol:first-child, body.single-product .wrapper__inner--content > .product .summary .woocommerce-product-details__short-description img:first-child {
  margin-top: 0;
}
body.single-product .wrapper__inner--content > .product .summary .woocommerce-product-details__short-description h1 {
  font-size: clamp(2rem, 1.5966rem + 0.8403vw, 2.5rem);
}
body.single-product .wrapper__inner--content > .product .summary .woocommerce-product-details__short-description h2 {
  font-size: clamp(1.75rem, 1.5483rem + 0.4202vw, 2rem);
}
body.single-product .wrapper__inner--content > .product .summary .woocommerce-product-details__short-description h3 {
  font-size: clamp(1.25rem, 1.0483rem + 0.4202vw, 1.5rem);
}
body.single-product .wrapper__inner--content > .product .summary .woocommerce-product-details__short-description h4 {
  font-size: clamp(1rem, 0.7983rem + 0.4202vw, 1.25rem);
}
body.single-product .wrapper__inner--content > .product .summary .woocommerce-product-details__short-description h5 {
  font-size: clamp(0.875rem, 0.7742rem + 0.2101vw, 1rem);
}
body.single-product .wrapper__inner--content > .product .summary .woocommerce-product-details__short-description p, body.single-product .wrapper__inner--content > .product .summary .woocommerce-product-details__short-description li {
  letter-spacing: 1px;
  line-height: 1.7;
  font-weight: 300;
}
body.single-product .wrapper__inner--content > .product .summary .woocommerce-product-details__short-description ul, body.single-product .wrapper__inner--content > .product .summary .woocommerce-product-details__short-description ol {
  padding: 0;
  list-style: none;
}
body.single-product .wrapper__inner--content > .product .summary .info-box {
  margin-top: 12px;
}
body.single-product .wrapper__inner--content > .product .summary .info-box.open .info-box__title svg {
  transform: rotate(180deg);
}
body.single-product .wrapper__inner--content > .product .summary .info-box__title {
  background: #43a773;
  display: flex;
  justify-content: space-between;
  padding: 12px;
  align-items: center;
  cursor: pointer;
}
body.single-product .wrapper__inner--content > .product .summary .info-box__title p {
  color: #FFF;
}
body.single-product .wrapper__inner--content > .product .summary .info-box__title svg {
  height: 24px;
  width: auto;
  vertical-align: middle;
  transition: 0.5s;
}
body.single-product .wrapper__inner--content > .product .summary .info-box__title svg g, body.single-product .wrapper__inner--content > .product .summary .info-box__title svg path {
  fill: #FFF;
}
body.single-product .wrapper__inner--content > .product .summary .info-box__description {
  display: none;
  padding: 12px;
  background: #F1F1F1;
}
body.single-product .wrapper__inner--content > .product .summary .info-box__description h1, body.single-product .wrapper__inner--content > .product .summary .info-box__description h2, body.single-product .wrapper__inner--content > .product .summary .info-box__description h3, body.single-product .wrapper__inner--content > .product .summary .info-box__description h4, body.single-product .wrapper__inner--content > .product .summary .info-box__description h5, body.single-product .wrapper__inner--content > .product .summary .info-box__description p, body.single-product .wrapper__inner--content > .product .summary .info-box__description ul, body.single-product .wrapper__inner--content > .product .summary .info-box__description ol, body.single-product .wrapper__inner--content > .product .summary .info-box__description img {
  margin: 24px 0 0 0;
}
body.single-product .wrapper__inner--content > .product .summary .info-box__description h1:first-child, body.single-product .wrapper__inner--content > .product .summary .info-box__description h2:first-child, body.single-product .wrapper__inner--content > .product .summary .info-box__description h3:first-child, body.single-product .wrapper__inner--content > .product .summary .info-box__description h4:first-child, body.single-product .wrapper__inner--content > .product .summary .info-box__description h5:first-child, body.single-product .wrapper__inner--content > .product .summary .info-box__description p:first-child, body.single-product .wrapper__inner--content > .product .summary .info-box__description ul:first-child, body.single-product .wrapper__inner--content > .product .summary .info-box__description ol:first-child, body.single-product .wrapper__inner--content > .product .summary .info-box__description img:first-child {
  margin-top: 0;
}
body.single-product .wrapper__inner--content > .product .summary .info-box__description h1 {
  font-size: clamp(2rem, 1.5966rem + 0.8403vw, 2.5rem);
}
body.single-product .wrapper__inner--content > .product .summary .info-box__description h2 {
  font-size: clamp(1.75rem, 1.5483rem + 0.4202vw, 2rem);
}
body.single-product .wrapper__inner--content > .product .summary .info-box__description h3 {
  font-size: clamp(1.25rem, 1.0483rem + 0.4202vw, 1.5rem);
}
body.single-product .wrapper__inner--content > .product .summary .info-box__description h4 {
  font-size: clamp(1rem, 0.7983rem + 0.4202vw, 1.25rem);
}
body.single-product .wrapper__inner--content > .product .summary .info-box__description h5 {
  font-size: clamp(0.875rem, 0.7742rem + 0.2101vw, 1rem);
}
body.single-product .wrapper__inner--content > .product .summary .info-box__description p, body.single-product .wrapper__inner--content > .product .summary .info-box__description li {
  letter-spacing: 1px;
  line-height: 1.7;
  font-size: clamp(0.75rem, 0.6492rem + 0.2101vw, 0.875rem);
  font-weight: 300;
}
body.single-product .wrapper__inner--content > .product .summary .info-box__description ul, body.single-product .wrapper__inner--content > .product .summary .info-box__description ol {
  padding: 0;
  list-style: none;
}
body.single-product .wrapper__inner--content > .product .woocommerce-product-gallery, body.single-product .wrapper__inner--content > .product .summary {
  margin-bottom: 0;
  float: none;
}
body.single-product .wrapper__inner--content > .product .woocommerce-product-gallery {
  width: 100%;
}
@media (min-width: 768px) {
  body.single-product .wrapper__inner--content > .product .woocommerce-product-gallery {
    width: 40%;
  }
}
body.single-product .wrapper__inner--content .woocommerce-tabs {
  width: 100%;
  margin-top: 64px;
}
body.single-product .wrapper__inner--content .woocommerce-tabs .tabs {
  margin-bottom: 24px;
}
body.single-product .wrapper__inner--content .woocommerce-tabs .woocommerce-Tabs-panel {
  margin-bottom: 0;
}
body.single-product .wrapper__inner--content .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments h2.woocommerce-Reviews-title {
  font-size: clamp(1.25rem, 1.0483rem + 0.4202vw, 1.5rem);
  font-weight: 500;
}
body.single-product .wrapper__inner--content .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments h2.woocommerce-Reviews-title span {
  font-weight: 400;
}
body.single-product .wrapper__inner--content .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist {
  margin-top: 24px;
}
body.single-product .wrapper__inner--content .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .review {
  margin-bottom: 24px;
}
body.single-product .wrapper__inner--content .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .review .comment_container .comment-text {
  margin: 0;
}
body.single-product .wrapper__inner--content .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .review .comment_container .comment-text .star-rating {
  color: #43a773;
}
body.single-product .wrapper__inner--content .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .review .comment_container .comment-text .meta .woocommerce-review__author {
  color: #333333;
}
body.single-product .wrapper__inner--content .related {
  margin-top: 64px;
}
body.single-product .wrapper__inner--content .related > h2 {
  font-size: clamp(1.75rem, 1.5483rem + 0.4202vw, 2rem);
}
body.single-product .wrapper__inner--content .related .products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 24px;
  column-gap: 24px;
  margin-top: 24px;
}

body.woocommerce-account .content {
  margin-top: 64px;
}
body.woocommerce-account .content__inner .woocommerce #customer_login {
  max-width: 480px;
  margin: 0 auto;
  width: 100%;
}
body.woocommerce-account .content__inner .woocommerce #customer_login .u-column1, body.woocommerce-account .content__inner .woocommerce #customer_login .u-column2 {
  width: 100%;
  float: none;
  max-width: 100%;
  flex: none;
}
body.woocommerce-account .content__inner .woocommerce #customer_login .u-column1 h2, body.woocommerce-account .content__inner .woocommerce #customer_login .u-column2 h2 {
  text-align: center;
  margin: 0 0 50px 0;
}
body.woocommerce-account .content__inner .woocommerce #customer_login .u-column1 form, body.woocommerce-account .content__inner .woocommerce #customer_login .u-column2 form {
  background-color: #FFF;
  margin: 0;
  border-radius: 0;
}
@media (min-width: 768px) {
  body.woocommerce-account .content__inner .woocommerce #customer_login .u-column1 form, body.woocommerce-account .content__inner .woocommerce #customer_login .u-column2 form {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  body.woocommerce-account .content__inner .woocommerce #customer_login .u-column1 form p.lost_password, body.woocommerce-account .content__inner .woocommerce #customer_login .u-column1 form p.register-account-wrap, body.woocommerce-account .content__inner .woocommerce #customer_login .u-column2 form p.lost_password, body.woocommerce-account .content__inner .woocommerce #customer_login .u-column2 form p.register-account-wrap {
    float: left;
    width: 50%;
  }
}
body.woocommerce-account .content__inner .woocommerce #customer_login .u-column1 form p.lost_password a, body.woocommerce-account .content__inner .woocommerce #customer_login .u-column1 form p.register-account-wrap a, body.woocommerce-account .content__inner .woocommerce #customer_login .u-column2 form p.lost_password a, body.woocommerce-account .content__inner .woocommerce #customer_login .u-column2 form p.register-account-wrap a {
  color: #000;
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
}
body.woocommerce-account .content__inner .woocommerce #customer_login .u-column1 form p.lost_password a:hover, body.woocommerce-account .content__inner .woocommerce #customer_login .u-column1 form p.lost_password a:focus, body.woocommerce-account .content__inner .woocommerce #customer_login .u-column1 form p.register-account-wrap a:hover, body.woocommerce-account .content__inner .woocommerce #customer_login .u-column1 form p.register-account-wrap a:focus, body.woocommerce-account .content__inner .woocommerce #customer_login .u-column2 form p.lost_password a:hover, body.woocommerce-account .content__inner .woocommerce #customer_login .u-column2 form p.lost_password a:focus, body.woocommerce-account .content__inner .woocommerce #customer_login .u-column2 form p.register-account-wrap a:hover, body.woocommerce-account .content__inner .woocommerce #customer_login .u-column2 form p.register-account-wrap a:focus {
  text-decoration: none;
}
body.woocommerce-account .content__inner .woocommerce #customer_login .u-column1 form p.login-account-wrap a, body.woocommerce-account .content__inner .woocommerce #customer_login .u-column2 form p.login-account-wrap a {
  color: #000;
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
}
body.woocommerce-account .content__inner .woocommerce #customer_login .u-column1 form p.login-account-wrap a:hover, body.woocommerce-account .content__inner .woocommerce #customer_login .u-column1 form p.login-account-wrap a:focus, body.woocommerce-account .content__inner .woocommerce #customer_login .u-column2 form p.login-account-wrap a:hover, body.woocommerce-account .content__inner .woocommerce #customer_login .u-column2 form p.login-account-wrap a:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  body.woocommerce-account .content__inner .woocommerce #customer_login .u-column1 form p.lost_password, body.woocommerce-account .content__inner .woocommerce #customer_login .u-column2 form p.lost_password {
    padding-right: 7.5px;
  }
}
@media (min-width: 768px) {
  body.woocommerce-account .content__inner .woocommerce #customer_login .u-column1 form p.register-account-wrap, body.woocommerce-account .content__inner .woocommerce #customer_login .u-column2 form p.register-account-wrap {
    padding-left: 7.5px;
  }
}
body.woocommerce-account .content__inner .woocommerce #customer_login .u-column1 form p, body.woocommerce-account .content__inner .woocommerce #customer_login .u-column2 form p {
  margin-bottom: 15px;
  padding: 0;
}
body.woocommerce-account .content__inner .woocommerce #customer_login .u-column1 form p button:not(.show-password-input), body.woocommerce-account .content__inner .woocommerce #customer_login .u-column2 form p button:not(.show-password-input) {
  width: 100%;
  float: none;
  max-width: 100%;
  margin-right: 0;
  color: #FFF;
  transition: 0.5s;
  font-weight: 500;
  border-radius: 0;
  background-color: #43a773;
}
body.woocommerce-account .content__inner .woocommerce #customer_login .u-column1 form p button:not(.show-password-input):hover, body.woocommerce-account .content__inner .woocommerce #customer_login .u-column1 form p button:not(.show-password-input):focus, body.woocommerce-account .content__inner .woocommerce #customer_login .u-column2 form p button:not(.show-password-input):hover, body.woocommerce-account .content__inner .woocommerce #customer_login .u-column2 form p button:not(.show-password-input):focus {
  background-color: #333333;
  text-decoration: none;
}
body.woocommerce-account .content__inner .woocommerce #customer_login .u-column1 form p a, body.woocommerce-account .content__inner .woocommerce #customer_login .u-column2 form p a {
  color: #000;
}
body.woocommerce-account .content__inner .woocommerce #customer_login .u-column1 form p label, body.woocommerce-account .content__inner .woocommerce #customer_login .u-column2 form p label {
  display: block;
  width: 100%;
}
body.woocommerce-account .content__inner .woocommerce #customer_login .u-column1 form p span.password-input, body.woocommerce-account .content__inner .woocommerce #customer_login .u-column2 form p span.password-input {
  width: 100%;
}
body.woocommerce-account .content__inner .woocommerce #customer_login .u-column1 form p span.password-input .show-password-input, body.woocommerce-account .content__inner .woocommerce #customer_login .u-column2 form p span.password-input .show-password-input {
  top: 1em !important;
}
body.woocommerce-account .content__inner .woocommerce #customer_login .u-column2 {
  display: none;
}
body.woocommerce-account .content__inner .woocommerce #customer_login .u-column2 form {
  padding-bottom: 0;
}
body.woocommerce-account .content__inner .woocommerce #customer_login .u-column2 form span.password-input {
  width: 100%;
}
body.woocommerce-account .content__inner .woocommerce #customer_login .u-column2 form span.password-input .show-password-input {
  top: 1em !important;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-navigation {
  background-color: #FFF;
  margin-bottom: 25px;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 15px;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #43a773;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
  margin-bottom: 0;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-navigation ul li a:hover, body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-navigation ul li a:focus {
  color: #43a773;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content {
  background-color: #FFF;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content h2, body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content h3 {
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 10px 0;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table {
  border: none;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table thead th {
  padding: 10px 0;
  font-weight: 600;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th, body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td {
  padding: 10px 0;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th.woocommerce-orders-table__cell-order-number a, body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-number a {
  color: #333333;
  font-weight: 700;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table {
  margin: 0;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content p.form-row {
  padding: 0;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .button {
  background-color: #43a773;
  color: #FFF;
  border-radius: 2px;
  font-weight: 600;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-Address {
  margin-top: 15px;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-Address .edit {
  background-color: #43a773;
  color: #FFF;
  padding: 5px 10px;
  border-radius: 2px;
  display: inline-block;
  margin-bottom: 10px;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-Address address {
  font-style: normal;
  line-height: 1.5;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .order-information, body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .shipping-information, body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .shipping-address {
  margin-bottom: 25px;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .order-information ul, body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .shipping-information ul, body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .shipping-address ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .order-information ul li, body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .shipping-information ul li, body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .shipping-address ul li {
  margin-bottom: 5px;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .totals {
  margin-top: 25px;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .totals ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .totals ul li {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .totals ul li:last-child {
  margin-bottom: 0;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .totals ul li:last-child .left {
  font-size: 18px;
  font-weight: 700;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .totals ul li .left {
  width: 125px;
  margin-right: 10px;
}
@media (min-width: 375px) {
  body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .totals ul li .left {
    width: 175px;
    margin-right: 15px;
  }
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .totals ul li .left span {
  display: block;
  font-size: 12px;
  font-weight: 300;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .totals ul li .right {
  width: 80px;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .items .item {
  padding: 10px 0;
  border-top: 1px solid #333333;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-items: center;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .items .item:first-child {
  border-top: none;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .items .item__image {
  width: 80px;
  height: auto;
  position: relative;
  z-index: 10;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .items .item__image .count {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #43a773;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-size: 14px;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .items .item__image img {
  object-fit: contain;
  object-position: center center;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .items .item__data {
  width: calc(100% - 80px);
  padding-left: 20px;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .items .item__data .title a {
  margin: 0;
  font-size: 15px;
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .items .item__data .custom-price {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .items .item__data .custom-price .sale-price p {
  font-size: 16px;
  color: #43a773;
  font-weight: 500;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .items .item__data .custom-price .normal-price {
  margin-left: 10px;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .items .item__data .custom-price .normal-price p {
  color: #000;
  font-weight: 400;
  font-size: 13px;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .items .item__quantity {
  width: calc(100% - 80px);
  padding-left: 20px;
  margin: 0 0 0 auto;
}
@media (min-width: 768px) {
  body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .items .item__quantity {
    padding-left: 0;
    margin: 0;
    width: 120px;
  }
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .items .item__quantity .custom-quantity .input-wrapper {
  height: 42px;
  display: flex;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .items .item__quantity .custom-quantity .input-wrapper .minus, body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .items .item__quantity .custom-quantity .input-wrapper .plus {
  height: 100%;
  width: 42px;
  border: 1px solid #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  color: #000;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .items .item__quantity .custom-quantity .input-wrapper .quantity {
  width: 62px;
  height: 100%;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .items .item__quantity .custom-quantity .input-wrapper .quantity input {
  width: 100%;
  height: 100%;
  border: none;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  text-align: center;
  -moz-appearance: textfield;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .items .item__quantity .custom-quantity .input-wrapper .quantity input:focus {
  outline: 0;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .items .item__quantity .custom-quantity .input-wrapper .quantity input::-webkit-outer-spin-button, body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .items .item__quantity .custom-quantity .input-wrapper .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.woocommerce-account .content__inner .woocommerce .woocommerce-MyAccount-content .items .item__quantity a {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
}

body.single-post .hero-post {
  width: 100%;
}
body.single-post .hero-post .image {
  width: 100%;
}
body.single-post .hero-post .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/4;
  object-fit: cover;
  object-position: center center;
  vertical-align: bottom;
}
body.single-post .hero-post .info {
  background: #43a773;
}
body.single-post .hero-post .info__date time {
  color: #FFF;
  font-size: clamp(1rem, 0.7983rem + 0.4202vw, 1.25rem);
}
body.single-post .wrapper {
  margin-top: 64px;
}
body.single-post .wrapper__inner h1, body.single-post .wrapper__inner h2, body.single-post .wrapper__inner h3, body.single-post .wrapper__inner h4, body.single-post .wrapper__inner h5, body.single-post .wrapper__inner p, body.single-post .wrapper__inner ul, body.single-post .wrapper__inner ol, body.single-post .wrapper__inner img {
  margin: 24px 0 0 0;
}
body.single-post .wrapper__inner h1:first-child, body.single-post .wrapper__inner h2:first-child, body.single-post .wrapper__inner h3:first-child, body.single-post .wrapper__inner h4:first-child, body.single-post .wrapper__inner h5:first-child, body.single-post .wrapper__inner p:first-child, body.single-post .wrapper__inner ul:first-child, body.single-post .wrapper__inner ol:first-child, body.single-post .wrapper__inner img:first-child {
  margin-top: 0;
}
body.single-post .wrapper__inner h1 {
  font-size: clamp(2rem, 1.5966rem + 0.8403vw, 2.5rem);
}
body.single-post .wrapper__inner h2 {
  font-size: clamp(1.75rem, 1.5483rem + 0.4202vw, 2rem);
}
body.single-post .wrapper__inner h3 {
  font-size: clamp(1.25rem, 1.0483rem + 0.4202vw, 1.5rem);
}
body.single-post .wrapper__inner h4 {
  font-size: clamp(1rem, 0.7983rem + 0.4202vw, 1.25rem);
}
body.single-post .wrapper__inner h5 {
  font-size: clamp(0.875rem, 0.7742rem + 0.2101vw, 1rem);
}
body.single-post .wrapper__inner p, body.single-post .wrapper__inner li {
  letter-spacing: 1px;
  line-height: 1.7;
  font-weight: 300;
}
body.single-post .wrapper__inner ul, body.single-post .wrapper__inner ol {
  padding: 0;
  list-style: none;
}
body.single-post .wrapper__inner a {
  color: #43a773;
}
body.single-post .wrapper__inner a span {
  color: #43a773;
  transition: 0.5s;
}
body.single-post .wrapper__inner a:hover, body.single-post .wrapper__inner a:focus {
  color: #333333;
}
body.single-post .wrapper__inner a:hover span, body.single-post .wrapper__inner a:focus span {
  color: #333333;
}
body.single-post .comments {
  margin-top: 64px;
}
body.single-post .comments h2 {
  font-size: clamp(2rem, 1.5966rem + 0.8403vw, 2.5rem);
}
body.single-post .comments h3 {
  display: none;
}
body.single-post .comments .commentlist {
  margin-top: 24px;
  list-style: none;
}
body.single-post .comments .commentlist .comment {
  padding: 12px;
  margin-bottom: 12px;
}
body.single-post .comments .commentlist .comment.odd {
  background: rgba(128, 128, 128, 0.0705882353);
}
body.single-post .comments .commentlist .comment.even {
  background: rgba(67, 167, 115, 0.1215686275);
}
body.single-post .comments .commentlist .comment .comment-body {
  color: #333333;
}
body.single-post .comments .commentlist .comment .comment-body .comment-author cite {
  font-weight: 700;
}
body.single-post .comments .commentlist .comment .comment-body .comment-meta {
  margin-top: 6px;
}
body.single-post .comments .commentlist .comment .comment-body .comment-meta a {
  color: #333333;
  font-size: clamp(0.75rem, 0.6492rem + 0.2101vw, 0.875rem);
}
body.single-post .comments .commentlist .comment .comment-body p {
  line-height: 1.7;
  font-weight: 300;
  margin-top: 12px;
}
body.single-post .comments .comment-respond {
  margin-top: 12px;
}
body.single-post .comments .comment-respond form label {
  width: 100%;
  display: block;
}
body.single-post .comments .comment-respond form p {
  margin: 12px 0 0 0;
}
body.single-post .comments .comment-respond form p.comment-form-url {
  display: none;
}
body.single-post .comments .comment-respond form p.comment-form-cookies-consent {
  display: flex;
}
body.single-post .comments .comment-respond form p.comment-form-cookies-consent input {
  margin-right: 6px;
}
body.single-post .comments .comment-respond form p.form-submit input {
  background: #43a773;
  color: #FFF;
  border: none;
  padding: 12px 24px;
  transition: 0.5s;
}
body.single-post .comments .comment-respond form p.form-submit input:hover, body.single-post .comments .comment-respond form p.form-submit input:focus {
  background: #333333;
}
body.single-post .comments .comment-respond form input[type=text], body.single-post .comments .comment-respond form input[type=email], body.single-post .comments .comment-respond form textarea {
  width: 100%;
  border-radius: 0;
  border: 1px solid #CCC;
  margin-top: 12px;
  padding: 0 12px;
}
body.single-post .comments .comment-respond form textarea {
  height: 100px;
  max-width: 100%;
  padding: 12px;
}
body.single-post .comments .comment-respond form input[type=text], body.single-post .comments .comment-respond form input[type=email] {
  height: 40px;
}

body.woocommerce-cart .woocommerce {
  margin-top: 64px;
}
body.woocommerce-cart .woocommerce form table tbody tr td.product-quantity .number-wrapper {
  width: 96px;
  display: flex;
  flex-wrap: nowrap;
  border: 1px solid #ddd;
  height: 34px;
}
body.woocommerce-cart .woocommerce form table tbody tr td.product-quantity .number-wrapper .minus, body.woocommerce-cart .woocommerce form table tbody tr td.product-quantity .number-wrapper .plus {
  height: 100%;
  text-align: center;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(67, 167, 115, 0.1);
  cursor: pointer;
}
body.woocommerce-cart .woocommerce form table tbody tr td.product-quantity .number-wrapper .minus svg, body.woocommerce-cart .woocommerce form table tbody tr td.product-quantity .number-wrapper .plus svg {
  width: 12px;
}
body.woocommerce-cart .woocommerce form table tbody tr td.product-quantity .number-wrapper .minus {
  border-right: 1px solid #e5e5e5;
}
body.woocommerce-cart .woocommerce form table tbody tr td.product-quantity .number-wrapper .plus {
  border-left: 1px solid #e5e5e5;
}
body.woocommerce-cart .woocommerce form table tbody tr td.product-quantity .number-wrapper input::-webkit-outer-spin-button,
body.woocommerce-cart .woocommerce form table tbody tr td.product-quantity .number-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.woocommerce-cart .woocommerce form table tbody tr td.product-quantity .number-wrapper input {
  width: 44px;
  height: 100%;
  border: none;
  -moz-appearance: textfield;
  font-size: 1rem;
  color: #000;
  text-align: center;
}
body.woocommerce-cart .woocommerce form table tbody tr td.product-quantity .number-wrapper input:focus {
  outline: 0;
}
body.woocommerce-cart .woocommerce form table tbody tr td.product-name a {
  color: #43a773;
}
body.woocommerce-cart .woocommerce form table tbody tr td.actions .coupon input {
  height: 40px;
  width: 150px;
  border: 1px solid #CCC;
  padding: 0 12px;
}
body.woocommerce-cart .woocommerce form table tbody tr td.actions .coupon button {
  height: 40px;
  width: 200px;
  background: #43a773;
  color: #FFF;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.7742rem + 0.2101vw, 1rem);
  border-radius: 0;
  border: 1px solid #43a773;
}
body.woocommerce-cart .woocommerce form table tbody tr td.actions button[name=update_cart] {
  display: none;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table {
  margin-top: 24px;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  margin: 0;
  background: #43a773;
  font-weight: 400;
}

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