.button,
a.button,
.mfn-button,
button[type="submit"] {
  transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease !important;
}
.button:hover,
a.button:hover,
.mfn-button:hover {
  transform: translateY(-2px);
}

.image_frame.product-loop-thumb,
.image_frame .image_wrapper {
  overflow: hidden;
}
.image_frame img {
  transition: transform .35s ease;
}
.image_frame:hover img {
  transform: scale(1.04);
}

.mfn-header-cart-link .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
.mfn-header-cart-link .icon-wrapper img {
  display: none !important;
}
.mfn-header-cart-link .icon-wrapper::before {
  content: "";
  width: 26px;
  height: 26px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232b2b2b' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'/%3E%3C/svg%3E") no-repeat center / contain;
}
.mfn-header-cart-link .icon-wrapper .header-cart-count {
  position: absolute;
  top: -8px;
  right: -10px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 9px;
  background: #97d5ee;
  color: #1f3b45;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

.form-searchform {
  display: flex;
  align-items: center;
}
.form-searchform .icon_search {
  display: none !important;
}
.form-searchform input:not([type="submit"]):not([type="checkbox"]) {
  border: 1px solid #dcdfe4 !important;
  border-radius: 24px !important;
  padding: 9px 16px !important;
  background: #f6f7f9 !important;
  transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease !important;
  box-shadow: none !important;
}
.form-searchform input:not([type="submit"]):not([type="checkbox"]):focus {
  border-color: #9aa3af !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(52, 73, 94, .10) !important;
  outline: none !important;
}

.gyfe-usp-bar {
  background: #f5f2ec;
  border-bottom: 1px solid #e8e2d6;
  color: #4a4740;
  font-size: 13px;
  line-height: 1.3;
}
.gyfe-usp-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 9px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 34px;
}
.gyfe-usp-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-weight: 500;
}
.gyfe-usp-item svg {
  width: 18px;
  height: 18px;
  color: #7a8b3f;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .gyfe-usp-bar { font-size: 11.5px; }
  .gyfe-usp-inner { gap: 6px 16px; padding: 7px 12px; }
  .gyfe-usp-item svg { width: 15px; height: 15px; }
}

.mcb-column-inner-piu5nvlva { display: none !important; }

.mcb-section-1ku45gas { display: none !important; }

.mfn-header-tmpl.gyfe-stuck {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 9990 !important;
  background: #ffffff !important;
  box-shadow: 0 2px 14px rgba(0, 0, 0, .09) !important;
  pointer-events: auto !important;
  animation: gyfeSlideDown .28s ease-out;
}
@keyframes gyfeSlideDown {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}

#menu-main-menu.mfn-header-mainmenu > li.mfn-menu-li > a.mfn-menu-link {
  padding: 10px 9px !important;
  font-size: 14px;
}
#menu-main-menu.mfn-header-mainmenu > li.mfn-menu-li > .mfn-menu-link .menu-label {
  white-space: nowrap;
}
#menu-main-menu .mfn-menu-subicon i {
  display: none !important;
}
#menu-main-menu li:not(.menu-item-has-children) .mfn-menu-subicon {
  display: none !important;
}
#menu-main-menu li.menu-item-has-children > .mfn-menu-link > .mfn-menu-subicon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  margin-left: 3px;
}
#menu-main-menu li.menu-item-has-children > .mfn-menu-link > .mfn-menu-subicon::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}
#menu-main-menu .mfn-submenu {
  width: 232px !important;
}
#menu-main-menu .mfn-submenu .mfn-menu-link {
  font-size: 14px !important;
  padding: 9px 16px !important;
  white-space: normal !important;
  line-height: 1.35;
}

