@charset "UTF-8";
header#header {
  position: relative;
  margin: auto;
  top: 0;
  width: 100%;
  background: #f9f9fa;
  margin-top: 16px;
  z-index: 1;
}
header#header.active {
  z-index: 999;
}
header#header.show {
  z-index: 100;
}
header#header:after {
  content: "";
  background: url("/wp-content/themes/ergotree/assets/img/kola-decor.png");
  width: 570px;
  height: 564px;
  display: flex;
  position: absolute;
  right: -428px;
  top: 203px;
  z-index: 1;
}
@media (max-width: 991px) {
  header#header:after {
    right: -520px;
  }
}
@media (max-width: 768px) {
  header#header:after {
    display: none;
  }
}
@media (max-width: 991px) {
  header#header {
    padding: 10px 0;
  }
}
header#header .navi-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 8px 0;
}
header#header .navi-container:before {
  content: "";
  background: url("/wp-content/themes/ergotree/assets/img/circle-decor.png");
  width: 303px;
  height: 303px;
  display: flex;
  position: absolute;
  left: -104px;
  top: -110px;
}
@media (max-width: 991px) {
  header#header .navi-container:before {
    left: -138px;
    top: -130px;
  }
}
@media (max-width: 991px) {
  header#header .navi-container {
    justify-content: flex-start;
  }
}
header#header .logo {
  position: relative;
  z-index: 9;
}
header#header .logo svg {
  width: 67px;
  height: 75px;
}
header#header .menu-wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 48px;
       column-gap: 48px;
}
header#header .basket-cart {
  width: 48px;
  height: 48px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
header#header .basket-cart svg {
  width: 48px;
  height: 48px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
