@font-face {
  font-family: "Almoni";
  src: url("fonts/almoni-regular-aaa.woff2") format("woff2"),
    url("fonts/almoni-regular-aaa.woff") format("woff"),
    url("fonts/almoni-regular-aaa.eot");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Almoni";
  src: url("fonts/almoni-ultrabold-aaa.woff2") format("woff2"),
    url("fonts/almoni-ultrabold-aaa.woff") format("woff"),
    url("fonts/almoni-ultrabold-aaa.eot");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
body {
  padding-top: 120px;
  overflow-x: hidden;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.logged-in.admin-bar {
  padding-top: 120px;
  margin: 0 !important;
}

input,
select,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-background-clip: padding-box;
  box-sizing: border-box;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  background: none;
  font: inherit;
  color: inherit;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

input:focus,
textarea:focus,
select:focus {
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
}

select::-ms-expand {
  display: none; /* для IE */
}

select::-webkit-inner-spin-button,
select::-webkit-calendar-picker-indicator {
  display: none;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 4px 16px;
  z-index: 1000;
  text-decoration: none;
  border-radius: 4px;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 2px;
  left: 4px;
  z-index: 999999;
  border: 1px solid #fff;
}

.cc-window.cc-banner {
  padding: 19px;
  max-width: 100%;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  gap: 20px;
  align-items: center;
  flex-direction: row;
  -ms-flex-direction: row;
  justify-content: center;
}

.cc-window.cc-floating {
  padding: 19px;
  max-width: 100%;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  gap: 20px;
  align-items: center;
  flex-direction: row;
  -ms-flex-direction: row;
  justify-content: center;
}

.cc-floating .cc-message {
  margin-bottom: 0;
}

.cc-banner .cc-message {
  flex: none;
  margin-bottom: 0;
  text-align: center;
}

.cc-compliance {
  width: 198.28px;
  max-width: 198.28px;
  height: 43.2px;
  box-sizing: border-box;
}

#nsc-bar-customLink {
  text-decoration: underline;
  color: #060706;
}

.cc-link {
  text-decoration: underline !important;
  color: #060706 !important;
}

.cc-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 100%;
  width: 100%;
}

@media (max-width: 768px) {
  .cc-floating .cc-message {
    text-align: center;
  }

  .cc-window.cc-floating {
    flex-direction: column;
    -ms-flex-direction: column;
  }
}

.blockUI.blockOverlay {
  background: none !important;
}

.arcaffe-product-disabled {
  pointer-events: none;
  cursor: default;
  color: #adadad !important;
}
.woocommerce-Price-amount,
.amount span,
.quantity {
  font-weight: bold;
}
.slick-dotted.slick-slider {
  position: initial !important;
  margin-bottom: 0 !important;
}
.onsale {
  display: none;
}
.slick-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.slick-dots {
  bottom: 0 !important;
  margin-bottom: 16px !important;
}
.slick-dots li button:before {
  content: "" !important;
  width: 10px !important;
  height: 10px !important;
  background: transparent !important;
  border: 1px solid #000;
  border-radius: 100%;
  font-size: 10px !important;
  background: transparent !important;
}
.slick-dots li.slick-active button:before {
  background: #000 !important;
}
.swiper-pagination-bullet-active {
  background: #000 !important;
}
h1 {
  font-weight: 900;
  font-size: 55px;
  line-height: 45px;
  letter-spacing: 0px;
  color: #000000;
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link {
  color: #060706 !important;
}
h3 {
  font-weight: 900;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #060706;
}
body {
  font-family: "Almoni", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 900;
}
p,
span,
div,
a,
li {
  font-weight: normal;
}
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

input:-internal-autofill-selected {
  background: none !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: #000 !important;
  transition: background-color 5000s ease-in-out 0s;
}

.arcaffe-button {
  width: 100% !important;
  max-width: 200px !important;
  height: 43px;
  min-height: 43px;
  text-align: center;
  background-color: #ffffff !important;
  border: 0.5px solid #000000 !important;
  font-weight: 900;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 0px;
  color: #060706;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.arcaffe-button:disabled {
  opacity: 0.6;
  cursor: no-drop;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.products .arcaffe-button {
  margin: 0 auto;
}

.margin-auto {
  margin: auto;
}
.mt-20 {
  margin-top: 20px;
}
.uw-wishlist-empty-btn {
  max-width: 150px !important;
}
.announcement-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 49px;
  background: #ffffff 0% 0% no-repeat padding-box;
}

.woocommerce-message {
  display: none !important;
}

.woocommerce-notices-wrapper {
  display: none !important;
}

.popup-login-incart-wrapper h1 {
  font-size: 16px !important;
  line-height: 29px !important;
}

#buttonUserGuest,
#buttonUserExist,
#buttonUserRegister {
  font-size: 14px;
  line-height: 15px;
  font-weight: bold;
  width: 147px !important;
  height: 35px !important;
  font-family: "Almoni", sans-serif;
}

