.header-navbar-search {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
}

.header-navbar-search input[type="search"] {
  height: 100%;
  width: 100%;
  padding: 0 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

@media screen and (max-width: 991.98px) {
  .header-navbar-search {
    padding: 0 5px;
  }
  .header-navbar-searchinput[type="search"] {
    font-size: 13px;
  }
}

@media screen and (max-width: 767.98px) {
  .header-navbar-search {
    flex-direction: column;
    align-items: stretch;
    height: auto;
    padding: 5px;
  }
  .header-navbar-search input[type="search"] {
    width: 100%;
    margin-bottom: 8px;
  }
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px;
}

@media screen and (max-width: 600px) {
  .footer {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
}


table.newsletter-table,
#newsletter-table {
  font-size: 0.8em;
  padding: 5px;
  width: 80%;
  margin: 0 auto;
}


.account_page_body main.main-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.account_page_body main.main-content > .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.account_page_body main.main-content > .container nav {
    width: 100%;
}
.account_page_body main.main-content > .container .account-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.account_page_body main.main-content > .container .account-menu .account-menu__box {
    width: 20%;
    padding: 10px;
}
.account_page_body main.main-content > .container .account-menu .account-menu__box.account-menu__box-personal-box {
    width: 100%;
}
.account_page_body main.main-content > .container .account-menu .account-menu__box ul.account-menu__list .account-menu__list-item a {
    text-decoration: none;
}
.account_page_body main.main-content > .container .account-menu .account-menu__box ul.account-menu__list .account-menu__list-item a:hover {
    text-decoration: underline;
}
.account_page_body main.main-content > .container .page-head {
	display: none;
}
@media screen and (max-width: 1439.98px){
	.account_page_body main.main-content > .container .account-menu .account-menu__box {
		width: 25%;
	}
}
@media screen and (max-width: 991.98px){
	.account_page_body main.main-content > .container .account-menu .account-menu__box {
		width: 50%;
	}
	.account_page_body main.main-content > .container .account-menu .account-menu__box ul.account-menu__list .account-menu__list-item a {
		margin-left: 10px;
	}
}
@media screen and (max-width: 767.98px){
	.account_page_body main.main-content > .container .account-menu .account-menu__box {
		width: 100%;
	}
	.account_page_body main.main-content > .container .account-menu .account-menu__box ul.account-menu__list .account-menu__list-item a {
		margin-left: 10px;
	}
	.account_page_body main.main-content > .container .account-menu .account-menu__box.account-menu__box-personal-box .account-menu__list .account-menu__list-item {
		display: flex;
	}
}
.card.product-card .card__footer.product-card__footer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.card.product-card .card__footer.product-card__footer .product-card__item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.card.product-card .card__footer.product-card__footer a.btn.btn-secondary.product-card__details-button,
.card.product-card .card__footer.product-card__footer a.button.btn.btn-primary.button-add-to-cart {
  flex: 1 1 48%;
  padding: 8px;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
}

@media (max-width: 480px) {
  /* Gomb konténer */
  .card.product-card .card__footer.product-card__footer {
    display: flex !important;
    gap: 5px !important;
    padding: 0 5px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}

  @media (max-width: 480px) {
  /* Gomb konténer */
  .card.product-card .card__footer.product-card__footer {
    display: flex !important;
    gap: 5px !important;
    padding: 0 5px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Gombok: fix szélesség (50%) */
  .card.product-card .card__footer a.btn,
  .card.product-card .card__footer a.button {
    width: 50% !important;
    padding: 8px 0 !important;
    font-size: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
  }

  /* Span szöveg: középre, azonos méret */
  .card.product-card .card__footer a.btn span,
  .card.product-card .card__footer a.button span {
    font-size: 12px !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    width: 100% !important;
    display: block !important;
  }
}
  
@media (max-width: 768px) {
  .header-logo,
  img.header-logo-img {
    transform: translate(25px, -5px) !important;
    position: relative;
    z-index: 10;
  }
}

body, h1, h3, h4, h5, h6, p, a, div, input, button, textarea, select, label, ul, ol, table, thead, tbody, tfoot, tr, th, td {
  font-size: 17px;
  font-family: Arial, sans-serif !important;
}

span {
  font-size: 15px;
  font-family: Arial, sans-serif !important;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 20px;
}

a.nav-link {
  font-size: 15px !important;
  text-decoration: none !important;
  padding: 5px 10px;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

a.nav-link:hover {
  background-color: #50982a;
  color: black;
}
a.nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #50982a;
  transition: width 0.3s ease, left 0.3s ease;
}
a.nav-link:hover::before {
  width: 100%;
  left: 0;
}
a.nav-link.active {
  background-color: #50982a;
  font-weight: bold;
  color: black;
}



/*Faceliftr CSS START*/
/*jobb oldalsáv opcionális elrejtése*/
body.hide-right-column.information-page-body main.main-content div.main-container div.row aside.col-lg-3{
	display: none !important;
}
body.hide-right-column.information-page-body main.main-content div.main-container div.row section.col-lg-9{
	width: 100% !important;
}

/*kategória menü reszponzivitás*/
#section-header {
    height: 100% !important;
}
#section-header .header-bottom {
    margin-bottom: 10px;
}
.category-menu>li {
	position: relative;
	display: flex;
	align-items: stretch;
}
@media (min-width: 1680px){	
	.small-header .category-menu>.category-list>.nav-link {
		max-width: 130px;
		margin: 12px 16px 8px 16px;
		padding: 0;
		font-size: 15px !important;
		line-height: 22px;
	}
	.small-header .category-menu>.category-list>.nav-link>img {
		margin-top: 0;
		margin-bottom: auto;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 1536px) and (max-width: 1679.98px){
	.small-header .category-menu>.category-list>.nav-link {
		max-width: 128px;
        margin: 12px 10px 8px 10px;
        padding: 0;
        font-size: 15px !important;
        line-height: 22px;
	}
	.small-header .category-menu>.category-list>.nav-link>img {
		margin-top: 0;
		margin-bottom: auto;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 1470px) and (max-width: 1535.98px){
	.small-header .category-menu>.category-list>.nav-link {
		max-width: 126px;
        margin: 12px 8px 8px 8px;
        padding: 0;
        font-size: 15px !important;
        line-height: 22px;
	}
	.small-header .category-menu>.category-list>.nav-link>img {
		margin-top: 0;
		margin-bottom: auto;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 1350px) and (max-width: 1469.98px){
	.small-header .category-menu>.category-list>.nav-link {
		max-width: 115px;
        margin: 12px 7px 8px 7px;
        padding: 0;
        font-size: 13px !important;
        line-height: 16px;
	}
	.small-header .category-menu>.category-list>.nav-link>img {
		margin-top: 0;
		margin-bottom: auto;
		margin-left: auto;
		margin-right: auto;
		width: 28px;
        height: 28px;
	}
}
@media (min-width: 1200px) and (max-width: 1349.98px){
	.small-header .category-menu>.category-list>.nav-link {
		max-width: 111px;
        margin: 12px 5px 8px 5px;
        padding: 0;
        font-size: 12px !important;
        line-height: 16px;
	}
	.small-header .category-menu>.category-list>.nav-link>img {
		margin-top: 0;
		margin-bottom: auto;
		margin-left: auto;
		margin-right: auto;
		width: 28px;
        height: 28px;
	}
}
@media (min-width: 1070px) and (max-width: 1199.98px){
	.small-header .category-menu>.category-list>.nav-link {
		max-width: 96px;
        margin: 12px 3px 8px 3px;
        padding: 0;
        font-size: 11px !important;
        line-height: 16px;
	}
	.small-header .category-menu>.category-list>.nav-link>img {
		margin-top: 0;
		margin-bottom: auto;
		margin-left: auto;
		margin-right: auto;
		width: 28px;
        height: 28px;
	}
}
@media (min-width: 992px) and (max-width: 1069.98px){
	.small-header .category-menu>.category-list>.nav-link {
		max-width: 88px;
        margin: 12px 3px 8px 3px;
        padding: 0;
        font-size: 10px !important;
        line-height: 16px;
	}
	.small-header .category-menu>.category-list>.nav-link>img {
		margin-top: 0;
        margin-bottom: auto;
        margin-left: auto;
        margin-right: auto;
        width: 28px;
        height: 28px;
	}
}


/*header rögzítése*/
.headroom--not-top:not(.slide-up) .header-bottom {
    opacity: 1;
}
.headroom--not-top #section-couponbar,
.headroom--not-top .header-top,
.headroom--not-top:not(.slide-up) .header-bottom {
    max-height: initial;
    overflow: unset;
}
@media (min-width: 992px) {
	.headroom--not-top .header-middle {
        padding: 5px 0;
    }
}

/*mobil menü*/
body#body {
    padding: 0 !important;
}
@media (max-width: 767.98px) {
    .header-logo,
	img.header-logo-img {
        margin-right: 0;
        margin-top: 0;
        transform: none !important;
    }
	.header-logo {
		display: flex;
		justify-content: center;
	}
}

/*Faceliftr CSS END*/


.dropdown.cart-dropdown-dropright {
  position: relative;
}

.dropdown.cart-dropdown-dropright .dropdown-menu {
  right: 0;
  left: auto;
}

a.nav-link.header-middle-right-box-link {
  position: relative;
  top: 4px
}
@media screen and (max-width: 767.98px) {
  .product-description table,
  .product-description table td,
  .product-description table th {
    font-size: 8px !important;
  }
}
span.discount-measure__badge,
span.product-price.product-price--special,
span.snapshot-price.snapshot-price--special {
  display: block;
  color: #F11914 !important;
}
	span.product-page-product-name {
	font-size: 25px !important;
	}