header#header .basket-cart svg path {
  stroke: var(--green);
}
header#header .basket-cart .cart-contents {
  background: #f06000;
  border: 3px solid #f6a066;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  top: -1px;
  right: 0px;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #f9f9fa;
}
header#header .basket-cart .cart-price {
  font-weight: 600;
  font-size: 14px;
  color: #12230a;
  margin-top: 52px;
  display: flex;
}
header#header .basket-cart .cart-price.cart-price-0 {
  display: none;
}
header#header .basket-cart.basket-count-0 .cart-contents {
  display: none;
}
header#header .basket-cart.basket-count-0 .cart-price {
  display: none;
}
@media (max-width: 991px) {
  header#header .basket-cart {
    position: absolute;
    right: 0;
    top: 18px;
  }
}
header#header .site-cart {
  position: fixed;
  width: 100%;
  max-width: 500px;
  height: 100vh;
  background: #000;
  background: #f9f9fa;
  top: 0;
  right: 0;
  transform: translateX(500px);
  transition-duration: 0.5s;
  z-index: 10;
}
header#header .site-cart--close {
  position: absolute;
  width: 56px;
  height: 56px;
  left: 32px;
  top: 32px;
  background: #ffffff;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  header#header .site-cart--close {
    left: inherit;
    right: 16px;
  }
}
header#header .site-cart--close svg {
  width: 13px;
  height: 13px;
}
header#header .site-cart.show {
  transform: translateX(0);
  transition-duration: 0.5s;
}
header#header .site-cart .woocommerce-message {
  display: none;
}
header#header .site-cart .cart-empty {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #949693;
  transform: translate(-50%, -50%);
  white-space: pre;
}
@media only screen and (max-width: 991px) {
  header#header .site-cart .cart-empty {
    font-size: 16px;
    line-height: 20px;
  }
}
header#header .site-cart .heading-6 {
  font-weight: 600;
  text-align: center;
  margin-top: 44px;
}
@media only screen and (max-width: 991px) {
  header#header .site-cart .heading-6 {
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    padding-left: 16px;
    margin-top: 52px;
  }
}
header#header .site-cart .shop_table {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
header#header .site-cart .shop_table .btn-theme-mini {
  max-width: 200px;
}
header#header .site-cart .order-total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  margin-left: -16px;
  margin-right: -16px;
}
@media only screen and (max-width: 567px) {
  header#header .site-cart .order-total {
    margin-bottom: 16px;
  }
}
header#header .site-cart .order-total th,
header#header .site-cart .order-total td {
  font-size: 18px;
  font-weight: 600;
}
header#header .site-cart .order-total th strong,
header#header .site-cart .order-total td strong {
  font-size: 18px;
  font-weight: 600;
}
header#header .site-cart .cart-collaterals {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fcfcfc;
  border: 1px solid #ebeceb;
  box-shadow: 5px 28px 17px rgba(33, 37, 49, 0.02), 2px 12px 12px rgba(33, 37, 49, 0.03), 1px 3px 7px rgba(33, 37, 49, 0.03), 0px 0px 0px rgba(33, 37, 49, 0.03);
  border-radius: 18px;
  width: 100%;
  padding: 32px;
}
header#header .site-cart .cart-collaterals .checkout-button:after {
  content: "";
  background: url(/wp-content/themes/ergotree/assets/img/arrow-left.svg);
  width: 32px;
  height: 32px;
  transform: rotate(180deg);
  filter: brightness(0) invert(1);
  margin-left: 8px;
}
header#header .site-cart .return-to-shop {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fcfcfc;
  border: 1px solid #ebeceb;
  box-shadow: 5px 28px 17px rgba(33, 37, 49, 0.02), 2px 12px 12px rgba(33, 37, 49, 0.03), 1px 3px 7px rgba(33, 37, 49, 0.03), 0px 0px 0px rgba(33, 37, 49, 0.03);
  border-radius: 18px;
  width: 100%;
  padding: 32px;
}
header#header .site-cart .return-to-shop a {
  font-size: 18px;
  font-weight: 600;
  color: #12230a;
  background: #f9f9fa;
  display: flex;
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: 1px solid #dedfde;
  border-radius: 8px;
  transition-duration: 0.1s;
}
header#header .site-cart .return-to-shop a:before {
  content: "";
  background: url(/wp-content/themes/ergotree/assets/img/arrow-left.svg);
  width: 32px;
  height: 32px;
}
header#header .site-cart .return-to-shop a:hover {
  border: 3px solid #9adb7c;
  transition-duration: 0.1s;
}
header#header .overlay {
  width: 100%;
  height: 100%;
  background: rgba(135, 143, 179, 0.62);
  position: fixed;
  top: 0;
  z-index: 9;
  display: none;
}
header#header .overlay.show {
  display: flex;
}
@media (max-width: 991px) {
  header#header .header-nav {
    display: none;
  }
  header#header .header-nav.active {
    display: flex;
    flex-direction: column;
    background: #fff;
    width: calc(100% + 36px);
    height: 100vh;
    z-index: 4;
    position: absolute;
    left: -18px;
    top: -26px;
    justify-content: center;
    align-items: center;
  }
  header#header .header-nav.active .header-nav-menu {
    flex-direction: column;
  }
}
header#header .header-nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 40px;
  align-items: center;
}
header#header .header-nav-menu .menu-item {
  position: relative;
  cursor: pointer;
}
header#header .header-nav-menu .menu-item a {
  color: #000;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  text-decoration: none;
}
header#header .header-nav-menu .current-menu-item a,
header#header .header-nav-menu .current_page_parent a {
  color: var(--green);
}
@media (min-width: 992px) {
  header#header .hamburger {
    display: none;
  }
}
header#header .hamburger {
  width: 50px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  z-index: 9;
  position: absolute;
  top: 20px;
  right: 55px;
}
header#header .hamburger .line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #000;
  stroke-width: 5.5;
  stroke-linecap: round;
}
header#header .hamburger .top {
  stroke-dasharray: 40 160;
}
header#header .hamburger .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}
header#header .hamburger .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}
header#header .hamburger.active {
  transform: rotate(45deg);
  right: 0;
}
header#header .hamburger.active .top {
  stroke-dashoffset: -64px;
}
header#header .hamburger.active .middle {
  transform: rotate(90deg);
}
header#header .hamburger.active .bottom {
  stroke-dashoffset: -64px;
}