.woocommerce-Price-currencySymbol {
  font-size: 11px !important;
}

.boldText {
  font-size: 11px !important;
  font-weight: bold;
  direction: unset;
  margin-block: 0em;
}

.announcement-bar-content {
  max-width: 90%;
  min-width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  gap: 26px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.timeslot-button {
  color: #000000;
}
.announcement-bar p {
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 0px;
  color: #060706;
}
.announcement-bar a {
  font-size: 14px;
  letter-spacing: 0px;
  color: #060706;
}
.announcement-bar span {
  font-size: 14px;
  letter-spacing: 0px;
  color: #060706;
  text-decoration: underline;
  cursor: pointer;
}
.banner {
  width: 100%;
  min-height: 555px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
}
.banner p {
  font-weight: normal;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #060706;
}
.banner-content {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 35px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.banner-content-description {
  text-align: right;
  max-width: 331px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.banner-content-description h1 {
  line-height: 50px;
}

.banner-mobile-video {
  display: none;
}
.featured-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 34px 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f6f6f8;
}
.default-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1230px;
  width: 1230px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 47.19px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blockMainPageProduct {
  flex-wrap: nowrap !important;
  padding: 0 20px;
}

@media (max-width: 975px) {
  .home-page-product {
    height: 257px;
  }

  .blockMainPageProduct {
    flex-wrap: wrap !important;
  }

  .default-wrapper {
    gap: 13px;
  }
}

.home-page-product {
  width: 591.41px;
  max-width: 591.41px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 11.21px 0;
  padding-left: 9.71px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 2px solid #e0e0e0;
  gap: 28px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 301px;
}
.home-page-product img {
  max-width: 282px;
  width: 282px;
}
.line-events {
  width: 2px;
  height: 35px;
  background: #fff;
}
.home-page-product-info {
  width: 237px;
  padding: 12.12px 37.19px 12.12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.home-page-product-info p {
  font-weight: 900;
  font-size: 26px;
  line-height: 25px;
  letter-spacing: 0px;
}
.home-page-product-info-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.home-page-product-info p strong {
  color: #84754e;
}
.bestsellers {
  padding: 25px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bestsellers-title {
  padding: 0 4px;
  margin-top: 38px;
  margin-bottom: 27px;
  font-size: 26px;
}
.bestseller-wrapper {
  max-width: 1230px;
  width: 1230px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 35px;
  text-align: right;
  overflow: hidden;
  padding-bottom: 0;
}
.bestseller-wrapper .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 21px !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.bestsellers-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
.bestseller-card {
  max-width: 229px !important;
  width: 229px !important;
  border: 2px solid #e0e0e0;
  padding: 8px;
  background: #fff;
  text-align: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 10px;
}
.bestseller-image {
  position: relative;
}
.bestseller-image img {
  width: 100%;
  height: auto;
}
.badge {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 42px;
  height: 21px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #000000;
  border-radius: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-style: normal;
  font-weight: bold;
  font-size: 9px;
  line-height: 12px;
  letter-spacing: -0.18px;
  color: #060706;
}
.like {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 24px !important;
  height: 22px !important;
  cursor: pointer;
}
.bestseller-info {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 10px;
  gap: 8px;
}
.bestseller-info-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
}
.bestseller-info p {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #060706;
}
.bestseller-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 22px;
  font-size: 18px;
  font-weight: 900;
}
.description-price {
  font-size: 9px !important;
  letter-spacing: 0px !important;
  text-decoration: none !important;
}
.original-price {
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0px;
  width: auto;
  color: #707070;
  height: 25px;
  position: relative;
  display: inline-block;
  padding: 0 5px;
}
.price-for-subscribers {
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0px;
  color: #85754e;
}
.current-price {
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 0px;
  color: #060706;
}
.bestseller-info-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.price-wrapper-original-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 25px;
}
.events-section {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.events-background {
  width: 100%;
  min-height: 396px;
  max-height: 396px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-size: auto;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 69.27px;
  padding-bottom: 52.85px;
  padding-left: 95px;
  padding-right: 95px;
  position: relative;
}
.events-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.events-content {
  position: relative;
  text-align: center;
  max-width: 644px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.events-content h2 {
  font-weight: 900;
  font-size: 55px;
  line-height: 37px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 11px;
}
.events-content p {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 33.55px;
}
.events-details {
  font-weight: bold;
  margin-bottom: 33.55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  font-size: x-large;
}
.events-details a {
  font-weight: normal !important;
  font-size: 18px !important;
  line-height: 20px !important;
  letter-spacing: -0.4px !important;
  color: #ffffff !important;
  text-decoration: none;
}
.events-details-button {
  background: transparent !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}
.recipes-section {
  padding: 43px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.recipes-section-wrapper {
  max-width: 1230px;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 28px;
  text-align: right;
  overflow: hidden;
  padding-bottom: 60px;
  position: relative;
}
.recipes-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.recipes-header h2 {
  font-size: 26px;
  font-weight: 900;
  line-height: 40px;
}
.all-recipes:hover {
  background-color: #f5f5f5;
}
.recipes-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}
.recipe-card {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 10px 18px 10px;
  max-width: 291.31px !important;
  width: 291.31px !important;
  border: 2px solid #e0e0e0;
  background: #ffffff;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
.recipe-image {
  position: relative;
}
.recipes-section-wrapper .slick-track {
  gap: 21.92px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1230px !important;
}
#searchCityField {
  padding: 10px;
  font-size: 14px;
  color: #707070;
  border-radius: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  max-width: 231px;
  margin: 0 auto;
  border: none;
  border-bottom: 1px solid;
  text-align: center;
}
#searchCityField:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.popup-container-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.autocompleteWrap {
  position: absolute;
  top: 36px;
  width: 231px;
  padding-right: 2px;
  border: 1px solid #707070;
  background: #fff;
  z-index: 99999;
}
#customAutocompleteList {
  width: 231px;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  z-index: 99999;
  max-height: 72px;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  padding: 5px 0;
  direction: ltr;
}
#customAutocompleteList::-webkit-scrollbar {
  width: 4px;
}
#customAutocompleteList::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 4px;
  border: 0.5px solid #707070;
}
#customAutocompleteList::-webkit-scrollbar-thumb {
  background: #707070;
  border-radius: 4px;
}
#customAutocompleteList::-webkit-scrollbar-thumb:hover {
  background: #707070;
}
#customAutocompleteList::-webkit-scrollbar-button {
  background-color: transparent;
  height: 1px;
  display: block;
  content: "";
}
#customAutocompleteList li {
  font-size: 14px;
  line-height: 18px;
  color: #000;
  padding: 0;
  padding-right: 8px;
  text-align: right;
  cursor: pointer;
}
.popup-container-inforamtion {
  width: 100%;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 48px;
}
.popup-container-inforamtion img {
  margin-bottom: 4px;
}
.popup-container-inforamtion h2 {
  font-size: 16px;
  line-height: normal !important;
  margin: 0;
  color: #060706;
  font-weight: bold;
}
.popup-container-inforamtion span {
  max-width: 200px;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  color: #060706;
  font-weight: normal;
  margin-top: 2px;
  text-align: center;
}
#searchTextResult {
  font-size: 16px;
  font-weight: bold;
  line-height: 47px;
  color: #060706;
  text-align: center;
  margin-top: 20px;
}
.missing-shippings-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 0px;
}
.missing-shippings-wrapper h3 {
  font-size: 16px;
  font-weight: bold;
  color: #060706;
  line-height: normal;
}
.missing-shippings-wrapper span {
  font-size: 16px;
  font-weight: normal;
  color: #060706;
  line-height: normal;
}
.decrease,
.increase {
  font-size: 18px;
  color: #000000;
  line-height: 25px;
  cursor: pointer;
  font-family: "Almoni", sans-serif;
}