.mfn-header-tmpl-menu-sidebar {
  background: #ffffff !important;
  box-shadow: -8px 0 30px rgba(45, 51, 49, .14) !important;
}
.mfn-header-tmpl-menu-sidebar .mfn-header-tmpl-menu-sidebar-wrapper {
  align-items: stretch !important;
  justify-content: flex-start !important;
  padding: 22px 18px !important;
}
.mfn-header-tmpl-menu-sidebar #menu-main-menu-1 {
  width: 100% !important;
  align-items: stretch !important;
  margin-top: 38px !important;
}
.mfn-header-tmpl-menu-sidebar #menu-main-menu-1 > li.mfn-menu-li {
  width: 100% !important;
  border-bottom: 1px solid #efece6;
}
.mfn-header-tmpl-menu-sidebar #menu-main-menu-1 > li.mfn-menu-li:last-child {
  border-bottom: 0;
}
.mfn-header-tmpl-menu-sidebar #menu-main-menu-1 .mfn-menu-link {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 13px 10px !important;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #2b302e !important;
  text-align: left;
  transition: background-color .18s ease, color .18s ease;
}
.mfn-header-tmpl-menu-sidebar #menu-main-menu-1 .mfn-menu-link:hover {
  background: #f2f8fb;
}
.mfn-header-tmpl-menu-sidebar #menu-main-menu-1 .label-wrapper {
  flex: 1 1 auto;
  text-align: left;
}
.mfn-header-tmpl-menu-sidebar #menu-main-menu-1 li.current-menu-item > .mfn-menu-link .menu-label,
.mfn-header-tmpl-menu-sidebar #menu-main-menu-1 li.current-menu-ancestor > .mfn-menu-link .menu-label {
  color: #3aa9d4;
}
.mfn-header-tmpl-menu-sidebar #menu-main-menu-1 .mfn-submenu {
  width: 100% !important;
  margin: 2px 0 8px !important;
  padding-left: 10px !important;
  border-left: 2px solid #e7f3f9;
}
.mfn-header-tmpl-menu-sidebar #menu-main-menu-1 .mfn-submenu .mfn-menu-link {
  font-size: 14.5px;
  font-weight: 400;
  padding: 9px 10px !important;
  color: #6a726f !important;
}
.mfn-header-tmpl-menu-sidebar #menu-main-menu-1 .mfn-submenu .mfn-menu-link:hover {
  background: #f6fafc;
}
.mfn-header-tmpl-menu-sidebar #menu-main-menu-1 li:not(.menu-item-has-children) .mfn-menu-subicon {
  display: none !important;
}
.mfn-header-tmpl-menu-sidebar #menu-main-menu-1 li.menu-item-has-children > .mfn-menu-link > .mfn-menu-subicon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  flex: 0 0 auto;
  color: #b6bcb9;
  transition: color .2s ease;
}
.mfn-header-tmpl-menu-sidebar #menu-main-menu-1 .mfn-menu-subicon i {
  display: none !important;
}
.mfn-header-tmpl-menu-sidebar #menu-main-menu-1 .mfn-menu-subicon::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -3px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}
.mfn-header-tmpl-menu-sidebar #menu-main-menu-1 .mfn-menu-link:hover .mfn-menu-subicon {
  color: #3aa9d4;
}
.mfn-header-tmpl-menu-sidebar .mfn-close-icon {
  color: #2e3331 !important;
  opacity: .5;
  transition: opacity .18s ease, color .18s ease !important;
}
.mfn-header-tmpl-menu-sidebar .mfn-close-icon:hover {
  opacity: 1;
  color: #3aa9d4 !important;
  transform: none !important;
}
.mfn-header-tmpl-menu-sidebar .mfn-close-icon:hover .icon {
  transform: none !important;
}

.home ul.products.mfn-equal-heights {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
}

.home .image_frame.product-loop-thumb,
.home .mfn-img-box .image_wrapper {
  border-radius: 10px;
  overflow: hidden;
}
.home .image_frame.product-loop-thumb,
.home .mfn-img-box {
  transition: box-shadow .22s ease, transform .22s ease;
}
.home li.product:hover .image_frame.product-loop-thumb,
.home .mfn-img-box:hover {
  box-shadow: 0 10px 26px rgba(45, 51, 49, .13);
}

.testimonials_slider.single-photo .single-photo-img img {
  border-radius: 50% !important;
  box-shadow: 0 4px 14px rgba(45, 51, 49, .15);
}