@media (min-width: 992px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav {
  z-index: 101;
  background: #fff;
  position: fixed;
  top: 74px;
  left: 0;
  width: 100%;
  height: calc(100% - 74px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.mobile-nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.mobile-nav-menu .menu-item a {
  color: #000;
  text-align: center;
  font-size: 26px;
  line-height: 34px;
  text-decoration: none;
}
.mobile-nav.active {
  opacity: 1;
  visibility: visible;
}

.woocommerce-cart-form {
  margin-top: 50px;
  position: relative;
  overflow-y: scroll;
  max-height: 520px;
  padding-bottom: 100px;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item {
  background: #fcfcfc;
  border: 1px solid #ebeceb;
  box-shadow: 5px 28px 17px rgba(33, 37, 49, 0.02), 2px 12px 12px rgba(33, 37, 49, 0.03), 1px 3px 7px rgba(33, 37, 49, 0.03), 0px 0px 0px rgba(33, 37, 49, 0.03);
  border-radius: 16px;
  margin: 16px;
  display: grid;
  grid-template-columns: 120px 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  padding: 16px;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-thumbnail-wrap img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-info-wrap {
  position: relative;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-name {
  margin-bottom: 10px;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-name a {
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  color: #12230a;
  text-decoration: none;
  pointer-events: none;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-name a {
    font-size: 16px;
    line-height: 20px;
  }
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .weight-kcal {
  font-size: 14px;
  font-weight: 400;
  color: var(--grey-600);
  line-height: 22px;
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart-form .woocommerce-cart-form__cart-item .weight-kcal {
    font-size: 12px;
    line-height: 19px;
  }
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-remove {
  position: absolute;
  top: 0;
  right: 0;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-remove a {
  font-size: 20px;
  color: #12230a;
  text-decoration: none;
  position: relative;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-remove a:before {
  content: "";
  background: url("/wp-content/themes/ergotree/assets/img/bin.svg");
  width: 32px;
  height: 32px;
  display: flex;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-bottom-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 8px;
  left: 0;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-bottom-info .product-quantity .quantity {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-bottom-info .product-quantity .quantity .minus {
  border: 1px solid #ebeceb;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fcfcfc;
  cursor: pointer;
  color: #fcfcfc;
  position: relative;
  z-index: 1;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-bottom-info .product-quantity .quantity .minus img {
  width: 14px;
  height: auto;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-bottom-info .product-quantity .quantity .minus:before {
  content: "–";
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  color: #000;
  font-weight: 600;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  font-size: 20px;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-bottom-info .product-quantity .quantity .plus {
  font-size: 28px;
  border: 1px solid #ebeceb;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fcfcfc;
  cursor: pointer;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-bottom-info .product-quantity .quantity .plus img {
  width: 14px;
  height: auto;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-bottom-info .product-quantity .quantity .qty {
  border: 0;
  width: 20px;
  height: 24px;
  text-align: center;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-bottom-info .product-quantity .quantity .qty::-webkit-outer-spin-button,
.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-bottom-info .product-quantity .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-bottom-info .product-quantity .quantity input[type=number] {
  -moz-appearance: textfield;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-bottom-info .product-price {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  color: #f06000;
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-bottom-info .product-price {
    font-size: 16px;
    line-height: 20px;
  }
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-bottom-info .product-price .woocommerce-Price-currencySymbol {
  margin-left: 4px;
}

.btn-only-checkout {
  display: none;
}

.woocommerce-checkout .btn-only-checkout {
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
  display: flex;
  height: 48px;
  width: 264px;
  position: absolute;
  left: 166px;
  justify-content: center;
  align-items: center;
  background: #f9f9fa;
  border: 1px solid #dedfde;
  box-shadow: 0px 15px 6px rgba(187, 190, 187, 0.01), 0px 8px 5px rgba(187, 190, 187, 0.05), 0px 4px 4px rgba(187, 190, 187, 0.09), 0px 1px 2px rgba(187, 190, 187, 0.1), 0px 0px 0px rgba(187, 190, 187, 0.1);
  border-radius: 8px;
  text-decoration: none;
  color: #12230a;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.woocommerce-checkout .btn-only-checkout svg {
  width: 32px;
  height: 32px;
}
.woocommerce-checkout .btn-only-checkout:hover {
  color: var(--green);
  transition-duration: 0.4s;
}
.woocommerce-checkout .btn-only-checkout:hover svg path {
  fill: var(--green);
  transition-duration: 0.4s;
}
@media (max-width: 576px) {
  .woocommerce-checkout .btn-only-checkout {
    display: none;
  }
}

.woocommerce-checkout header#header .hamburger {
  right: 0;
}