@media (max-width: 768px) {
  .decrease,
  .increase {
    font-size: 20px !important;
  }
}

.powered-by-google-img {
  width: 50px;
  position: absolute;
  bottom: 4px !important;
  left: 7px !important;
}
.minicart-thumbnail a {
  width: 108px;
  min-width: 108px;
  height: 118px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce-mini-cart__shipping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 0 !important;
}
.woocommerce-mini-cart__shipping span {
  font-size: 18px;
  line-height: 18px;
  color: #060706;
  font-weight: normal !important;
}
.woocommerce-mini-cart__coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 0 !important;
}
.woocommerce-mini-cart__coupon span {
  font-size: 18px;
  line-height: 18px;
  color: #060706;
  font-weight: normal !important;
}
.woocommerce-mini-cart__coupon span:nth-child(2) {
  color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.woocommerce-mini-cart__coupon span:nth-child(2) span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 18px;
  color: #060706;
  font-weight: normal !important;
}

.a2a_dd {
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-mini-cart__coupon span:nth-child(2) span span::after {
  content: "-";
  font-size: 18px;
  line-height: 18px;
  color: #060706;
  font-weight: normal !important;
}
.woocommerce-mini-cart__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 0 !important;
  margin: 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-mini-cart__total span,
.woocommerce-mini-cart__total strong {
  font-size: 20px;
  line-height: 21px;
  color: #060706;
  font-weight: bold !important;
}
.woocommerce-mini-cart__coupon .woocommerce-remove-coupon {
  display: none !important;
}
.wrapper-widjet-cart-buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.wrapper-widjet-cart-buttons p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.wrapper-widjet-cart-buttons a {
  border: 0.5px solid #000000 !important;
  width: 200px !important;
  height: 43px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  font-size: 16px !important;
  line-height: 17px !important;
  font-weight: bold !important;
  color: #000000 !important;
  max-height: 43px;
  padding: 0 !important;
  background: transparent !important;
}
@media (max-width: 550px) {
  #searchCityField {
    max-width: 261px;
  }
  .popup-container-inforamtion {
    padding-bottom: 28px;
  }
  .autocompleteWrap {
    position: absolute;
    top: 36px;
    width: 261px;
    padding-right: 2px;
    border: 1px solid #707070;
    background: #fff;
    z-index: 99999;
  }
  #customAutocompleteList {
    width: 261px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
    padding: 10px 0;
  }
  #customAutocompleteList li {
    padding: 0;
    padding-right: 27px;
  }
}
@media (max-width: 1270px) {
  .home-page-product {
    width: 444px;
    max-width: 444px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 2px solid #e0e0e0;
    gap: 28px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 257px;
  }
}
@media (max-width: 1250px) {
  .recipes-section-wrapper .slick-track {
    gap: 21.92px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    width: 1230px !important;
  }
}
.recipe-image img {
  width: 100%;
  height: auto;
  min-width: 267px;
  height: 292px;
}
.favorite-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: red;
}
.recipe-info {
  margin-top: 9px;
  padding: 0 2px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.recipe-info h3 {
  line-height: 23px;
  color: #060706;
  margin-bottom: 10px;
  width: 100%;
}
.recipe-info p {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #060706;
  margin-bottom: 20px;
}
.counts-in-kit {
  font-size: 18px;
  line-height: 30px;
  color: #060706;
}
.recipe-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #060706;
  margin-bottom: 20px;
  width: 100%;
  gap: 10px;
}