.mcb-wrap.one-fourth .mcb-wrap-inner:has(.mcb-item-button-inner),
.mcb-wrap.one-third .mcb-wrap-inner:has(.mcb-item-button-inner),
.mcb-wrap.one-second .mcb-wrap-inner:has(.mcb-item-button-inner) {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mcb-wrap.one-fourth .mcb-wrap-inner:has(.mcb-item-button-inner) > .mcb-column:has(.mcb-item-button-inner),
.mcb-wrap.one-third .mcb-wrap-inner:has(.mcb-item-button-inner) > .mcb-column:has(.mcb-item-button-inner),
.mcb-wrap.one-second .mcb-wrap-inner:has(.mcb-item-button-inner) > .mcb-column:has(.mcb-item-button-inner) {
  margin-top: auto;
}

#Content h1,
#Content .title h1 {
  line-height: 1.15;
}
#Content h2 {
  line-height: 1.2;
}
#Content h3,
#Content h4,
#Content h5,
#Content h6 {
  line-height: 1.3;
}
#Content h1,
#Content h2,
#Content h3,
#Content h4 {
  letter-spacing: -.2px;
}
#Content p,
#Content li,
#Content .column_attr {
  line-height: 1.65;
}
#Content p {
  margin-bottom: 16px;
}
#Content .mcb-section > .section_wrapper > .mcb-wrap:not(:last-child) {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #Content h1,
  #Content h2,
  #Content h3,
  #Content h4,
  #Content .title,
  #Content p,
  #Content li {
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
  }
  .mfn-header-tmpl .column_header_search,
  .mfn-header-tmpl .search_wrapper,
  .mfn-header-tmpl .mfn-live-search-box {
    min-width: 0 !important;
    max-width: 100% !important;
  }
  .mfn-header-tmpl .form-searchform input:not([type="submit"]) {
    max-width: 100% !important;
  }
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.gyfe-skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100000;
  padding: 12px 20px;
  background: #ffffff;
  color: #1f3b45;
  font-weight: 600;
  border: 2px solid #3aa9d4;
  border-radius: 0 0 6px 0;
  text-decoration: none;
}
.gyfe-skip-link:focus {
  left: 0;
  outline: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #3aa9d4 !important;
  outline-offset: 2px !important;
  border-radius: 3px;
}

.gyfe-breadcrumbs {
  background: #fafaf8;
  border-bottom: 1px solid #eeeae2;
  font-size: 13.5px;
  line-height: 1.4;
}
.gyfe-breadcrumbs-inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 11px 20px;
  color: #565c59;
}
.gyfe-breadcrumbs a {
  color: #565c59;
  text-decoration: none;
  transition: color .18s ease;
}
.gyfe-breadcrumbs a:hover {
  color: #1b7a9e;
}
.gyfe-breadcrumbs .breadcrumb_last {
  color: #2b302e;
  font-weight: 500;
}
@media (max-width: 767px) {
  .gyfe-breadcrumbs { font-size: 12.5px; }
  .gyfe-breadcrumbs-inner { padding: 9px 14px; }
}

.mfn-footer .mfn-footer-menu {
  font-size: 14.5px;
}
.mfn-footer .mfn-footer-menu-style-vertical li a {
  padding: 7px 0 !important;
  transition: color .18s ease, padding-left .18s ease;
}
.mfn-footer .mfn-footer-menu li a:hover {
  color: #3aa9d4;
  padding-left: 5px;
}
.mfn-footer h6,
.mfn-footer .icon_box_2 .title {
  letter-spacing: .2px;
  margin-bottom: 6px;
}
.mfn-footer .gyfe-mail-link {
  text-decoration: none;
  border-bottom: 1px solid rgba(58, 169, 212, .45);
  transition: color .18s ease, border-color .18s ease;
}
.mfn-footer .gyfe-mail-link:hover {
  color: #3aa9d4;
  border-color: #3aa9d4;
}
.mfn-footer .footer_copy,
.mfn-footer .mfn-footer-copy {
  border-top: 1px solid rgba(0, 0, 0, .08);
  margin-top: 10px;
  padding-top: 18px;
}
@media (max-width: 767px) {
  .mfn-footer .mfn-footer-menu-style-vertical {
    text-align: center !important;
  }
  .mfn-footer .mfn-footer-menu li a:hover {
    padding-left: 0;
  }
}

#gyfe-top {
  position: fixed;
  right: 22px;
  bottom: 26px;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #97d5ee;
  color: #1f3b45;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .25s ease, transform .25s ease, background-color .2s ease, box-shadow .2s ease;
  z-index: 9999;
  box-shadow: 0 6px 18px rgba(45, 51, 49, .22);
}
#gyfe-top svg {
  width: 22px;
  height: 22px;
}
#gyfe-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#gyfe-top:hover {
  background: #5dbde3;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(45, 51, 49, .28);
}
@media (max-width: 767px) {
  #gyfe-top { right: 14px; bottom: 16px; width: 42px; height: 42px; }
}

