:root {
  --font-family: "Open Sans", Sans-serif;
  --light-gray: #cfd4d3;
  --green: #0c4f30;
  --darkgreen: #042114;
  --text-color: #073b25;
  --brand-olive: #55733b;
  --theme-orange: #e87635;
  --input-border-color: #888;
  --darkred: #7e162a;
  --gray: #f9fafb;
  --darkgray: #f1f1f1;
}
* {
  outline: none;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
  background-color: inherit;
  color: inherit;
  text-decoration: none;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.rel {
  position: relative;
}
.fs-14 {
  font-size: 14px;
}
.fs-20 {
  font-size: 20px;
}
.dim {
  opacity: 0.6;
}
.underline {
  text-decoration: underline;
}
.icon-eu {
  width: 26px;
  height: 24px;
  background-image: url("../images/flag-eu.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
}
.icon-info {
  width: 26px;
  height: 24px;
  background-image: url("../images/exclamation.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
}
.icon-basket {
  width: 52px;
  height: 42px;
  display: inline-block;
  background-position: center;
  background-color: var(--accent-red);
  mask-image: url(../images/icon-cart.svg);
  mask-repeat: no-repeat;
  mask-position: center;
}
.icon-basket.white {
  background-color: #fff;
}
.icon-check-circle-fill {
  width: 22px;
  height: 22px;
  display: inline-block;
  mask-image: url(../images/icon-check-circle-fill.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: var(--primary-green);
}
.icon-people {
  background-color: var(--primary-green);
  mask-image: url("../images/icon-people.svg");
  width: 30px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  mask-repeat: no-repeat;
  mask-position: center;
}
.icon-user {
  --size: 22px;
  width: var(--size);
  height: var(--size);
  display: inline-block;
  mask-image: url(../images/icon-user.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: var(--red);
}
.icon-vegebox {
  background-color: var(--primary-green);
  mask-image: url("../images/icon-vegebox.svg");
  width: 28px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  mask-repeat: no-repeat;
  mask-position: center;
}
.icon-truck {
  background-color: var(--primary-green);
  mask-image: url("../images/icon-truck.svg");
  width: 34px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  mask-repeat: no-repeat;
  mask-position: center;
}
.icon-calender {
  background-color: var(--primary-green);
  mask-image: url("../images/icon-calender.svg");
  width: 34px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  mask-repeat: no-repeat;
  mask-position: center;
}
.icon-currency {
  background-color: var(--primary-green);
  mask-image: url("../images/icon-currency.svg");
  width: 34px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  mask-repeat: no-repeat;
  mask-position: center;
}
.icon-message {
  background-color: var(--primary-green);
  mask-image: url("../images/icon-message.svg");
  width: 34px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  mask-repeat: no-repeat;
  mask-position: center;
}
.icon-map-marker-circled {
  background-color: var(--darkred);
  mask-image: url("../images/map-markercircled.svg");
  width: 80px;
  height: 80px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  mask-repeat: no-repeat;
  mask-position: center;
}
#side-cart-wrapper {
  width: 280px;
  position: fixed;
  right: -280px;
  top: 10em;
  z-index: 100;
  transition: all 0.3s ease;
}
#side-cart-wrapper.open {
  right: 0;
}
#side-cart-wrapper:not(:has(.cart-item)) #side-cart-toggle {
  display: none;
}
div#side-cart-toggle {
  background-color: #f2f2f2;
  position: absolute;
  top: 0;
  left: -65px;
  z-index: 100;
  border-radius: 100px 0 0 100px;
  cursor: pointer;
}
div#side-cart-toggle .icon-basket {
  width: 32px;
  height: 32px;
  margin: 5px 20px 0;
}
div#side-cart-toggle span.badge-total-items {
  font-size: 13px;
  padding-top: 11px;
}
div#sidecart {
  background-color: #f2f2f2;
  padding: 8px 16px 26px;
  color: var(--darkgreen);
}
div#sidecart h3 {
  font-size: 18px;
  text-align: center;
}
div#sidecart p {
  margin-bottom: 0;
}
div#sidecart .cart-items {
  max-height: calc(100vh - 500px);
  overflow: auto;
}
div#sidecart .cart-item:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 2em;
  padding-bottom: 1em;
}
div#sidecart .cart-item-details table th, div#sidecart .cart-item-details table td {
  border: none;
  background-color: transparent;
  text-align: left;
  padding: 4px 1px 6px;
  font-size: 13px;
}
div#sidecart .cart-item-details table th {
  width: 75px;
  opacity: 0.75;
}
div#sidecart .cart-total {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 1.5em;
}
div#sidecart .cart-total > div {
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 13px;
}
div#sidecart .cart-total label {
  width: 75px;
}
div#sidecart .cart-total h5, div#sidecart .cart-total h6 {
  margin: 0;
  font-size: 16px;
}
div#sidecart .cart-total .cart-total-price {
  padding-top: 15px;
}
.color-red {
  color: var(--red);
}
.color-orange {
  color: var(--orange);
}
#shop-category-archieve .shop-head {
  margin-bottom: 3em;
}
.nav-primary-menu {
  display: flex;
  justify-content: center;
  gap: 1em;
}
.nav-primary-menu .menu-item > .button {
  position: relative;
  padding: 8px 16px 8px 38px;
  min-width: initial;
  font-weight: 600;
  transition: all 0.3s ease;
  --arrow-color: var(--e-global-color-accent);
}
.nav-primary-menu .menu-item > .button.has-children {
  padding-right: 45px;
}
.nav-primary-menu .menu-item > .button.has-children::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 54%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--arrow-color);
}
.nav-primary-menu .menu-item > .button:not(.active) {
  color: var(--e-global-color-accent);
  background-color: #fff;
}
.nav-primary-menu .menu-item > .button:not(.active):hover {
  background-color: var(--e-global-color-33c9d76);
}
.nav-primary-menu .menu-item > .button.active {
  font-weight: 500;
  --arrow-color: #fff;
}
.nav-primary-menu .menu-item > .button.active::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: calc(100% - 3px);
  background-color: var(--e-global-color-accent);
}
.nav-secondary-menu .menu-item:not(.active) {
  display: none;
}
.nav-secondary-menu .menu-item {
  animation: fadeIn 0.3s ease;
}
.nav-secondary-menu .menu-item > .container {
  display: flex;
  gap: 0 3em;
}
.nav-secondary-menu .menu-item > .container a {
  color: var(--primary-green);
  padding: 14px 16px;
  display: inline-block;
  font-size: 15px;
}
.nav-secondary-menu .menu-item > .container a:hover, .nav-secondary-menu .menu-item > .container a.active {
  background-color: #ebebeb;
}
.shop-head-group {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5em;
}
.shop-head-group h3 {
  font-size: 1.4rem;
}
.shop-head-group .flex-inline-list > * {
  width: 100%;
}
.shop-head-group .flex-inline-list .button:not(.active) {
  background-color: #f2f2f2;
  color: var(--green);
}
.flex-inline-list {
  display: flex;
  gap: 12px;
}
.product-boxes {
  display: flex;
  gap: 15px;
}
.product-boxes > div {
  width: 100%;
}
.page-wrap {
  padding-top: 3em;
  padding-bottom: 4em;
  min-height: calc(100vh - 900px);
}
.page-head {
  display: flex;
  justify-content: space-between;
}
.page-head h1 {
  font-size: 38px;
  font-weight: 700;
  margin-top: 0;
}
.page-head .caption-text p {
  margin-bottom: 2px;
}
.button[class] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
  padding: 10px 30px;
  border: none;
  border-radius: 9999px;
  /* Absolute pill shape */
  transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
  cursor: pointer;
}
.button[class]:not([class*=fs-]) {
  font-size: 16px;
}
.button[class]:hover {
  background-color: var(--red);
}
.button[class].btn-primary {
  background-color: var(--primary-green);
  border: 1px solid var(--primary-green);
}
.button[class].btn-primary:hover {
  color: var(--primary-green);
  background-color: #fff;
}
.button[class].btn-secondary {
  background-color: #fff;
  border: 1px solid var(--primary-green);
  color: var(--primary-green);
}
.button[class].btn-secondary:hover {
  color: #fff;
  background-color: var(--primary-green);
}
.button[class].btn-secondary:hover [class*=icon-] {
  background-color: #fff;
}
.button[class].btn-red {
  border: 1px solid var(--red);
  color: var(--red);
}
.button[class].btn-red [class*=icon-] {
  background-color: var(--red);
}
.button[class].btn-red:hover {
  color: #fff;
  background-color: var(--red);
}
.button[class].btn-red:hover [class*=icon-] {
  background-color: #fff;
}
.button[class].icon-button {
  gap: 10px;
  align-items: center;
}
.btn-orange {
  background-color: var(--accent-orange);
  color: white;
  border: none;
  transition: all 0.2s ease-in-out;
}
.btn-orange:hover {
  background-color: var(--accent-orange) !important;
  color: white !important;
  opacity: 0.8;
}
.basket-badge-container {
  position: relative;
  color: white;
  font-size: 1.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 13px;
  cursor: pointer;
}
.basket-badge-container span.badge-total-items {
  position: absolute;
  font-size: 15px;
  padding-top: 14px;
  color: #fff;
}
.head-user-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 2em;
}
.head-user-info .user-info-wrapper {
  width: 50px;
  height: 50px;
  position: relative;
}
.head-user-info .user-info-wrapper .user-initial {
  position: absolute;
  aspect-ratio: 1;
  background-color: var(--red);
  color: #fff;
  z-index: 10;
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 16px;
  border-radius: 100px;
  left: -10px;
  top: 11px;
  line-height: 1.6;
}
.head-user-info .user-info-wrapper .icon-user {
  width: 48px;
  height: 48px;
  margin: 1px;
}
.inline-datepicker-wrap input {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
.inline-datepicker-wrap .flatpickr-calendar.inline {
  margin: auto;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: var(--green) !important;
  border-color: var(--green) !important;
}
.order-confirm {
  padding: 12px 2.5em 12px 1.8em !important;
  font-size: 18px !important;
}
.order-confirm i {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 11px;
}
.select {
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  color: #1f2937;
  padding: 12px 16px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.select:focus {
  border-color: #0c4f30;
}
.product-select-box {
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  /* Matches crisp original mockup */
  width: 100%;
  margin: 20px auto;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
}
.product-select-box .image {
  width: 100%;
  background-color: var(--gray);
  overflow: hidden;
  display: block;
  height: 250px;
}
.product-select-box .image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  background-color: var(--gray);
}
.product-select-box .image a {
  display: block;
  width: 100%;
  line-height: 0;
  height: 100%;
}
.product-select-box .product-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.product-select-box .actions {
  padding: 24px 24px 70px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.product-select-box .actions .name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 8px 0;
  color: #0c4f30;
  letter-spacing: -0.2px;
}
.product-select-box .actions .weight {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 6px 0;
  color: #0c4f30;
}
.product-select-box .actions .weight a {
  color: inherit;
  text-decoration: none;
}
.product-select-box .actions .weight a:hover {
  text-decoration: underline;
}
.product-select-box .actions .location {
  font-size: 16px;
  font-weight: 400;
  color: #6b7280;
  margin: 10px 0 18px 0;
  line-height: 1.4;
}
.product-select-box .actions .prod_price {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
  color: #0c4f30;
  line-height: 1;
}
.product-select-box .actions .prod_price .woocommerce-Price-amount {
  color: inherit;
}
.product-select-box .var-selection {
  width: 100%;
  margin-bottom: 22px;
  text-align: center;
  position: relative;
}
.product-select-box .var-selection p {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 8px 0;
}
.product-select-box .var-selection::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 22px;
  /* Correctly aligns with select element height */
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #0c4f30;
  border-bottom: 2px solid #0c4f30;
  pointer-events: none;
}
.product-select-box .prod_buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 20px;
}
.product-hyper-box {
  padding: 0;
  margin: 0;
  background-color: var(--gray);
  border: 1px solid #eee;
  position: relative;
}
.product-hyper-box .thumbnail {
  padding: 0;
  margin: 0;
  background-color: #fff;
}
.product-hyper-box .thumbnail img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: contain;
  background-color: var(--gray);
}
.product-hyper-box .box-data {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.product-hyper-box .box-data .prod-name {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
}
.product-hyper-box .box-data .prod-name span {
  font-weight: 700;
}
.product-hyper-box .box-data .box-meta {
  display: flex;
  background-color: #fff;
  padding: 8px 0;
}
.product-hyper-box .box-data .box-meta > div {
  flex: 1;
  padding: 6px 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0 15px;
  font-size: 15px;
}
.product-hyper-box .box-data .box-meta > div:first-child {
  border-right: 1px solid #ccc;
}
.product-hyper-box .box-data .box-meta .icon-people {
  width: 26px;
  height: 18px;
}
.product-hyper-box .box-data .box-meta .icon-vegebox {
  width: 32px;
  height: 18px;
}
.product-hyper-box .box-data .box-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}
.product-hyper-box .box-data .box-footer h4, .product-hyper-box .box-data .box-footer h5 {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 0;
}
.product-hyper-box .box-data .box-footer h5 {
  font-size: 18px;
}
.product-hyper-box .box-data .box-footer .prod-price {
  font-weight: 700;
  font-size: 32px;
}
.product-hyper-box .box-data .box-footer .btn {
  padding: 10px 38px 10px;
}
.separator-box {
  display: flex;
}
.separator-box > *:not(:last-child) {
  border-right: 1px solid var(--light-gray);
}
.catalog-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px 48px;
  position: relative;
}
.image_button_box {
  display: flex;
  flex-direction: column;
  gap: 0;
  aspect-ratio: 1;
  border: 1px solid #000;
}
.image_button_box .image {
  height: 80%;
}
.image_button_box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image_button_box .content {
  padding: 12px 14px;
  text-align: center;
  height: 30%;
  place-content: center;
}
.image_button_box .content .button {
  display: block;
}
.camb-woo-products-slider .owl-item img {
  display: block;
  width: 100%;
  padding-top: 0;
  margin: 0;
}
.camb-woo-products-slider .owl-stage-outer {
  position: relative;
  z-index: 100;
}
.camb-woo-products-slider .owl-nav {
  width: 100%;
  height: 100%;
}
.camb-woo-products-slider .owl-nav button[class] {
  position: absolute;
  height: 238px !important;
  background-color: var(--primary-green);
  color: transparent;
  border: none;
  width: 100px !important;
  mask-image: url("../images/slider-arrow.svg");
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center;
  top: 0;
}
.camb-woo-products-slider .owl-nav button[class] i {
  display: none;
}
.camb-woo-products-slider .owl-nav button[class].disabled {
  display: none !important;
}
.camb-woo-products-slider .owl-nav button[class]:hover {
  background-color: var(--red);
}
.camb-woo-products-slider .owl-nav .owl-prev {
  left: -130px;
  transform: rotateY(-180deg);
}
.camb-woo-products-slider .owl-nav .owl-next {
  right: -120px;
}
.camb-woo-products-slider.theme-white figcaption {
  background-color: #fff;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 24px;
}
.camb-woo-products-slider.theme-white figcaption del {
  color: var(--e-global-color-accent) !important;
  border: 1px solid var(--red) !important;
  font-size: 16px;
  margin: 0 8px;
  vertical-align: middle;
  padding: 2px 8px;
  position: relative;
  top: -2px;
}
.camb-woo-products-slider.theme-white figcaption .pro_price_area {
  padding-bottom: 18px;
}
.camb-woo-products-slider.theme-white .owl-nav button[class]:hover {
  background-color: #fff;
}
.basket-subtotal-price {
  font-size: 28px;
  font-weight: 700;
  margin: 6px 0px 0;
  color: var(--e-global-color-accent);
  display: inline-block;
}
/* Tooltip Wrapper and Logic */
.tooltip-wrapper {
  /* Variables for easy customization */
  --tt-bg: #ffffff;
  --tt-border-color: var(--primary-green);
  /* Dark green/teal border */
  --tt-text-color: #000000;
  --tt-arrow-size: 14px;
  --tt-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
  --tt-spacing: 12px;
  /* Gap between button and tooltip */
  position: relative;
  display: inline-flex;
  /* The Tooltip Box */
  /* Hover Interaction */
}
.tooltip-wrapper .tooltip-content {
  position: absolute;
  top: calc(100% + var(--tt-spacing));
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--tt-bg);
  border: 1px solid var(--tt-border-color);
  padding: 16px 29px 22px;
  box-shadow: var(--tt-shadow);
  z-index: 10;
  /* Layout inside tooltip */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  white-space: nowrap;
  /* Hidden state & Animation */
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -10px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  /* * The upward pointing arrow
     * Created using a rotated square with borders on top and left
     */
}
.tooltip-wrapper .tooltip-content p {
  margin: 0;
  color: var(--tt-text-color);
  font-size: 15px;
  font-weight: 400;
}
.tooltip-wrapper .tooltip-content::before {
  content: "";
  position: absolute;
  /* Position half outside the top border */
  top: calc(var(--tt-arrow-size) / -2);
  /* Shift slightly left to match the specific offset in the provided image,
         change to 50% for perfect center */
  left: 45%;
  transform: translateX(-50%) rotate(45deg);
  width: var(--tt-arrow-size);
  height: var(--tt-arrow-size);
  background-color: var(--tt-bg);
  /* Form the corner */
  border-top: 1px solid var(--tt-border-color);
  border-left: 1px solid var(--tt-border-color);
}
.tooltip-wrapper:hover .tooltip-content, .tooltip-wrapper:focus-within .tooltip-content {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  /* Slide down into place */
}
.tooltip-wrapper .button {
  padding: 10px 30px;
  min-width: initial;
}
.js-tooltip {
  z-index: 9999;
  min-width: 220px;
  padding: 1rem;
  background: #fff;
  border-radius: 0;
  box-shadow: 1px 3px 14px rgba(12, 79, 48, 0.26);
}
.js-tooltip .button {
  cursor: pointer;
}
.js-tooltip::after {
  content: "";
  position: absolute;
  right: 0;
  top: -7px;
  transform: translateX(-50%);
  border-width: 0px 9px 9px 9px;
  border-style: solid;
  border-color: transparent transparent #fff;
}
.js-tooltip:before {
  content: "";
  display: block;
  position: absolute;
  top: -22px;
  left: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.loading:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-color: #ffffff69;
  background-image: url("../images/loader-circle.svg");
  background-position: center;
  background-size: 100px;
  background-repeat: no-repeat;
}
.processing {
  --size: 40px;
  height: var(--size);
  width: var(--size);
  margin: auto;
  position: relative;
}
.processing:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-color: transparent;
  background-image: url("../images/loader-circle.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.form .ul-form-group {
  display: flex;
  align-items: start;
  margin-bottom: 20px;
}
.form .ul-label, .form label {
  font-weight: 600;
  font-size: 14px;
  color: var(--primary-green);
  padding-top: 14px;
}
.form .ul-input {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid var(--input-border-color);
  border-radius: 2px;
  font-size: 14px;
  outline: none;
  font-family: inherit;
}
.form .ul-input:focus {
  border-color: var(--primary-green);
}
.form .input-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.error_message {
  color: var(--red);
  font-size: 12px;
  line-height: 1;
  margin-top: 5px;
}
.error_message:empty {
  display: none;
}
.woocommerce div#primary {
  position: relative;
}
.woocommerce nav.woocommerce-breadcrumb {
  border-bottom: 1px solid;
  position: static;
  padding: 20px 0 !important;
  display: block;
  margin-bottom: 5em !important;
}
.woocommerce nav.woocommerce-breadcrumb:before {
  width: 100vw;
  height: 1px;
  background-color: var(--green);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 62px;
}
.icon-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  color: var(--primary-green);
  aspect-ratio: 1;
  width: 142px;
  height: 142px;
  place-content: center;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