/* Сбрасываем любой outline при обычном focus (клик, скрипты и т.п.) */
.ic-item-quantity-btn:focus {
  outline: none !important;
}

/* Добавляем outline только когда это фокус по клавиатуре */
.ic-item-quantity-btn:focus-visible {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}
.product-item {
  position: relative;
}
.product-item .uw-wishlist-button-container,
.blogpost-card .uw-wishlist-button-container {
  position: absolute;
  left: 20px;
  top: 28px;
  z-index: 1;
}
.product-item .uw-wishlist-button-container button {
  border: 0;
  padding: 0;
  background-color: transparent;
}
.uw-wishlist-page-wrapper {
  display: flex;
}
.uw-wishlist-page-wrapper .wishlist-woo-wrapper {
  flex: 2;
  border-top: 1px solid #f2f2f2;
}
.uw-wishlist-page-wrapper .wishlist-posts-wrapper {
  flex: 1;
  background-color: #f2f2f2;
  padding: 25px 30px;
}
.uw-wishlist-container ul.products.columns-3.products li.product {
  margin: 0 0 2.992em 1.9% !important;
}
.uw-wishlist-page-wrapper .wishlist-posts-wrapper article {
  margin-bottom: 20px;
}
.uw-wishlist-container .total-header {
  margin-bottom: 20px;
  padding-bottom: 1px solid #f2f2f2;
}
.uw-wishlist-page-wrapper .wishlist-woo-wrapper h3,
.uw-wishlist-page-wrapper .wishlist-woo-wrapper h2 {
  margin: 20px 0;
  font-size: 17px;
  line-height: 20px;
}
.uw-wishlist-page-wrapper .wishlist-posts-wrapper h3 {
  margin-bottom: 15px;
}
.header-wishlist-link {
  display: flex;
  align-items: flex-end;
  max-height: 20px;
}
.page-id-53 .title-background {
  display: none;
}