.gyfe-page-title-wrap {
  max-width: 1220px;
  margin: 0 auto;
  padding: 34px 20px 6px;
}
.gyfe-page-title {
  margin: 0;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 600;
  color: #2b302e;
  letter-spacing: -.3px;
}
@media (max-width: 767px) {
  .gyfe-page-title-wrap { padding: 22px 14px 4px; }
  .gyfe-page-title { font-size: 26px; }
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.shop_slider .shop_slider_ul li .item_wrapper .price,
.woocommerce .product div.entry-summary .price,
.woocommerce .product .woocommerce-variation-price .price,
.woocommerce ul.product_list_widget li .quantity .amount,
.mfn-cart-holder .mfn-ch-content .mfn-ch-product .woocommerce-Price-amount,
.wishlist .wishlist-row .price,
.search-results .search-item .post-product-price,
.widget_price_filter .price_label .from,
.widget_price_filter .price_label .to,
.mfn-footer .widget_price_filter .price_label .from,
.mfn-footer .widget_price_filter .price_label .to,
.woocommerce .star-rating span,
.mfn-footer .star-rating span,
#Sliding-top .star-rating span,
.woocommerce .comment-form-rating p.stars a:before {
  color: #2b7f9f;
}
.woocommerce ul.products li.product .price del,
.woocommerce .product div.entry-summary .price del {
  color: #6b7a80;
}

h2.mfn-woo-product-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0 0 6px;
}
@media (max-width: 959px) {
  h2.mfn-woo-product-title { font-size: 17px; line-height: 24px; }
}
@media (max-width: 767px) {
  h2.mfn-woo-product-title { font-size: 15px; line-height: 21px; }
}
.mfn-li-product-row-title h2.title,
.mfn-li-product-row-title h3.title,
.mfn-li-product-row-title h4.title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 0 4px;
}
@media (max-width: 767px) {
  .mfn-li-product-row-title h2.title,
  .mfn-li-product-row-title h3.title,
  .mfn-li-product-row-title h4.title { font-size: 14px; line-height: 19px; }
}

ul.breadcrumbs li,
ul.breadcrumbs li a,
#Subheader ul.breadcrumbs li,
#Subheader ul.breadcrumbs li a,
.mcb-section .mcb-wrap [class*="mcb-item-"] .breadcrumbs li,
.mcb-section .mcb-wrap [class*="mcb-item-"] .breadcrumbs li a {
  color: #6e6e6e !important;
}
ul.breadcrumbs li a:hover,
.mcb-section .mcb-wrap [class*="mcb-item-"] .breadcrumbs li:hover a {
  color: #1b7a9e !important;
}

.woocommerce p.price del,
.woocommerce p.price del bdi,
.woocommerce p.price del .woocommerce-Price-amount,
.woocommerce ul.products li.product .price del,
.woocommerce .product div.entry-summary .price del {
  color: #6e7679;
  opacity: 1;
}

.onsale,
.woocommerce span.onsale,
.mfn-product-badges span.onsale,
.shop_slider .shop_slider_ul li .item_wrapper span.onsale {
  background-color: #2b7f9f;
  color: #ffffff;
}

.gyfe-palyazat {
  background: #ffffff;
  border-top: 1px solid #e6e8ea;
  padding: 26px 20px 30px;
}
.gyfe-palyazat-inner {
  max-width: 1220px;
  margin: 0 auto;
  text-align: center;
}
.gyfe-palyazat-szoveg {
  margin: 0 0 18px;
  color: #2b302e;
  font-size: 14.5px;
  line-height: 1.5;
  font-weight: 500;
}
.gyfe-palyazat-logok {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px clamp(28px, 8vw, 140px);
  min-height: 141px;
  padding: 14px 0;
  box-sizing: border-box;
}
.gyfe-palyazat-logok img {
  display: block;
  width: auto;
  max-width: 100%;
}
.gyfe-palyazat-logok img.gyfe-logo-dsp { height: 113px; }
.gyfe-palyazat-logok img.gyfe-logo-neum { height: 48px; }
@media (max-width: 767px) {
  .gyfe-palyazat { padding: 22px 16px 26px; }
  .gyfe-palyazat-szoveg { font-size: 13.5px; }
  .gyfe-palyazat-logok { gap: 18px 32px; }
  .gyfe-palyazat-logok img.gyfe-logo-dsp { height: 88px; }
  .gyfe-palyazat-logok img.gyfe-logo-neum { height: 38px; }
}

section.mcb-section-gyfeRevSec1 {
  margin-top: 38px;
}
@media (max-width: 767px) {
  section.mcb-section-gyfeRevSec1 { margin-top: 24px; }
}