.icon-box i {
  width: 60px;
  height: 60px;
  background-color: var(--primary-green);
}
.icon-box:hover, .icon-box.active {
  background-color: #f2f2f2;
  border: 1px solid var(--primary-green);
  color: var(--primary-green);
}
.content-box {
  border: 2px solid #8888884d;
  padding: 28px 22px;
}
.text-checkbox {
  position: relative;
  text-align: center;
}
.text-checkbox input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.text-checkbox span {
  border: 1px solid #d1d1d1;
  padding: 1em 2em;
  display: inline-block;
}
.text-checkbox input:checked + span {
  background-color: var(--primary-green);
  color: #fff;
}
.input-text-box {
  background-color: #fff;
  border: 1px solid var(--primary-green);
  padding: 15px;
  width: max-content;
  font-size: 15px;
}
.switch-js-form > div:not(.active) {
  display: none;
}
.product-box-inline {
  height: 100%;
  padding: 0 10px;
}
.product-box-inline figure {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.product-box-inline figure > a {
  height: 75%;
}
.product-box-inline figure > a img {
  height: 250px;
  object-fit: cover;
}
.product-box-inline figure figcaption {
  background-color: transparent;
  color: var(--text-color);
  font-style: normal;
  height: 25%;
}
.product-box-inline figure figcaption h3.pro_title {
  font-size: 18px;
  font-weight: 600;
}
.product-box-inline figure figcaption a.button {
  color: var(--btn-text-color) !important;
  background-color: var(--btn-bg-color);
  text-align: center;
  padding: 6px 2em;
  border-radius: 32px;
}
.product-box-inline figure figcaption .item-meta-info {
  font-size: 15px;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  text-align: center;
}
.product-box-inline figure figcaption .item-meta-info:has(span:nth-child(2)) > span:first-child {
  border-right: 2px solid;
  padding-right: 14px;
  margin-right: 14px;
}
.product-box-inline figure figcaption .pro_price_area {
  font-size: 26px;
  padding-bottom: 2px;
  display: block;
  margin-top: -1px;
  color: var(--darkgreen);
}
.product-box-inline figure figcaption .wpb_cart_button .add_to_cart_button {
  padding: 14px 3.5em 16px;
  font-weight: 400;
  font-size: 17px;
  margin-top: 4px;
}
.product-box-inline figure figcaption .wpb_cart_button .add_to_cart_button:hover {
  filter: brightness(1.15);
}
.product-box-inline figure .pro_price_area {
  color: var(--text-color);
}
.product-box-inline {
  background-color: transparent;
  width: 320px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  box-sizing: border-box;
}
.product-box-inline * {
  font-style: inherit;
}
.product-box-inline img {
  height: auto;
  display: block;
  margin: 15px 15px 0 15px;
  width: calc(100% - 30px);
  object-fit: cover;
}
.product-box-inline figcaption {
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-box-inline .wpb_pro_img_url {
  display: block;
  width: 100%;
  text-decoration: none;
}
.product-box-inline .wpb-wps-product-title {
  text-decoration: none;
  color: var(--green);
  margin-bottom: 10px;
  display: block;
}
.product-box-inline .wpb-wps-product-title .pro_title {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}
.product-box-inline .item-meta-info {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
  font-weight: 500;
}
.product-box-inline .pro_price_area {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}
.product-box-inline .wpb_cart_button {
  width: 100%;
}
label {
  min-width: max-content;
}
label span {
  color: var(--red);
}
input[type=password] {
  border: 1px solid #666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
  width: 100%;
}
.form-body .form-group {
  margin-bottom: 2em;
}
.form-body .form-head > h3 {
  margin-bottom: 1.5em;
}
.form-body input, .form-body select, .form-body textarea {
  padding: 12px 18px !important;
  font-family: inherit;
  font-size: 14px;
}
.form-body.inline-labels .form-group {
  display: flex;
  gap: 1em;
}
.form-body.inline-labels .form-group > label {
  padding-top: 16px;
}
.form-body.inline-labels .form-group .form-text {
  font-size: 12px;
  padding-top: 8px;
}
.form-body.inline-labels .form-group label {
  font-size: 14px;
}
.form-body.inline-labels .form-group * {
  height: 100%;
}