.blogpost-card {
  position: relative;
}

.blogpost-card .wrapperLink {
  display: flex;
  gap: 15px;
  flex-direction: row;
  padding: 12px 10px 10px;
  /*max-width: 400px !important;
    width: 400px !important;*/
  box-sizing: border-box;
  min-height: 295px;
  /*max-height: 295px;*/
  overflow: hidden;
  text-align: right;
  background: rgb(255, 255, 255);
  /*border: 2px solid rgb(224, 224, 224);*/
  cursor: pointer;
}

#TitleRecipe {
  display: block !important;
  margin: 0 !important;
}
.uw-wishlist-container .total-header .mobile-buttons {
  display: none;
}
.uw-wishlist-container .total-header .mobile-buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: start;
  align-self: start;
  margin: 0 auto;
  border: 1px solid #848484;
  padding: 5px;
  display: none;
  max-width: 193.33px;
}
.uw-wishlist-container .total-header .mobile-buttons button.active {
  background-color: #000;
  color: #fff;
}
.uw-wishlist-container .total-header .mobile-buttons button {
  width: 114px;
  height: 36px;
  border: 0;
  background-color: transparent;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: "Almoni", sans-serif;
}

.uw-wishlist-page-wrapper .woocommerce-Price-amount.amount bdi {
  font-weight: bold !important;
}

.uw-wishlist-page-wrapper .blogpost-image {
  min-width: 190px !important;
}
.page-id-37 section.featured-products,
.page-id-37 section.events-section {
  display: none;
}
fieldset {
  border: 0 !important;
  padding-block: 0;
  padding-inline: 0;
  margin-inline: 0;
}
.legend-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.header-content-icons .before-load {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1001;
}
.header-content-icons .before-load i {
  font-size: 27px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -11px 0 0 -14px;
}

.product-buttons {
  position: relative;
  display: flex;
  justify-content: center;
}
.product-buttons .before-load {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1001;
}
.product-buttons .before-load i {
  font-size: 27px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -11px 0 0 -14px;
}

@media (max-width: 1440px) {
  .announcement-bar-content {
    max-width: none;
    min-width: none;
    padding-left: 2.1%;
    gap: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 1250px) {
  .bestsellers-title {
    padding: 0 20px;
  }
  .recipes-header {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .events-content h2 {
    font-size: 43px;
  }
  .events-content p {
    font-size: 20px;
  }
  .bestsellers-title {
    font-size: 22px;
  }
  .events-background {
    height: 100%;
    max-height: 100%;
    padding-left: 66px;
    padding-right: 68px;
  }
  .recipe-card {
    max-width: 262px !important;
  }
  .recipe-image img {
    width: 100%;
    height: auto;
    min-width: 100%;
    height: 270px;
  }
  .events-details {
    font-weight: bold;
    margin-bottom: 39.95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    font-size: x-large;
  }
  .line-events {
    width: 15px;
    height: 2px;
  }
  .all-recipes {
    width: 159px !important;
    height: 39px !important;
  }
  .recipes-header h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .uw-wishlist-container .total-header .mobile-buttons {
    display: flex;
    margin: 0;
  }
  .uw-wishlist-container .total-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px;
  }
  .uw-wishlist-container .total-header h3 {
    font-size: 22px;
  }

  .uw-wishlist-page-wrapper {
    padding: 0 15px;
  }
  .uw-wishlist-container {
    padding: 0 !important;
  }

  .uw-wishlist-container .wrapper-list-product-categoria .products.columns-5 {
    padding: 0 !important;
  }

  .uw-wishlist-container .total-header span {
    font-size: 16px;
  }

  .uw-wishlist-page-wrapper > div {
    display: none;
  }
  .uw-wishlist-page-wrapper > div h3 {
    display: none;
  }
  .uw-wishlist-page-wrapper > div.active {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    background: transparent;
  }
}
@media (max-width: 631px) {
  .featured-products {
    width: calc(100% - 40px) !important;
  }
  .default-wrapper {
    width: 100%;
  }
  .home-page-product {
    width: 100%;
    max-width: 100%;
    gap: 15px;
  }
  .home-page-product img {
    max-width: 190px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .home-page-product-info {
    padding: 0;
    padding-top: 20px;
    padding-right: 7px;
  }
}
@media (max-width: 500px) {
  .announcement-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0px;
    height: 60px;
  }
  .announcement-bar-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0px;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    padding: 0;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    min-width: auto;
  }
  .banner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 30px 0;
    position: relative;
  }
  .banner-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 560px;
    padding: 0;
    position: relative;
    z-index: 2;
  }
  .banner-content-description {
    text-align: center;
  }

  .banner-mobile-video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .banner-mobile-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 400px) {
  .home-page-product img {
    max-width: 160px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.form-row label {
  display: none;
}

.checkout-leftfields {
  float: left;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.form-row {
  margin-bottom: 7px !important;
  padding: 0 !important;
  margin: 0 0 6px;
  width: 100%;
}

.form-row-small:nth-child(even) {
  margin-right: 4.5px !important;
}

.form-row-small {
  flex: 1 1 calc(40% - 10px);
  min-width: 0;
}

.checkout-leftfields {
  width: 48.5% !important;
  float: left;
  display: flex;
  flex-wrap: wrap;
}

.checkout-rightfields {
  width: 48.5% !important;
  float: right;
}

.form-row .woocommerce-input-wrapper input,
.form-row textarea {
  height: 35px;
  border: 0.5px solid #000000 !important;
  color: #6f7070 !important;
  padding-right: 20px;
  font-size: 14px !important;
  font-weight: 500 !important;
  font-family: "Almoni", sans-serif !important;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
}

.address-form {
  margin: 0;
  padding: 3.52px 0 2.75px 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 17px;
  max-width: 601.6px;
}

#address-radios {
  display: flex;
  flex-direction: column;
  gap: 10.23px;
  padding-bottom: 16.17px;
  border-bottom: 0.5px solid #e0e0e0;
  margin-bottom: 17.58px;
}

.radioAdresses {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #060706;
  font-family: "Almoni", sans-serif;
  font-size: 13px;
  font-weight: normal;
}

.radioAdresses input[type="radio"] {
  accent-color: #060706;
  margin: 0;
}

.totalAdressesCount {
  font-family: "Almoni", sans-serif;
  font-weight: normal;
  font-size: 11px;
  color: #707070;
}

.form-row.notes {
  margin-top: -15.38px !important;
}

.date-item-top-part {
  color: #000000 !important;
  font-family: "Almoni", sans-serif !important;
}

.date-item-bottom-part {
  color: #000000 !important;
  font-family: "Almoni", sans-serif !important;
}

@media (max-width: 1100px) {
  #address-radios {
    padding: 0 20px;
    padding-bottom: 16.17px;
  }
}

@media (max-width: 606px) {
  .checkout-leftfields {
    width: 100% !important;
  }

  .checkout-rightfields {
    width: 100% !important;
  }

  .address-form {
    gap: 0px;
  }

  .form-row.notes {
    margin-top: 0px !important;
  }
}

.ic-item-quantity-btn:focus {
  outline: 2px solid #000 !important;
  outline-offset: 2px;
}

/* @media (max-width: 500px) {
  .events-content {
    min-width: 296px;
    width: 296px;
  }
} */

.paymentIframe {
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
  height: calc(100% + 150px);
  border: 0;
}
#cartChooseCityPopup {
  cursor: pointer;
}

@media (max-width: 1100px) {
  .paymentIframe {
    top: 0px;
  }
}

@media (max-width: 991px) {
  .paymentIframe {
    top: -120px;
  }
}
